-
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.19.0 #3465
Merged
Merged
Release/v7.19.0 #3465
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: #3450 Credit: @lumaxis Close: #3450 Reviewed-by: @wraithgar
This adds linting checking to our bin directory, fixes the linting errors that generated, and cleans up lib/ls.js to remove unused variables. PR-URL: #3454 Credit: @Ivan12273 Close: #3454 Reviewed-by: @darcyclarke
Cleaned the code up too PR-URL: #3416 Credit: @wraithgar Close: #3416 Reviewed-by: @nlf
Tests for cli now use the real npm PR-URL: #3451 Credit: @wraithgar Close: #3451 Reviewed-by: @nlf
Consolidates existing "real npm" mocks, labels it real. We can now migrate tests to this one at a time instead of trying to make one giant PR that does it all at once. PR-URL: #3458 Credit: @wraithgar Close: #3458 Reviewed-by: @nlf
We had tied the usage of commands to snapshots, but not the full config descriptions. This will prevent us from landing changes to the config descriptions that don't also result in rebuilt `.md` help docs. Closes npm/statusboard#374 PR-URL: #3459 Credit: @wraithgar Close: #3459 Reviewed-by: @nlf
Refactor set-script and init to use @npmcli/package-json as a uniformed way to update and save package.json files. Fixes: #3234 Relates to: npm/statusboard#368 PR-URL: #3455 Credit: @ruyadorno Close: #3455 Reviewed-by: @nlf
This is a papercut that has been driving me crazy when debugging ERESOLVE issues. It's not particularly useful to just say something is "invalid", without showing which module's dependency is not being met. With this commit, it prints all the packages that depend on that dependency and do not have their required version met. This does print multiple times for deduped deps that are invalid, but if we skip the printing of the `invalid` label for deduped deps, we end up losing information that is only detected later in the tree walk. PR-URL: #3460 Credit: @isaacs Close: #3460 Reviewed-by: @nlf
this didn't get ran when we added the new package-json package
* bin: allow turning off timer display with --timers=false * fix: do not try to inflate a fresh lockfile * fix(diff): walk target children if root is a link * chore: @npmcli/package-json refactor
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.19.0 (2021-06-24)
FEATURES
23ce3af19
#3460 feat(ls): report why something is invalid (@isaacs)BUG FIXES
53f81af31
#3450 fix(docs): Improve phrasing of workspace example (@lumaxis)78da60ffe
#3454 chore(linting): add bin and clean up lib/ls.js54eae3063
#3416 chore(errorHandler): rename to exit handler (@wraithgar)d0f50b156
#3451 chore(refactor): async npm.load (@wraithgar)87f67d9ef
#3458 chore(tests): expose real mock npm object (@wraithgar)f3dce0917
#3459 chore(config): snapshot config descriptions (@wraithgar)6254b6f72
#3234 #3455 @npmcli/package-json refactor (@ruyadorno)DEPENDENCIES
fe4138381
@npmcli/[email protected]
: