-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
v7.24.2 #3831
v7.24.2 #3831
Conversation
will filter out a small subset of non-URL-safe characters that still parse properly with `new URL` PR-URL: #3804 Credit: @isaacs Close: #3804 Reviewed-by: @wraithgar
* fix: avoid infinite loops in peer dep replacements * fix: use Intl.Collator for string sorting when available * feat(vuln): expose isDirect
The npm/cli form of npm/arborist#324 Required adding options support to package used for this. PR-URL: #3809 Credit: @isaacs Close: #3809 Reviewed-by: @wraithgar
PR-URL: #3805 Credit: @ethomson Close: #3805 Reviewed-by: @lukekarrys
PR-URL: #3699 Credit: @behnammodi Close: #3699 Reviewed-by: @wraithgar
* includeWorkspaceRoot support * workspacesEnabled=false support PR-URL: #3815 Credit: @wraithgar Close: #3815 Reviewed-by: @isaacs
Adds a new config item that includes the workspace root when running non-arborist commands (i.e. repo, version, publish). Arborist will need to be udpated to look for this flag to change its behavior to include the workspace root for its functions. This also changes --workspaces to a trinary, so that setting it to false will explicitly exclude workspaces altogether. This is also going to require an arborist change so that it ignores workspaces altogether. Co-author: @fritzy PR-URL: #3816 Credit: @isaacs Close: #3816 Reviewed-by: @wraithgar
This reverts commit f17dfa0.
This reverts commit 8349c3c. PR-URL: #3817 Credit: @lukekarrys Close: #3817 Reviewed-by: @wraithgar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, we missed that when we reintroduced this #3799. It was even discussed how we didn't need the if statement, and the json case wasn't considered. |
v7.24.2 (2021-10-04)
BUG FIXES
56d6cfdc0
#3804 encode url before opening (@isaacs)075fe5056
#3799 restore exit code on "npm outdated" (@gfyoung)dbb90f799
#3809 use Intl.Collator for string sorting when available (@isaacs)DEPENDENCIES
69ab10bbf
[email protected]
e94ddeaca
@npmcli/[email protected]
:DOCUMENTATION
f425950a6
#3805 remove npm Enterprise from documentation (@ethomson)bb0b2da6c
#3699 fix(docs): add note about workspace script order (@behnammodi)