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.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ nyc (^13.1.0 → ^14.0.0) · Repo · Changelog
Release Notes
14.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 48 commits:
chore(release): 14.0.0
docs: update issue template [skip ci] (#1008)
chore: Update package-lock.json
chore: Update dependencies for 14.0.0-rc.1
feat: instrument `--complete-copy` implementation (#1056)
docs: `nyc instrument` and `--exclude-node-modules` (#1039)
feat: always build the processinfo temp dir (#1061)
feat: Add support for --exclude-node-modules to subcommands. (#1053)
feat: add processinfo index, add externalId (#1055)
fix: set processinfo pid/ppid to actual numbers (#1057)
chore: Stop excluding `bin` from coverage results. (#1060)
fix: Use a single instance of nyc for all actions of main command. (#1059)
chore: Remove arrify dependency. (#1058)
docs: move setup docs out of the readme [skip ci] (#1052)
feat: add `include` and `exclude` options to instrument command (#1007)
chore: Update dependencies (#1050)
fix: make --all work for transpiled code (#1047)
feat: Support turning off node_modules default exclude via flag (#912)
docs: A bunch of docs fix-ups (#1038)
test(instrument): should return unmodified source if no transform found (#1036)
docs: project root directory and `--cwd` doc (#1032)
fix: Add `cwd` option to instrument command (#1024)
chore: A few code cleanups (#1033)
feat: Rename `plugins` option to `parser-plugins`. (#1031)
feat: Pass `extension` to test-exclude, use TestExclude.globSync. (#1026)
feat: add `--build-process-tree` feature (#1028)
chore: Improve self-coverage collection. (#1027)
chore: update instrument code to use es2015+ (#1023)
chore: Update dependencies. (#1021)
feat: add `delete` option to instrument command (#1005)
feat: Add support for nyc.config.js (#1019)
feat: Remove bundling (#1017)
feat: Add test-exclude args to check-coverage and report subcommands.
feat: Fix excludeAfterRemap functionality.
Revert "feat: add support to exclude files on coverage report generation (#982)"
chore: Fix es-module test to check for absolute file path in error. (#1016)
feat: Enable `es-modules` option for nyc instrument command (#1006)
fix: resolve absolute paths in nyc instrument (#1012)
docs: Update description of how files are selected for instrumentation (#1009)
chore: Full self coverage (#1000)
docs: Fix a few typos in the changelog (#1004)
fix: add config values to hash salt (#988)
chore: Remove legacy code for exit handling in node.js < 0.11.8 (#999)
chore(test): consolidate on tap test runner, stop running build step (#997)
Revert "fix: Exclude negated not working with '--all' switch (#977)" (#998)
fix: Exclude negated not working with '--all' switch (#977)
feat: add support to exclude files on coverage report generation (#982)
chore: Update package-lock.json for security audit.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands