sourcegraph-git-extras icon indicating copy to clipboard operation
sourcegraph-git-extras copied to clipboard

chore(deps): update dependency nyc to v15

Open renovate[bot] opened this issue 6 years ago • 4 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nyc (source) ^13.3.0 -> ^15.1.0 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

istanbuljs/nyc (nyc)

v15.1.0

Compare Source

Features

v15.0.1

Compare Source

Bug Fixes

v15.0.0

Compare Source

⚠ BREAKING CHANGES
  • The flow and jsx parser plugins are no longer enabled by default.
  • Node.js 8 is now required to run nyc
  • Remove NYC_ROOT_ID and NYC_INSTRUMENTER environmental variables.
  • The root field has been removed from processinfo files.
Features
Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Bug Fixes
Features

v14.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • The --exclude-after-remap option is now functional and enabled by default. This causes the include, exclude and extension lists to be processed after using source maps to determine the original filename of sources.
  • Add a file named 'index.json' to the .nyc_output/processinfo directory, which has a different format from the other files in this dir.
  • Change the data type of the pid/ppid fields in processinfo files
  • nyc instrument now honors include and exclude settings, potentially resulting in some files that were previously instrumented being ignored.
  • The plugins option has been renamed to parser-plugins.
  • The logic involving include/exclude processing has changed. Results should be verified to ensure all desired sources have coverage data.
  • nyc instrument now enables the --es-module option by default. This can cause failures to instrument scripts which violate 'use strict' rules.

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jan 01 '20 08:01 renovate[bot]

Codecov Report

Merging #90 into master will increase coverage by 3.13%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   43.02%   46.15%   +3.13%     
==========================================
  Files           4        4              
  Lines          86       91       +5     
  Branches       14       16       +2     
==========================================
+ Hits           37       42       +5     
  Misses         49       49
Impacted Files Coverage Δ
src/uri.ts 20% <0%> (-5%) :arrow_down:
src/util/memoizeAsync.ts 33.33% <0%> (-3.04%) :arrow_down:
src/extension.ts 0% <0%> (ø) :arrow_up:
src/blame.ts 78.72% <0%> (+2.53%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 37440f5...b9b2c34. Read the comment docs.

codecov-io avatar Jan 03 '20 09:01 codecov-io

Codecov Report

Merging #90 into master will increase coverage by 7.37%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   38.77%   46.15%   +7.37%     
==========================================
  Files           4        4              
  Lines          98       91       -7     
  Branches       22       17       -5     
==========================================
+ Hits           38       42       +4     
+ Misses         60       49      -11     
Impacted Files Coverage Δ
src/uri.ts 20.00% <0.00%> (-5.00%) :arrow_down:
src/util/memoizeAsync.ts 33.33% <0.00%> (-3.04%) :arrow_down:
src/extension.ts 0.00% <0.00%> (ø)
src/blame.ts 78.72% <0.00%> (+1.97%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c851038...db2ee71. Read the comment docs.

codecov-commenter avatar Jun 01 '20 01:06 codecov-commenter

Codecov Report

Merging #90 (515bd2b) into master (523a9c9) will increase coverage by 7.34%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   39.39%   46.73%   +7.34%     
==========================================
  Files           4        4              
  Lines          99       92       -7     
  Branches       23       18       -5     
==========================================
+ Hits           39       43       +4     
+ Misses         60       49      -11     
Impacted Files Coverage Δ
src/uri.ts 20.00% <ø> (-5.00%) :arrow_down:
src/util/memoizeAsync.ts 33.33% <0.00%> (-3.04%) :arrow_down:
src/extension.ts 0.00% <0.00%> (ø)
src/blame.ts 79.16% <0.00%> (+1.89%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e9815c2...515bd2b. Read the comment docs.

codecov-io avatar Dec 10 '20 09:12 codecov-io

Codecov Report

Merging #90 (a648c75) into master (76131d5) will increase coverage by 7.24%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   43.88%   51.12%   +7.24%     
==========================================
  Files           4        4              
  Lines         139      133       -6     
  Branches       35       33       -2     
==========================================
+ Hits           61       68       +7     
+ Misses         78       65      -13     
Impacted Files Coverage Δ
src/uri.ts 20.00% <0.00%> (-5.00%) :arrow_down:
src/util/memoizeAsync.ts 33.33% <0.00%> (-3.04%) :arrow_down:
src/extension.ts 0.00% <0.00%> (ø)
src/blame.ts 79.74% <0.00%> (+0.87%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Aug 01 '21 10:08 codecov-commenter