Skip to content

Commit 93670de

Browse files
npm-cli-botaduh95
authored andcommittedNov 5, 2024
deps: upgrade npm to 10.8.2
PR-URL: #53799 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 8531c95 commit 93670de

File tree

260 files changed

+1582
-2649
lines changed

Some content is hidden

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

260 files changed

+1582
-2649
lines changed
 

‎deps/npm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm <command>
4040
* Note: you can also search docs locally with `npm help-search <query>`
4141
* [**Bug Tracker**](https://github.com/npm/cli/issues) - Search or submit bugs against the CLI
4242
* [**Roadmap**](https://github.com/orgs/github/projects/4247/views/1?filterQuery=npm) - Track & follow along with our public roadmap
43-
* [**Feedback**](https://github.com/npm/feedback) - Contribute ideas & discussion around the npm registry, website & CLI
43+
* [**Community Feedback and Discussions**](https://github.com/orgs/community/discussions/categories/npm) - Contribute ideas & discussion around the npm registry, website & CLI
4444
* [**RFCs**](https://github.com/npm/rfcs) - Contribute ideas & specifications for the API/design of the npm CLI
4545
* [**Service Status**](https://status.npmjs.org/) - Monitor the current status & see incident reports for the website & registry
4646
* [**Project Status**](https://npm.github.io/statusboard/) - See the health of all our maintained OSS projects in one view

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

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ into a tarball (b).
138138
139139
* `-D, --save-dev`: Package will appear in your `devDependencies`.
140140
141+
* `--save-peer`: Package will appear in your `peerDependencies`.
142+
141143
* `-O, --save-optional`: Package will appear in your
142144
`optionalDependencies`.
143145

0 commit comments

Comments
 (0)
Please sign in to comment.