@pnpm/releasing.commands 1100.5.4 → 1100.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,946 @@
1
+ # @pnpm/releasing.commands
2
+
3
+ ## 1100.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 6a85968: `pnpm stage list` now stops paginating after a fail-safe cap of 1000 pages, so a misbehaving registry cannot keep the command looping forever.
8
+ - @pnpm/installing.commands@1100.10.4
9
+ - @pnpm/installing.client@1100.2.13
10
+ - @pnpm/config.reader@1101.11.2
11
+ - @pnpm/releasing.exportable-manifest@1100.1.9
12
+ - @pnpm/lockfile.fs@1100.1.10
13
+ - @pnpm/engine.runtime.commands@1100.1.10
14
+ - @pnpm/engine.runtime.node-resolver@1101.1.12
15
+
16
+ ## 1100.5.4
17
+
18
+ ### Patch Changes
19
+
20
+ - d1da02e: `pnpm publish` no longer prints credentials when the target registry is configured with inline `user:pass@` credentials (e.g. `registry=https://user:pass@example.com/`). They are now redacted both from the "publishing to registry" line and from the OIDC (trusted publishing) failure messages.
21
+ - Updated dependencies [f8058eb]
22
+ - Updated dependencies [9318a11]
23
+ - Updated dependencies [5a4daec]
24
+ - Updated dependencies [23996e9]
25
+ - @pnpm/lockfile.fs@1100.1.9
26
+ - @pnpm/config.reader@1101.11.1
27
+ - @pnpm/engine.runtime.commands@1100.1.9
28
+ - @pnpm/installing.commands@1100.10.3
29
+ - @pnpm/installing.client@1100.2.12
30
+ - @pnpm/engine.runtime.node-resolver@1101.1.11
31
+
32
+ ## 1100.5.3
33
+
34
+ ### Patch Changes
35
+
36
+ - d539172: Fixed pnpm pack and pnpm publish failing when prepack generates files that are included in the package and postpack cleans them up.
37
+ - 2c7369d: `pnpm pack-app` now rejects `--entry` / `pnpm.app.entry` and `--output-dir` / `pnpm.app.outputDir` values that are absolute paths or escape the project directory via `..` (or a symlink that resolves outside it), and refuses to write the produced executable when its target path already exists as a symlink (or other non-regular file). This prevents a repository-controlled `package.json` from embedding host files (such as an SSH key) into the produced executable, writing build artifacts outside the project, or overwriting an arbitrary file through a committed symlink. The new error codes are `ERR_PNPM_PACK_APP_ENTRY_OUTSIDE_PROJECT`, `ERR_PNPM_PACK_APP_OUTPUT_DIR_OUTSIDE_PROJECT`, and `ERR_PNPM_PACK_APP_OUTPUT_FILE_NOT_REGULAR`.
38
+
39
+ When ad-hoc signing macOS targets, `pnpm pack-app` now runs the system `codesign` by absolute path and resolves `ldid` to a location outside the project, so a repository-controlled `node_modules/.bin` on `PATH` cannot hijack the signer.
40
+
41
+ - f38e696: Hardened `pnpm deploy --force` so it refuses unsafe deploy targets such as workspace roots, parent directories, out-of-workspace paths, and symlinked target parents.
42
+ - c121235: Fixed the topological order of `--filter`ed commands (`pnpm run`, `pnpm exec`, `pnpm publish`, `pnpm pack`, `pnpm rebuild`) when the selected projects depend on each other only transitively through projects that were not selected. Previously such selected projects could run concurrently or in the wrong order; now a project always runs after the selected projects it transitively depends on, while projects without a real dependency relationship still run concurrently. This now also holds for prod-only filters (`--filter-prod`), which resolve order through the production dependency graph so transitive production dependencies are respected without pulling back the dev dependencies the filter drops, and for selections that mix `--filter` with `--filter-prod` [#8335](https://github.com/pnpm/pnpm/issues/8335).
43
+ - d539172: `pnpm pack` and `pnpm publish` no longer follow a symlinked workspace `LICENSE` file when injecting it into a package that has no license of its own. Following the symlink could pack bytes from outside the workspace into the published tarball.
44
+ - Updated dependencies [be6505a]
45
+ - Updated dependencies [3425e80]
46
+ - Updated dependencies [806c3ec]
47
+ - Updated dependencies [c121235]
48
+ - Updated dependencies [dcabb78]
49
+ - Updated dependencies [dcabb78]
50
+ - Updated dependencies [1e81761]
51
+ - @pnpm/installing.commands@1100.10.2
52
+ - @pnpm/config.reader@1101.11.0
53
+ - @pnpm/workspace.projects-sorter@1100.0.8
54
+ - @pnpm/resolving.resolver-base@1100.5.1
55
+ - @pnpm/network.web-auth@1101.2.0
56
+ - @pnpm/engine.runtime.node-resolver@1101.1.10
57
+ - @pnpm/engine.runtime.commands@1100.1.8
58
+ - @pnpm/releasing.exportable-manifest@1100.1.9
59
+ - @pnpm/installing.client@1100.2.11
60
+ - @pnpm/fetching.directory-fetcher@1100.0.19
61
+ - @pnpm/lockfile.types@1100.0.13
62
+ - @pnpm/exec.lifecycle@1100.1.2
63
+ - @pnpm/fs.indexed-pkg-importer@1100.0.17
64
+ - @pnpm/lockfile.fs@1100.1.8
65
+
66
+ ## 1100.5.2
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies [25a829e]
71
+ - Updated dependencies [bae694f]
72
+ - Updated dependencies [05b95ab]
73
+ - Updated dependencies [6545793]
74
+ - Updated dependencies [0ec878d]
75
+ - Updated dependencies [852d537]
76
+ - @pnpm/installing.commands@1100.10.1
77
+ - @pnpm/resolving.resolver-base@1100.5.0
78
+ - @pnpm/network.fetch@1100.1.4
79
+ - @pnpm/engine.runtime.node-resolver@1101.1.9
80
+ - @pnpm/error@1100.0.1
81
+ - @pnpm/installing.client@1100.2.10
82
+ - @pnpm/fetching.directory-fetcher@1100.0.18
83
+ - @pnpm/lockfile.types@1100.0.12
84
+ - @pnpm/exec.lifecycle@1100.1.1
85
+ - @pnpm/fs.indexed-pkg-importer@1100.0.16
86
+ - @pnpm/lockfile.fs@1100.1.7
87
+ - @pnpm/engine.runtime.commands@1100.1.7
88
+ - @pnpm/cli.utils@1101.0.13
89
+ - @pnpm/config.reader@1101.10.1
90
+ - @pnpm/releasing.exportable-manifest@1100.1.8
91
+ - @pnpm/network.auth-header@1101.1.3
92
+ - @pnpm/network.web-auth@1101.1.2
93
+
94
+ ## 1100.5.1
95
+
96
+ ### Patch Changes
97
+
98
+ - e85aea2: Avoid reading `README.md` from disk when publishing if the publish manifest already provides a `readme` field. The README is now only read lazily, inside `createExportableManifest`, when it is actually needed.
99
+ - 9d0a300: Fixed `pnpm version --recursive` so it honors the workspace selection. In recursive mode the version bump now applies to the packages resolved from the workspace filter (`selectedProjectsGraph`), matching the behavior of `pnpm publish --recursive`, instead of always bumping every workspace package [#11348](https://github.com/pnpm/pnpm/issues/11348).
100
+ - Updated dependencies [302a2f7]
101
+ - Updated dependencies [c112b61]
102
+ - Updated dependencies [1b02b47]
103
+ - Updated dependencies [61969fb]
104
+ - Updated dependencies [9d79ba1]
105
+ - Updated dependencies [0474a9c]
106
+ - Updated dependencies [223d060]
107
+ - Updated dependencies [e85aea2]
108
+ - Updated dependencies [0474a9c]
109
+ - Updated dependencies [6d35338]
110
+ - Updated dependencies [4ca9247]
111
+ - Updated dependencies [eba03e0]
112
+ - @pnpm/config.reader@1101.10.0
113
+ - @pnpm/installing.commands@1100.10.0
114
+ - @pnpm/fs.indexed-pkg-importer@1100.0.15
115
+ - @pnpm/lockfile.fs@1100.1.6
116
+ - @pnpm/network.git-utils@1100.0.2
117
+ - @pnpm/releasing.exportable-manifest@1100.1.7
118
+ - @pnpm/exec.lifecycle@1100.1.0
119
+ - @pnpm/engine.runtime.node-resolver@1101.1.8
120
+ - @pnpm/installing.client@1100.2.9
121
+ - @pnpm/engine.runtime.commands@1100.1.6
122
+
123
+ ## 1100.5.0
124
+
125
+ ### Minor Changes
126
+
127
+ - f1521cf: Added a new opt-in `--batch` flag to `pnpm publish --recursive` that sends all selected packages to the registry in a single `PUT /-/pnpm/v1/publish` request instead of one request per package. The target registry has to implement the batch publish endpoint (pnpr does); registries that don't are reported with a clear `ERR_PNPM_BATCH_PUBLISH_UNSUPPORTED` error. The batch is processed all-or-nothing by pnpr: if any package in the batch fails validation, none of the packages are published.
128
+
129
+ ### Patch Changes
130
+
131
+ - 7cdf9f8: Fixed `pnpm publish` ignoring `strictSsl: false` when publishing to registries with self-signed certificates. The `strictSSL` option is now forwarded to `libnpmpublish` / `npm-registry-fetch` so that `strict-ssl=false` in `.npmrc` or `strictSsl: false` in `pnpm-workspace.yaml` is respected during publish, the same way it is for `pnpm install` [pnpm/pnpm#12012](https://github.com/pnpm/pnpm/issues/12012).
132
+ - 681b593: pnpm can now use different auth tokens for different package scopes, even when those scopes use the same registry URL.
133
+
134
+ Previously, auth was selected only by registry URL. If `@org-a` and `@org-b` both used `https://npm.pkg.github.com/`, they had to share the same token. This caused problems for registries that issue tokens per organization or per scope.
135
+
136
+ Configure a scope-specific token by adding the package scope after the registry URL in the auth key:
137
+
138
+ ```ini
139
+ @org-a:registry=https://npm.pkg.github.com/
140
+ @org-b:registry=https://npm.pkg.github.com/
141
+
142
+ //npm.pkg.github.com/:@org-a:_authToken=${ORG_A_TOKEN}
143
+ //npm.pkg.github.com/:@org-b:_authToken=${ORG_B_TOKEN}
144
+
145
+ //npm.pkg.github.com/:_authToken=${FALLBACK_TOKEN}
146
+ ```
147
+
148
+ `pnpm login --registry=https://npm.pkg.github.com --scope=@org-a` writes the token to the same scope-specific auth key.
149
+
150
+ When installing or publishing `@org-a/*`, pnpm uses `ORG_A_TOKEN`. For `@org-b/*`, pnpm uses `ORG_B_TOKEN`. Packages without a matching scope continue to use the registry-wide fallback token.
151
+
152
+ - a31faa7: Updated dependency ranges. Notably:
153
+
154
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
155
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
156
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
157
+ - `@yarnpkg/core` 4.5.0 → 4.8.0, `@rushstack/worker-pool` 0.7.7 → 0.7.18, `@cyclonedx/cyclonedx-library` 10.0.0 → 10.1.0, `@pnpm/config.nerf-dart` ^1 → ^2, `@pnpm/log.group` 3.0.2 → 4.0.1, `@pnpm/util.lex-comparator` ^3 → ^4.
158
+
159
+ - Updated dependencies [8dcd9a0]
160
+ - Updated dependencies [86e70d2]
161
+ - Updated dependencies [61810aa]
162
+ - Updated dependencies [ab0b7d1]
163
+ - Updated dependencies [74a2dc9]
164
+ - Updated dependencies [23716ed]
165
+ - Updated dependencies [681b593]
166
+ - Updated dependencies [d50d691]
167
+ - Updated dependencies [a31faa7]
168
+ - @pnpm/installing.commands@1100.9.0
169
+ - @pnpm/config.reader@1101.9.0
170
+ - @pnpm/exec.lifecycle@1100.0.18
171
+ - @pnpm/network.auth-header@1101.1.2
172
+ - @pnpm/types@1101.3.2
173
+ - @pnpm/lockfile.fs@1100.1.5
174
+ - @pnpm/cli.utils@1101.0.12
175
+ - @pnpm/deps.path@1100.0.8
176
+ - @pnpm/engine.runtime.commands@1100.1.5
177
+ - @pnpm/engine.runtime.node-resolver@1101.1.7
178
+ - @pnpm/fetching.directory-fetcher@1100.0.17
179
+ - @pnpm/fs.indexed-pkg-importer@1100.0.14
180
+ - @pnpm/network.fetch@1100.1.3
181
+ - @pnpm/network.web-auth@1101.1.1
182
+ - @pnpm/installing.client@1100.2.8
183
+ - @pnpm/bins.resolver@1100.0.8
184
+ - @pnpm/config.pick-registry-for-package@1100.0.9
185
+ - @pnpm/lockfile.types@1100.0.11
186
+ - @pnpm/releasing.exportable-manifest@1100.1.6
187
+ - @pnpm/resolving.resolver-base@1100.4.2
188
+ - @pnpm/workspace.projects-filter@1100.0.21
189
+ - @pnpm/workspace.projects-sorter@1100.0.7
190
+
191
+ ## 1100.4.4
192
+
193
+ ### Patch Changes
194
+
195
+ - Updated dependencies [bc9ed78]
196
+ - Updated dependencies [d976edf]
197
+ - Updated dependencies [615c669]
198
+ - @pnpm/config.reader@1101.8.0
199
+ - @pnpm/installing.commands@1100.8.0
200
+ - @pnpm/engine.runtime.commands@1100.1.4
201
+ - @pnpm/engine.runtime.node-resolver@1101.1.6
202
+ - @pnpm/exec.lifecycle@1100.0.17
203
+ - @pnpm/fs.indexed-pkg-importer@1100.0.13
204
+ - @pnpm/network.fetch@1100.1.2
205
+ - @pnpm/cli.utils@1101.0.11
206
+ - @pnpm/installing.client@1100.2.7
207
+ - @pnpm/releasing.exportable-manifest@1100.1.5
208
+ - @pnpm/fetching.directory-fetcher@1100.0.16
209
+ - @pnpm/workspace.projects-filter@1100.0.20
210
+
211
+ ## 1100.4.3
212
+
213
+ ### Patch Changes
214
+
215
+ - 65443f4: Reject invalid package names and versions from staged tarball manifests before deriving filenames for `pnpm stage download`.
216
+ - Updated dependencies [822beb5]
217
+ - Updated dependencies [3537020]
218
+ - Updated dependencies [894ea6a]
219
+ - Updated dependencies [6b5d91a]
220
+ - Updated dependencies [027196b]
221
+ - Updated dependencies [5f2bb9f]
222
+ - Updated dependencies [1017c36]
223
+ - Updated dependencies [e4d2fe0]
224
+ - Updated dependencies [230df57]
225
+ - Updated dependencies [bf1b731]
226
+ - Updated dependencies [3d50680]
227
+ - @pnpm/config.reader@1101.7.0
228
+ - @pnpm/installing.commands@1100.7.3
229
+ - @pnpm/cli.common-cli-options-help@1100.0.2
230
+ - @pnpm/bins.resolver@1100.0.7
231
+ - @pnpm/types@1101.3.1
232
+ - @pnpm/engine.runtime.node-resolver@1101.1.5
233
+ - @pnpm/engine.runtime.commands@1100.1.3
234
+ - @pnpm/releasing.exportable-manifest@1100.1.4
235
+ - @pnpm/installing.client@1100.2.6
236
+ - @pnpm/cli.utils@1101.0.10
237
+ - @pnpm/config.pick-registry-for-package@1100.0.8
238
+ - @pnpm/deps.path@1100.0.7
239
+ - @pnpm/exec.lifecycle@1100.0.16
240
+ - @pnpm/fetching.directory-fetcher@1100.0.15
241
+ - @pnpm/lockfile.fs@1100.1.4
242
+ - @pnpm/lockfile.types@1100.0.10
243
+ - @pnpm/network.auth-header@1101.1.1
244
+ - @pnpm/network.fetch@1100.1.1
245
+ - @pnpm/resolving.resolver-base@1100.4.1
246
+ - @pnpm/workspace.projects-filter@1100.0.19
247
+ - @pnpm/workspace.projects-sorter@1100.0.6
248
+ - @pnpm/fs.indexed-pkg-importer@1100.0.12
249
+
250
+ ## 1100.4.2
251
+
252
+ ### Patch Changes
253
+
254
+ - Updated dependencies [60a1eec]
255
+ - Updated dependencies [cbfeeef]
256
+ - Updated dependencies [5192edf]
257
+ - Updated dependencies [a017bf3]
258
+ - Updated dependencies [6d17b66]
259
+ - @pnpm/network.fetch@1100.1.0
260
+ - @pnpm/fs.indexed-pkg-importer@1100.0.11
261
+ - @pnpm/network.auth-header@1101.1.0
262
+ - @pnpm/config.reader@1101.6.0
263
+ - @pnpm/types@1101.3.0
264
+ - @pnpm/installing.commands@1100.7.2
265
+ - @pnpm/resolving.resolver-base@1100.4.0
266
+ - @pnpm/engine.runtime.commands@1100.1.2
267
+ - @pnpm/engine.runtime.node-resolver@1101.1.4
268
+ - @pnpm/installing.client@1100.2.5
269
+ - @pnpm/bins.resolver@1100.0.6
270
+ - @pnpm/cli.utils@1101.0.9
271
+ - @pnpm/config.pick-registry-for-package@1100.0.7
272
+ - @pnpm/deps.path@1100.0.6
273
+ - @pnpm/exec.lifecycle@1100.0.15
274
+ - @pnpm/fetching.directory-fetcher@1100.0.14
275
+ - @pnpm/lockfile.fs@1100.1.3
276
+ - @pnpm/lockfile.types@1100.0.9
277
+ - @pnpm/releasing.exportable-manifest@1100.1.3
278
+ - @pnpm/workspace.projects-filter@1100.0.18
279
+ - @pnpm/workspace.projects-sorter@1100.0.5
280
+
281
+ ## 1100.4.1
282
+
283
+ ### Patch Changes
284
+
285
+ - Updated dependencies [33921c8]
286
+ - @pnpm/releasing.exportable-manifest@1100.1.2
287
+ - @pnpm/installing.commands@1100.7.1
288
+
289
+ ## 1100.4.0
290
+
291
+ ### Minor Changes
292
+
293
+ - 2cadfb5: Replaced `enquirer` with `@inquirer/prompts` for all interactive prompts. Fixes the `update -i` scrolling overflow bug where long choice lists were clipped in the terminal [#6643](https://github.com/pnpm/pnpm/issues/6643).
294
+
295
+ **User-facing changes:**
296
+
297
+ - `pnpm update -i` / `pnpm update -i --latest`: Scrolling now works correctly when many packages are available; the new library uses visual-line-aware pagination via `usePagination`
298
+ - `pnpm audit --fix -i`: Same scrolling fix for vulnerability selection
299
+ - `pnpm approve-builds`: Interactive build approval prompts updated
300
+ - `pnpm patch`: Version selection and "apply to all" prompts updated
301
+ - `pnpm patch-remove`: Patch removal selection updated
302
+ - `pnpm publish`: Branch confirmation prompt updated
303
+ - `pnpm login`: Credential prompts updated
304
+ - `pnpm run` / `pnpm exec` (with `verifyDepsBeforeRun=prompt`): Confirmation prompt updated
305
+
306
+ Vim-style `j`/`k` keys still work for up/down navigation in all interactive prompts.
307
+
308
+ **Internal:** The `OtpEnquirer` and `LoginEnquirer` DI interfaces changed from `{ prompt }` to `{ input }` / `{ input, password }` respectively. Plugins or custom builds that inject their own enquirer mock will need to update.
309
+
310
+ ### Patch Changes
311
+
312
+ - c94b4f8: Fix scoped packages without a publishConfig.access setting being published with public access.
313
+ - Updated dependencies [b1fa2d5]
314
+ - Updated dependencies [a39a83d]
315
+ - Updated dependencies [2cadfb5]
316
+ - @pnpm/network.fetch@1100.0.8
317
+ - @pnpm/config.reader@1101.5.0
318
+ - @pnpm/installing.commands@1100.7.0
319
+ - @pnpm/network.web-auth@1101.1.0
320
+ - @pnpm/engine.runtime.commands@1100.1.1
321
+ - @pnpm/engine.runtime.node-resolver@1101.1.3
322
+ - @pnpm/installing.client@1100.2.4
323
+ - @pnpm/workspace.projects-filter@1100.0.17
324
+ - @pnpm/exec.lifecycle@1100.0.14
325
+ - @pnpm/fs.indexed-pkg-importer@1100.0.10
326
+ - @pnpm/releasing.exportable-manifest@1100.1.1
327
+
328
+ ## 1100.3.1
329
+
330
+ ### Patch Changes
331
+
332
+ - 6316e7b: Fix `pnpm deploy` crashing with `ENOENT: ... lstat '<deployDir>/node_modules'` when `configDependencies` declares pacquet (`pacquet` or `@pnpm/pacquet`). The deploy directory never installs config dependencies, so the install engine they designate isn't on disk to invoke; the nested install now skips them.
333
+ - Updated dependencies [a23956e]
334
+ - Updated dependencies [aa6149d]
335
+ - Updated dependencies [572842a]
336
+ - Updated dependencies [35d2355]
337
+ - Updated dependencies [a662de4]
338
+ - @pnpm/config.reader@1101.4.1
339
+ - @pnpm/network.auth-header@1101.0.0
340
+ - @pnpm/installing.commands@1100.6.0
341
+ - @pnpm/types@1101.2.0
342
+ - @pnpm/engine.runtime.commands@1100.1.0
343
+ - @pnpm/workspace.projects-filter@1100.0.16
344
+ - @pnpm/engine.runtime.node-resolver@1101.1.2
345
+ - @pnpm/installing.client@1100.2.3
346
+ - @pnpm/cli.utils@1101.0.8
347
+ - @pnpm/fetching.directory-fetcher@1100.0.13
348
+ - @pnpm/releasing.exportable-manifest@1100.1.1
349
+ - @pnpm/lockfile.fs@1100.1.2
350
+ - @pnpm/bins.resolver@1100.0.5
351
+ - @pnpm/config.pick-registry-for-package@1100.0.6
352
+ - @pnpm/deps.path@1100.0.5
353
+ - @pnpm/exec.lifecycle@1100.0.14
354
+ - @pnpm/lockfile.types@1100.0.8
355
+ - @pnpm/network.fetch@1100.0.7
356
+ - @pnpm/resolving.resolver-base@1100.3.1
357
+ - @pnpm/workspace.projects-sorter@1100.0.4
358
+ - @pnpm/fs.indexed-pkg-importer@1100.0.10
359
+
360
+ ## 1100.3.0
361
+
362
+ ### Minor Changes
363
+
364
+ - 3b62f9d: Add a `skip-manifest-obfuscation` option for `pnpm pack` and `pnpm publish`. When enabled, the original `packageManager` field and publish lifecycle scripts are kept in the packed/published manifest instead of being stripped. The pnpm-specific `pnpm` field continues to be omitted.
365
+ - 508e6d8: Added `pnpm stage` with `publish`, `list`, `view`, `approve`, `reject`, and `download` subcommands for npm staged publishing.
366
+
367
+ ### Patch Changes
368
+
369
+ - Updated dependencies [3b62f9d]
370
+ - Updated dependencies [212315d]
371
+ - @pnpm/releasing.exportable-manifest@1100.1.0
372
+ - @pnpm/config.reader@1101.4.0
373
+ - @pnpm/installing.commands@1100.5.0
374
+ - @pnpm/cli.utils@1101.0.7
375
+ - @pnpm/fetching.directory-fetcher@1100.0.12
376
+ - @pnpm/engine.runtime.commands@1100.0.17
377
+ - @pnpm/engine.runtime.node-resolver@1101.1.1
378
+ - @pnpm/installing.client@1100.2.2
379
+ - @pnpm/exec.lifecycle@1100.0.13
380
+ - @pnpm/workspace.projects-filter@1100.0.15
381
+
382
+ ## 1100.2.18
383
+
384
+ ### Patch Changes
385
+
386
+ - Updated dependencies [881a865]
387
+ - @pnpm/installing.commands@1100.4.2
388
+
389
+ ## 1100.2.17
390
+
391
+ ### Patch Changes
392
+
393
+ - Updated dependencies [097983f]
394
+ - @pnpm/config.pick-registry-for-package@1100.0.5
395
+ - @pnpm/installing.commands@1100.4.1
396
+ - @pnpm/installing.client@1100.2.1
397
+ - @pnpm/workspace.projects-filter@1100.0.14
398
+
399
+ ## 1100.2.16
400
+
401
+ ### Patch Changes
402
+
403
+ - 64afc92: Honor `publishConfig.access` when publishing packages.
404
+ - Updated dependencies [3687b0e]
405
+ - Updated dependencies [ced20cb]
406
+ - Updated dependencies [a620557]
407
+ - Updated dependencies [9cb48bb]
408
+ - Updated dependencies [d1b340f]
409
+ - Updated dependencies [1627943]
410
+ - Updated dependencies [b206a15]
411
+ - Updated dependencies [64afc92]
412
+ - @pnpm/config.reader@1101.3.3
413
+ - @pnpm/installing.commands@1100.4.0
414
+ - @pnpm/lockfile.fs@1100.1.1
415
+ - @pnpm/exec.lifecycle@1100.0.12
416
+ - @pnpm/installing.client@1100.2.0
417
+ - @pnpm/resolving.resolver-base@1100.3.0
418
+ - @pnpm/engine.runtime.node-resolver@1101.1.0
419
+ - @pnpm/types@1101.1.1
420
+ - @pnpm/engine.runtime.commands@1100.0.16
421
+ - @pnpm/fetching.directory-fetcher@1100.0.11
422
+ - @pnpm/lockfile.types@1100.0.7
423
+ - @pnpm/cli.utils@1101.0.6
424
+ - @pnpm/bins.resolver@1100.0.4
425
+ - @pnpm/config.pick-registry-for-package@1100.0.4
426
+ - @pnpm/deps.path@1100.0.4
427
+ - @pnpm/network.fetch@1100.0.6
428
+ - @pnpm/releasing.exportable-manifest@1100.0.7
429
+ - @pnpm/workspace.projects-filter@1100.0.13
430
+ - @pnpm/workspace.projects-sorter@1100.0.3
431
+ - @pnpm/fs.indexed-pkg-importer@1100.0.9
432
+
433
+ ## 1100.2.15
434
+
435
+ ### Patch Changes
436
+
437
+ - Updated dependencies [4195766]
438
+ - Updated dependencies [31538bf]
439
+ - Updated dependencies [020ac45]
440
+ - Updated dependencies [d3f8408]
441
+ - Updated dependencies [247d70b]
442
+ - Updated dependencies [6e93f35]
443
+ - Updated dependencies [a62f959]
444
+ - Updated dependencies [ba2c884]
445
+ - Updated dependencies [2a9bd89]
446
+ - Updated dependencies [8df408c]
447
+ - @pnpm/resolving.resolver-base@1100.2.0
448
+ - @pnpm/installing.client@1100.1.0
449
+ - @pnpm/installing.commands@1100.3.0
450
+ - @pnpm/config.reader@1101.3.2
451
+ - @pnpm/exec.pnpm-cli-runner@1100.0.1
452
+ - @pnpm/lockfile.fs@1100.1.0
453
+ - @pnpm/engine.runtime.node-resolver@1101.0.9
454
+ - @pnpm/fetching.directory-fetcher@1100.0.10
455
+ - @pnpm/lockfile.types@1100.0.6
456
+ - @pnpm/exec.lifecycle@1100.0.11
457
+ - @pnpm/fs.indexed-pkg-importer@1100.0.8
458
+ - @pnpm/engine.runtime.commands@1100.0.15
459
+ - @pnpm/network.fetch@1100.0.5
460
+ - @pnpm/workspace.projects-filter@1100.0.12
461
+ - @pnpm/releasing.exportable-manifest@1100.0.6
462
+ - @pnpm/cli.utils@1101.0.5
463
+
464
+ ## 1100.2.14
465
+
466
+ ### Patch Changes
467
+
468
+ - Updated dependencies [18a464f]
469
+ - Updated dependencies [180aee9]
470
+ - @pnpm/network.fetch@1100.0.4
471
+ - @pnpm/installing.commands@1100.2.2
472
+ - @pnpm/lockfile.fs@1100.0.8
473
+ - @pnpm/cli.utils@1101.0.4
474
+ - @pnpm/config.reader@1101.3.1
475
+ - @pnpm/engine.runtime.commands@1100.0.14
476
+ - @pnpm/engine.runtime.node-resolver@1101.0.8
477
+ - @pnpm/installing.client@1100.0.15
478
+ - @pnpm/exec.lifecycle@1100.0.10
479
+ - @pnpm/fs.indexed-pkg-importer@1100.0.7
480
+ - @pnpm/fetching.directory-fetcher@1100.0.9
481
+ - @pnpm/releasing.exportable-manifest@1100.0.5
482
+ - @pnpm/workspace.projects-filter@1100.0.11
483
+
484
+ ## 1100.2.13
485
+
486
+ ### Patch Changes
487
+
488
+ - @pnpm/installing.commands@1100.2.1
489
+ - @pnpm/installing.client@1100.0.14
490
+ - @pnpm/exec.lifecycle@1100.0.9
491
+
492
+ ## 1100.2.12
493
+
494
+ ### Patch Changes
495
+
496
+ - 20e7aff: `pnpm publish` now honors the configured HTTP/HTTPS proxy (including `https_proxy`/`http_proxy`/`no_proxy` environment variables) when polling the registry's `doneUrl` during the web-based authentication flow. Previously the poll bypassed the proxy, causing the registry to respond `403` from a different source IP and the login to never complete [#11561](https://github.com/pnpm/pnpm/issues/11561).
497
+ - Updated dependencies [20e7aff]
498
+ - Updated dependencies [b61e268]
499
+ - Updated dependencies [e1e29c1]
500
+ - Updated dependencies [a575dd2]
501
+ - @pnpm/network.fetch@1100.0.3
502
+ - @pnpm/config.reader@1101.3.0
503
+ - @pnpm/types@1101.1.0
504
+ - @pnpm/installing.commands@1100.2.0
505
+ - @pnpm/engine.runtime.commands@1100.0.13
506
+ - @pnpm/engine.runtime.node-resolver@1101.0.7
507
+ - @pnpm/installing.client@1100.0.13
508
+ - @pnpm/bins.resolver@1100.0.3
509
+ - @pnpm/cli.utils@1101.0.3
510
+ - @pnpm/config.pick-registry-for-package@1100.0.3
511
+ - @pnpm/deps.path@1100.0.3
512
+ - @pnpm/exec.lifecycle@1100.0.8
513
+ - @pnpm/fetching.directory-fetcher@1100.0.8
514
+ - @pnpm/lockfile.fs@1100.0.7
515
+ - @pnpm/lockfile.types@1100.0.5
516
+ - @pnpm/releasing.exportable-manifest@1100.0.4
517
+ - @pnpm/resolving.resolver-base@1100.1.3
518
+ - @pnpm/workspace.projects-filter@1100.0.10
519
+ - @pnpm/workspace.projects-sorter@1100.0.2
520
+ - @pnpm/fs.indexed-pkg-importer@1100.0.6
521
+
522
+ ## 1100.2.11
523
+
524
+ ### Patch Changes
525
+
526
+ - 80ef69b: Fixed `pnpm publish --provenance` failing with a 422 from the registry when the package version contained semver build metadata (e.g. `1.0.0-canary.0+abc1234`). The `+<build>` segment is now stripped before packing so that the version embedded in the tarball, the metadata sent to the registry, and the sigstore provenance subject all agree [#11518](https://github.com/pnpm/pnpm/issues/11518).
527
+ - Updated dependencies [e9e876c]
528
+ - Updated dependencies [dd8d5d7]
529
+ - Updated dependencies [15e9e35]
530
+ - @pnpm/config.reader@1101.2.2
531
+ - @pnpm/fs.packlist@1100.0.1
532
+ - @pnpm/installing.commands@1100.1.12
533
+ - @pnpm/installing.client@1100.0.12
534
+ - @pnpm/engine.runtime.commands@1100.0.12
535
+ - @pnpm/engine.runtime.node-resolver@1101.0.6
536
+ - @pnpm/fetching.directory-fetcher@1100.0.7
537
+ - @pnpm/exec.lifecycle@1100.0.7
538
+ - @pnpm/workspace.projects-filter@1100.0.9
539
+ - @pnpm/fs.indexed-pkg-importer@1100.0.5
540
+ - @pnpm/releasing.exportable-manifest@1100.0.3
541
+
542
+ ## 1100.2.10
543
+
544
+ ### Patch Changes
545
+
546
+ - ce474cc: Run `preversion`, `version`, and `postversion` lifecycle scripts for `pnpm version`.
547
+ - @pnpm/lockfile.fs@1100.0.6
548
+ - @pnpm/installing.client@1100.0.11
549
+ - @pnpm/installing.commands@1100.1.11
550
+
551
+ ## 1100.2.9
552
+
553
+ ### Patch Changes
554
+
555
+ - 90e215f: Make trusted publishing (OIDC) take precedence over a configured static `_authToken` in `pnpm publish`, mirroring the npm CLI's behavior. When OIDC succeeds, the OIDC-derived token overrides any pre-configured `_authToken`; when OIDC is not applicable (no CI environment, exchange fails, registry has no trusted publisher configured), the static token is used as a fallback. This applies on every package during recursive publish, so each workspace package independently attempts trusted publishing.
556
+
557
+ Additionally, the `NPM_ID_TOKEN` env var is now honored as a CI-agnostic injection point for an OIDC ID token. Previously OIDC was only attempted on GitHub Actions or GitLab; now any CI provider that exposes its own OIDC mechanism (e.g. CircleCI's `CIRCLE_OIDC_TOKEN_V2`, Buildkite, etc.) can forward its token via `NPM_ID_TOKEN` and trusted publishing will work without pnpm needing to recognize the provider explicitly.
558
+
559
+ - 5607279: Restore npm-CLI-compatible `--json` stdout output for `pnpm publish` ([#11476](https://github.com/pnpm/pnpm/issues/11476)). pnpm 11 reimplemented publish natively ([#10591](https://github.com/pnpm/pnpm/pull/10591)) and inadvertently dropped the per-package JSON object that pnpm 10 emitted transitively via the npm CLI, silently breaking downstream tooling — most notably `nx release publish`, which parses stdout JSON to confirm success ([nrwl/nx#35575](https://github.com/nrwl/nx/issues/35575)). On success, the output is now:
560
+
561
+ - `pnpm publish --json` → single object `{ id, name, version, size, unpackedSize, shasum, integrity, filename, files, entryCount, bundled }`, mirroring `npm publish --json`.
562
+ - `pnpm publish -r --json` → array of those objects, mirroring `pnpm pack --json`'s shape choice.
563
+ - `pnpm publish -r --report-summary` → existing `pnpm-publish-summary.json` envelope `{ publishedPackages: [...] }` is preserved, but each entry is upgraded to the same per-package shape (additive — `name` and `version` are still present).
564
+
565
+ - Updated dependencies [27425d7]
566
+ - Updated dependencies [707a879]
567
+ - @pnpm/lockfile.fs@1100.0.5
568
+ - @pnpm/lockfile.types@1100.0.4
569
+ - @pnpm/resolving.resolver-base@1100.1.2
570
+ - @pnpm/config.reader@1101.2.1
571
+ - @pnpm/installing.commands@1100.1.10
572
+ - @pnpm/installing.client@1100.0.10
573
+ - @pnpm/engine.runtime.node-resolver@1101.0.5
574
+ - @pnpm/fetching.directory-fetcher@1100.0.6
575
+ - @pnpm/engine.runtime.commands@1100.0.11
576
+ - @pnpm/releasing.exportable-manifest@1100.0.3
577
+ - @pnpm/exec.lifecycle@1100.0.6
578
+ - @pnpm/fs.indexed-pkg-importer@1100.0.5
579
+ - @pnpm/workspace.projects-filter@1100.0.8
580
+
581
+ ## 1100.2.8
582
+
583
+ ### Patch Changes
584
+
585
+ - Updated dependencies [8fdd9a9]
586
+ - Updated dependencies [5f34a8d]
587
+ - Updated dependencies [c969392]
588
+ - Updated dependencies [817b1b4]
589
+ - Updated dependencies [c969392]
590
+ - Updated dependencies [2de318b]
591
+ - @pnpm/config.reader@1101.2.0
592
+ - @pnpm/engine.runtime.commands@1100.0.10
593
+ - @pnpm/engine.runtime.node-resolver@1101.0.4
594
+ - @pnpm/installing.commands@1100.1.9
595
+ - @pnpm/releasing.exportable-manifest@1100.0.3
596
+ - @pnpm/installing.client@1100.0.9
597
+
598
+ ## 1100.2.7
599
+
600
+ ### Patch Changes
601
+
602
+ - 2b8932d: Fixed `pnpm publish` to honor `publishConfig.registry` from `package.json` when publishing a single package. The native publish flow introduced in v11 was reading the registry from `.npmrc` only, ignoring the per-package override [#11419](https://github.com/pnpm/pnpm/issues/11419).
603
+ - Updated dependencies [f6bc1db]
604
+ - @pnpm/installing.commands@1100.1.8
605
+
606
+ ## 1100.2.6
607
+
608
+ ### Patch Changes
609
+
610
+ - Updated dependencies [42a8f29]
611
+ - @pnpm/config.reader@1101.1.4
612
+ - @pnpm/engine.runtime.commands@1100.0.9
613
+ - @pnpm/engine.runtime.node-resolver@1101.0.3
614
+ - @pnpm/installing.commands@1100.1.7
615
+ - @pnpm/installing.client@1100.0.8
616
+
617
+ ## 1100.2.5
618
+
619
+ ### Patch Changes
620
+
621
+ - Updated dependencies [184ce26]
622
+ - @pnpm/config.pick-registry-for-package@1100.0.2
623
+ - @pnpm/releasing.exportable-manifest@1100.0.3
624
+ - @pnpm/cli.common-cli-options-help@1100.0.1
625
+ - @pnpm/fetching.directory-fetcher@1100.0.5
626
+ - @pnpm/workspace.projects-filter@1100.0.7
627
+ - @pnpm/fs.indexed-pkg-importer@1100.0.4
628
+ - @pnpm/resolving.resolver-base@1100.1.1
629
+ - @pnpm/installing.commands@1100.1.6
630
+ - @pnpm/installing.client@1100.0.7
631
+ - @pnpm/network.git-utils@1100.0.1
632
+ - @pnpm/exec.lifecycle@1100.0.5
633
+ - @pnpm/bins.resolver@1100.0.2
634
+ - @pnpm/config.reader@1101.1.3
635
+ - @pnpm/network.fetch@1100.0.2
636
+ - @pnpm/cli.utils@1101.0.2
637
+ - @pnpm/deps.path@1100.0.2
638
+ - @pnpm/engine.runtime.node-resolver@1101.0.2
639
+ - @pnpm/lockfile.types@1100.0.3
640
+ - @pnpm/lockfile.fs@1100.0.4
641
+ - @pnpm/engine.runtime.commands@1100.0.8
642
+
643
+ ## 1100.2.4
644
+
645
+ ### Patch Changes
646
+
647
+ - 8c41c5c: Fix recursive publish summaries to report the manifest from `publishConfig.directory` when packages publish from a generated directory [#11239](https://github.com/pnpm/pnpm/issues/11239).
648
+ - @pnpm/cli.utils@1101.0.1
649
+ - @pnpm/installing.commands@1100.1.5
650
+ - @pnpm/engine.runtime.commands@1100.0.7
651
+ - @pnpm/workspace.projects-filter@1100.0.6
652
+
653
+ ## 1100.2.3
654
+
655
+ ### Patch Changes
656
+
657
+ - Updated dependencies [0fbcf74]
658
+ - @pnpm/config.reader@1101.1.2
659
+ - @pnpm/workspace.projects-filter@1100.0.5
660
+ - @pnpm/engine.runtime.commands@1100.0.6
661
+ - @pnpm/engine.runtime.node-resolver@1101.0.1
662
+ - @pnpm/installing.commands@1100.1.4
663
+ - @pnpm/installing.client@1100.0.6
664
+
665
+ ## 1100.2.2
666
+
667
+ ### Patch Changes
668
+
669
+ - Updated dependencies [9b23098]
670
+ - @pnpm/engine.runtime.commands@1100.0.5
671
+ - @pnpm/installing.client@1100.0.5
672
+ - @pnpm/installing.commands@1100.1.3
673
+
674
+ ## 1100.2.1
675
+
676
+ ### Patch Changes
677
+
678
+ - eb7e6ae: Fix the `@pnpm/exe` SEA executable crashing at startup on Node.js v25.7+. Two separate regressions in `@pnpm/exe@11.0.0-rc.4` are addressed:
679
+
680
+ 1. `pnpm pack-app` now pins the Node.js used to write the SEA blob to the exact embedded runtime version. The SEA blob format changed in Node.js v25.7 (ESM entry-point support added a `ModuleFormat` header byte), so a blob produced by a pre-25.7 builder cannot be deserialized by a 25.7+ runtime and vice versa. In rc.4 the CI host Node.js (v25.6.1) built blobs embedded in a v25.9.0 runtime, tripping `SeaDeserializer::Read() ... format_value <= kModule` on every invocation. `pack-app` now downloads a host-arch builder Node.js of the target version when the running Node.js doesn't already match.
681
+
682
+ 2. The pnpm CJS SEA entry shim now loads `dist/pnpm.mjs` through `Module.createRequire(process.execPath)` instead of `await import(pathToFileURL(...).href)`. In Node.js v25.7+, the ambient `require` and `import()` inside a CJS SEA entry are replaced with embedder hooks that only resolve built-in module names, causing external `file://` loads to fail with `ERR_UNKNOWN_BUILTIN_MODULE`. An explicit `createRequire()` bypasses those hooks.
683
+
684
+ ## 1100.2.0
685
+
686
+ ### Minor Changes
687
+
688
+ - db81c32: `pnpm pack-app`: replaced the `--node-version` flag with `--runtime`, which takes a `<name>@<version>` spec (e.g. `--runtime node@22.0.0`). The corresponding `pnpm.app.nodeVersion` key in package.json was renamed to `pnpm.app.runtime` with the same syntax. Only `node` is supported today; the prefix leaves room for future runtimes (`bun`, `deno`).
689
+
690
+ The previous `--node-version` flag silently inherited from pnpm's global `node-version` rc setting (which controls which Node runs user scripts), causing the wrong Node build to be embedded in SEAs for users who had that rc key set.
691
+
692
+ ### Patch Changes
693
+
694
+ - Updated dependencies [421317c]
695
+ - @pnpm/engine.runtime.node-resolver@1101.0.0
696
+ - @pnpm/installing.client@1100.0.4
697
+ - @pnpm/fetching.directory-fetcher@1100.0.4
698
+ - @pnpm/engine.runtime.commands@1100.0.4
699
+ - @pnpm/installing.commands@1100.1.2
700
+ - @pnpm/exec.lifecycle@1100.0.4
701
+ - @pnpm/fs.indexed-pkg-importer@1100.0.3
702
+ - @pnpm/lockfile.fs@1100.0.3
703
+ - @pnpm/config.reader@1101.1.1
704
+ - @pnpm/releasing.exportable-manifest@1100.0.2
705
+ - @pnpm/workspace.projects-filter@1100.0.4
706
+
707
+ ## 1100.1.0
708
+
709
+ ### Minor Changes
710
+
711
+ - 72c1e05: Added a new `pnpm pack-app` command that packs a CommonJS entry file into a standalone executable for one or more target platforms, using the [Node.js Single Executable Applications](https://nodejs.org/api/single-executable-applications.html) API under the hood. Targets are specified as `<os>-<arch>[-<libc>]` (e.g. `linux-x64`, `linux-x64-musl`, `macos-arm64`, `win-x64`) and each produces an executable under `dist-app/<target>/` by default. Requires Node.js v25.5+ to perform the injection; an older host downloads Node.js v25 automatically.
712
+ - 53668a4: Fixed and expanded `pnpm version` to match npm behavior:
713
+
714
+ - Accept an explicit semver version (e.g. `pnpm version 1.2.3`) in addition to bump types.
715
+ - Recognize `--no-commit-hooks`, `--no-git-tag-version`, `--sign-git-tag`, and `--message`.
716
+ - Fix `--no-git-checks` which was previously parsed incorrectly.
717
+ - Create a git commit and annotated tag for the version bump when running inside a git repository (unless `--no-git-tag-version` is used). `--message` supports `%s` replacement with the new version, and `--tag-version-prefix` controls the tag prefix (defaults to `v`). Git commits and tags are always skipped in recursive mode since multiple packages may be bumped to different versions in a single run [#11271](https://github.com/pnpm/pnpm/issues/11271).
718
+
719
+ ### Patch Changes
720
+
721
+ - Updated dependencies [7d25bc1]
722
+ - Updated dependencies [e03e8f4]
723
+ - Updated dependencies [72c1e05]
724
+ - Updated dependencies [9e0833c]
725
+ - @pnpm/config.reader@1101.1.0
726
+ - @pnpm/fetching.directory-fetcher@1100.0.3
727
+ - @pnpm/resolving.resolver-base@1100.1.0
728
+ - @pnpm/engine.runtime.commands@1100.0.3
729
+ - @pnpm/engine.runtime.node-resolver@1100.0.3
730
+ - @pnpm/installing.commands@1100.1.1
731
+ - @pnpm/exec.lifecycle@1100.0.3
732
+ - @pnpm/installing.client@1100.0.3
733
+ - @pnpm/lockfile.types@1100.0.2
734
+ - @pnpm/lockfile.fs@1100.0.2
735
+ - @pnpm/fs.indexed-pkg-importer@1100.0.2
736
+ - @pnpm/workspace.projects-filter@1100.0.3
737
+ - @pnpm/releasing.exportable-manifest@1100.0.2
738
+
739
+ ## 1100.0.2
740
+
741
+ ### Patch Changes
742
+
743
+ - Updated dependencies [cee550a]
744
+ - Updated dependencies [4ab3d9b]
745
+ - Updated dependencies [9af708a]
746
+ - Updated dependencies [ea2a7fb]
747
+ - Updated dependencies [ff7733c]
748
+ - @pnpm/cli.utils@1101.0.0
749
+ - @pnpm/config.reader@1101.0.0
750
+ - @pnpm/installing.commands@1100.1.0
751
+ - @pnpm/engine.runtime.commands@1100.0.2
752
+ - @pnpm/workspace.projects-filter@1100.0.2
753
+ - @pnpm/exec.lifecycle@1100.0.2
754
+ - @pnpm/fetching.directory-fetcher@1100.0.2
755
+ - @pnpm/releasing.exportable-manifest@1100.0.2
756
+ - @pnpm/installing.client@1100.0.2
757
+
758
+ ## 1100.0.1
759
+
760
+ ### Patch Changes
761
+
762
+ - Internally, `@pnpm/network.web-auth`'s `promptBrowserOpen` now uses the [`open`](https://www.npmjs.com/package/open) package instead of spawning platform-specific commands. The `execFile` field and `PromptBrowserOpenExecFile` / `PromptBrowserOpenProcess` type exports have been removed from `PromptBrowserOpenContext`.
763
+ - Updated dependencies
764
+ - Updated dependencies [ff28085]
765
+ - @pnpm/network.web-auth@1101.0.0
766
+ - @pnpm/types@1101.0.0
767
+ - @pnpm/bins.resolver@1100.0.1
768
+ - @pnpm/cli.utils@1100.0.1
769
+ - @pnpm/config.pick-registry-for-package@1100.0.1
770
+ - @pnpm/config.reader@1100.0.1
771
+ - @pnpm/deps.path@1100.0.1
772
+ - @pnpm/exec.lifecycle@1100.0.1
773
+ - @pnpm/fetching.directory-fetcher@1100.0.1
774
+ - @pnpm/installing.client@1100.0.1
775
+ - @pnpm/installing.commands@1100.0.1
776
+ - @pnpm/lockfile.fs@1100.0.1
777
+ - @pnpm/lockfile.types@1100.0.1
778
+ - @pnpm/network.fetch@1100.0.1
779
+ - @pnpm/releasing.exportable-manifest@1100.0.1
780
+ - @pnpm/resolving.resolver-base@1100.0.1
781
+ - @pnpm/workspace.projects-filter@1100.0.1
782
+ - @pnpm/workspace.projects-sorter@1100.0.1
783
+ - @pnpm/fs.indexed-pkg-importer@1100.0.1
784
+ - @pnpm/engine.runtime.commands@1100.0.1
785
+
786
+ ## 1001.0.0
787
+
788
+ ### Major Changes
789
+
790
+ - 491a84f: This package is now pure ESM.
791
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
792
+ - 7b1c189: Removed the deprecated `allowNonAppliedPatches` completely in favor of `allowUnusedPatches`.
793
+ Remove `ignorePatchFailures` so all patch application failures should throw an error.
794
+ - 71de2b3: Removed support for the `useNodeVersion` and `executionEnv.nodeVersion` fields. `devEngines.runtime` and `engines.runtime` should be used instead [#10373](https://github.com/pnpm/pnpm/pull/10373).
795
+ - cc7c0d2: `pnpm publish` now works without the `npm` CLI.
796
+
797
+ The One-time Password feature now reads from `PNPM_CONFIG_OTP` instead of `NPM_CONFIG_OTP`:
798
+
799
+ ```sh
800
+ export PNPM_CONFIG_OTP='<your OTP here>'
801
+ pnpm publish --no-git-checks
802
+ ```
803
+
804
+ If the registry requests OTP and the user has not provided it via the `PNPM_CONFIG_OTP` environment variable or the `--otp` flag, pnpm will prompt the user directly for an OTP code.
805
+
806
+ If the registry requests web-based authentication, pnpm will print a scannable QR code along with the URL.
807
+
808
+ Since the new `pnpm publish` no longer calls `npm publish`, some undocumented features may have been unknowingly dropped. If you rely on a feature that is now gone, please open an issue at <https://github.com/pnpm/pnpm/issues>. In the meantime, you can use `pnpm pack && npm publish *.tgz` as a workaround.
809
+
810
+ ### Minor Changes
811
+
812
+ - cb367b9: Preserve `allowBuilds` settings when deploying a project. The `allowBuilds` configuration is now written to `pnpm-workspace.yaml` in the deploy directory.
813
+ - 144d76f: Added support for `--dry-run` to the `pack` command [#10301](https://github.com/pnpm/pnpm/issues/10301).
814
+ - d5be835: Implement `version` command natively in pnpm to support workspaces and workspace: protocols correctly. The new command allows bumping package versions (major, minor, patch, etc.) with full workspace support and git integration.
815
+ - 38b8e35: Support for custom resolvers and fetchers.
816
+
817
+ ### Patch Changes
818
+
819
+ - 4c6c26a: When the [`enableGlobalVirtualStore`](https://pnpm.io/settings#enableglobalvirtualstore) option is set, the `pnpm deploy` command would incorrectly create symlinks to the global virtual store. To keep the deploy directory self-contained, `pnpm deploy` now ignores this setting and always creates a localized virtual store within the deploy directory.
820
+ - fea46dc: `pnpm publish -r --force` should allow to run publish over already existing versions in the registry [#10272](https://github.com/pnpm/pnpm/issues/10272).
821
+ - d4a1d73: Create `@pnpm/network.web-auth`.
822
+ - 8385a8c: Remove the `injectWorkspacePackages` setting from the lockfile on the `deploy` command [#10294](https://github.com/pnpm/pnpm/pull/10294).
823
+ - Updated dependencies [e1ea779]
824
+ - Updated dependencies [7730a7f]
825
+ - Updated dependencies [5f73b0f]
826
+ - Updated dependencies [449dacf]
827
+ - Updated dependencies [996284f]
828
+ - Updated dependencies [ae8b816]
829
+ - Updated dependencies [facdd71]
830
+ - Updated dependencies [4c6c26a]
831
+ - Updated dependencies [de3dc74]
832
+ - Updated dependencies [c55c614]
833
+ - Updated dependencies [9b0a460]
834
+ - Updated dependencies [3c72b6b]
835
+ - Updated dependencies [9f5c0e3]
836
+ - Updated dependencies [76718b3]
837
+ - Updated dependencies [a8f016c]
838
+ - Updated dependencies [cc1b8e3]
839
+ - Updated dependencies [90bd3c3]
840
+ - Updated dependencies [1cc61e8]
841
+ - Updated dependencies [606f53e]
842
+ - Updated dependencies [c7203b9]
843
+ - Updated dependencies [bb17724]
844
+ - Updated dependencies [29764fb]
845
+ - Updated dependencies [da2429d]
846
+ - Updated dependencies [9065f49]
847
+ - Updated dependencies [1fd7370]
848
+ - Updated dependencies [0b5ccc9]
849
+ - Updated dependencies [1cc61e8]
850
+ - Updated dependencies [d4a1d73]
851
+ - Updated dependencies [491a84f]
852
+ - Updated dependencies [9b1e5da]
853
+ - Updated dependencies [13855ac]
854
+ - Updated dependencies [62f760e]
855
+ - Updated dependencies [f0ae1b9]
856
+ - Updated dependencies [9fc552d]
857
+ - Updated dependencies [cbb366a]
858
+ - Updated dependencies [312226c]
859
+ - Updated dependencies [0dfa8b8]
860
+ - Updated dependencies [7fab2a2]
861
+ - Updated dependencies [cb367b9]
862
+ - Updated dependencies [543c7e4]
863
+ - Updated dependencies [075aa99]
864
+ - Updated dependencies [23eb4a6]
865
+ - Updated dependencies [fd511e4]
866
+ - Updated dependencies [ae43ac7]
867
+ - Updated dependencies [d7b8be4]
868
+ - Updated dependencies [ccec8e7]
869
+ - Updated dependencies [fd511e4]
870
+ - Updated dependencies [fa5a5c6]
871
+ - Updated dependencies [4158906]
872
+ - Updated dependencies [ac944ef]
873
+ - Updated dependencies [0625e20]
874
+ - Updated dependencies [ee9fe58]
875
+ - Updated dependencies [d458ab3]
876
+ - Updated dependencies [7d2fd48]
877
+ - Updated dependencies [cc7c0d2]
878
+ - Updated dependencies [efb48dc]
879
+ - Updated dependencies [d5d4eed]
880
+ - Updated dependencies [095f659]
881
+ - Updated dependencies [96704a1]
882
+ - Updated dependencies [50fbeca]
883
+ - Updated dependencies [bb8baa7]
884
+ - Updated dependencies [4a36b9a]
885
+ - Updated dependencies [cb367b9]
886
+ - Updated dependencies [7b1c189]
887
+ - Updated dependencies [51b04c3]
888
+ - Updated dependencies [6c480a4]
889
+ - Updated dependencies [2efb5d2]
890
+ - Updated dependencies [6f806be]
891
+ - Updated dependencies [d01b81f]
892
+ - Updated dependencies [3ed41f4]
893
+ - Updated dependencies [8ffb1a7]
894
+ - Updated dependencies [05fb1ae]
895
+ - Updated dependencies [71de2b3]
896
+ - Updated dependencies [10bc391]
897
+ - Updated dependencies [ace7903]
898
+ - Updated dependencies [38b8e35]
899
+ - Updated dependencies [1e6de25]
900
+ - Updated dependencies [831f574]
901
+ - Updated dependencies [366cabe]
902
+ - Updated dependencies [2df8b71]
903
+ - Updated dependencies [ed1a7fe]
904
+ - Updated dependencies [15549a9]
905
+ - Updated dependencies [60b5fd1]
906
+ - Updated dependencies [b51bb42]
907
+ - Updated dependencies [cc7c0d2]
908
+ - Updated dependencies [5bf7768]
909
+ - Updated dependencies [ae43ac7]
910
+ - Updated dependencies [a5fdbf9]
911
+ - Updated dependencies [9d3f00b]
912
+ - Updated dependencies [efb48dc]
913
+ - Updated dependencies [f03b9ec]
914
+ - Updated dependencies [6b3d87a]
915
+ - Updated dependencies [9587dac]
916
+ - Updated dependencies [09a999a]
917
+ - Updated dependencies [559f903]
918
+ - Updated dependencies [3574905]
919
+ - Updated dependencies [f871365]
920
+ - @pnpm/cli.common-cli-options-help@1001.0.0
921
+ - @pnpm/config.reader@1005.0.0
922
+ - @pnpm/deps.path@1002.0.0
923
+ - @pnpm/bins.resolver@1001.0.0
924
+ - @pnpm/installing.commands@1005.0.0
925
+ - @pnpm/resolving.resolver-base@1006.0.0
926
+ - @pnpm/network.web-auth@1001.0.0
927
+ - @pnpm/constants@1002.0.0
928
+ - @pnpm/types@1001.0.0
929
+ - @pnpm/lockfile.fs@1002.0.0
930
+ - @pnpm/lockfile.types@1003.0.0
931
+ - @pnpm/cli.utils@1002.0.0
932
+ - @pnpm/releasing.exportable-manifest@1001.0.0
933
+ - @pnpm/engine.runtime.commands@1000.0.0
934
+ - @pnpm/workspace.projects-filter@1001.0.0
935
+ - @pnpm/config.pick-registry-for-package@1001.0.0
936
+ - @pnpm/fetching.directory-fetcher@1001.0.0
937
+ - @pnpm/fs.is-empty-dir-or-nothing@1001.0.0
938
+ - @pnpm/fs.indexed-pkg-importer@1001.0.0
939
+ - @pnpm/workspace.projects-sorter@1001.0.0
940
+ - @pnpm/network.git-utils@1001.0.0
941
+ - @pnpm/installing.client@1002.0.0
942
+ - @pnpm/catalogs.types@1001.0.0
943
+ - @pnpm/exec.lifecycle@1002.0.0
944
+ - @pnpm/error@1001.0.0
945
+ - @pnpm/network.fetch@1001.0.0
946
+ - @pnpm/fs.packlist@1001.0.0
package/lib/stage/list.js CHANGED
@@ -4,6 +4,9 @@ import { parseStagePackageSpec } from './parsing.js';
4
4
  import { renderStageItem } from './rendering.js';
5
5
  import { stageJsonRequest } from './request.js';
6
6
  const PER_PAGE = 100;
7
+ // Fail-safe bound on the pagination loop, so a registry that keeps answering
8
+ // full pages with an inflated `total` cannot drive it forever.
9
+ const MAX_PAGES = 1000;
7
10
  export async function stageList(opts, params) {
8
11
  const packageFilter = parsePackageFilter(params[0]);
9
12
  const context = createStageContext(opts, packageFilter);
@@ -22,6 +25,8 @@ export async function stageList(opts, params) {
22
25
  if (items.length >= res.total || res.items.length < PER_PAGE)
23
26
  break;
24
27
  page++;
28
+ if (page >= MAX_PAGES)
29
+ break;
25
30
  }
26
31
  if (opts.json)
27
32
  return JSON.stringify(items, null, 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/releasing.commands",
3
- "version": "1100.5.4",
3
+ "version": "1100.5.5",
4
4
  "description": "Commands for deploy, pack, and publish",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,7 +28,36 @@
28
28
  ],
29
29
  "dependencies": {
30
30
  "@inquirer/prompts": "^8.4.3",
31
+ "@pnpm/bins.resolver": "1100.0.8",
32
+ "@pnpm/catalogs.types": "1100.0.0",
33
+ "@pnpm/cli.common-cli-options-help": "1100.0.2",
34
+ "@pnpm/cli.utils": "1101.0.13",
35
+ "@pnpm/config.pick-registry-for-package": "1100.0.9",
36
+ "@pnpm/config.reader": "1101.11.2",
37
+ "@pnpm/constants": "1100.0.0",
38
+ "@pnpm/deps.path": "1100.0.8",
39
+ "@pnpm/engine.runtime.commands": "1100.1.10",
40
+ "@pnpm/engine.runtime.node-resolver": "1101.1.12",
41
+ "@pnpm/error": "1100.0.1",
42
+ "@pnpm/exec.lifecycle": "1100.1.2",
43
+ "@pnpm/exec.pnpm-cli-runner": "1100.0.1",
44
+ "@pnpm/fetching.directory-fetcher": "1100.0.19",
45
+ "@pnpm/fs.indexed-pkg-importer": "1100.0.17",
46
+ "@pnpm/fs.is-empty-dir-or-nothing": "1100.0.0",
47
+ "@pnpm/fs.packlist": "1100.0.1",
48
+ "@pnpm/installing.client": "1100.2.13",
49
+ "@pnpm/installing.commands": "1100.10.4",
50
+ "@pnpm/lockfile.fs": "1100.1.10",
51
+ "@pnpm/lockfile.types": "1100.0.13",
52
+ "@pnpm/network.auth-header": "1101.1.3",
53
+ "@pnpm/network.fetch": "1100.1.4",
54
+ "@pnpm/network.git-utils": "1100.0.2",
55
+ "@pnpm/network.web-auth": "1101.2.0",
31
56
  "@pnpm/npm-package-arg": "^2.0.0",
57
+ "@pnpm/releasing.exportable-manifest": "1100.1.9",
58
+ "@pnpm/resolving.resolver-base": "1100.5.1",
59
+ "@pnpm/types": "1101.3.2",
60
+ "@pnpm/workspace.projects-sorter": "1100.0.8",
32
61
  "@types/normalize-path": "^3.0.2",
33
62
  "@zkochan/rimraf": "^4.0.0",
34
63
  "chalk": "^5.6.2",
@@ -51,42 +80,24 @@
51
80
  "tinyglobby": "^0.2.16",
52
81
  "validate-npm-package-name": "7.0.2",
53
82
  "write-json-file": "^7.0.0",
54
- "write-yaml-file": "^6.0.0",
55
- "@pnpm/bins.resolver": "1100.0.8",
56
- "@pnpm/cli.common-cli-options-help": "1100.0.2",
57
- "@pnpm/config.pick-registry-for-package": "1100.0.9",
58
- "@pnpm/cli.utils": "1101.0.13",
59
- "@pnpm/config.reader": "1101.11.1",
60
- "@pnpm/constants": "1100.0.0",
61
- "@pnpm/deps.path": "1100.0.8",
62
- "@pnpm/engine.runtime.commands": "1100.1.9",
63
- "@pnpm/engine.runtime.node-resolver": "1101.1.11",
64
- "@pnpm/error": "1100.0.1",
65
- "@pnpm/exec.lifecycle": "1100.1.2",
66
- "@pnpm/exec.pnpm-cli-runner": "1100.0.1",
67
- "@pnpm/fetching.directory-fetcher": "1100.0.19",
68
- "@pnpm/catalogs.types": "1100.0.0",
69
- "@pnpm/fs.indexed-pkg-importer": "1100.0.17",
70
- "@pnpm/fs.packlist": "1100.0.1",
71
- "@pnpm/fs.is-empty-dir-or-nothing": "1100.0.0",
72
- "@pnpm/installing.client": "1100.2.12",
73
- "@pnpm/installing.commands": "1100.10.3",
74
- "@pnpm/lockfile.types": "1100.0.13",
75
- "@pnpm/lockfile.fs": "1100.1.9",
76
- "@pnpm/network.auth-header": "1101.1.3",
77
- "@pnpm/network.fetch": "1100.1.4",
78
- "@pnpm/network.git-utils": "1100.0.2",
79
- "@pnpm/network.web-auth": "1101.2.0",
80
- "@pnpm/resolving.resolver-base": "1100.5.1",
81
- "@pnpm/releasing.exportable-manifest": "1100.1.9",
82
- "@pnpm/types": "1101.3.2",
83
- "@pnpm/workspace.projects-sorter": "1100.0.8"
83
+ "write-yaml-file": "^6.0.0"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "@pnpm/logger": "^1100.0.0"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@jest/globals": "30.4.1",
90
+ "@pnpm/assert-project": "1100.0.18",
91
+ "@pnpm/catalogs.config": "1100.0.2",
92
+ "@pnpm/hooks.pnpmfile": "1100.0.18",
93
+ "@pnpm/logger": "1100.0.0",
94
+ "@pnpm/prepare": "1100.0.18",
95
+ "@pnpm/releasing.commands": "1100.5.5",
96
+ "@pnpm/test-fixtures": "1100.0.0",
97
+ "@pnpm/test-ipc-server": "1100.0.0",
98
+ "@pnpm/testing.command-defaults": "1100.0.8",
99
+ "@pnpm/testing.registry-mock": "1100.0.8",
100
+ "@pnpm/workspace.projects-filter": "1100.0.26",
90
101
  "@types/cross-spawn": "^6.0.6",
91
102
  "@types/is-windows": "^1.0.2",
92
103
  "@types/libnpmpublish": "^11.2.0",
@@ -102,18 +113,7 @@
102
113
  "load-json-file": "^7.0.1",
103
114
  "tar": "^7.5.15",
104
115
  "undici": "^7.27.2",
105
- "write-yaml-file": "^6.0.0",
106
- "@pnpm/assert-project": "1100.0.18",
107
- "@pnpm/catalogs.config": "1100.0.2",
108
- "@pnpm/hooks.pnpmfile": "1100.0.17",
109
- "@pnpm/logger": "1100.0.0",
110
- "@pnpm/releasing.commands": "1100.5.4",
111
- "@pnpm/prepare": "1100.0.18",
112
- "@pnpm/test-ipc-server": "1100.0.0",
113
- "@pnpm/test-fixtures": "1100.0.0",
114
- "@pnpm/testing.registry-mock": "1100.0.8",
115
- "@pnpm/testing.command-defaults": "1100.0.8",
116
- "@pnpm/workspace.projects-filter": "1100.0.25"
116
+ "write-yaml-file": "^6.0.0"
117
117
  },
118
118
  "engines": {
119
119
  "node": ">=22.13"