@pnpm/engine.runtime.node-resolver 1101.1.11 → 1101.1.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1192 -0
  2. package/package.json +10 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,1192 @@
1
+ # @pnpm/node.resolver
2
+
3
+ ## 1101.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/config.reader@1101.12.0
9
+ - @pnpm/resolving.resolver-base@1100.5.2
10
+ - @pnpm/types@1101.4.0
11
+
12
+ ## 1101.1.12
13
+
14
+ ### Patch Changes
15
+
16
+ - @pnpm/config.reader@1101.11.2
17
+
18
+ ## 1101.1.11
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [9318a11]
23
+ - Updated dependencies [5a4daec]
24
+ - @pnpm/config.reader@1101.11.1
25
+
26
+ ## 1101.1.10
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [2f389d6]
31
+ - Updated dependencies [3425e80]
32
+ - Updated dependencies [806c3ec]
33
+ - Updated dependencies [c121235]
34
+ - Updated dependencies [dcabb78]
35
+ - @pnpm/crypto.shasums-file@1100.1.3
36
+ - @pnpm/config.reader@1101.11.0
37
+ - @pnpm/resolving.resolver-base@1100.5.1
38
+
39
+ ## 1101.1.9
40
+
41
+ ### Patch Changes
42
+
43
+ - 0ec878d: Removing a runtime dependency now removes the matching `devEngines.runtime` or `engines.runtime` entry that was materialized from it. Blank runtime selectors are normalized to `latest`.
44
+ - Updated dependencies [bae694f]
45
+ - Updated dependencies [852d537]
46
+ - @pnpm/resolving.resolver-base@1100.5.0
47
+ - @pnpm/error@1100.0.1
48
+ - @pnpm/config.reader@1101.10.1
49
+ - @pnpm/crypto.shasums-file@1100.1.2
50
+
51
+ ## 1101.1.8
52
+
53
+ ### Patch Changes
54
+
55
+ - 4ca9247: Preserve the existing Node.js runtime version prefix when resolving `node@runtime:<range>` to a concrete version.
56
+ - Updated dependencies [302a2f7]
57
+ - Updated dependencies [0474a9c]
58
+ - @pnpm/config.reader@1101.10.0
59
+
60
+ ## 1101.1.7
61
+
62
+ ### Patch Changes
63
+
64
+ - a31faa7: Updated dependency ranges. Notably:
65
+
66
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
67
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
68
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
69
+ - `@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.
70
+
71
+ - Updated dependencies [61810aa]
72
+ - Updated dependencies [681b593]
73
+ - Updated dependencies [a31faa7]
74
+ - @pnpm/config.reader@1101.9.0
75
+ - @pnpm/fetching.types@1100.0.2
76
+ - @pnpm/types@1101.3.2
77
+ - @pnpm/crypto.shasums-file@1100.1.1
78
+ - @pnpm/resolving.resolver-base@1100.4.2
79
+
80
+ ## 1101.1.6
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies [bc9ed78]
85
+ - Updated dependencies [615c669]
86
+ - @pnpm/config.reader@1101.8.0
87
+
88
+ ## 1101.1.5
89
+
90
+ ### Patch Changes
91
+
92
+ - 3d50680: Security: pnpm now verifies the OpenPGP signature of a downloaded Node.js runtime's `SHASUMS256.txt` before trusting its integrity hashes.
93
+
94
+ When a repository requests a Node.js runtime (e.g. via `devEngines.runtime` / `useNodeVersion`), the download mirror is repository-configurable through `node-mirror:<channel>`. The integrity of the downloaded binary was only checked against `SHASUMS256.txt` fetched from that same mirror — a circular check that a malicious mirror could satisfy by serving a tampered binary together with a matching `SHASUMS256.txt`. pnpm then executes the binary (for example to run lifecycle scripts).
95
+
96
+ pnpm now fetches `SHASUMS256.txt.sig` and verifies the detached OpenPGP signature against the Node.js release team's public keys, which ship embedded in the pnpm CLI. A mirror that serves a tampered binary cannot also produce a valid signature, so the download fails to verify. The embedded keys are kept current by a release-time check against the canonical `nodejs/release-keys` list.
97
+
98
+ The musl variants from the hardcoded `unofficial-builds.nodejs.org` mirror are not repository-configurable and are signed by a different key, so they continue to be trusted over TLS.
99
+
100
+ - Updated dependencies [822beb5]
101
+ - Updated dependencies [3537020]
102
+ - Updated dependencies [894ea6a]
103
+ - Updated dependencies [6b5d91a]
104
+ - Updated dependencies [027196b]
105
+ - Updated dependencies [1017c36]
106
+ - Updated dependencies [bf1b731]
107
+ - Updated dependencies [3d50680]
108
+ - @pnpm/config.reader@1101.7.0
109
+ - @pnpm/types@1101.3.1
110
+ - @pnpm/crypto.shasums-file@1100.1.0
111
+ - @pnpm/resolving.resolver-base@1100.4.1
112
+
113
+ ## 1101.1.4
114
+
115
+ ### Patch Changes
116
+
117
+ - Updated dependencies [a017bf3]
118
+ - Updated dependencies [6d17b66]
119
+ - @pnpm/config.reader@1101.6.0
120
+ - @pnpm/types@1101.3.0
121
+ - @pnpm/resolving.resolver-base@1100.4.0
122
+
123
+ ## 1101.1.3
124
+
125
+ ### Patch Changes
126
+
127
+ - Updated dependencies [a39a83d]
128
+ - @pnpm/config.reader@1101.5.0
129
+
130
+ ## 1101.1.2
131
+
132
+ ### Patch Changes
133
+
134
+ - Updated dependencies [a23956e]
135
+ - Updated dependencies [35d2355]
136
+ - @pnpm/config.reader@1101.4.1
137
+ - @pnpm/types@1101.2.0
138
+ - @pnpm/resolving.resolver-base@1100.3.1
139
+
140
+ ## 1101.1.1
141
+
142
+ ### Patch Changes
143
+
144
+ - Updated dependencies [3b62f9d]
145
+ - Updated dependencies [212315d]
146
+ - @pnpm/config.reader@1101.4.0
147
+
148
+ ## 1101.1.0
149
+
150
+ ### Minor Changes
151
+
152
+ - 1627943: `pnpm outdated` and `pnpm update --interactive` now report Node.js, Deno, and Bun runtimes installed as project dependencies (`runtime:` specifiers). Previously these were silently skipped because the npm specifier parser did not understand the `runtime:` protocol, so runtime versions never appeared in the outdated table or the interactive update picker.
153
+
154
+ Internally, the outdated check is now resolver-driven: `@pnpm/resolving.resolver-base` defines a `ResolveLatestFunction` shape (with `LatestQuery` input — `{ wantedDependency, compatible? }` — and `LatestInfo` result — `{ latestManifest? }`), and every protocol resolver (npm, jsr, named-registry, git, tarball, local, node/bun/deno runtimes) exports its own `resolveLatest*` function alongside its `resolve*`. `@pnpm/resolving.default-resolver` composes them into a single dispatcher, exposed through `@pnpm/installing.client` as `createResolver(...).resolveLatest`.
155
+
156
+ Each resolver decides whether it owns the dep and what "latest" means for its protocol; the outdated command derives `current` / `wanted` display values from the lockfile snapshot (`pkgSnapshot.version` for semver protocols, raw ref for URL-shaped ones) and uses raw ref equality for the "lockfile changed" check, so protocol knowledge stays inside each resolver instead of the command.
157
+
158
+ ### Patch Changes
159
+
160
+ - Updated dependencies [3687b0e]
161
+ - Updated dependencies [ced20cb]
162
+ - Updated dependencies [d1b340f]
163
+ - Updated dependencies [1627943]
164
+ - Updated dependencies [64afc92]
165
+ - @pnpm/config.reader@1101.3.3
166
+ - @pnpm/resolving.resolver-base@1100.3.0
167
+ - @pnpm/types@1101.1.1
168
+
169
+ ## 1101.0.9
170
+
171
+ ### Patch Changes
172
+
173
+ - Updated dependencies [4195766]
174
+ - Updated dependencies [31538bf]
175
+ - Updated dependencies [020ac45]
176
+ - Updated dependencies [d3f8408]
177
+ - Updated dependencies [a62f959]
178
+ - Updated dependencies [ba2c884]
179
+ - Updated dependencies [8df408c]
180
+ - @pnpm/resolving.resolver-base@1100.2.0
181
+ - @pnpm/config.reader@1101.3.2
182
+
183
+ ## 1101.0.8
184
+
185
+ ### Patch Changes
186
+
187
+ - @pnpm/config.reader@1101.3.1
188
+
189
+ ## 1101.0.7
190
+
191
+ ### Patch Changes
192
+
193
+ - Updated dependencies [b61e268]
194
+ - Updated dependencies [e1e29c1]
195
+ - @pnpm/config.reader@1101.3.0
196
+ - @pnpm/types@1101.1.0
197
+ - @pnpm/resolving.resolver-base@1100.1.3
198
+
199
+ ## 1101.0.6
200
+
201
+ ### Patch Changes
202
+
203
+ - Updated dependencies [e9e876c]
204
+ - @pnpm/config.reader@1101.2.2
205
+
206
+ ## 1101.0.5
207
+
208
+ ### Patch Changes
209
+
210
+ - Updated dependencies [27425d7]
211
+ - Updated dependencies [707a879]
212
+ - @pnpm/resolving.resolver-base@1100.1.2
213
+ - @pnpm/config.reader@1101.2.1
214
+
215
+ ## 1101.0.4
216
+
217
+ ### Patch Changes
218
+
219
+ - Updated dependencies [8fdd9a9]
220
+ - Updated dependencies [5f34a8d]
221
+ - Updated dependencies [c969392]
222
+ - Updated dependencies [817b1b4]
223
+ - Updated dependencies [c969392]
224
+ - Updated dependencies [2de318b]
225
+ - @pnpm/config.reader@1101.2.0
226
+
227
+ ## 1101.0.3
228
+
229
+ ### Patch Changes
230
+
231
+ - Updated dependencies [42a8f29]
232
+ - @pnpm/config.reader@1101.1.4
233
+
234
+ ## 1101.0.2
235
+
236
+ ### Patch Changes
237
+
238
+ - Updated dependencies [184ce26]
239
+ - @pnpm/resolving.resolver-base@1100.1.1
240
+ - @pnpm/fetching.types@1100.0.1
241
+ - @pnpm/config.reader@1101.1.3
242
+ - @pnpm/crypto.shasums-file@1100.0.1
243
+
244
+ ## 1101.0.1
245
+
246
+ ### Patch Changes
247
+
248
+ - Updated dependencies [0fbcf74]
249
+ - @pnpm/config.reader@1101.1.2
250
+
251
+ ## 1101.0.0
252
+
253
+ ### Major Changes
254
+
255
+ - 421317c: Installing a Node.js runtime via `node@runtime:<version>` (including `pnpm env use` and `pnpm runtime set node`) no longer extracts the bundled `npm`, `npx`, and `corepack` from the Node.js archive. This cuts roughly half of the files pnpm has to hash, write to the CAS, and link during installation, making runtime installs noticeably faster. Users who still need `npm` can install it as a separate package.
256
+
257
+ ### Patch Changes
258
+
259
+ - @pnpm/config.reader@1101.1.1
260
+
261
+ ## 1100.0.3
262
+
263
+ ### Patch Changes
264
+
265
+ - Updated dependencies [7d25bc1]
266
+ - Updated dependencies [72c1e05]
267
+ - Updated dependencies [9e0833c]
268
+ - @pnpm/config.reader@1101.1.0
269
+ - @pnpm/resolving.resolver-base@1100.1.0
270
+
271
+ ## 1100.0.2
272
+
273
+ ### Patch Changes
274
+
275
+ - Updated dependencies [cee550a]
276
+ - Updated dependencies [4ab3d9b]
277
+ - Updated dependencies [9af708a]
278
+ - Updated dependencies [ea2a7fb]
279
+ - Updated dependencies [ff7733c]
280
+ - @pnpm/config.reader@1101.0.0
281
+
282
+ ## 1100.0.1
283
+
284
+ ### Patch Changes
285
+
286
+ - Updated dependencies [ff28085]
287
+ - @pnpm/types@1101.0.0
288
+ - @pnpm/config.reader@1100.0.1
289
+ - @pnpm/resolving.resolver-base@1100.0.1
290
+
291
+ ## 1002.0.0
292
+
293
+ ### Major Changes
294
+
295
+ - 491a84f: This package is now pure ESM.
296
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
297
+
298
+ ### Minor Changes
299
+
300
+ - 96704a1: Renamed `rawConfig` to `authConfig` on the `Config` interface. This field now only contains auth/registry data from `.npmrc` files. Non-auth settings are no longer written to it.
301
+
302
+ Added `nodeDownloadMirrors` setting to configure custom Node.js download mirrors in `pnpm-workspace.yaml`:
303
+
304
+ ```yaml
305
+ nodeDownloadMirrors:
306
+ release: https://my-mirror.example.com/download/release/
307
+ nightly: https://my-mirror.example.com/download/nightly/
308
+ ```
309
+
310
+ Replaced `rawConfig: object` with `userAgent?: string` in lifecycle hook options. Removed unused `rawConfig` from fetcher and prepare-package options.
311
+
312
+ Removed support for the npm `init-module` setting. Custom init scripts via `.pnpm-init.js` are no longer executed by `pnpm init`.
313
+
314
+ ### Patch Changes
315
+
316
+ - 23eb4a6: `parseNodeSpecifier` is moved from `@pnpm/plugin-commands-env` to `@pnpm/engine.runtime.node-resolver` and enhanced to support all Node.js version specifier formats. Previously `parseEnvSpecifier` (in `@pnpm/engine.runtime.node-resolver`) handled the resolver's parsing, while `parseNodeSpecifier` (in `@pnpm/plugin-commands-env`) was a stricter but now-unused validator. They are now unified into a single `parseNodeSpecifier` in `@pnpm/engine.runtime.node-resolver` that supports: exact versions (`22.0.0`), prerelease versions (`22.0.0-rc.4`), semver ranges (`18`, `^18`), LTS codenames (`argon`, `iron`), well-known aliases (`lts`, `latest`), standalone release channels (`nightly`, `rc`, `test`, `v8-canary`, `release`), and channel/version combos (`rc/18`, `nightly/latest`).
317
+ - 9065f49: Include musl Linux variants when resolving `node@runtime:` dependencies. The lockfile now includes musl builds (from `unofficial-builds.nodejs.org`) alongside the standard glibc variants, so that `node@runtime:` works out of the box on Alpine Linux and other musl-based distributions.
318
+ - 50fbeca: Added `getNodeBinsForCurrentOS` to `@pnpm/constants` which returns a `Record<string, string>` with paths for `node`, `npm`, and `npx` within the Node.js package. This record is now used as `BinaryResolution.bin` (type widened from `string` to `string | Record<string, string>`) and as `manifest.bin` in the node resolver, so pnpm's bin-linker creates all three shims automatically when installing a Node.js runtime.
319
+ - 499ef22: Don't add an extra slash to the Node.js mirror URL [#10204](https://github.com/pnpm/pnpm/pull/10204).
320
+ - Updated dependencies [7730a7f]
321
+ - Updated dependencies [ae8b816]
322
+ - Updated dependencies [facdd71]
323
+ - Updated dependencies [9b0a460]
324
+ - Updated dependencies [3c72b6b]
325
+ - Updated dependencies [9f5c0e3]
326
+ - Updated dependencies [76718b3]
327
+ - Updated dependencies [a8f016c]
328
+ - Updated dependencies [cc1b8e3]
329
+ - Updated dependencies [90bd3c3]
330
+ - Updated dependencies [1cc61e8]
331
+ - Updated dependencies [606f53e]
332
+ - Updated dependencies [c7203b9]
333
+ - Updated dependencies [bb17724]
334
+ - Updated dependencies [da2429d]
335
+ - Updated dependencies [1cc61e8]
336
+ - Updated dependencies [491a84f]
337
+ - Updated dependencies [f0ae1b9]
338
+ - Updated dependencies [7fab2a2]
339
+ - Updated dependencies [cb367b9]
340
+ - Updated dependencies [543c7e4]
341
+ - Updated dependencies [075aa99]
342
+ - Updated dependencies [ae43ac7]
343
+ - Updated dependencies [ccec8e7]
344
+ - Updated dependencies [4158906]
345
+ - Updated dependencies [ac944ef]
346
+ - Updated dependencies [bb8baa7]
347
+ - Updated dependencies [7d2fd48]
348
+ - Updated dependencies [cc7c0d2]
349
+ - Updated dependencies [efb48dc]
350
+ - Updated dependencies [d5d4eed]
351
+ - Updated dependencies [095f659]
352
+ - Updated dependencies [96704a1]
353
+ - Updated dependencies [50fbeca]
354
+ - Updated dependencies [cb367b9]
355
+ - Updated dependencies [7b1c189]
356
+ - Updated dependencies [51b04c3]
357
+ - Updated dependencies [6c480a4]
358
+ - Updated dependencies [d01b81f]
359
+ - Updated dependencies [3ed41f4]
360
+ - Updated dependencies [8ffb1a7]
361
+ - Updated dependencies [05fb1ae]
362
+ - Updated dependencies [71de2b3]
363
+ - Updated dependencies [10bc391]
364
+ - Updated dependencies [38b8e35]
365
+ - Updated dependencies [831f574]
366
+ - Updated dependencies [2df8b71]
367
+ - Updated dependencies [ed1a7fe]
368
+ - Updated dependencies [15549a9]
369
+ - Updated dependencies [cc7c0d2]
370
+ - Updated dependencies [5bf7768]
371
+ - Updated dependencies [ae43ac7]
372
+ - Updated dependencies [a5fdbf9]
373
+ - Updated dependencies [9d3f00b]
374
+ - Updated dependencies [efb48dc]
375
+ - Updated dependencies [9587dac]
376
+ - Updated dependencies [09a999a]
377
+ - Updated dependencies [559f903]
378
+ - Updated dependencies [3574905]
379
+ - @pnpm/config.reader@1005.0.0
380
+ - @pnpm/resolving.resolver-base@1006.0.0
381
+ - @pnpm/types@1001.0.0
382
+ - @pnpm/fetching.types@1001.0.0
383
+ - @pnpm/crypto.shasums-file@1002.0.0
384
+ - @pnpm/error@1001.0.0
385
+
386
+ ## 1001.0.5
387
+
388
+ ### Patch Changes
389
+
390
+ - Updated dependencies [7c1382f]
391
+ - Updated dependencies [7c1382f]
392
+ - Updated dependencies [dee39ec]
393
+ - @pnpm/types@1000.9.0
394
+ - @pnpm/resolver-base@1005.1.0
395
+ - @pnpm/config@1004.4.2
396
+
397
+ ## 1001.0.4
398
+
399
+ ### Patch Changes
400
+
401
+ - Updated dependencies [9865167]
402
+ - @pnpm/config@1004.4.1
403
+
404
+ ## 1001.0.3
405
+
406
+ ### Patch Changes
407
+
408
+ - Updated dependencies [fb4da0c]
409
+ - @pnpm/config@1004.4.0
410
+ - @pnpm/crypto.shasums-file@1001.0.2
411
+
412
+ ## 1001.0.2
413
+
414
+ ### Patch Changes
415
+
416
+ - Updated dependencies [6365bc4]
417
+ - @pnpm/constants@1001.3.1
418
+ - @pnpm/config@1004.3.1
419
+ - @pnpm/error@1000.0.5
420
+ - @pnpm/crypto.shasums-file@1001.0.1
421
+
422
+ ## 1001.0.1
423
+
424
+ ### Patch Changes
425
+
426
+ - Updated dependencies [38e2599]
427
+ - Updated dependencies [e792927]
428
+ - @pnpm/config@1004.3.0
429
+ - @pnpm/types@1000.8.0
430
+ - @pnpm/resolver-base@1005.0.1
431
+
432
+ ## 1001.0.0
433
+
434
+ ### Major Changes
435
+
436
+ - d1edf73: Removed node fetcher. The binary fetcher should be used for downloading node assets.
437
+ - f91922c: Changed how the integrity of the node.js artifact is stored in the lockfile.
438
+
439
+ ### Patch Changes
440
+
441
+ - Updated dependencies [d1edf73]
442
+ - Updated dependencies [86b33e9]
443
+ - Updated dependencies [86b33e9]
444
+ - Updated dependencies [d1edf73]
445
+ - Updated dependencies [f91922c]
446
+ - @pnpm/constants@1001.3.0
447
+ - @pnpm/resolver-base@1005.0.0
448
+ - @pnpm/crypto.shasums-file@1001.0.0
449
+ - @pnpm/config@1004.2.1
450
+ - @pnpm/error@1000.0.4
451
+
452
+ ## 1000.1.0
453
+
454
+ ### Minor Changes
455
+
456
+ - 1a07b8f: Added support for resolving and downloading the Node.js runtime specified in the [devEngines](https://github.com/openjs-foundation/package-metadata-interoperability-collab-space/issues/15) field of `package.json`.
457
+
458
+ Usage example:
459
+
460
+ ```json
461
+ {
462
+ "devEngines": {
463
+ "runtime": {
464
+ "name": "node",
465
+ "version": "^24.4.0",
466
+ "onFail": "download"
467
+ }
468
+ }
469
+ }
470
+ ```
471
+
472
+ When running `pnpm install`, pnpm will resolve Node.js to the latest version that satisfies the specified range and install it as a dependency of the project. As a result, when running scripts, the locally installed Node.js version will be used.
473
+
474
+ Unlike the existing options, `useNodeVersion` and `executionEnv.nodeVersion`, this new field supports version ranges, which are locked to exact versions during installation. The resolved version is stored in the pnpm lockfile, along with an integrity checksum for future validation of the Node.js content's validity.
475
+
476
+ Related PR: [#9755](https://github.com/pnpm/pnpm/pull/9755).
477
+
478
+ ### Patch Changes
479
+
480
+ - Updated dependencies [1a07b8f]
481
+ - Updated dependencies [1ba2e15]
482
+ - Updated dependencies [1a07b8f]
483
+ - Updated dependencies [6f7ac0f]
484
+ - Updated dependencies [1a07b8f]
485
+ - Updated dependencies [1a07b8f]
486
+ - @pnpm/types@1000.7.0
487
+ - @pnpm/fetching-types@1000.2.0
488
+ - @pnpm/crypto.shasums-file@1000.0.0
489
+ - @pnpm/config@1004.2.0
490
+ - @pnpm/resolver-base@1004.1.0
491
+ - @pnpm/constants@1001.2.0
492
+ - @pnpm/error@1000.0.3
493
+ - @pnpm/crypto.hash@1000.2.0
494
+
495
+ ## 1000.0.20
496
+
497
+ ### Patch Changes
498
+
499
+ - @pnpm/node.fetcher@1000.0.20
500
+
501
+ ## 1000.0.19
502
+
503
+ ### Patch Changes
504
+
505
+ - @pnpm/node.fetcher@1000.0.19
506
+
507
+ ## 1000.0.18
508
+
509
+ ### Patch Changes
510
+
511
+ - @pnpm/node.fetcher@1000.0.18
512
+
513
+ ## 1000.0.17
514
+
515
+ ### Patch Changes
516
+
517
+ - @pnpm/node.fetcher@1000.0.17
518
+
519
+ ## 1000.0.16
520
+
521
+ ### Patch Changes
522
+
523
+ - @pnpm/node.fetcher@1000.0.16
524
+
525
+ ## 1000.0.15
526
+
527
+ ### Patch Changes
528
+
529
+ - @pnpm/node.fetcher@1000.0.15
530
+
531
+ ## 1000.0.14
532
+
533
+ ### Patch Changes
534
+
535
+ - @pnpm/node.fetcher@1000.0.14
536
+
537
+ ## 1000.0.13
538
+
539
+ ### Patch Changes
540
+
541
+ - @pnpm/node.fetcher@1000.0.13
542
+
543
+ ## 1000.0.12
544
+
545
+ ### Patch Changes
546
+
547
+ - @pnpm/node.fetcher@1000.0.12
548
+
549
+ ## 1000.0.11
550
+
551
+ ### Patch Changes
552
+
553
+ - @pnpm/node.fetcher@1000.0.11
554
+
555
+ ## 1000.0.10
556
+
557
+ ### Patch Changes
558
+
559
+ - @pnpm/node.fetcher@1000.0.10
560
+
561
+ ## 1000.0.9
562
+
563
+ ### Patch Changes
564
+
565
+ - @pnpm/node.fetcher@1000.0.9
566
+
567
+ ## 1000.0.8
568
+
569
+ ### Patch Changes
570
+
571
+ - @pnpm/node.fetcher@1000.0.8
572
+
573
+ ## 1000.0.7
574
+
575
+ ### Patch Changes
576
+
577
+ - @pnpm/node.fetcher@1000.0.7
578
+
579
+ ## 1000.0.6
580
+
581
+ ### Patch Changes
582
+
583
+ - @pnpm/node.fetcher@1000.0.6
584
+
585
+ ## 1000.0.5
586
+
587
+ ### Patch Changes
588
+
589
+ - @pnpm/node.fetcher@1000.0.5
590
+
591
+ ## 1000.0.4
592
+
593
+ ### Patch Changes
594
+
595
+ - @pnpm/node.fetcher@1000.0.4
596
+
597
+ ## 1000.0.3
598
+
599
+ ### Patch Changes
600
+
601
+ - @pnpm/node.fetcher@1000.0.3
602
+
603
+ ## 1000.0.2
604
+
605
+ ### Patch Changes
606
+
607
+ - @pnpm/node.fetcher@1000.0.2
608
+
609
+ ## 1000.0.1
610
+
611
+ ### Patch Changes
612
+
613
+ - Updated dependencies [b0f3c71]
614
+ - @pnpm/fetching-types@1000.1.0
615
+ - @pnpm/node.fetcher@1000.0.1
616
+
617
+ ## 3.0.17
618
+
619
+ ### Patch Changes
620
+
621
+ - @pnpm/node.fetcher@4.0.17
622
+
623
+ ## 3.0.16
624
+
625
+ ### Patch Changes
626
+
627
+ - @pnpm/node.fetcher@4.0.16
628
+
629
+ ## 3.0.15
630
+
631
+ ### Patch Changes
632
+
633
+ - @pnpm/node.fetcher@4.0.15
634
+
635
+ ## 3.0.14
636
+
637
+ ### Patch Changes
638
+
639
+ - @pnpm/node.fetcher@4.0.14
640
+
641
+ ## 3.0.13
642
+
643
+ ### Patch Changes
644
+
645
+ - @pnpm/node.fetcher@4.0.13
646
+
647
+ ## 3.0.12
648
+
649
+ ### Patch Changes
650
+
651
+ - @pnpm/node.fetcher@4.0.12
652
+
653
+ ## 3.0.11
654
+
655
+ ### Patch Changes
656
+
657
+ - @pnpm/node.fetcher@4.0.11
658
+
659
+ ## 3.0.10
660
+
661
+ ### Patch Changes
662
+
663
+ - @pnpm/node.fetcher@4.0.10
664
+
665
+ ## 3.0.9
666
+
667
+ ### Patch Changes
668
+
669
+ - @pnpm/node.fetcher@4.0.9
670
+
671
+ ## 3.0.8
672
+
673
+ ### Patch Changes
674
+
675
+ - Updated dependencies [afe520d]
676
+ - @pnpm/node.fetcher@4.0.8
677
+
678
+ ## 3.0.7
679
+
680
+ ### Patch Changes
681
+
682
+ - @pnpm/node.fetcher@4.0.7
683
+
684
+ ## 3.0.6
685
+
686
+ ### Patch Changes
687
+
688
+ - @pnpm/node.fetcher@4.0.6
689
+
690
+ ## 3.0.5
691
+
692
+ ### Patch Changes
693
+
694
+ - @pnpm/node.fetcher@4.0.5
695
+
696
+ ## 3.0.4
697
+
698
+ ### Patch Changes
699
+
700
+ - @pnpm/node.fetcher@4.0.4
701
+
702
+ ## 3.0.3
703
+
704
+ ### Patch Changes
705
+
706
+ - @pnpm/node.fetcher@4.0.3
707
+
708
+ ## 3.0.2
709
+
710
+ ### Patch Changes
711
+
712
+ - @pnpm/node.fetcher@4.0.2
713
+
714
+ ## 3.0.1
715
+
716
+ ### Patch Changes
717
+
718
+ - @pnpm/node.fetcher@4.0.1
719
+
720
+ ## 3.0.0
721
+
722
+ ### Major Changes
723
+
724
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
725
+
726
+ ### Patch Changes
727
+
728
+ - Updated dependencies [43cdd87]
729
+ - Updated dependencies [730929e]
730
+ - @pnpm/fetching-types@6.0.0
731
+ - @pnpm/node.fetcher@4.0.0
732
+
733
+ ## 2.0.40
734
+
735
+ ### Patch Changes
736
+
737
+ - @pnpm/node.fetcher@3.0.39
738
+
739
+ ## 2.0.39
740
+
741
+ ### Patch Changes
742
+
743
+ - @pnpm/node.fetcher@3.0.38
744
+
745
+ ## 2.0.38
746
+
747
+ ### Patch Changes
748
+
749
+ - @pnpm/node.fetcher@3.0.37
750
+
751
+ ## 2.0.37
752
+
753
+ ### Patch Changes
754
+
755
+ - Updated dependencies [33313d2fd]
756
+ - @pnpm/node.fetcher@3.0.36
757
+
758
+ ## 2.0.36
759
+
760
+ ### Patch Changes
761
+
762
+ - @pnpm/node.fetcher@3.0.35
763
+
764
+ ## 2.0.35
765
+
766
+ ### Patch Changes
767
+
768
+ - @pnpm/node.fetcher@3.0.34
769
+
770
+ ## 2.0.34
771
+
772
+ ### Patch Changes
773
+
774
+ - @pnpm/node.fetcher@3.0.33
775
+
776
+ ## 2.0.33
777
+
778
+ ### Patch Changes
779
+
780
+ - @pnpm/node.fetcher@3.0.32
781
+
782
+ ## 2.0.32
783
+
784
+ ### Patch Changes
785
+
786
+ - @pnpm/node.fetcher@3.0.31
787
+
788
+ ## 2.0.31
789
+
790
+ ### Patch Changes
791
+
792
+ - @pnpm/node.fetcher@3.0.30
793
+
794
+ ## 2.0.30
795
+
796
+ ### Patch Changes
797
+
798
+ - @pnpm/node.fetcher@3.0.29
799
+
800
+ ## 2.0.29
801
+
802
+ ### Patch Changes
803
+
804
+ - @pnpm/node.fetcher@3.0.28
805
+
806
+ ## 2.0.28
807
+
808
+ ### Patch Changes
809
+
810
+ - @pnpm/node.fetcher@3.0.27
811
+
812
+ ## 2.0.27
813
+
814
+ ### Patch Changes
815
+
816
+ - @pnpm/node.fetcher@3.0.26
817
+
818
+ ## 2.0.26
819
+
820
+ ### Patch Changes
821
+
822
+ - @pnpm/node.fetcher@3.0.25
823
+
824
+ ## 2.0.25
825
+
826
+ ### Patch Changes
827
+
828
+ - @pnpm/node.fetcher@3.0.24
829
+
830
+ ## 2.0.24
831
+
832
+ ### Patch Changes
833
+
834
+ - @pnpm/node.fetcher@3.0.23
835
+
836
+ ## 2.0.23
837
+
838
+ ### Patch Changes
839
+
840
+ - @pnpm/node.fetcher@3.0.22
841
+
842
+ ## 2.0.22
843
+
844
+ ### Patch Changes
845
+
846
+ - @pnpm/node.fetcher@3.0.21
847
+
848
+ ## 2.0.21
849
+
850
+ ### Patch Changes
851
+
852
+ - @pnpm/node.fetcher@3.0.20
853
+
854
+ ## 2.0.20
855
+
856
+ ### Patch Changes
857
+
858
+ - Updated dependencies [9caa33d53]
859
+ - @pnpm/node.fetcher@4.0.0
860
+
861
+ ## 2.0.19
862
+
863
+ ### Patch Changes
864
+
865
+ - @pnpm/node.fetcher@3.0.18
866
+
867
+ ## 2.0.18
868
+
869
+ ### Patch Changes
870
+
871
+ - @pnpm/node.fetcher@3.0.17
872
+
873
+ ## 2.0.17
874
+
875
+ ### Patch Changes
876
+
877
+ - @pnpm/node.fetcher@3.0.16
878
+
879
+ ## 2.0.16
880
+
881
+ ### Patch Changes
882
+
883
+ - @pnpm/node.fetcher@3.0.15
884
+
885
+ ## 2.0.15
886
+
887
+ ### Patch Changes
888
+
889
+ - Updated dependencies [66423df83]
890
+ - @pnpm/node.fetcher@3.0.14
891
+
892
+ ## 2.0.14
893
+
894
+ ### Patch Changes
895
+
896
+ - @pnpm/node.fetcher@3.0.13
897
+
898
+ ## 2.0.13
899
+
900
+ ### Patch Changes
901
+
902
+ - @pnpm/node.fetcher@3.0.12
903
+
904
+ ## 2.0.12
905
+
906
+ ### Patch Changes
907
+
908
+ - @pnpm/node.fetcher@3.0.11
909
+
910
+ ## 2.0.11
911
+
912
+ ### Patch Changes
913
+
914
+ - @pnpm/node.fetcher@3.0.10
915
+
916
+ ## 2.0.10
917
+
918
+ ### Patch Changes
919
+
920
+ - @pnpm/node.fetcher@3.0.9
921
+
922
+ ## 2.0.9
923
+
924
+ ### Patch Changes
925
+
926
+ - @pnpm/node.fetcher@3.0.8
927
+
928
+ ## 2.0.8
929
+
930
+ ### Patch Changes
931
+
932
+ - @pnpm/node.fetcher@3.0.7
933
+
934
+ ## 2.0.7
935
+
936
+ ### Patch Changes
937
+
938
+ - @pnpm/node.fetcher@3.0.6
939
+
940
+ ## 2.0.6
941
+
942
+ ### Patch Changes
943
+
944
+ - @pnpm/node.fetcher@3.0.5
945
+
946
+ ## 2.0.5
947
+
948
+ ### Patch Changes
949
+
950
+ - @pnpm/node.fetcher@3.0.4
951
+
952
+ ## 2.0.4
953
+
954
+ ### Patch Changes
955
+
956
+ - @pnpm/node.fetcher@3.0.3
957
+
958
+ ## 2.0.3
959
+
960
+ ### Patch Changes
961
+
962
+ - @pnpm/node.fetcher@3.0.2
963
+
964
+ ## 2.0.2
965
+
966
+ ### Patch Changes
967
+
968
+ - Updated dependencies [8228c2cb1]
969
+ - @pnpm/node.fetcher@3.0.1
970
+
971
+ ## 2.0.1
972
+
973
+ ### Patch Changes
974
+
975
+ - c0760128d: bump semver to 7.4.0
976
+
977
+ ## 2.0.0
978
+
979
+ ### Major Changes
980
+
981
+ - eceaa8b8b: Node.js 14 support dropped.
982
+
983
+ ### Patch Changes
984
+
985
+ - Updated dependencies [eceaa8b8b]
986
+ - @pnpm/fetching-types@5.0.0
987
+ - @pnpm/node.fetcher@3.0.0
988
+
989
+ ## 1.1.11
990
+
991
+ ### Patch Changes
992
+
993
+ - @pnpm/node.fetcher@2.0.14
994
+
995
+ ## 1.1.10
996
+
997
+ ### Patch Changes
998
+
999
+ - @pnpm/node.fetcher@2.0.13
1000
+
1001
+ ## 1.1.9
1002
+
1003
+ ### Patch Changes
1004
+
1005
+ - @pnpm/node.fetcher@2.0.12
1006
+
1007
+ ## 1.1.8
1008
+
1009
+ ### Patch Changes
1010
+
1011
+ - @pnpm/node.fetcher@2.0.11
1012
+
1013
+ ## 1.1.7
1014
+
1015
+ ### Patch Changes
1016
+
1017
+ - @pnpm/node.fetcher@2.0.10
1018
+
1019
+ ## 1.1.6
1020
+
1021
+ ### Patch Changes
1022
+
1023
+ - @pnpm/node.fetcher@2.0.9
1024
+
1025
+ ## 1.1.5
1026
+
1027
+ ### Patch Changes
1028
+
1029
+ - @pnpm/node.fetcher@2.0.8
1030
+
1031
+ ## 1.1.4
1032
+
1033
+ ### Patch Changes
1034
+
1035
+ - Updated dependencies [ec97a3105]
1036
+ - @pnpm/node.fetcher@2.0.7
1037
+
1038
+ ## 1.1.3
1039
+
1040
+ ### Patch Changes
1041
+
1042
+ - @pnpm/node.fetcher@2.0.6
1043
+
1044
+ ## 1.1.2
1045
+
1046
+ ### Patch Changes
1047
+
1048
+ - @pnpm/node.fetcher@2.0.5
1049
+
1050
+ ## 1.1.1
1051
+
1052
+ ### Patch Changes
1053
+
1054
+ - @pnpm/node.fetcher@2.0.4
1055
+
1056
+ ## 1.1.0
1057
+
1058
+ ### Minor Changes
1059
+
1060
+ - f60d6c46f: Export a new function: resolveNodeVersions.
1061
+
1062
+ ## 1.0.19
1063
+
1064
+ ### Patch Changes
1065
+
1066
+ - @pnpm/node.fetcher@2.0.3
1067
+
1068
+ ## 1.0.18
1069
+
1070
+ ### Patch Changes
1071
+
1072
+ - Updated dependencies [804de211e]
1073
+ - @pnpm/fetching-types@4.0.0
1074
+ - @pnpm/node.fetcher@2.0.2
1075
+
1076
+ ## 1.0.17
1077
+
1078
+ ### Patch Changes
1079
+
1080
+ - @pnpm/node.fetcher@2.0.1
1081
+
1082
+ ## 1.0.16
1083
+
1084
+ ### Patch Changes
1085
+
1086
+ - Updated dependencies [f884689e0]
1087
+ - @pnpm/node.fetcher@2.0.0
1088
+
1089
+ ## 1.0.15
1090
+
1091
+ ### Patch Changes
1092
+
1093
+ - @pnpm/node.fetcher@1.0.15
1094
+
1095
+ ## 1.0.14
1096
+
1097
+ ### Patch Changes
1098
+
1099
+ - @pnpm/node.fetcher@1.0.14
1100
+
1101
+ ## 1.0.13
1102
+
1103
+ ### Patch Changes
1104
+
1105
+ - @pnpm/node.fetcher@1.0.13
1106
+
1107
+ ## 1.0.12
1108
+
1109
+ ### Patch Changes
1110
+
1111
+ - @pnpm/node.fetcher@1.0.12
1112
+
1113
+ ## 1.0.11
1114
+
1115
+ ### Patch Changes
1116
+
1117
+ - Updated dependencies [1c7b439bb]
1118
+ - @pnpm/node.fetcher@1.0.11
1119
+
1120
+ ## 1.0.10
1121
+
1122
+ ### Patch Changes
1123
+
1124
+ - @pnpm/node.fetcher@1.0.10
1125
+
1126
+ ## 1.0.9
1127
+
1128
+ ### Patch Changes
1129
+
1130
+ - @pnpm/node.fetcher@1.0.9
1131
+
1132
+ ## 1.0.8
1133
+
1134
+ ### Patch Changes
1135
+
1136
+ - Updated dependencies [32915f0e4]
1137
+ - Updated dependencies [7a17f99ab]
1138
+ - @pnpm/node.fetcher@1.0.8
1139
+
1140
+ ## 1.0.7
1141
+
1142
+ ### Patch Changes
1143
+
1144
+ - @pnpm/node.fetcher@1.0.7
1145
+
1146
+ ## 1.0.6
1147
+
1148
+ ### Patch Changes
1149
+
1150
+ - @pnpm/node.fetcher@1.0.6
1151
+
1152
+ ## 1.0.5
1153
+
1154
+ ### Patch Changes
1155
+
1156
+ - @pnpm/node.fetcher@1.0.5
1157
+
1158
+ ## 1.0.4
1159
+
1160
+ ### Patch Changes
1161
+
1162
+ - Updated dependencies [2105735a0]
1163
+ - @pnpm/node.fetcher@1.0.4
1164
+
1165
+ ## 1.0.3
1166
+
1167
+ ### Patch Changes
1168
+
1169
+ - @pnpm/node.fetcher@1.0.3
1170
+
1171
+ ## 1.0.2
1172
+
1173
+ ### Patch Changes
1174
+
1175
+ - @pnpm/node.fetcher@1.0.2
1176
+
1177
+ ## 1.0.1
1178
+
1179
+ ### Patch Changes
1180
+
1181
+ - @pnpm/node.fetcher@1.0.1
1182
+
1183
+ ## 1.0.0
1184
+
1185
+ ### Major Changes
1186
+
1187
+ - badbab154: Initial release.
1188
+
1189
+ ### Patch Changes
1190
+
1191
+ - Updated dependencies [228dcc3c9]
1192
+ - @pnpm/node.fetcher@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/engine.runtime.node-resolver",
3
- "version": "1101.1.11",
3
+ "version": "1101.1.13",
4
4
  "description": "Resolves a Node.js version specifier to an exact Node.js version",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -29,20 +29,20 @@
29
29
  "!*.map"
30
30
  ],
31
31
  "dependencies": {
32
- "semver": "^7.8.4",
33
- "version-selector-type": "^3.0.0",
34
- "@pnpm/config.reader": "1101.11.1",
35
- "@pnpm/error": "1100.0.1",
36
- "@pnpm/types": "1101.3.2",
32
+ "@pnpm/config.reader": "1101.12.0",
37
33
  "@pnpm/crypto.shasums-file": "1100.1.3",
34
+ "@pnpm/error": "1100.0.1",
38
35
  "@pnpm/fetching.types": "1100.0.2",
39
- "@pnpm/resolving.resolver-base": "1100.5.1"
36
+ "@pnpm/resolving.resolver-base": "1100.5.2",
37
+ "@pnpm/types": "1101.4.0",
38
+ "semver": "^7.8.4",
39
+ "version-selector-type": "^3.0.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@jest/globals": "30.4.1",
43
- "@types/semver": "7.7.1",
44
- "@pnpm/network.fetch": "1100.1.4",
45
- "@pnpm/engine.runtime.node-resolver": "1101.1.11"
43
+ "@pnpm/engine.runtime.node-resolver": "1101.1.13",
44
+ "@pnpm/network.fetch": "1100.1.5",
45
+ "@types/semver": "7.7.1"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=22.13"