-
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
Release/v7.19.0 #3465
Commits on Jun 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9bdfbc7 - Browse repository at this point
Copy the full SHA 9bdfbc7View commit details
Commits on Jun 22, 2021
-
fix(docs): Improve phrasing of workspace example
PR-URL: #3450 Credit: @lumaxis Close: #3450 Reviewed-by: @wraithgar
Configuration menu - View commit details
-
Copy full SHA for 53f81af - Browse repository at this point
Copy the full SHA 53f81afView commit details
Commits on Jun 23, 2021
-
chore(linting): add bin and clean up lib/ls.js
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
Configuration menu - View commit details
-
Copy full SHA for 78da60f - Browse repository at this point
Copy the full SHA 78da60fView commit details -
chore(errorHandler): rename to exit handler
Cleaned the code up too PR-URL: #3416 Credit: @wraithgar Close: #3416 Reviewed-by: @nlf
Configuration menu - View commit details
-
Copy full SHA for 54eae30 - Browse repository at this point
Copy the full SHA 54eae30View commit details -
chore(refactor): async npm.load
Tests for cli now use the real npm PR-URL: #3451 Credit: @wraithgar Close: #3451 Reviewed-by: @nlf
Configuration menu - View commit details
-
Copy full SHA for d0f50b1 - Browse repository at this point
Copy the full SHA d0f50b1View commit details -
chore(tests): expose real mock npm object
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
Configuration menu - View commit details
-
Copy full SHA for 87f67d9 - Browse repository at this point
Copy the full SHA 87f67d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 400f757 - Browse repository at this point
Copy the full SHA 400f757View commit details -
chore(config): snapshot config descriptions
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
Configuration menu - View commit details
-
Copy full SHA for f3dce09 - Browse repository at this point
Copy the full SHA f3dce09View commit details -
chore: @npmcli/package-json refactor
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
Configuration menu - View commit details
-
Copy full SHA for 6254b6f - Browse repository at this point
Copy the full SHA 6254b6fView commit details -
feat(ls): report *why* something is invalid
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
Configuration menu - View commit details
-
Copy full SHA for 23ce3af - Browse repository at this point
Copy the full SHA 23ce3afView commit details
Commits on Jun 24, 2021
-
chore(deps): bundle-and-gitignore
this didn't get ran when we added the new package-json package
Configuration menu - View commit details
-
Copy full SHA for dd81d0c - Browse repository at this point
Copy the full SHA dd81d0cView commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for fe41383 - Browse repository at this point
Copy the full SHA fe41383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ccecd - Browse repository at this point
Copy the full SHA 52ccecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea62bac - Browse repository at this point
Copy the full SHA ea62bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf55fe0 - Browse repository at this point
Copy the full SHA cf55fe0View commit details