Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Deps] Update Update nyc to v15 - autoclosed #6

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 5, 2020

Mend Renovate

This PR contains the following updates:

Package Type Update Change
nyc (source) devDependencies major ^10.3.2 -> ^15.0.0

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.

v13.3.0

Compare Source

Bug Fixes
Features

v13.2.0

Compare Source

Bug Fixes
Features

v13.1.0

Compare Source

Features

13.0.1 (2018-07-24)

Bug Fixes

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Bug Fixes
  • source was being instrumented twice, due to upstream fix in ista… (#​853) (d0f654c)
Features
  • allow rows with 100% statement, branch, and function coverage to be skipped in text report (#​859) (893345a)
BREAKING CHANGES
  • --hook-run-in-context, and --hook-run-in-this-context are no longer true by default (they should be enabled if you're using a library like requirejs).

12.0.2 (2018-06-03)

Bug Fixes
  • don't bundle istanbul-lib-instrument due to Node 6 issues (b4c325b)
  • stop bundling istanbul-lib-instrument due to npm issue on Node 6 (#​854) (ddc9331)

12.0.1 (2018-05-31)

v12.0.2

Compare Source

Bug Fixes
  • don't bundle istanbul-lib-instrument due to Node 6 issues (b4c325b)
  • stop bundling istanbul-lib-instrument due to npm issue on Node 6 (#​854) (ddc9331)

v12.0.1

Compare Source

12.0.1 (2018-05-31)

v12.0.0

Compare Source

Chores
BREAKING CHANGES
  • babel@7 drops Node.js 4 support

v11.9.0

Compare Source

Features
  • add option that allows instrument to exit on error (#​850) (1329a3b)

v11.8.0

Compare Source

Features

11.7.3 (2018-05-10)

11.7.2 (2018-05-08)

11.7.1 (2018-04-17)

v11.7.3

Compare Source

11.7.3 (2018-05-10)

v11.7.2

Compare Source

11.7.2 (2018-05-08)

v11.7.1

Compare Source

11.7.1 (2018-04-17)

v11.7.0

Compare Source

Features
  • allow 0-line files to be ignored in coverage output (#​808) (24e5979)
  • load coverage files individually instead of all at once, addressing memory issues (#​806) (05fea60)

v11.6.0

Compare Source

Bug Fixes
  • removes unused split-lines dependency. (#​787) (b4032ce)
  • update to yargs version that allows extending configs with no extension (#​790) (2d51562)
Features

v11.5.0

Compare Source

Bug Fixes
Features
  • add command line options to control compacting and comment removal (#​754) (2030e0c)
  • resolve custom cache directory to absolute path (#​766) (dd48707)

11.4.1 (2017-12-14)

Bug Fixes

v11.4.1

Compare Source

Bug Fixes

v11.4.0

Compare Source

Bug Fixes
  • always invoke instrumenter callback, set appropriate exit-code (#​703) (7ea96ba)
Features

v11.3.0

Compare Source

Features
  • add --exclude-after-remap option for users who pre-instrument their codebase (#​697) (cdfdff3)
  • add option to hook vm.runInContext (#​680) (f04b7a9)
  • allow instrument-only to produce sourcemaps (#​674) (f31d7a6)

11.2.1 (2017-09-06)

Bug Fixes

v11.2.1

Compare Source

Bug Fixes

v11.2.0

Compare Source

Bug Fixes
  • remove excluded files from coverage before writing (#​649) (658dba4)
Features

v11.1.0

Compare Source

Features

11.0.3 (2017-06-25)

Bug Fixes
  • update help link to list of reporters (#​601) (b1eb4d6)
  • upgrade to spawn-wrap version that works with babel-register (#​617) (923b062)

11.0.2 (2017-06-02)

11.0.1 (2017-06-01)

v11.0.3

Compare Source

Bug Fixes
  • update help link to list of reporters (#​601) (b1eb4d6)
  • upgrade to spawn-wrap version that works with babel-register (#​617) (923b062)

v11.0.2

Compare Source

11.0.2 (2017-06-02)

v11.0.1

Compare Source

11.0.1 (2017-06-01)

v11.0.0

Compare Source

Bug Fixes
  • add support for ES6 modules (f18f780)
Features
BREAKING CHANGES
  • new version of find-up requires dropping 0.10/0.12 support (which we had already been planning).

10.3.2 (2017-05-05)

Bug Fixes
  • we should not create a cache folder if cache is false (#​567) (213206f)

10.3.1 (2017-05-04)

Bug Fixes
  • introduced a bug that resulted in source-maps not being loaded approriately on second test run (#​566) (1bf74fd)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@ljharb
Copy link
Owner

ljharb commented Nov 5, 2020

@rarkins Why was this PR created? I closed #1 and have not checked the box in #2.

@rarkins
Copy link

rarkins commented Nov 5, 2020

@ljharb #1 had a different title, so it doesn't "block" this one. I'm not sure why it had a strange title, will try to look into it.

@renovate renovate bot changed the title Update dependency nyc to v15 [Deps] Update Update nyc to v15 Nov 5, 2020
@rarkins
Copy link

rarkins commented Nov 5, 2020

And now the title changed. At least we will hopefully have some logs to consult to work out why. I haven't seen this before.

@renovate renovate bot force-pushed the renovate/nyc-15.x branch from d980b16 to 9ac0f0c Compare December 18, 2020 07:21
@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.01%. Comparing base (45414ca) to head (63de2a3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
- Coverage   89.59%   89.01%   -0.58%     
==========================================
  Files           1        1              
  Lines         173      173              
  Branches       73       73              
==========================================
- Hits          155      154       -1     
- Misses         18       19       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/nyc-15.x branch 2 times, most recently from abbe177 to a47f238 Compare January 25, 2021 22:22
@ljharb ljharb marked this pull request as draft February 3, 2021 15:00
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from a47f238 to 62ae6b6 Compare February 4, 2021 07:41
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 62ae6b6 to 8784226 Compare April 20, 2021 05:06
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 8784226 to 0e8afc7 Compare September 1, 2021 17:28
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 0e8afc7 to 198dacc Compare September 1, 2021 18:00
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 198dacc to c6d45e2 Compare October 1, 2021 23:12
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from c6d45e2 to 61d14e4 Compare October 13, 2021 19:04
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 61d14e4 to f2ba1ea Compare December 6, 2021 19:11
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from f2ba1ea to 9308215 Compare January 24, 2022 13:08
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 9308215 to 493f2bc Compare April 16, 2022 22:06
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 493f2bc to 7cadb46 Compare April 16, 2022 22:08
@renovate renovate bot force-pushed the renovate/nyc-15.x branch 2 times, most recently from c25163c to bf8dcf9 Compare June 8, 2022 15:12
@renovate renovate bot changed the title [Deps] Update Update nyc to v15 [Deps] Update: [Deps] Update Update nyc to v15 Jun 27, 2022
@renovate renovate bot changed the title [Deps] Update: [Deps] Update Update nyc to v15 [Deps] Update Update nyc to v15 Jun 28, 2022
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from bf8dcf9 to 9d5cbd2 Compare September 13, 2022 03:35
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 9d5cbd2 to 139d0d0 Compare September 13, 2022 04:01
@renovate renovate bot force-pushed the renovate/nyc-15.x branch 2 times, most recently from 4605a8c to 033e5bd Compare November 2, 2022 05:36
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 033e5bd to c02ae22 Compare November 2, 2022 06:26
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from c02ae22 to d816cc3 Compare December 29, 2022 07:28
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from d816cc3 to e50250d Compare January 20, 2023 06:52
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from e50250d to dd22700 Compare January 20, 2023 07:28
@renovate renovate bot force-pushed the renovate/nyc-15.x branch 2 times, most recently from a853858 to 31a7396 Compare May 14, 2023 06:14
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 31a7396 to 8038028 Compare October 21, 2023 05:19
@renovate renovate bot force-pushed the renovate/nyc-15.x branch 2 times, most recently from 29a19e4 to aabfd90 Compare January 11, 2024 18:20
Copy link

socket-security bot commented Jan 11, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] environment, filesystem, unsafe Transitive: eval, shell +152 12.5 MB coreyfarrell

🚮 Removed packages: npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/nyc-15.x branch 3 times, most recently from b3dc94f to 2a2fbcb Compare February 6, 2024 05:32
@renovate renovate bot force-pushed the renovate/nyc-15.x branch from 2a2fbcb to 63de2a3 Compare March 4, 2024 06:54
@renovate renovate bot changed the title [Deps] Update Update nyc to v15 [Deps] Update Update nyc to v15 - autoclosed Jun 10, 2024
@renovate renovate bot closed this Jun 10, 2024
@renovate renovate bot deleted the renovate/nyc-15.x branch June 10, 2024 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants