-
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.16.0 #3322
Release/v7.16.0 #3322
Commits on May 24, 2021
-
fix(docs): proper postinstall script file name
I think this change was incorrect: #2024 The point of this example is that the same script is being used for two different stages (`install` and `post-install`) so it would be a good idea to look at the `npm_lifecycle_event` environment variable inside this script to determine which stage is being run. PR-URL: #3282 Credit: @KevinFCormier Close: #3282 Reviewed-by: @wraithgar
Configuration menu - View commit details
-
Copy full SHA for 46a9bcb - Browse repository at this point
Copy the full SHA 46a9bcbView commit details -
fix(ls): show relative paths from root
Change the output in `npm ls` for symlink dependencies (including workspaces) to show the relative path from the project root, rather than the absolute path of the link target. This makes the output much less noisy and more ergonomic when many workspaces and link dependencies are in use, especially when paths are long. It is arguable that this output might be slightly misleading, since the _actual_ workspace symlink from `${root}/node_modules/b` to `${root}/packages/b` has a link value of `../packages/b`, not just `packages/b`. (Or on Windows, always the full absolute path, because junctions.) Thus, `npm ls b` will not show the same output as `ls -l node_modules/b`. However, `npm ls` shows the logical tree, not the physical tree, so presenting the user with a path that they can use and interpret is more important than presenting them with the strictly accurate details of their filesystem. PR-URL: #3272 Credit: @isaacs Close: #3272 Reviewed-by: @darcyclarke
Configuration menu - View commit details
-
Copy full SHA for 83590d4 - Browse repository at this point
Copy the full SHA 83590d4View commit details
Commits on May 26, 2021
-
* fix(exit-code): account for null auditLevel default (#46)
Configuration menu - View commit details
-
Copy full SHA for dbbc151 - Browse repository at this point
Copy the full SHA dbbc151View commit details -
fix(completion): restore IFS even if
npm completion
returns errorPR-URL: #3304 Credit: @NariyasuHeseri Close: #3304 Reviewed-by: @wraithgar
Configuration menu - View commit details
-
Copy full SHA for a574b51 - Browse repository at this point
Copy the full SHA a574b51View commit details -
fix(docs): typo in package-lock.json docs
PR-URL: #3307 Credit: @rethab Close: #3307 Reviewed-by: @wraithgar
Configuration menu - View commit details
-
Copy full SHA for 3c53d63 - Browse repository at this point
Copy the full SHA 3c53d63View commit details -
fix: set audit exit code properly
When running 'npm audit', we properly exited correctly with the appropriate exitCode based on the audit level config and the report results. However, when going through the reifyFinish() function (as we do for 'npm audit fix'), we were not setting that properly if the auditLevel was not set. Furthermore, if the auditLevel WAS set, we were setting the exit code to non-zero for *other* reify commands (install, update, etc.), where the audit information should be strictly advisory. When --json and --loglevel=silent were set, the exitCode was never being set properly. This fixes all these problems. PR-URL: #3311 Credit: @isaacs Close: #3311 Reviewed-by: @wraithgar
Configuration menu - View commit details
-
Copy full SHA for 554e8a5 - Browse repository at this point
Copy the full SHA 554e8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96367f9 - Browse repository at this point
Copy the full SHA 96367f9View commit details -
feat(link): add workspace support
PR-URL: #3312 Credit: @isaacs Close: #3312 Reviewed-by: @wraithgar
Configuration menu - View commit details
-
Copy full SHA for 399ff8c - Browse repository at this point
Copy the full SHA 399ff8cView commit details -
docs: Drop stale Python 3<->node-gyp remark
PR-URL: #3313 Credit: @spencerwilson Close: #3313 Reviewed-by: @wraithgar
Configuration menu - View commit details
-
Copy full SHA for 64b13dd - Browse repository at this point
Copy the full SHA 64b13ddView commit details
Commits on May 27, 2021
-
fix(publish): skip private workspaces
Allow users to publish all workspaces with `npm publish --ws` while also skipping any workspace that might have been intentionally marked as private, using `"private": true` in its package.json file. Fixes: #3268 PR-URL: #3285 Credit: @ruyadorno Close: #3285 Reviewed-by: @wraithgar
1Configuration menu - View commit details
-
Copy full SHA for 4a4fbe3 - Browse repository at this point
Copy the full SHA 4a4fbe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b26045 - Browse repository at this point
Copy the full SHA 5b26045View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c4df0 - Browse repository at this point
Copy the full SHA 35c4df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b70d797 - Browse repository at this point
Copy the full SHA b70d797View commit details -
* feat: allow fully deleting indices * feat: add a validateEntry option to compact * chore: lint * chore: use standard npm style release scripts
Configuration menu - View commit details
-
Copy full SHA for 7b56bfd - Browse repository at this point
Copy the full SHA 7b56bfdView commit details -
chore(ci): add input to cli deps pr workflow
Moves workflow to create NPM CLI dependency pull request from npm/node. Adds input to workflow dispatch trigger PR-URL: #3294 Credit: @gimli01 Close: #3294 Reviewed-by: @darcyclarke
Configuration menu - View commit details
-
Copy full SHA for 3d5df00 - Browse repository at this point
Copy the full SHA 3d5df00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93191fa - Browse repository at this point
Copy the full SHA 93191faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a14a6 - Browse repository at this point
Copy the full SHA c6a14a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b95a4 - Browse repository at this point
Copy the full SHA b4b95a4View commit details