-
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.1.2 #2333
Merged
Merged
Release/v7.1.2 #2333
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
* Set INIT_CWD to initial current working directory * Set NODE to initial process.execPath Fix: #2033
- Fixes `npm search --searchexclude=<value>` option - Tweaks `--searchopt` logic - Refactor and cleanup `lib/search.js` - Add `test/lib/search.js` tests - Fixes: npm/statusboard#171 PR-URL: #2325 Credit: @ruyadorno Close: #2325 Reviewed-by: @isaacs
- Removes unnecessary colon when listing 0 users/teams - Removes unimplemented `npm team edit` placeholder - Adds `test/lib/team.js` tests - Fixes: npm/statusboard#176 PR-URL: #2314 Credit: @ruyadorno Close: #2314 Reviewed-by: @isaacs
`npm ci` should run all the same preinstall/install/postinstall/prepare scripts for the root project just like `npm install`. Fixes: #1905 PR-URL: #2316 Credit: @isaacs Close: #2316 Reviewed-by: @ruyadorno
Fix: #2021 PR-URL: #2331 Credit: @isaacs Close: #2331 Reviewed-by: @ruyadorno @darcyclarke
PR-URL: #2332 Credit: @ruyadorno Close: #2332 Reviewed-by: @isaacs
* Do not save with ^ and no version Fix: #2320
We have a linter. yolo
Closed
This was referenced Nov 28, 2023
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.
7.1.2 (2020-12-11)
DEPENDENCIES
c3ba1daf7
#2033@npmcli/config@1.2.6
:INIT_CWD
to initial current working directoryNODE
to initialprocess.execPath
8029608b9
json-parse-even-better-errors@2.3.1
0233818e6
#2332treeverse@1.0.4
e401d6bb3
ini@1.3.8
011bb1220
#2320@npmcli/arborist@2.0.1
:^
and no versionBUGFIXES
244c2069f
#2325 npm search include/exclude (@ruyadorno)d825e901e
#1905 #2316 run install scripts for root project315449142
#2331 #2021 SetNODE_ENV=production
if 'dev' is on the omit list (@isaacs)TESTING
c243e3b9d
#2313 tests: completion (@nlf)7ff6efbb8
#2314 npm team (@ruyadorno)7a4f0c96c
#2323 npm doctor (@nlf)DOCUMENTATION
e340cf64b
#2330 explain through run-script (@isaacs)