-
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
v8.4.0 #4339
Merged
Merged
v8.4.0 #4339
Commits on Jan 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0813625 - Browse repository at this point
Copy the full SHA 0813625View commit details -
fix(arborist): load actual tree on named updates
Arborist was not loading the actual tree when using named updates for global updates, that would result in removing all previously installed deps from a global install anytime the user would try to run `npm update <pkgname>`. This changeset fixes the problem by allowing the load of the actual tree if the `global` and `update.names` options are defined. Added a few more tests to illustrate but some of the snapshots already included were actually demonstrating the problem by having empty trees as result, these are now also updated with the expected tree result. Fixes: #3175
Configuration menu - View commit details
-
Copy full SHA for 1f853f8 - Browse repository at this point
Copy the full SHA 1f853f8View commit details -
feat(arborist): add named updates validation (#4307)
* feat(arborist): add named updates validation Arborist update does not support anything other than dependency names, that is confusing to some users that are used to provide semver ranges when using `npm install` and other commands. This changeset adds validation to the values provided as arguments in `npm update` and will throw a `EUPDATEARGS` error in case the user tries to use semver ranges, e.g: `npm update abbrev@1.0.0` Relates to: #4240
Configuration menu - View commit details
-
Copy full SHA for fbe48a8 - Browse repository at this point
Copy the full SHA fbe48a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b28ad38 - Browse repository at this point
Copy the full SHA b28ad38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52c9608 - Browse repository at this point
Copy the full SHA 52c9608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bbeedf - Browse repository at this point
Copy the full SHA 2bbeedfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bfc507 - Browse repository at this point
Copy the full SHA 1bfc507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c384c - Browse repository at this point
Copy the full SHA 90c384cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fabcf43 - Browse repository at this point
Copy the full SHA fabcf43View commit details -
fix(arborist): shrinkwrap throws when trying to read a folder without…
… permissions (#4258) * fix(arborist): shrinkwrap throws trying to read a folder without permissions Fix an issue where shrinkwrap throws an error when trying to read a folder that it doesn't have permissions to, instead of returning a correct object with an error
Configuration menu - View commit details
-
Copy full SHA for 8c3b143 - Browse repository at this point
Copy the full SHA 8c3b143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8558527 - Browse repository at this point
Copy the full SHA 8558527View commit details
Commits on Jan 27, 2022
-
fix(arborist): update save exact
When updating dependencies we need an extra check when filtering nodes to be updated that ensures we do not override semver ranges that are pointing to an exact version. e.g: =1.0.0, 1.0.0 Fixes: #4329
Configuration menu - View commit details
-
Copy full SHA for b51b29c - Browse repository at this point
Copy the full SHA b51b29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9652d68 - Browse repository at this point
Copy the full SHA 9652d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee4927 - Browse repository at this point
Copy the full SHA 0ee4927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0dc1f - Browse repository at this point
Copy the full SHA 6c0dc1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41b8f7b - Browse repository at this point
Copy the full SHA 41b8f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 433e6aa - Browse repository at this point
Copy the full SHA 433e6aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6654b6e - Browse repository at this point
Copy the full SHA 6654b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3423a98 - Browse repository at this point
Copy the full SHA 3423a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb03e48 - Browse repository at this point
Copy the full SHA fb03e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 385cf5e - Browse repository at this point
Copy the full SHA 385cf5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1acae20 - Browse repository at this point
Copy the full SHA 1acae20View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ba444 - Browse repository at this point
Copy the full SHA b7ba444View commit details
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.