Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f8b2156

Browse files
ops+robot@npmjs.comMylesBorins
ops+robot@npmjs.com
authored andcommittedMay 2, 2022
deps: upgrade npm to 8.7.0
PR-URL: #42744 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 898b475 commit f8b2156

File tree

340 files changed

+4868
-6011
lines changed

Some content is hidden

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

340 files changed

+4868
-6011
lines changed
 

‎deps/npm/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/npm/cli/Node%20CI/latest)](https://github.com/npm/cli/actions?query=workflow%3A%22Node+CI%22+branch%3Alatest) [![Coveralls github branch](https://img.shields.io/coveralls/github/npm/cli/latest)](https://coveralls.io/github/npm/cli?branch=latest)
2-
31
# npm - a JavaScript package manager
42

3+
[![npm version](https://img.shields.io/npm/v/npm.svg)](https://npm.im/npm)
4+
[![license](https://img.shields.io/npm/l/npm.svg)](https://npm.im/npm)
5+
[![CI - cli](https://github.com/npm/cli/actions/workflows/ci.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci.yml)
6+
[![Benchmark Suite](https://github.com/npm/cli/actions/workflows/benchmark.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/benchmark.yml)
7+
58
### Requirements
69

710
One of the following versions of [Node.js](https://nodejs.org/en/download/) must be installed to run **`npm`**:

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

+2
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ When false, specifying individual workspaces via the `workspace` config, or
394394
all workspaces via the `workspaces` flag, will cause npm to operate only on
395395
the specified workspaces, and not on the root project.
396396

397+
This value is not exported to the environment for child processes.
398+
397399
<!-- automatically generated, do not edit manually -->
398400
<!-- see lib/utils/config/definitions.js -->
399401

0 commit comments

Comments
 (0)
Please sign in to comment.