-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/v7.24.0 #3770
Merged
Merged
Release/v7.24.0 #3770
Conversation
This file contains 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
This is already part of the published npm, just not in git
* fix: bin script path
The did-you-mean code was trying to parse a local package.json to suggest scripts and bins, which was causing an exception if you ran npm outside of a directory with a valid package.json. This fixes that. PR-URL: #3747 Credit: @wraithgar Close: #3747 Reviewed-by: @nlf
Before, `npm view npm@^6` would incorrectly report “published over a year from now” for every entry. Now it reports the correct dates. PR-URL: #3739 Credit: @andersk Close: #3739 Reviewed-by: @wraithgar
The install script will gracefully fail if things don't work. This is especially important for versions of npm that won't work in your current node version. PR-URL: #3748 Credit: @wraithgar Close: #3748 Reviewed-by: @isaacs
PR-URL: #3753 Credit: @shadowspawn Close: #3753 Reviewed-by: @wraithgar
The way we were flattening user-agent back into itself meant that any values that were dependent on other config items would never be seen, since we have to re-flatten the item for each one it depends on. We also weren't re-flattening the user-agent when setting workspaces or workspace, which were things that affected the final result. This does change the main config value of `user-agent` but not the flattened one. We are not using the main config value anywhere (which is correct). PR-URL: #3754 Credit: @wraithgar Close: #3754 Reviewed-by: @nlf
PR-URL: #3738 Credit: @AyushRawal Close: #3738 Reviewed-by: @wraithgar
See npm/documentation#36 PR-URL: #3759 Credit: @nategreen Close: #3759 Reviewed-by: @wraithgar
PR-URL: #3760 Credit: @yacoman89 Close: #3760 Reviewed-by: @wraithgar
* fix: re-emit 'error' event if missed and new listener added * fix: do not blow up if process is missing
PR-URL: #3761 Credit: @wraithgar Close: #3761 Reviewed-by: @lukekarrys
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.24.0 (2021-09-16)
FEATURES
c7787b3fb
1fbbe1e04
bundled npm-install-checks (@wraithgar)BUG FIXES
0320bd77e
#3739 fix(view): Show the correct publish date for versions selected by range (@andersk)e4a521857
#3748 fix(install.sh): don't remove old npm first (@wraithgar)b4aac345b
#3754 fix(config): user-agent properly shows ci (@wraithgar)b807cd62e
#3738 fix(search): return valid json for no results (@AyushRawal)2def17a3b
#3760 fix(install): use configured registry when checking manifest (@yacoman89)ca792acdd
#3761 fix(logs): clean args for failed commands (@wraithgar)59743972c
#3747 fix(did-you-mean): succeed if cwd is not a package (@wraithgar)DEPENDENCIES
ac8e4ad18
init-package-json@2.0.5
:371655a6b
minipass@3.1.5
:DOCUMENTATION
4d93b484a
#3759 fix(docs): use correct hyperlink to package-json (@nategreen)