Skip to content

Commit 7c03a3d

Browse files
npm-cli-botjuanarbol
authored andcommittedJan 31, 2023
deps: upgrade npm to 9.3.0
PR-URL: #46193 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 340d76a commit 7c03a3d

File tree

319 files changed

+11263
-13277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+11263
-13277
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ CONFLICT_RE=^>>>>>>> [[:xdigit:]]+|^<<<<<<< [[:alpha:]]+
15501550

15511551
# Related CI job: node-test-linter
15521552
lint-ci: lint-js-ci lint-cpp lint-py lint-md lint-addon-docs lint-yaml-build lint-yaml
1553-
@if ! ( grep -IEqrs "$(CONFLICT_RE)" --exclude="error-message.js" benchmark deps doc lib src test tools ) \
1553+
@if ! ( grep -IEqrs "$(CONFLICT_RE)" --exclude="error-message.js" --exclude="merge-conflict.json" benchmark deps doc lib src test tools ) \
15541554
&& ! ( $(FIND) . -maxdepth 1 -type f | xargs grep -IEqs "$(CONFLICT_RE)" ); then \
15551555
exit 0 ; \
15561556
else \

‎deps/npm/docs/content/commands/npm-access.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ npm access grant <read-only|read-write> <scope:team> [<package>]
1616
npm access revoke <scope:team> [<package>]
1717
```
1818
19+
Note: This command is unaware of workspaces.
20+
1921
### Description
2022
2123
Used to set access controls on private packages.

0 commit comments

Comments
 (0)
Please sign in to comment.