Uh oh!
There was an error while loading. Please reload this page.
Release/v7.5.5 - #2754
Merged
Merged
Conversation
See #2654 (comment) PR-URL: #2688 Credit: @ljharbClose: #2688 Reviewed-by: @wraithgar
PR-URL: #2698 Credit: @RA80533Close: #2698 Reviewed-by: @darcyclarke
Although our documentation is rendered for the "in the box" docs by cmark-gfm, the upstream docs site (docs.npmjs.com) uses mdx, which is a much stricter parser. Update our docs generator site to ensure that mdx can parse our documentation as well, to ensure that we get fast feedback when it would fail. PR-URL: #2711 Credit: @ethomsonClose: #2711 Reviewed-by: @darcyclarke
PR-URL: #2718 Credit: @nlfClose: #2718 Reviewed-by: @wraithgar
PR-URL: #2716 Credit: @nlfClose: #2716 Reviewed-by: @ljharb, @wraithgar
Less mocking, more intentional testing of things PR-URL: #2717 Credit: @wraithgarClose: #2717 Reviewed-by: @nlf
* [#1875](#1875) [npm/arborist#230](npm/arborist#230) Set default advisory `severity`/`vulnerable_range` when missing from audit endpoint data ([@isaacs](https://github.com/isaacs)) * [npm/arborist#231](npm/arborist#231) skip optional deps with mismatched platform or engine ([@nlf](https://github.com/nlf)) * [#2251](#2251) Unpack shrinkwrapped deps not already unpacked ([@isaacs](https://github.com/isaacs), [@nlf](https://github.com/nlf)) * [#2714](#2714) Do not write package.json if nothing changed ([@isaacs](https://github.com/isaacs)) * [npm/rfcs#324](npm/rfcs#324) Prefer peer over prod dep, if both specified ([@isaacs](https://github.com/isaacs)) * [npm/arborist#236](npm/arborist#236) Fix additional peerOptional conflict cases ([@isaacs](https://github.com/isaacs))
If the user has specified a silent loglevel, we should pass that intention on when we call runScript Also a small cleanup in lib/run-script.js so that the reference to @npmcli/run-script is named the same as other files. PR-URL: #2719 Credit: @wraithgarClose: #2719 Reviewed-by: @nlf
contructor -> constructor PR-URL: #2729 Credit: @eltociearClose: #2729 Reviewed-by: @wraithgar
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 freeto 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.5.5 (2021-02-22)
BUG FIXES
49c95375a#2688 fix shrinkwrap in node v10.0 (@ljharb)00afa3161#2718 restore the prefix on output fromnpm version <inc>(@nlf)69e0c4e8c#2716 throw an error when trying to dedupe in global mode (@nlf)b018eb842#2719 obey silent loglevel in run-script (@wraithgar)DEPENDENCIES
8c36697df@npmcli/arborist@2.2.3severity/vulnerable_rangewhen missing from audit endpoint data (@isaacs)d865b101flibnpmpack@2.0.1e606953e5libnpmversion@1.0.119c51005a1npm-package-arg@8.1.1git@github.com:npm/cli8b6bf0db4pacote@11.2.7TESTS
80c2ac995#2717 refactor publish tests (@wraithgar)9d81e0ceb#2729 fix typo in shrinkwrap tests (@eltociear)DOCUMENTATION
e3de7befb#2685 docs(readme): add note back about branding/origin (@darcyclarke)38d87e7c2#2698 mention nodenv in README.md (@RA80533)af4422cdb#2711 validate that the docs can be parsed by mdx (@ethomson)