Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N node-http-proxy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 482
    • Issues 482
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 102
    • Merge requests 102
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • http ... PARTY!
  • node-http-proxy
  • Merge requests
  • !1367

[dist] Update dependency nyc to v14

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge renovate/nyc-14.x into master Aug 22, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update Change
nyc devDependencies major ^11.7.1 -> ^14.0.0

Release Notes

istanbuljs/nyc

v14.1.1

Compare Source

Bug Fixes
  • check-coverage: make the --temp-dir option visible (#​1101) (b5b67de)
  • cli: Report error if unwanted positional arguments are received (#​1100) (57debc1), closes #​401

v14.1.0

Compare Source

Bug Fixes
  • Do not crash when nyc is run inside itself. (#​1068) (c4fcf5e), closes #​1067
  • Exit with code 1 when nyc doesn't know what to do. (#​1070) (21fb2c8)
  • Purge source-map cache before reporting if cache is disabled. (#​1080) (3d9eaa4)
  • Use correct config property for parser plugins (#​1082) (a7bc7ae)
Features
  • add support for yaml configuration file (#​1054) (ca37ffa)

v14.0.0

Compare Source

Bug Fixes
  • Do not crash when nyc is run inside itself. (#​1068) (c4fcf5e), closes #​1067
  • Exit with code 1 when nyc doesn't know what to do. (#​1070) (21fb2c8)
  • Purge source-map cache before reporting if cache is disabled. (#​1080) (3d9eaa4)
  • Use correct config property for parser plugins (#​1082) (a7bc7ae)
Features
  • add support for yaml configuration file (#​1054) (ca37ffa)

v13.3.0

Compare Source

Bug Fixes
  • Add cwd option to instrument command (#​1024) (051d95a)
  • Add config values to hash salt (#​988) (7ac325d), closes #​522
  • Exclude negated not working with '--all' switch (#​977) (91de23c)
  • Make --all work for transpiled code (#​1047) (18e04ba)
  • Resolve absolute paths in nyc instrument (#​1012) (3cb1861), closes #​1014
  • Set processinfo pid/ppid to actual numbers (#​1057) (32f75b0)
  • Use a single instance of nyc for all actions of main command. (#​1059) (b909575)
Features
  • Add delete option to instrument command (#​1005) (d6db551)
  • Add include and exclude options to instrument command (#​1007) (8da097e)
  • Add processinfo index, add externalId (#​1055) (8dcf180)
  • Add support for nyc.config.js (#​1019) (3b203c7)
  • Add support to exclude files on coverage report generation (#​982) (509c6aa)
  • Add test-exclude args to check-coverage and report subcommands. (0fc217e)
  • Always build the processinfo temp dir (#​1061) (c213469)
  • Enable es-modules option for nyc instrument command (#​1006) (596b120)
  • Fix excludeAfterRemap functionality. (36bcc0b)
  • Implement nyc instrument --complete-copy (#​1056) (2eb13c6)
  • Remove bundling (#​1017) (b25492a)
  • Support turning off node_modules default exclude via exclude-node-modules option (#​912) (b7e16cd)
  • Add support for --exclude-node-modules to subcommands. (#​1053) (e597c46)
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.2.0

Compare Source

Bug Fixes
  • update dependencies due to vulnerabilities (#​992) (e8cc59b), closes #​991
Features
  • Support nyc report --check-coverage (#​984) (dd48410)

v13.1.0

Compare Source

Bug Fixes
  • Create directory for merge destination. (#​979) (921d386), closes #​976
  • missing command temp-directory (#​928) (28b6d09), closes #​927
  • nyc processing files not covered by include when all is enabled. (#​914) (40afc5f), closes #​913 #​782
Features
  • avoid hardcoded HOME for spawn-wrap working dir (#​957) (ff834aa), closes #​951
  • document the fact that cacheDir is configurable (#​968) (35cd49a)
  • Option Plugins (#​948) (df2730d)

v13.0.1

Compare Source

Features
  • Bump dependencies. (#​915) (0b3d2cf)
  • Rename --temp-directory option to --temp-dir (#​897) (ccf42df)

13.0.1 (2018-07-24)

Bug Fixes
  • add flag to allow control of instrumenter esModules option, default to looser parsing (#​863) (6b6cd5e)
  • Enable es-modules by default. (#​889) (d0b76e2), closes #​796
  • Update caching-transform options. (#​873) (52b69ef)
  • use uuid/v4 to generate unique identifiers. (#​883) (7483ed9)

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
  • 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.1

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.0

Compare Source

Chores
  • upgrade to newest version of istanbul codebase (#​848) (19b7d21)
BREAKING CHANGES
  • babel@7 drops Node.js 4 support

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: renovate/nyc-14.x