Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 57dc092

Browse filesBrowse files
npm-cli-botaduh95
authored andcommitted
deps: upgrade npm to 11.11.0
PR-URL: #61994 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jordan Harband <ljharb@gmail.com>
1 parent 4c181e2 commit 57dc092
Copy full SHA for 57dc092

257 files changed

+4,180-2,476Lines changed: 4180 additions & 2476 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-ls.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note that nested packages will *also* show the paths to the specified packages.
2323
For example, running `npm ls promzard` in npm's source tree will show:
2424

2525
```bash
26-
npm@11.10.1 /path/to/npm
26+
npm@11.11.0 /path/to/npm
2727
└─┬ init-package-json@0.0.4
2828
└── promzard@0.1.5
2929
```
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-trust.md
+24Lines changed: 24 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,30 @@ npm trust gitlab [package] --file [--project|--repo|--repository] [--env|--envir
9494
| `--registry` | "https://registry.npmjs.org/" | URL | The base URL of the npm registry. |
9595
| `--yes`, `-y` | null | null or Boolean | Automatically answer "yes" to any prompts that npm might print on the command line. |
9696

97+
### `npm trust circleci`
98+
99+
Create a trusted relationship between a package and CircleCI
100+
101+
#### Synopsis
102+
103+
```bash
104+
npm trust circleci [package] --org-id <uuid> --project-id <uuid> --pipeline-definition-id <uuid> --vcs-origin <origin> [--context-id <uuid>...] [-y|--yes]
105+
```
106+
107+
#### Flags
108+
109+
| Flag | Default | Type | Description |
110+
| --- | --- | --- | --- |
111+
| `--org-id` | null | String (required) | CircleCI organization UUID |
112+
| `--project-id` | null | String (required) | CircleCI project UUID |
113+
| `--pipeline-definition-id` | null | String (required) | CircleCI pipeline definition UUID |
114+
| `--vcs-origin` | null | String (required) | CircleCI repository origin in format 'provider/owner/repo' |
115+
| `--context-id` | null | null or String (can be set multiple times) | CircleCI context UUID to match |
116+
| `--dry-run` | false | Boolean | Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, `install`, `update`, `dedupe`, `uninstall`, as well as `pack` and `publish`. Note: This is NOT honored by other network related commands, eg `dist-tags`, `owner`, etc. |
117+
| `--json` | false | Boolean | Whether or not to output JSON data, rather than the normal output. * In `npm pkg set` it enables parsing set values with JSON.parse() before saving them to your `package.json`. Not supported by all npm commands. |
118+
| `--registry` | "https://registry.npmjs.org/" | URL | The base URL of the npm registry. |
119+
| `--yes`, `-y` | null | null or Boolean | Automatically answer "yes" to any prompts that npm might print on the command line. |
120+
97121
### `npm trust list`
98122

99123
List trusted relationships for a package
Collapse file

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

Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.
1414

1515
### Version
1616

17-
11.10.1
17+
11.11.0
1818

1919
### Description
2020

Collapse file

‎deps/npm/docs/content/using-npm/dependency-selectors.md‎

Copy file name to clipboardExpand all lines: deps/npm/docs/content/using-npm/dependency-selectors.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The [`npm query`](/commands/npm-query) command exposes a new dependency selector
6262
- `:missing` when a dependency is not found on disk
6363
- `:semver(<spec>, [selector], [function])` match a valid [`node-semver`](https://github.com/npm/node-semver) version or range to a selector
6464
- `:path(<path>)` [glob](https://www.npmjs.com/package/glob) matching based on dependencies path relative to the project
65-
- `:type(<type>)` [based on currently recognized types](https://github.com/npm/npm-package-arg#result-object)
65+
- `:type(<type>)` [based on currently recognized types](https://github.com/npm/npm-package-arg#result-object). You can also use the aggregate type of `registry` for any registry dependency (e.g. tag, version, range, alias)
6666
- `:outdated(<type>)` when a dependency is outdated
6767
- `:vuln(<selector>)` when a dependency has a known vulnerability
6868

Collapse file

‎deps/npm/docs/output/commands/npm-access.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-access.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-access----11101">
189+
<h1 id="----npm-access----11110">
190190
<span>npm-access</span>
191-
<span class="version">@11.10.1</span>
191+
<span class="version">@11.11.0</span>
192192
</h1>
193193
<span class="description">Set access level on published packages</span>
194194
</header>
Collapse file

‎deps/npm/docs/output/commands/npm-adduser.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-adduser.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-adduser----11101">
189+
<h1 id="----npm-adduser----11110">
190190
<span>npm-adduser</span>
191-
<span class="version">@11.10.1</span>
191+
<span class="version">@11.11.0</span>
192192
</h1>
193193
<span class="description">Add a registry user account</span>
194194
</header>
Collapse file

‎deps/npm/docs/output/commands/npm-audit.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-audit.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-audit----11101">
189+
<h1 id="----npm-audit----11110">
190190
<span>npm-audit</span>
191-
<span class="version">@11.10.1</span>
191+
<span class="version">@11.11.0</span>
192192
</h1>
193193
<span class="description">Run a security audit</span>
194194
</header>
Collapse file

‎deps/npm/docs/output/commands/npm-bugs.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-bugs.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-bugs----11101">
189+
<h1 id="----npm-bugs----11110">
190190
<span>npm-bugs</span>
191-
<span class="version">@11.10.1</span>
191+
<span class="version">@11.11.0</span>
192192
</h1>
193193
<span class="description">Report bugs for a package in a web browser</span>
194194
</header>
Collapse file

‎deps/npm/docs/output/commands/npm-cache.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-cache.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-cache----11101">
189+
<h1 id="----npm-cache----11110">
190190
<span>npm-cache</span>
191-
<span class="version">@11.10.1</span>
191+
<span class="version">@11.11.0</span>
192192
</h1>
193193
<span class="description">Manipulates packages cache</span>
194194
</header>
Collapse file

‎deps/npm/docs/output/commands/npm-ci.html‎

Copy file name to clipboardExpand all lines: deps/npm/docs/output/commands/npm-ci.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186

187187
<section id="content">
188188
<header class="title">
189-
<h1 id="----npm-ci----11101">
189+
<h1 id="----npm-ci----11110">
190190
<span>npm-ci</span>
191-
<span class="version">@11.10.1</span>
191+
<span class="version">@11.11.0</span>
192192
</h1>
193193
<span class="description">Clean install a project</span>
194194
</header>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.