-
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.14.0 #3273
Merged
Merged
Release/v7.14.0 #3273
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
Add a script and Makefile rule to build the "Configuration" section for all command documentation based on the command classes' `params` list. Also correct several minor problems in the documentation, and add `params` listings for commands that were lacking them, to match the existing documentation and/or behavior within the code. PR-URL: #3243 Credit: @isaacs Close: #3243 Reviewed-by: @wraithgar
- Add highlight style for workspaces items in human output - Add ability to filter results by workspace using `-w` config - Added tests and docs Fixes: npm/statusboard#300 PR-URL: #3265 Credit: @ruyadorno Close: #3265 Reviewed-by: @isaacs
This adds `--workspace` support to: - audit (including audit fix) - ci - dedupe - find-dupes - install - install-ci-test - install-test - prune - rebuild - uninstall - update Also addresses missing error handling case, identified by @timoxley. #3227 (comment) PR-URL: #3227 Credit: @isaacs Close: #3227 Reviewed-by: @ruyadorno
We have another PR in flight that will start auto-generating some content in `docs/content/commands`, and will run `postsnap`, which means that if we tie the usage output to a snapshot, the docs will also be updated when the snapshots change. PR-URL: #3246 Credit: @wraithgar Close: #3246 Reviewed-by: @isaacs
PR-URL: #3253 Credit: @juanpicado Close: #3253 Reviewed-by: @wraithgar, @darcyclarke
PR-URL: #3251 Credit: @wraithgar Close: #3251 Reviewed-by: @ruyadorno, @isaacs
- Add listing outdated direct deps of a workspace in `npm outdated` - Add ability to filter the results of `npm outdated` using `-w` config - Added tests and docs Fixes: npm/statusboard#303 PR-URL: #3260 Credit: @ruyadorno Close: #3260 Reviewed-by: @isaacs
PR-URL: #3217 Credit: @mrmlnc Close: #3217 Reviewed-by: @isaacs, @wraithgar, @ruyadorno
- Add listing workspaces deps by default in `npm ls` - Add ability to filter the result tree by workspace using the -w config - Added tests and docs Fixes: npm/statusboard#302 PR-URL: #3250 Credit: @ruyadorno Close: #3250 Reviewed-by: @isaacs
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.14.0 (2021-05-20)
FEATURES
0d1a9d787
#3227 feat(install): add workspaces support to npm install commands (@isaacs)c18626f04
#3250 feat(ls): add workspaces support (@ruyadorno)41099d395
#3265 feat(explain): add workspaces support (@ruyadorno)fde354669
#3251 feat(unpublish): add workspace/dry-run support (@wraithgar)83df3666c
#3260 feat(outdated): add workspaces support (@ruyadorno)63a7635f7
#3217 feat(pack): add support to json config/output (@mrmlnc)BUG FIXES
faa12ccc2
#3253 fix search description typos (@juanpicado)2f5c28a68
#3243 fix(docs): autogenerate config docs for commands (@isaacs)DEPENDENCIES
ec256a14a
@npmcli/[email protected]
5f15aba86
[email protected]
b3add87e6
#3262[email protected]
: