Release/v7.0.0 beta.12#1847
Merged
ruyadorno merged 9 commits intorelease/v7.0.0-betafrom Sep 22, 2020
Merged
Conversation
This updates node-gyp to v7, allowing us to deduplicate a lot of significant dependencies. Fix: #1281 Fix: npm/statusboard#67 PR-URL: #1846 Credit: @isaacs Close: #1846 Reviewed-by: @ruyadorno
This is the CLI portion of npm/arborist#136 PR-URL: #1819 Credit: @isaacs Close: #1819 Reviewed-by: @ruyadorno
We are targetting 100% test coverage for npm v7 GA. Using a coverage-map, we require that any of the newly created tests fully cover the module that they are testing. However, this has the side effect of _always_ hitting 100% coverage when running 'npm test', even though not all modules are being tested. This adds a new 'load-all' test which, in 'check-coverage' mode, tells nyc to include every file in the project. This also removes the double-run of our tests in CI, where we run once and then immediately run the same exact thing again for Coveralls, and sends the 'check-coverage' output to Coveralls instead. PR-URL: #1820 Credit: @isaacs Close: #1820 Reviewed-by: @ruyadorno
PR-URL: #1699 Credit: @luciomartinez Close: #1699 Reviewed-by: @ruyadorno
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
v7.0.0-beta.12 (2020-09-22)
24f3a5448#1811 npm ci should never save package.json or lockfile (@isaacs)5e780a5f0remove unused spec parameter, assign error code (@nlf)f019a248aRemove unused npx binary (@isaacs)db157b3ce@npmcli/arborist@0.0.27strictPeerDepsoption, defaulting tofalseb3a50d275#1846@npmcli/run-script@1.6.0a1d375f6b#1819 Add--strict-peer-depsoption (@isaacs)5837a4843#1699 Use allow/deny list in docs (@luciomartinez)