-
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.11.0 #3127
Merged
Merged
Release/v7.11.0 #3127
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
PR-URL: #3086 Credit: @nlf Close: #3086 Reviewed-by: @wraithgar, @ruyadorno
Adds workspace/json config PR-URL: #3101 Credit: @wraithgar Close: #3101 Reviewed-by: @ruyadorno
Normalizes usage of `--ws` in docs. Fixes: npm/statusboard#313 PR-URL: #3109 Credit: @ruyadorno Close: #3109 Reviewed-by: @wraithgar
Running `npm ls --json --long --all` was broken for any project containing a missing dependency from the node_modules folder. This fixes it by avoiding trying to read the extra data required by the --long option in case a dependency is missing. Fixes: #2724 PR-URL: #3119 Credit: @ruyadorno Close: #3119 Reviewed-by: @wraithgar
Add workspaces support to `npm init` - Fixes `npm exec` respecting `script-shell` option value - Refactored `lib/exec.js` into `libnpmexec` - Updates [email protected] - Added ability to create a new workspace using the -w config PR-URL: #3095 Credit: @ruyadorno Close: #3095 Reviewed-by: @wraithgar
If name and version are missing, the filename won't make sense. This also slightly reorders operations so that it will bail early on multiple packages, not potentially packing some before hitting an invalid package and bailing. PR-URL: #3115 Credit: @wraithgar Close: #3115 Reviewed-by: @nlf
PR-URL: #3126 Credit: @wraithgar Close: #3126 Reviewed-by: @darcyclarke
wraithgar
force-pushed
the
release/v7.11.0
branch
from
April 22, 2021 22:02
1bf6e02
to
5f00623
Compare
wraithgar
force-pushed
the
release/v7.11.0
branch
from
April 22, 2021 22:06
5f00623
to
ff2be68
Compare
darcyclarke
force-pushed
the
release/v7.11.0
branch
from
April 23, 2021 03:30
ff2be68
to
52100d7
Compare
darcyclarke
force-pushed
the
release/v7.11.0
branch
from
April 23, 2021 04:40
52100d7
to
88f13e8
Compare
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.11.0 (2021-04-22)
FEATURES
4c1f16d2c
#3095 feat(init): add workspaces support (@ruyadorno)BUG FIXES
42ca59eee
#3086 fix(ls): do not exit with error when all problems are extraneous deps (@nlf)2aecec591
#2724 #3119 fix(ls): make --long work when missing deps (@ruyadorno)42e0587a9
#3115 fix(pack): refuse to pack invalid packument (@wraithgar)1c4eff7b5
#3126 fix(logout): use isBasicAuth attribute (@wraithgar)DOCUMENTATION
c93f1c39e
#3101 chore(docs): update view docs (@wraithgar)c4ff4bc11
npm/statusboard#313 #3109 fix(usage): fix refs to ws shorthand (@ruyadorno)DEPENDENCIES
83166ebcc
[email protected]
e02bda6da
[email protected]
a0382deba
@npmcli/[email protected]
7f82ef5a8
[email protected]
35e49b94f
@npmcli/[email protected]
95faf8ce6
[email protected]
17fffc0e4
[email protected]
1b5a213aa
[email protected]
9f83e6484
[email protected]
251f788c5
[email protected]
35873a989
[email protected]
23e12b4d8
[email protected]