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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
Release Notes
istanbuljs/nycv14.1.1
Compare Source
Bug Fixes
v14.1.0
Compare Source
Bug Fixes
Features
v14.0.0
Compare Source
Bug Fixes
Features
v13.3.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
v13.2.0
Compare Source
Bug Fixes
Features
v13.1.0
Compare Source
Bug Fixes
Features
v13.0.1
Compare Source
Features
13.0.1 (2018-07-24)
Bug Fixes
v13.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
12.0.2 (2018-06-03)
Bug Fixes
12.0.1 (2018-05-31)
v12.0.2
Compare Source
Bug Fixes
Features
BREAKING CHANGES
12.0.2 (2018-06-03)
Bug Fixes
12.0.1 (2018-05-31)
v12.0.1
Compare Source
Bug Fixes
v12.0.0
Compare Source
Chores
BREAKING CHANGES
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.
This PR has been generated by Renovate Bot. View repository job log here.