@pnpm/lockfile.filtering 1100.1.8 → 1100.1.10

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 +1704 -0
  2. package/package.json +9 -9
package/CHANGELOG.md ADDED
@@ -0,0 +1,1704 @@
1
+ # @pnpm/filter-lockfile
2
+
3
+ ## 1100.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @pnpm/lockfile.utils@1100.1.2
8
+
9
+ ## 1100.1.9
10
+
11
+ ### Patch Changes
12
+
13
+ - @pnpm/lockfile.types@1100.0.13
14
+ - @pnpm/lockfile.utils@1100.1.1
15
+ - @pnpm/lockfile.walker@1100.0.13
16
+
17
+ ## 1100.1.8
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [bae694f]
22
+ - Updated dependencies [a84d2a1]
23
+ - Updated dependencies [852d537]
24
+ - @pnpm/lockfile.utils@1100.1.0
25
+ - @pnpm/error@1100.0.1
26
+ - @pnpm/lockfile.types@1100.0.12
27
+ - @pnpm/config.package-is-installable@1100.0.12
28
+ - @pnpm/lockfile.walker@1100.0.12
29
+
30
+ ## 1100.1.7
31
+
32
+ ### Patch Changes
33
+
34
+ - a31faa7: Updated dependency ranges. Notably:
35
+
36
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
37
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
38
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
39
+ - `@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.
40
+
41
+ - Updated dependencies [f20ad8f]
42
+ - Updated dependencies [681b593]
43
+ - Updated dependencies [a31faa7]
44
+ - @pnpm/lockfile.utils@1100.0.13
45
+ - @pnpm/types@1101.3.2
46
+ - @pnpm/config.package-is-installable@1100.0.11
47
+ - @pnpm/deps.path@1100.0.8
48
+ - @pnpm/lockfile.types@1100.0.11
49
+ - @pnpm/lockfile.walker@1100.0.11
50
+
51
+ ## 1100.1.6
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies [52be454]
56
+ - @pnpm/config.package-is-installable@1100.0.10
57
+
58
+ ## 1100.1.5
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [bf1b731]
63
+ - @pnpm/types@1101.3.1
64
+ - @pnpm/config.package-is-installable@1100.0.9
65
+ - @pnpm/deps.path@1100.0.7
66
+ - @pnpm/lockfile.types@1100.0.10
67
+ - @pnpm/lockfile.utils@1100.0.12
68
+ - @pnpm/lockfile.walker@1100.0.10
69
+
70
+ ## 1100.1.4
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [a017bf3]
75
+ - @pnpm/types@1101.3.0
76
+ - @pnpm/config.package-is-installable@1100.0.8
77
+ - @pnpm/deps.path@1100.0.6
78
+ - @pnpm/lockfile.types@1100.0.9
79
+ - @pnpm/lockfile.utils@1100.0.11
80
+ - @pnpm/lockfile.walker@1100.0.9
81
+
82
+ ## 1100.1.3
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies [e55f4b5]
87
+ - Updated dependencies [35d2355]
88
+ - @pnpm/lockfile.utils@1100.0.10
89
+ - @pnpm/types@1101.2.0
90
+ - @pnpm/config.package-is-installable@1100.0.7
91
+ - @pnpm/deps.path@1100.0.5
92
+ - @pnpm/lockfile.types@1100.0.8
93
+ - @pnpm/lockfile.walker@1100.0.8
94
+
95
+ ## 1100.1.2
96
+
97
+ ### Patch Changes
98
+
99
+ - Updated dependencies [64afc92]
100
+ - @pnpm/types@1101.1.1
101
+ - @pnpm/lockfile.types@1100.0.7
102
+ - @pnpm/lockfile.utils@1100.0.9
103
+ - @pnpm/config.package-is-installable@1100.0.6
104
+ - @pnpm/deps.path@1100.0.4
105
+ - @pnpm/lockfile.walker@1100.0.7
106
+
107
+ ## 1100.1.1
108
+
109
+ ### Patch Changes
110
+
111
+ - @pnpm/lockfile.types@1100.0.6
112
+ - @pnpm/lockfile.utils@1100.0.8
113
+ - @pnpm/config.package-is-installable@1100.0.5
114
+ - @pnpm/lockfile.walker@1100.0.6
115
+
116
+ ## 1100.1.0
117
+
118
+ ### Minor Changes
119
+
120
+ - e1e29c1: Add `--no-runtime` flag (config: `runtime=false`) to skip installing runtime entries (e.g. Node.js downloaded via `devEngines.runtime`) without modifying the lockfile. The lockfile keeps the runtime entry so frozen-lockfile validation still passes; only the runtime fetch and `.bin` linking are skipped. Useful in CI matrices where the runtime is provisioned externally (e.g. via `pnpm runtime -g set node <version>`) before `pnpm install` runs.
121
+
122
+ ### Patch Changes
123
+
124
+ - Updated dependencies [b61e268]
125
+ - @pnpm/types@1101.1.0
126
+ - @pnpm/config.package-is-installable@1100.0.4
127
+ - @pnpm/deps.path@1100.0.3
128
+ - @pnpm/lockfile.types@1100.0.5
129
+ - @pnpm/lockfile.utils@1100.0.7
130
+ - @pnpm/lockfile.walker@1100.0.5
131
+
132
+ ## 1100.0.7
133
+
134
+ ### Patch Changes
135
+
136
+ - Updated dependencies [cfa271b]
137
+ - @pnpm/lockfile.utils@1100.0.6
138
+
139
+ ## 1100.0.6
140
+
141
+ ### Patch Changes
142
+
143
+ - Updated dependencies [27425d7]
144
+ - @pnpm/lockfile.types@1100.0.4
145
+ - @pnpm/lockfile.utils@1100.0.5
146
+ - @pnpm/lockfile.walker@1100.0.4
147
+
148
+ ## 1100.0.5
149
+
150
+ ### Patch Changes
151
+
152
+ - Updated dependencies [184ce26]
153
+ - Updated dependencies [6b891a5]
154
+ - @pnpm/config.package-is-installable@1100.0.3
155
+ - @pnpm/deps.path@1100.0.2
156
+ - @pnpm/lockfile.utils@1100.0.4
157
+ - @pnpm/lockfile.types@1100.0.3
158
+ - @pnpm/lockfile.walker@1100.0.3
159
+
160
+ ## 1100.0.4
161
+
162
+ ### Patch Changes
163
+
164
+ - Updated dependencies [d96a1bf]
165
+ - @pnpm/config.package-is-installable@1100.0.2
166
+
167
+ ## 1100.0.3
168
+
169
+ ### Patch Changes
170
+
171
+ - @pnpm/lockfile.utils@1100.0.3
172
+
173
+ ## 1100.0.2
174
+
175
+ ### Patch Changes
176
+
177
+ - @pnpm/lockfile.types@1100.0.2
178
+ - @pnpm/lockfile.utils@1100.0.2
179
+ - @pnpm/lockfile.walker@1100.0.2
180
+
181
+ ## 1100.0.1
182
+
183
+ ### Patch Changes
184
+
185
+ - Updated dependencies [ff28085]
186
+ - @pnpm/types@1101.0.0
187
+ - @pnpm/config.package-is-installable@1100.0.1
188
+ - @pnpm/deps.path@1100.0.1
189
+ - @pnpm/lockfile.types@1100.0.1
190
+ - @pnpm/lockfile.utils@1100.0.1
191
+ - @pnpm/lockfile.walker@1100.0.1
192
+
193
+ ## 1002.0.0
194
+
195
+ ### Major Changes
196
+
197
+ - 491a84f: This package is now pure ESM.
198
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
199
+
200
+ ### Patch Changes
201
+
202
+ - Updated dependencies [5f73b0f]
203
+ - Updated dependencies [c55c614]
204
+ - Updated dependencies [76718b3]
205
+ - Updated dependencies [a8f016c]
206
+ - Updated dependencies [cc1b8e3]
207
+ - Updated dependencies [606f53e]
208
+ - Updated dependencies [491a84f]
209
+ - Updated dependencies [075aa99]
210
+ - Updated dependencies [7d2fd48]
211
+ - Updated dependencies [efb48dc]
212
+ - Updated dependencies [50fbeca]
213
+ - Updated dependencies [cb367b9]
214
+ - Updated dependencies [7b1c189]
215
+ - Updated dependencies [8ffb1a7]
216
+ - Updated dependencies [05fb1ae]
217
+ - Updated dependencies [71de2b3]
218
+ - Updated dependencies [10bc391]
219
+ - Updated dependencies [38b8e35]
220
+ - Updated dependencies [394d88c]
221
+ - Updated dependencies [1e6de25]
222
+ - Updated dependencies [831f574]
223
+ - Updated dependencies [2df8b71]
224
+ - Updated dependencies [15549a9]
225
+ - Updated dependencies [cc7c0d2]
226
+ - Updated dependencies [efb48dc]
227
+ - @pnpm/deps.path@1002.0.0
228
+ - @pnpm/constants@1002.0.0
229
+ - @pnpm/types@1001.0.0
230
+ - @pnpm/lockfile.types@1003.0.0
231
+ - @pnpm/lockfile.utils@1004.0.0
232
+ - @pnpm/config.package-is-installable@1001.0.0
233
+ - @pnpm/lockfile.walker@1002.0.0
234
+ - @pnpm/error@1001.0.0
235
+
236
+ ## 1001.0.21
237
+
238
+ ### Patch Changes
239
+
240
+ - Updated dependencies [7c1382f]
241
+ - Updated dependencies [dee39ec]
242
+ - @pnpm/types@1000.9.0
243
+ - @pnpm/package-is-installable@1000.0.15
244
+ - @pnpm/lockfile.types@1002.0.2
245
+ - @pnpm/lockfile.utils@1003.0.3
246
+ - @pnpm/lockfile.walker@1001.0.16
247
+ - @pnpm/dependency-path@1001.1.3
248
+
249
+ ## 1001.0.20
250
+
251
+ ### Patch Changes
252
+
253
+ - @pnpm/dependency-path@1001.1.2
254
+ - @pnpm/lockfile.utils@1003.0.2
255
+ - @pnpm/lockfile.walker@1001.0.15
256
+
257
+ ## 1001.0.19
258
+
259
+ ### Patch Changes
260
+
261
+ - Updated dependencies [6365bc4]
262
+ - @pnpm/constants@1001.3.1
263
+ - @pnpm/error@1000.0.5
264
+ - @pnpm/package-is-installable@1000.0.14
265
+
266
+ ## 1001.0.18
267
+
268
+ ### Patch Changes
269
+
270
+ - Updated dependencies [df8d57f]
271
+ - Updated dependencies [e792927]
272
+ - @pnpm/package-is-installable@1000.0.13
273
+ - @pnpm/types@1000.8.0
274
+ - @pnpm/lockfile.types@1002.0.1
275
+ - @pnpm/lockfile.utils@1003.0.1
276
+ - @pnpm/lockfile.walker@1001.0.14
277
+ - @pnpm/dependency-path@1001.1.1
278
+
279
+ ## 1001.0.17
280
+
281
+ ### Patch Changes
282
+
283
+ - Updated dependencies [d1edf73]
284
+ - Updated dependencies [d1edf73]
285
+ - Updated dependencies [86b33e9]
286
+ - Updated dependencies [f91922c]
287
+ - @pnpm/dependency-path@1001.1.0
288
+ - @pnpm/constants@1001.3.0
289
+ - @pnpm/lockfile.types@1002.0.0
290
+ - @pnpm/lockfile.utils@1003.0.0
291
+ - @pnpm/lockfile.walker@1001.0.13
292
+ - @pnpm/error@1000.0.4
293
+ - @pnpm/package-is-installable@1000.0.12
294
+
295
+ ## 1001.0.16
296
+
297
+ ### Patch Changes
298
+
299
+ - Updated dependencies [1a07b8f]
300
+ - Updated dependencies [2e85f29]
301
+ - Updated dependencies [1a07b8f]
302
+ - Updated dependencies [1a07b8f]
303
+ - @pnpm/types@1000.7.0
304
+ - @pnpm/lockfile.utils@1002.1.0
305
+ - @pnpm/lockfile.types@1001.1.0
306
+ - @pnpm/constants@1001.2.0
307
+ - @pnpm/package-is-installable@1000.0.11
308
+ - @pnpm/lockfile.walker@1001.0.12
309
+ - @pnpm/dependency-path@1001.0.2
310
+ - @pnpm/error@1000.0.3
311
+
312
+ ## 1001.0.15
313
+
314
+ ### Patch Changes
315
+
316
+ - @pnpm/dependency-path@1001.0.1
317
+ - @pnpm/lockfile.utils@1002.0.1
318
+ - @pnpm/lockfile.walker@1001.0.11
319
+
320
+ ## 1001.0.14
321
+
322
+ ### Patch Changes
323
+
324
+ - Updated dependencies [540986f]
325
+ - @pnpm/dependency-path@1001.0.0
326
+ - @pnpm/lockfile.utils@1002.0.0
327
+ - @pnpm/lockfile.walker@1001.0.10
328
+
329
+ ## 1001.0.13
330
+
331
+ ### Patch Changes
332
+
333
+ - @pnpm/lockfile.utils@1001.0.12
334
+
335
+ ## 1001.0.12
336
+
337
+ ### Patch Changes
338
+
339
+ - 09cf46f: Update `@pnpm/logger` in peer dependencies.
340
+ - Updated dependencies [09cf46f]
341
+ - Updated dependencies [5ec7255]
342
+ - @pnpm/package-is-installable@1000.0.10
343
+ - @pnpm/types@1000.6.0
344
+ - @pnpm/lockfile.types@1001.0.8
345
+ - @pnpm/lockfile.utils@1001.0.11
346
+ - @pnpm/lockfile.walker@1001.0.9
347
+ - @pnpm/dependency-path@1000.0.9
348
+
349
+ ## 1001.0.11
350
+
351
+ ### Patch Changes
352
+
353
+ - Updated dependencies [8a9f3a4]
354
+ - Updated dependencies [5b73df1]
355
+ - @pnpm/logger@1001.0.0
356
+ - @pnpm/types@1000.5.0
357
+ - @pnpm/lockfile.utils@1001.0.10
358
+ - @pnpm/package-is-installable@1000.0.9
359
+ - @pnpm/lockfile.types@1001.0.7
360
+ - @pnpm/lockfile.walker@1001.0.8
361
+ - @pnpm/dependency-path@1000.0.8
362
+
363
+ ## 1001.0.10
364
+
365
+ ### Patch Changes
366
+
367
+ - @pnpm/lockfile.utils@1001.0.9
368
+
369
+ ## 1001.0.9
370
+
371
+ ### Patch Changes
372
+
373
+ - Updated dependencies [750ae7d]
374
+ - @pnpm/types@1000.4.0
375
+ - @pnpm/package-is-installable@1000.0.8
376
+ - @pnpm/lockfile.types@1001.0.6
377
+ - @pnpm/lockfile.utils@1001.0.8
378
+ - @pnpm/lockfile.walker@1001.0.7
379
+ - @pnpm/dependency-path@1000.0.7
380
+
381
+ ## 1001.0.8
382
+
383
+ ### Patch Changes
384
+
385
+ - Updated dependencies [5f7be64]
386
+ - Updated dependencies [5f7be64]
387
+ - @pnpm/types@1000.3.0
388
+ - @pnpm/lockfile.types@1001.0.5
389
+ - @pnpm/package-is-installable@1000.0.7
390
+ - @pnpm/lockfile.utils@1001.0.7
391
+ - @pnpm/lockfile.walker@1001.0.6
392
+ - @pnpm/dependency-path@1000.0.6
393
+
394
+ ## 1001.0.7
395
+
396
+ ### Patch Changes
397
+
398
+ - @pnpm/lockfile.utils@1001.0.6
399
+
400
+ ## 1001.0.6
401
+
402
+ ### Patch Changes
403
+
404
+ - @pnpm/dependency-path@1000.0.5
405
+ - @pnpm/lockfile.utils@1001.0.5
406
+ - @pnpm/lockfile.walker@1001.0.5
407
+
408
+ ## 1001.0.5
409
+
410
+ ### Patch Changes
411
+
412
+ - Updated dependencies [a5e4965]
413
+ - @pnpm/types@1000.2.1
414
+ - @pnpm/dependency-path@1000.0.4
415
+ - @pnpm/package-is-installable@1000.0.6
416
+ - @pnpm/lockfile.types@1001.0.4
417
+ - @pnpm/lockfile.utils@1001.0.4
418
+ - @pnpm/lockfile.walker@1001.0.4
419
+
420
+ ## 1001.0.4
421
+
422
+ ### Patch Changes
423
+
424
+ - Updated dependencies [8fcc221]
425
+ - @pnpm/types@1000.2.0
426
+ - @pnpm/package-is-installable@1000.0.5
427
+ - @pnpm/lockfile.types@1001.0.3
428
+ - @pnpm/lockfile.utils@1001.0.3
429
+ - @pnpm/lockfile.walker@1001.0.3
430
+ - @pnpm/dependency-path@1000.0.3
431
+
432
+ ## 1001.0.3
433
+
434
+ ### Patch Changes
435
+
436
+ - Updated dependencies [9a44e6c]
437
+ - Updated dependencies [b562deb]
438
+ - @pnpm/constants@1001.1.0
439
+ - @pnpm/types@1000.1.1
440
+ - @pnpm/error@1000.0.2
441
+ - @pnpm/package-is-installable@1000.0.4
442
+ - @pnpm/lockfile.types@1001.0.2
443
+ - @pnpm/lockfile.utils@1001.0.2
444
+ - @pnpm/lockfile.walker@1001.0.2
445
+ - @pnpm/dependency-path@1000.0.2
446
+
447
+ ## 1001.0.2
448
+
449
+ ### Patch Changes
450
+
451
+ - Updated dependencies [9591a18]
452
+ - @pnpm/types@1000.1.0
453
+ - @pnpm/package-is-installable@1000.0.3
454
+ - @pnpm/lockfile.types@1001.0.1
455
+ - @pnpm/lockfile.utils@1001.0.1
456
+ - @pnpm/lockfile.walker@1001.0.1
457
+ - @pnpm/dependency-path@1000.0.1
458
+
459
+ ## 1001.0.1
460
+
461
+ ### Patch Changes
462
+
463
+ - @pnpm/package-is-installable@1000.0.2
464
+
465
+ ## 1001.0.0
466
+
467
+ ### Major Changes
468
+
469
+ - a76da0c: Removed lockfile conversion from v6 to v9. If you need to convert lockfile v6 to v9, use pnpm CLI v9.
470
+
471
+ ### Patch Changes
472
+
473
+ - Updated dependencies [d2e83b0]
474
+ - Updated dependencies [6483b64]
475
+ - Updated dependencies [a76da0c]
476
+ - @pnpm/constants@1001.0.0
477
+ - @pnpm/lockfile.types@1001.0.0
478
+ - @pnpm/lockfile.walker@1001.0.0
479
+ - @pnpm/lockfile.utils@1001.0.0
480
+ - @pnpm/error@1000.0.1
481
+ - @pnpm/package-is-installable@1000.0.1
482
+
483
+ ## 1.0.8
484
+
485
+ ### Patch Changes
486
+
487
+ - Updated dependencies [19d5b51]
488
+ - Updated dependencies [8108680]
489
+ - Updated dependencies [dcd2917]
490
+ - Updated dependencies [e476b07]
491
+ - Updated dependencies [d55b259]
492
+ - Updated dependencies [c4f5231]
493
+ - @pnpm/constants@10.0.0
494
+ - @pnpm/dependency-path@6.0.0
495
+ - @pnpm/package-is-installable@9.0.12
496
+ - @pnpm/error@6.0.3
497
+ - @pnpm/lockfile.utils@1.0.5
498
+ - @pnpm/lockfile.walker@1.0.5
499
+
500
+ ## 1.0.7
501
+
502
+ ### Patch Changes
503
+
504
+ - @pnpm/package-is-installable@9.0.11
505
+ - @pnpm/dependency-path@5.1.7
506
+ - @pnpm/lockfile.utils@1.0.4
507
+ - @pnpm/lockfile.walker@1.0.4
508
+
509
+ ## 1.0.6
510
+
511
+ ### Patch Changes
512
+
513
+ - 17b5088: Fix maximum call stack size exceeded error related to circular workspace dependencies [#8599](https://github.com/pnpm/pnpm/pull/8599).
514
+
515
+ ## 1.0.5
516
+
517
+ ### Patch Changes
518
+
519
+ - Updated dependencies [83681da]
520
+ - @pnpm/constants@9.0.0
521
+ - @pnpm/error@6.0.2
522
+ - @pnpm/package-is-installable@9.0.10
523
+
524
+ ## 1.0.4
525
+
526
+ ### Patch Changes
527
+
528
+ - Updated dependencies [d500d9f]
529
+ - @pnpm/types@12.2.0
530
+ - @pnpm/package-is-installable@9.0.9
531
+ - @pnpm/lockfile.types@1.0.3
532
+ - @pnpm/lockfile.utils@1.0.3
533
+ - @pnpm/lockfile.walker@1.0.3
534
+ - @pnpm/dependency-path@5.1.6
535
+
536
+ ## 1.0.3
537
+
538
+ ### Patch Changes
539
+
540
+ - Updated dependencies [7ee59a1]
541
+ - @pnpm/types@12.1.0
542
+ - @pnpm/package-is-installable@9.0.8
543
+ - @pnpm/lockfile.types@1.0.2
544
+ - @pnpm/lockfile.utils@1.0.2
545
+ - @pnpm/lockfile.walker@1.0.2
546
+ - @pnpm/dependency-path@5.1.5
547
+
548
+ ## 1.0.2
549
+
550
+ ### Patch Changes
551
+
552
+ - Updated dependencies [33ba536]
553
+ - @pnpm/package-is-installable@9.0.7
554
+
555
+ ## 1.0.1
556
+
557
+ ### Patch Changes
558
+
559
+ - Updated dependencies [cb006df]
560
+ - @pnpm/lockfile.types@1.0.1
561
+ - @pnpm/types@12.0.0
562
+ - @pnpm/lockfile.utils@1.0.1
563
+ - @pnpm/lockfile.walker@1.0.1
564
+ - @pnpm/package-is-installable@9.0.6
565
+ - @pnpm/dependency-path@5.1.4
566
+
567
+ ## 1.0.0
568
+
569
+ ### Major Changes
570
+
571
+ - 8055a30: Renamed package from `@pnpm/filter-lockfile`.
572
+
573
+ ### Patch Changes
574
+
575
+ - Updated dependencies [c92f4bf]
576
+ - Updated dependencies [c5ef9b0]
577
+ - Updated dependencies [797ef0f]
578
+ - @pnpm/lockfile.walker@1.0.0
579
+ - @pnpm/lockfile.utils@1.0.0
580
+ - @pnpm/lockfile.types@1.0.0
581
+
582
+ ## 9.0.9
583
+
584
+ ### Patch Changes
585
+
586
+ - Updated dependencies [0ef168b]
587
+ - @pnpm/types@11.1.0
588
+ - @pnpm/package-is-installable@9.0.5
589
+ - @pnpm/lockfile-types@7.1.3
590
+ - @pnpm/lockfile-utils@11.0.4
591
+ - @pnpm/lockfile-walker@9.0.4
592
+ - @pnpm/dependency-path@5.1.3
593
+
594
+ ## 9.0.8
595
+
596
+ ### Patch Changes
597
+
598
+ - Updated dependencies [dd00eeb]
599
+ - Updated dependencies
600
+ - @pnpm/types@11.0.0
601
+ - @pnpm/lockfile-utils@11.0.3
602
+ - @pnpm/package-is-installable@9.0.4
603
+ - @pnpm/lockfile-types@7.1.2
604
+ - @pnpm/lockfile-walker@9.0.3
605
+ - @pnpm/dependency-path@5.1.2
606
+
607
+ ## 9.0.7
608
+
609
+ ### Patch Changes
610
+
611
+ - Updated dependencies [13e55b2]
612
+ - @pnpm/types@10.1.1
613
+ - @pnpm/package-is-installable@9.0.3
614
+ - @pnpm/lockfile-types@7.1.1
615
+ - @pnpm/lockfile-utils@11.0.2
616
+ - @pnpm/lockfile-walker@9.0.2
617
+ - @pnpm/dependency-path@5.1.1
618
+
619
+ ## 9.0.6
620
+
621
+ ### Patch Changes
622
+
623
+ - Updated dependencies [47341e5]
624
+ - @pnpm/dependency-path@5.1.0
625
+ - @pnpm/lockfile-types@7.1.0
626
+ - @pnpm/lockfile-utils@11.0.1
627
+ - @pnpm/lockfile-walker@9.0.1
628
+
629
+ ## 9.0.5
630
+
631
+ ### Patch Changes
632
+
633
+ - Updated dependencies [45f4262]
634
+ - Updated dependencies
635
+ - @pnpm/types@10.1.0
636
+ - @pnpm/lockfile-types@7.0.0
637
+ - @pnpm/lockfile-utils@11.0.0
638
+ - @pnpm/lockfile-walker@9.0.0
639
+ - @pnpm/dependency-path@5.0.0
640
+ - @pnpm/package-is-installable@9.0.2
641
+
642
+ ## 9.0.4
643
+
644
+ ### Patch Changes
645
+
646
+ - Updated dependencies [a7aef51]
647
+ - @pnpm/error@6.0.1
648
+ - @pnpm/package-is-installable@9.0.1
649
+
650
+ ## 9.0.3
651
+
652
+ ### Patch Changes
653
+
654
+ - Updated dependencies [7a0536e]
655
+ - @pnpm/lockfile-utils@10.1.1
656
+
657
+ ## 9.0.2
658
+
659
+ ### Patch Changes
660
+
661
+ - Updated dependencies [9719a42]
662
+ - @pnpm/dependency-path@4.0.0
663
+ - @pnpm/lockfile-utils@10.1.0
664
+ - @pnpm/lockfile-walker@8.0.1
665
+
666
+ ## 9.0.1
667
+
668
+ ### Patch Changes
669
+
670
+ - b7d2ed4: The `engines.pnpm` field in the `package.json` files of dependencies should be ignored [#7965](https://github.com/pnpm/pnpm/issues/7965).
671
+
672
+ ## 9.0.0
673
+
674
+ ### Major Changes
675
+
676
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
677
+ - d381a60: Support for lockfile v5 is dropped. Use pnpm v8 to convert lockfile v5 to lockfile v6 [#7470](https://github.com/pnpm/pnpm/pull/7470).
678
+
679
+ ### Patch Changes
680
+
681
+ - Updated dependencies [7733f3a]
682
+ - Updated dependencies [3ded840]
683
+ - Updated dependencies [cdd8365]
684
+ - Updated dependencies [c692f80]
685
+ - Updated dependencies [89b396b]
686
+ - Updated dependencies [43cdd87]
687
+ - Updated dependencies [086b69c]
688
+ - Updated dependencies [d381a60]
689
+ - Updated dependencies [27a96a8]
690
+ - Updated dependencies [730929e]
691
+ - Updated dependencies [98a1266]
692
+ - @pnpm/types@10.0.0
693
+ - @pnpm/error@6.0.0
694
+ - @pnpm/dependency-path@3.0.0
695
+ - @pnpm/lockfile-utils@10.0.0
696
+ - @pnpm/constants@8.0.0
697
+ - @pnpm/package-is-installable@9.0.0
698
+ - @pnpm/lockfile-walker@8.0.0
699
+ - @pnpm/lockfile-types@6.0.0
700
+
701
+ ## 8.1.6
702
+
703
+ ### Patch Changes
704
+
705
+ - @pnpm/lockfile-utils@9.0.5
706
+
707
+ ## 8.1.5
708
+
709
+ ### Patch Changes
710
+
711
+ - Updated dependencies [4d34684f1]
712
+ - @pnpm/lockfile-types@5.1.5
713
+ - @pnpm/types@9.4.2
714
+ - @pnpm/lockfile-utils@9.0.4
715
+ - @pnpm/lockfile-walker@7.0.8
716
+ - @pnpm/package-is-installable@8.1.2
717
+ - @pnpm/dependency-path@2.1.7
718
+
719
+ ## 8.1.4
720
+
721
+ ### Patch Changes
722
+
723
+ - Updated dependencies
724
+ - @pnpm/lockfile-types@5.1.4
725
+ - @pnpm/types@9.4.1
726
+ - @pnpm/lockfile-utils@9.0.3
727
+ - @pnpm/lockfile-walker@7.0.7
728
+ - @pnpm/package-is-installable@8.1.1
729
+ - @pnpm/dependency-path@2.1.6
730
+
731
+ ## 8.1.3
732
+
733
+ ### Patch Changes
734
+
735
+ - Updated dependencies [d5a176af7]
736
+ - @pnpm/lockfile-utils@9.0.2
737
+
738
+ ## 8.1.2
739
+
740
+ ### Patch Changes
741
+
742
+ - Updated dependencies [b4194fe52]
743
+ - @pnpm/lockfile-utils@9.0.1
744
+
745
+ ## 8.1.1
746
+
747
+ ### Patch Changes
748
+
749
+ - Updated dependencies [4c2450208]
750
+ - @pnpm/lockfile-utils@9.0.0
751
+
752
+ ## 8.1.0
753
+
754
+ ### Minor Changes
755
+
756
+ - 43ce9e4a6: Support for multiple architectures when installing dependencies [#5965](https://github.com/pnpm/pnpm/issues/5965).
757
+
758
+ You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the `supportedArchitectures` field in `package.json` to define your preferences.
759
+
760
+ For example, the following configuration tells pnpm to install optional dependencies for Windows x64:
761
+
762
+ ```json
763
+ {
764
+ "pnpm": {
765
+ "supportedArchitectures": {
766
+ "os": ["win32"],
767
+ "cpu": ["x64"]
768
+ }
769
+ }
770
+ }
771
+ ```
772
+
773
+ Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs:
774
+
775
+ ```json
776
+ {
777
+ "pnpm": {
778
+ "supportedArchitectures": {
779
+ "os": ["win32", "darwin", "current"],
780
+ "cpu": ["x64", "arm64"]
781
+ }
782
+ }
783
+ }
784
+ ```
785
+
786
+ Additionally, `supportedArchitectures` also supports specifying the `libc` of the system.
787
+
788
+ ### Patch Changes
789
+
790
+ - Updated dependencies [43ce9e4a6]
791
+ - @pnpm/package-is-installable@8.1.0
792
+ - @pnpm/types@9.4.0
793
+ - @pnpm/lockfile-types@5.1.3
794
+ - @pnpm/lockfile-utils@8.0.7
795
+ - @pnpm/lockfile-walker@7.0.6
796
+ - @pnpm/dependency-path@2.1.5
797
+
798
+ ## 8.0.10
799
+
800
+ ### Patch Changes
801
+
802
+ - Updated dependencies [d774a3196]
803
+ - @pnpm/types@9.3.0
804
+ - @pnpm/package-is-installable@8.0.5
805
+ - @pnpm/lockfile-types@5.1.2
806
+ - @pnpm/lockfile-utils@8.0.6
807
+ - @pnpm/lockfile-walker@7.0.5
808
+ - @pnpm/dependency-path@2.1.4
809
+
810
+ ## 8.0.9
811
+
812
+ ### Patch Changes
813
+
814
+ - Updated dependencies [f394cfccd]
815
+ - @pnpm/lockfile-utils@8.0.5
816
+
817
+ ## 8.0.8
818
+
819
+ ### Patch Changes
820
+
821
+ - Updated dependencies [e9aa6f682]
822
+ - @pnpm/lockfile-utils@8.0.4
823
+
824
+ ## 8.0.7
825
+
826
+ ### Patch Changes
827
+
828
+ - Updated dependencies [aa2ae8fe2]
829
+ - @pnpm/types@9.2.0
830
+ - @pnpm/package-is-installable@8.0.4
831
+ - @pnpm/lockfile-types@5.1.1
832
+ - @pnpm/lockfile-utils@8.0.3
833
+ - @pnpm/lockfile-walker@7.0.4
834
+ - @pnpm/dependency-path@2.1.3
835
+
836
+ ## 8.0.6
837
+
838
+ ### Patch Changes
839
+
840
+ - Updated dependencies [d9da627cd]
841
+ - Updated dependencies [302ebffc5]
842
+ - @pnpm/lockfile-utils@8.0.2
843
+ - @pnpm/constants@7.1.1
844
+ - @pnpm/error@5.0.2
845
+ - @pnpm/package-is-installable@8.0.3
846
+
847
+ ## 8.0.5
848
+
849
+ ### Patch Changes
850
+
851
+ - Updated dependencies [9c4ae87bd]
852
+ - Updated dependencies [a9e0b7cbf]
853
+ - Updated dependencies [9c4ae87bd]
854
+ - @pnpm/lockfile-types@5.1.0
855
+ - @pnpm/types@9.1.0
856
+ - @pnpm/constants@7.1.0
857
+ - @pnpm/lockfile-utils@8.0.1
858
+ - @pnpm/lockfile-walker@7.0.3
859
+ - @pnpm/package-is-installable@8.0.2
860
+ - @pnpm/dependency-path@2.1.2
861
+ - @pnpm/error@5.0.1
862
+
863
+ ## 8.0.4
864
+
865
+ ### Patch Changes
866
+
867
+ - Updated dependencies [d58cdb962]
868
+ - @pnpm/lockfile-utils@8.0.0
869
+
870
+ ## 8.0.3
871
+
872
+ ### Patch Changes
873
+
874
+ - Updated dependencies [c0760128d]
875
+ - @pnpm/package-is-installable@8.0.1
876
+ - @pnpm/dependency-path@2.1.1
877
+ - @pnpm/lockfile-utils@7.0.1
878
+ - @pnpm/lockfile-walker@7.0.2
879
+
880
+ ## 8.0.2
881
+
882
+ ### Patch Changes
883
+
884
+ - Updated dependencies [72ba638e3]
885
+ - @pnpm/lockfile-utils@7.0.0
886
+
887
+ ## 8.0.1
888
+
889
+ ### Patch Changes
890
+
891
+ - Updated dependencies [5087636b6]
892
+ - Updated dependencies [94f94eed6]
893
+ - @pnpm/dependency-path@2.1.0
894
+ - @pnpm/lockfile-utils@6.0.1
895
+ - @pnpm/lockfile-walker@7.0.1
896
+
897
+ ## 8.0.0
898
+
899
+ ### Major Changes
900
+
901
+ - eceaa8b8b: Node.js 14 support dropped.
902
+
903
+ ### Patch Changes
904
+
905
+ - Updated dependencies [c92936158]
906
+ - Updated dependencies [ca8f51e60]
907
+ - Updated dependencies [eceaa8b8b]
908
+ - Updated dependencies [0e26acb0f]
909
+ - @pnpm/lockfile-types@5.0.0
910
+ - @pnpm/lockfile-utils@6.0.0
911
+ - @pnpm/dependency-path@2.0.0
912
+ - @pnpm/package-is-installable@8.0.0
913
+ - @pnpm/lockfile-walker@7.0.0
914
+ - @pnpm/constants@7.0.0
915
+ - @pnpm/error@5.0.0
916
+ - @pnpm/types@9.0.0
917
+
918
+ ## 7.0.10
919
+
920
+ ### Patch Changes
921
+
922
+ - @pnpm/lockfile-utils@5.0.7
923
+
924
+ ## 7.0.9
925
+
926
+ ### Patch Changes
927
+
928
+ - Updated dependencies [d89d7a078]
929
+ - @pnpm/dependency-path@1.1.3
930
+ - @pnpm/lockfile-utils@5.0.6
931
+ - @pnpm/lockfile-walker@6.0.8
932
+
933
+ ## 7.0.8
934
+
935
+ ### Patch Changes
936
+
937
+ - Updated dependencies [9247f6781]
938
+ - @pnpm/dependency-path@1.1.2
939
+ - @pnpm/lockfile-utils@5.0.5
940
+ - @pnpm/lockfile-walker@6.0.7
941
+
942
+ ## 7.0.7
943
+
944
+ ### Patch Changes
945
+
946
+ - Updated dependencies [0f6e95872]
947
+ - @pnpm/dependency-path@1.1.1
948
+ - @pnpm/lockfile-utils@5.0.4
949
+ - @pnpm/lockfile-walker@6.0.6
950
+
951
+ ## 7.0.6
952
+
953
+ ### Patch Changes
954
+
955
+ - Updated dependencies [3ebce5db7]
956
+ - Updated dependencies [3ebce5db7]
957
+ - @pnpm/constants@6.2.0
958
+ - @pnpm/dependency-path@1.1.0
959
+ - @pnpm/error@4.0.1
960
+ - @pnpm/lockfile-utils@5.0.3
961
+ - @pnpm/lockfile-walker@6.0.5
962
+ - @pnpm/package-is-installable@7.0.4
963
+
964
+ ## 7.0.5
965
+
966
+ ### Patch Changes
967
+
968
+ - Updated dependencies [b77651d14]
969
+ - @pnpm/types@8.10.0
970
+ - @pnpm/package-is-installable@7.0.3
971
+ - @pnpm/lockfile-types@4.3.6
972
+ - @pnpm/lockfile-utils@5.0.2
973
+ - @pnpm/lockfile-walker@6.0.4
974
+ - @pnpm/dependency-path@1.0.1
975
+
976
+ ## 7.0.4
977
+
978
+ ### Patch Changes
979
+
980
+ - Updated dependencies [313702d76]
981
+ - @pnpm/dependency-path@1.0.0
982
+ - @pnpm/lockfile-utils@5.0.1
983
+ - @pnpm/lockfile-walker@6.0.3
984
+
985
+ ## 7.0.3
986
+
987
+ ### Patch Changes
988
+
989
+ - Updated dependencies [ecc8794bb]
990
+ - Updated dependencies [ecc8794bb]
991
+ - @pnpm/lockfile-utils@5.0.0
992
+
993
+ ## 7.0.2
994
+
995
+ ### Patch Changes
996
+
997
+ - Updated dependencies [702e847c1]
998
+ - @pnpm/types@8.9.0
999
+ - dependency-path@9.2.8
1000
+ - @pnpm/lockfile-types@4.3.5
1001
+ - @pnpm/lockfile-utils@4.2.8
1002
+ - @pnpm/lockfile-walker@6.0.2
1003
+ - @pnpm/package-is-installable@7.0.2
1004
+
1005
+ ## 7.0.1
1006
+
1007
+ ### Patch Changes
1008
+
1009
+ - Updated dependencies [844e82f3a]
1010
+ - @pnpm/types@8.8.0
1011
+ - dependency-path@9.2.7
1012
+ - @pnpm/lockfile-types@4.3.4
1013
+ - @pnpm/lockfile-utils@4.2.7
1014
+ - @pnpm/lockfile-walker@6.0.1
1015
+ - @pnpm/package-is-installable@7.0.1
1016
+
1017
+ ## 7.0.0
1018
+
1019
+ ### Major Changes
1020
+
1021
+ - f884689e0: Require `@pnpm/logger` v5.
1022
+ - a236ecf57: Breaking change to the API. Also include missing deeply linked workspace packages at headless installation.
1023
+
1024
+ ### Patch Changes
1025
+
1026
+ - Updated dependencies [043d988fc]
1027
+ - Updated dependencies [f884689e0]
1028
+ - @pnpm/error@4.0.0
1029
+ - @pnpm/lockfile-walker@6.0.0
1030
+ - @pnpm/package-is-installable@7.0.0
1031
+
1032
+ ## 6.0.22
1033
+
1034
+ ### Patch Changes
1035
+
1036
+ - @pnpm/package-is-installable@6.0.12
1037
+
1038
+ ## 6.0.21
1039
+
1040
+ ### Patch Changes
1041
+
1042
+ - Updated dependencies [e8a631bf0]
1043
+ - @pnpm/error@3.1.0
1044
+ - @pnpm/package-is-installable@6.0.11
1045
+
1046
+ ## 6.0.20
1047
+
1048
+ ### Patch Changes
1049
+
1050
+ - Updated dependencies [d665f3ff7]
1051
+ - @pnpm/types@8.7.0
1052
+ - dependency-path@9.2.6
1053
+ - @pnpm/lockfile-types@4.3.3
1054
+ - @pnpm/lockfile-utils@4.2.6
1055
+ - @pnpm/lockfile-walker@5.0.15
1056
+ - @pnpm/package-is-installable@6.0.10
1057
+
1058
+ ## 6.0.19
1059
+
1060
+ ### Patch Changes
1061
+
1062
+ - Updated dependencies [156cc1ef6]
1063
+ - @pnpm/types@8.6.0
1064
+ - dependency-path@9.2.5
1065
+ - @pnpm/lockfile-types@4.3.2
1066
+ - @pnpm/lockfile-utils@4.2.5
1067
+ - @pnpm/lockfile-walker@5.0.14
1068
+ - @pnpm/package-is-installable@6.0.9
1069
+
1070
+ ## 6.0.18
1071
+
1072
+ ### Patch Changes
1073
+
1074
+ - 1beb1b4bd: Auto install peer dependencies when auto-install-peers is set to true and the lockfile is up to date [#5213](https://github.com/pnpm/pnpm/issues/5213).
1075
+
1076
+ ## 6.0.17
1077
+
1078
+ ### Patch Changes
1079
+
1080
+ - @pnpm/lockfile-utils@4.2.4
1081
+
1082
+ ## 6.0.16
1083
+
1084
+ ### Patch Changes
1085
+
1086
+ - 8103f92bd: Use a patched version of ramda to fix deprecation warnings on Node.js 16. Related issue: https://github.com/ramda/ramda/pull/3270
1087
+ - Updated dependencies [8103f92bd]
1088
+ - @pnpm/lockfile-utils@4.2.3
1089
+ - @pnpm/lockfile-walker@5.0.13
1090
+
1091
+ ## 6.0.15
1092
+
1093
+ ### Patch Changes
1094
+
1095
+ - Updated dependencies [c90798461]
1096
+ - @pnpm/types@8.5.0
1097
+ - dependency-path@9.2.4
1098
+ - @pnpm/lockfile-types@4.3.1
1099
+ - @pnpm/lockfile-utils@4.2.2
1100
+ - @pnpm/lockfile-walker@5.0.12
1101
+ - @pnpm/package-is-installable@6.0.8
1102
+
1103
+ ## 6.0.14
1104
+
1105
+ ### Patch Changes
1106
+
1107
+ - Updated dependencies [c83f40c10]
1108
+ - @pnpm/lockfile-utils@4.2.1
1109
+
1110
+ ## 6.0.13
1111
+
1112
+ ### Patch Changes
1113
+
1114
+ - Updated dependencies [8dcfbe357]
1115
+ - @pnpm/lockfile-types@4.3.0
1116
+ - @pnpm/lockfile-utils@4.2.0
1117
+ - @pnpm/lockfile-walker@5.0.11
1118
+
1119
+ ## 6.0.12
1120
+
1121
+ ### Patch Changes
1122
+
1123
+ - Updated dependencies [e3f4d131c]
1124
+ - @pnpm/lockfile-utils@4.1.0
1125
+
1126
+ ## 6.0.11
1127
+
1128
+ ### Patch Changes
1129
+
1130
+ - dependency-path@9.2.3
1131
+ - @pnpm/lockfile-utils@4.0.10
1132
+ - @pnpm/lockfile-walker@5.0.10
1133
+
1134
+ ## 6.0.10
1135
+
1136
+ ### Patch Changes
1137
+
1138
+ - 5f643f23b: Update ramda to v0.28.
1139
+ - Updated dependencies [5f643f23b]
1140
+ - @pnpm/lockfile-utils@4.0.9
1141
+ - @pnpm/lockfile-walker@5.0.9
1142
+
1143
+ ## 6.0.9
1144
+
1145
+ ### Patch Changes
1146
+
1147
+ - Updated dependencies [fc581d371]
1148
+ - dependency-path@9.2.2
1149
+ - @pnpm/lockfile-utils@4.0.8
1150
+ - @pnpm/lockfile-walker@5.0.8
1151
+
1152
+ ## 6.0.8
1153
+
1154
+ ### Patch Changes
1155
+
1156
+ - Updated dependencies [d01c32355]
1157
+ - Updated dependencies [8e5b77ef6]
1158
+ - Updated dependencies [8e5b77ef6]
1159
+ - @pnpm/lockfile-types@4.2.0
1160
+ - @pnpm/types@8.4.0
1161
+ - @pnpm/lockfile-utils@4.0.7
1162
+ - @pnpm/lockfile-walker@5.0.7
1163
+ - dependency-path@9.2.1
1164
+ - @pnpm/package-is-installable@6.0.7
1165
+
1166
+ ## 6.0.7
1167
+
1168
+ ### Patch Changes
1169
+
1170
+ - Updated dependencies [2a34b21ce]
1171
+ - Updated dependencies [c635f9fc1]
1172
+ - @pnpm/types@8.3.0
1173
+ - @pnpm/lockfile-types@4.1.0
1174
+ - dependency-path@9.2.0
1175
+ - @pnpm/lockfile-utils@4.0.6
1176
+ - @pnpm/lockfile-walker@5.0.6
1177
+ - @pnpm/package-is-installable@6.0.6
1178
+
1179
+ ## 6.0.6
1180
+
1181
+ ### Patch Changes
1182
+
1183
+ - Updated dependencies [fb5bbfd7a]
1184
+ - Updated dependencies [725636a90]
1185
+ - @pnpm/types@8.2.0
1186
+ - dependency-path@9.1.4
1187
+ - @pnpm/lockfile-types@4.0.3
1188
+ - @pnpm/lockfile-utils@4.0.5
1189
+ - @pnpm/lockfile-walker@5.0.5
1190
+ - @pnpm/package-is-installable@6.0.5
1191
+
1192
+ ## 6.0.5
1193
+
1194
+ ### Patch Changes
1195
+
1196
+ - Updated dependencies [4d39e4a0c]
1197
+ - @pnpm/types@8.1.0
1198
+ - dependency-path@9.1.3
1199
+ - @pnpm/lockfile-types@4.0.2
1200
+ - @pnpm/lockfile-utils@4.0.4
1201
+ - @pnpm/lockfile-walker@5.0.4
1202
+ - @pnpm/package-is-installable@6.0.4
1203
+
1204
+ ## 6.0.4
1205
+
1206
+ ### Patch Changes
1207
+
1208
+ - Updated dependencies [c57695550]
1209
+ - dependency-path@9.1.2
1210
+ - @pnpm/lockfile-utils@4.0.3
1211
+ - @pnpm/lockfile-walker@5.0.3
1212
+
1213
+ ## 6.0.3
1214
+
1215
+ ### Patch Changes
1216
+
1217
+ - 52b0576af: feat: support libc filed
1218
+ - Updated dependencies [52b0576af]
1219
+ - @pnpm/package-is-installable@6.0.3
1220
+
1221
+ ## 6.0.2
1222
+
1223
+ ### Patch Changes
1224
+
1225
+ - Updated dependencies [18ba5e2c0]
1226
+ - @pnpm/types@8.0.1
1227
+ - dependency-path@9.1.1
1228
+ - @pnpm/lockfile-types@4.0.1
1229
+ - @pnpm/lockfile-utils@4.0.2
1230
+ - @pnpm/lockfile-walker@5.0.2
1231
+ - @pnpm/package-is-installable@6.0.2
1232
+
1233
+ ## 6.0.1
1234
+
1235
+ ### Patch Changes
1236
+
1237
+ - Updated dependencies [0a70aedb1]
1238
+ - Updated dependencies [688b0eaff]
1239
+ - Updated dependencies [1267e4eff]
1240
+ - dependency-path@9.1.0
1241
+ - @pnpm/lockfile-utils@4.0.1
1242
+ - @pnpm/constants@6.1.0
1243
+ - @pnpm/lockfile-walker@5.0.1
1244
+ - @pnpm/error@3.0.1
1245
+ - @pnpm/package-is-installable@6.0.1
1246
+
1247
+ ## 6.0.0
1248
+
1249
+ ### Major Changes
1250
+
1251
+ - 542014839: Node.js 12 is not supported.
1252
+
1253
+ ### Patch Changes
1254
+
1255
+ - Updated dependencies [d504dc380]
1256
+ - Updated dependencies [faf830b8f]
1257
+ - Updated dependencies [542014839]
1258
+ - @pnpm/types@8.0.0
1259
+ - dependency-path@9.0.0
1260
+ - @pnpm/constants@6.0.0
1261
+ - @pnpm/error@3.0.0
1262
+ - @pnpm/lockfile-types@4.0.0
1263
+ - @pnpm/lockfile-utils@4.0.0
1264
+ - @pnpm/lockfile-walker@5.0.0
1265
+ - @pnpm/package-is-installable@6.0.0
1266
+
1267
+ ## 5.0.19
1268
+
1269
+ ### Patch Changes
1270
+
1271
+ - 70ba51da9: Update `@pnpm/error`.
1272
+ - Updated dependencies [70ba51da9]
1273
+ - @pnpm/error@2.1.0
1274
+ - @pnpm/package-is-installable@5.0.13
1275
+
1276
+ ## 5.0.18
1277
+
1278
+ ### Patch Changes
1279
+
1280
+ - Updated dependencies [b138d048c]
1281
+ - @pnpm/lockfile-types@3.2.0
1282
+ - @pnpm/types@7.10.0
1283
+ - @pnpm/lockfile-utils@3.2.1
1284
+ - @pnpm/lockfile-walker@4.0.15
1285
+ - dependency-path@8.0.11
1286
+ - @pnpm/package-is-installable@5.0.12
1287
+
1288
+ ## 5.0.17
1289
+
1290
+ ### Patch Changes
1291
+
1292
+ - Updated dependencies [cdc521cfa]
1293
+ - @pnpm/lockfile-utils@3.2.0
1294
+
1295
+ ## 5.0.16
1296
+
1297
+ ### Patch Changes
1298
+
1299
+ - Updated dependencies [26cd01b88]
1300
+ - @pnpm/types@7.9.0
1301
+ - dependency-path@8.0.10
1302
+ - @pnpm/lockfile-types@3.1.5
1303
+ - @pnpm/lockfile-utils@3.1.6
1304
+ - @pnpm/lockfile-walker@4.0.14
1305
+ - @pnpm/package-is-installable@5.0.11
1306
+
1307
+ ## 5.0.15
1308
+
1309
+ ### Patch Changes
1310
+
1311
+ - Updated dependencies [b5734a4a7]
1312
+ - @pnpm/types@7.8.0
1313
+ - dependency-path@8.0.9
1314
+ - @pnpm/lockfile-types@3.1.4
1315
+ - @pnpm/lockfile-utils@3.1.5
1316
+ - @pnpm/lockfile-walker@4.0.13
1317
+ - @pnpm/package-is-installable@5.0.10
1318
+
1319
+ ## 5.0.14
1320
+
1321
+ ### Patch Changes
1322
+
1323
+ - Updated dependencies [6493e0c93]
1324
+ - @pnpm/types@7.7.1
1325
+ - dependency-path@8.0.8
1326
+ - @pnpm/lockfile-types@3.1.3
1327
+ - @pnpm/lockfile-utils@3.1.4
1328
+ - @pnpm/lockfile-walker@4.0.12
1329
+ - @pnpm/package-is-installable@5.0.9
1330
+
1331
+ ## 5.0.13
1332
+
1333
+ ### Patch Changes
1334
+
1335
+ - Updated dependencies [ba9b2eba1]
1336
+ - @pnpm/types@7.7.0
1337
+ - @pnpm/package-is-installable@5.0.8
1338
+ - dependency-path@8.0.7
1339
+ - @pnpm/lockfile-types@3.1.2
1340
+ - @pnpm/lockfile-utils@3.1.3
1341
+ - @pnpm/lockfile-walker@4.0.11
1342
+
1343
+ ## 5.0.12
1344
+
1345
+ ### Patch Changes
1346
+
1347
+ - Updated dependencies [3cf543fc1]
1348
+ - @pnpm/lockfile-utils@3.1.2
1349
+
1350
+ ## 5.0.11
1351
+
1352
+ ### Patch Changes
1353
+
1354
+ - Updated dependencies [783cc1051]
1355
+ - @pnpm/package-is-installable@5.0.7
1356
+
1357
+ ## 5.0.10
1358
+
1359
+ ### Patch Changes
1360
+
1361
+ - Updated dependencies [302ae4f6f]
1362
+ - @pnpm/types@7.6.0
1363
+ - dependency-path@8.0.6
1364
+ - @pnpm/lockfile-types@3.1.1
1365
+ - @pnpm/lockfile-utils@3.1.1
1366
+ - @pnpm/lockfile-walker@4.0.10
1367
+ - @pnpm/package-is-installable@5.0.6
1368
+
1369
+ ## 5.0.9
1370
+
1371
+ ### Patch Changes
1372
+
1373
+ - Updated dependencies [4ab87844a]
1374
+ - Updated dependencies [4ab87844a]
1375
+ - Updated dependencies [4ab87844a]
1376
+ - @pnpm/types@7.5.0
1377
+ - @pnpm/lockfile-types@3.1.0
1378
+ - @pnpm/lockfile-utils@3.1.0
1379
+ - dependency-path@8.0.5
1380
+ - @pnpm/lockfile-walker@4.0.9
1381
+ - @pnpm/package-is-installable@5.0.5
1382
+
1383
+ ## 5.0.8
1384
+
1385
+ ### Patch Changes
1386
+
1387
+ - Updated dependencies [b734b45ea]
1388
+ - @pnpm/types@7.4.0
1389
+ - dependency-path@8.0.4
1390
+ - @pnpm/lockfile-utils@3.0.8
1391
+ - @pnpm/lockfile-walker@4.0.8
1392
+ - @pnpm/package-is-installable@5.0.4
1393
+
1394
+ ## 5.0.7
1395
+
1396
+ ### Patch Changes
1397
+
1398
+ - Updated dependencies [8e76690f4]
1399
+ - @pnpm/types@7.3.0
1400
+ - dependency-path@8.0.3
1401
+ - @pnpm/lockfile-utils@3.0.7
1402
+ - @pnpm/lockfile-walker@4.0.7
1403
+ - @pnpm/package-is-installable@5.0.3
1404
+
1405
+ ## 5.0.6
1406
+
1407
+ ### Patch Changes
1408
+
1409
+ - Updated dependencies [6c418943c]
1410
+ - dependency-path@8.0.2
1411
+ - @pnpm/lockfile-utils@3.0.6
1412
+ - @pnpm/lockfile-walker@4.0.6
1413
+
1414
+ ## 5.0.5
1415
+
1416
+ ### Patch Changes
1417
+
1418
+ - Updated dependencies [724c5abd8]
1419
+ - @pnpm/types@7.2.0
1420
+ - dependency-path@8.0.1
1421
+ - @pnpm/lockfile-utils@3.0.5
1422
+ - @pnpm/lockfile-walker@4.0.5
1423
+ - @pnpm/package-is-installable@5.0.2
1424
+
1425
+ ## 5.0.4
1426
+
1427
+ ### Patch Changes
1428
+
1429
+ - a1a03d145: Import only the required functions from ramda.
1430
+ - Updated dependencies [a1a03d145]
1431
+ - @pnpm/lockfile-utils@3.0.4
1432
+ - @pnpm/lockfile-walker@4.0.4
1433
+
1434
+ ## 5.0.3
1435
+
1436
+ ### Patch Changes
1437
+
1438
+ - Updated dependencies [20e2f235d]
1439
+ - dependency-path@8.0.0
1440
+ - @pnpm/lockfile-utils@3.0.3
1441
+ - @pnpm/lockfile-walker@4.0.3
1442
+
1443
+ ## 5.0.2
1444
+
1445
+ ### Patch Changes
1446
+
1447
+ - Updated dependencies [97c64bae4]
1448
+ - @pnpm/types@7.1.0
1449
+ - dependency-path@7.0.1
1450
+ - @pnpm/lockfile-utils@3.0.2
1451
+ - @pnpm/lockfile-walker@4.0.2
1452
+ - @pnpm/package-is-installable@5.0.1
1453
+
1454
+ ## 5.0.1
1455
+
1456
+ ### Patch Changes
1457
+
1458
+ - Updated dependencies [9ceab68f0]
1459
+ - dependency-path@7.0.0
1460
+ - @pnpm/lockfile-utils@3.0.1
1461
+ - @pnpm/lockfile-walker@4.0.1
1462
+
1463
+ ## 5.0.0
1464
+
1465
+ ### Major Changes
1466
+
1467
+ - 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
1468
+
1469
+ ### Patch Changes
1470
+
1471
+ - Updated dependencies [6871d74b2]
1472
+ - Updated dependencies [97b986fbc]
1473
+ - Updated dependencies [6871d74b2]
1474
+ - Updated dependencies [e4efddbd2]
1475
+ - Updated dependencies [f2bb5cbeb]
1476
+ - Updated dependencies [f2bb5cbeb]
1477
+ - @pnpm/constants@5.0.0
1478
+ - dependency-path@6.0.0
1479
+ - @pnpm/error@2.0.0
1480
+ - @pnpm/lockfile-types@3.0.0
1481
+ - @pnpm/lockfile-utils@3.0.0
1482
+ - @pnpm/lockfile-walker@4.0.0
1483
+ - @pnpm/package-is-installable@5.0.0
1484
+ - @pnpm/types@7.0.0
1485
+
1486
+ ## 4.0.17
1487
+
1488
+ ### Patch Changes
1489
+
1490
+ - Updated dependencies [9ad8c27bf]
1491
+ - Updated dependencies [9ad8c27bf]
1492
+ - @pnpm/lockfile-types@2.2.0
1493
+ - @pnpm/types@6.4.0
1494
+ - @pnpm/lockfile-utils@2.0.22
1495
+ - @pnpm/lockfile-walker@3.0.9
1496
+ - dependency-path@5.1.1
1497
+ - @pnpm/package-is-installable@4.0.19
1498
+
1499
+ ## 4.0.16
1500
+
1501
+ ### Patch Changes
1502
+
1503
+ - af897c324: Include all the properties of the filtered lockfile.
1504
+
1505
+ ## 4.0.15
1506
+
1507
+ ### Patch Changes
1508
+
1509
+ - Updated dependencies [e27dcf0dc]
1510
+ - dependency-path@5.1.0
1511
+ - @pnpm/lockfile-utils@2.0.21
1512
+ - @pnpm/lockfile-walker@3.0.8
1513
+
1514
+ ## 4.0.14
1515
+
1516
+ ### Patch Changes
1517
+
1518
+ - @pnpm/lockfile-utils@2.0.20
1519
+
1520
+ ## 4.0.13
1521
+
1522
+ ### Patch Changes
1523
+
1524
+ - Updated dependencies [0c5f1bcc9]
1525
+ - @pnpm/error@1.4.0
1526
+ - @pnpm/package-is-installable@4.0.18
1527
+
1528
+ ## 4.0.12
1529
+
1530
+ ### Patch Changes
1531
+
1532
+ - Updated dependencies [39142e2ad]
1533
+ - dependency-path@5.0.6
1534
+ - @pnpm/lockfile-utils@2.0.19
1535
+ - @pnpm/lockfile-walker@3.0.7
1536
+
1537
+ ## 4.0.11
1538
+
1539
+ ### Patch Changes
1540
+
1541
+ - Updated dependencies [b5d694e7f]
1542
+ - @pnpm/lockfile-types@2.1.1
1543
+ - @pnpm/types@6.3.1
1544
+ - @pnpm/lockfile-utils@2.0.18
1545
+ - @pnpm/lockfile-walker@3.0.6
1546
+ - dependency-path@5.0.5
1547
+ - @pnpm/package-is-installable@4.0.17
1548
+
1549
+ ## 4.0.10
1550
+
1551
+ ### Patch Changes
1552
+
1553
+ - Updated dependencies [d54043ee4]
1554
+ - Updated dependencies [d54043ee4]
1555
+ - Updated dependencies [fcdad632f]
1556
+ - @pnpm/lockfile-types@2.1.0
1557
+ - @pnpm/types@6.3.0
1558
+ - @pnpm/constants@4.1.0
1559
+ - @pnpm/lockfile-utils@2.0.17
1560
+ - @pnpm/lockfile-walker@3.0.5
1561
+ - dependency-path@5.0.4
1562
+ - @pnpm/package-is-installable@4.0.16
1563
+
1564
+ ## 4.0.9
1565
+
1566
+ ### Patch Changes
1567
+
1568
+ - @pnpm/package-is-installable@4.0.15
1569
+
1570
+ ## 4.0.8
1571
+
1572
+ ### Patch Changes
1573
+
1574
+ - Updated dependencies [75a36deba]
1575
+ - @pnpm/error@1.3.1
1576
+ - @pnpm/package-is-installable@4.0.14
1577
+
1578
+ ## 4.0.7
1579
+
1580
+ ### Patch Changes
1581
+
1582
+ - Updated dependencies [6d480dd7a]
1583
+ - @pnpm/error@1.3.0
1584
+ - @pnpm/package-is-installable@4.0.13
1585
+
1586
+ ## 4.0.6
1587
+
1588
+ ### Patch Changes
1589
+
1590
+ - a2ef8084f: Use the same versions of dependencies across the pnpm monorepo.
1591
+ - Updated dependencies [1140ef721]
1592
+ - Updated dependencies [a2ef8084f]
1593
+ - @pnpm/lockfile-utils@2.0.16
1594
+ - dependency-path@5.0.3
1595
+ - @pnpm/lockfile-walker@3.0.4
1596
+
1597
+ ## 4.0.5
1598
+
1599
+ ### Patch Changes
1600
+
1601
+ - @pnpm/package-is-installable@4.0.12
1602
+
1603
+ ## 4.0.4
1604
+
1605
+ ### Patch Changes
1606
+
1607
+ - Updated dependencies [db17f6f7b]
1608
+ - @pnpm/types@6.2.0
1609
+ - dependency-path@5.0.2
1610
+ - @pnpm/lockfile-utils@2.0.15
1611
+ - @pnpm/lockfile-walker@3.0.3
1612
+ - @pnpm/package-is-installable@4.0.11
1613
+
1614
+ ## 4.0.3
1615
+
1616
+ ### Patch Changes
1617
+
1618
+ - Updated dependencies [71a8c8ce3]
1619
+ - @pnpm/types@6.1.0
1620
+ - dependency-path@5.0.1
1621
+ - @pnpm/lockfile-utils@2.0.14
1622
+ - @pnpm/lockfile-walker@3.0.2
1623
+ - @pnpm/package-is-installable@4.0.10
1624
+
1625
+ ## 4.0.2
1626
+
1627
+ ### Patch Changes
1628
+
1629
+ - Updated dependencies [41d92948b]
1630
+ - dependency-path@5.0.0
1631
+ - @pnpm/lockfile-utils@2.0.13
1632
+ - @pnpm/lockfile-walker@3.0.1
1633
+
1634
+ ## 4.0.1
1635
+
1636
+ ### Patch Changes
1637
+
1638
+ - @pnpm/package-is-installable@4.0.9
1639
+
1640
+ ## 4.0.0
1641
+
1642
+ ### Major Changes
1643
+
1644
+ - c25cccdad: `filterLockfileByImportersAndEngine()` does not remove the skipped packages from the filtered lockfile.
1645
+ - 2485eaf60: `opts.registries` is not needed. `opts.skipped` should be relative dependency paths.
1646
+
1647
+ ### Patch Changes
1648
+
1649
+ - Updated dependencies [b5f66c0f2]
1650
+ - Updated dependencies [ca9f50844]
1651
+ - Updated dependencies [142f8caf7]
1652
+ - Updated dependencies [da091c711]
1653
+ - Updated dependencies [6a8a97eee]
1654
+ - Updated dependencies [4f5801b1c]
1655
+ - @pnpm/constants@4.0.0
1656
+ - @pnpm/lockfile-walker@3.0.0
1657
+ - @pnpm/types@6.0.0
1658
+ - @pnpm/lockfile-types@2.0.1
1659
+ - dependency-path@4.0.7
1660
+ - @pnpm/error@1.2.1
1661
+ - @pnpm/lockfile-utils@2.0.12
1662
+ - @pnpm/package-is-installable@4.0.8
1663
+
1664
+ ## 4.0.0-alpha.2
1665
+
1666
+ ### Major Changes
1667
+
1668
+ - c25cccdad: `filterLockfileByImportersAndEngine()` does not remove the skipped packages from the filtered lockfile.
1669
+ - 2485eaf60: `opts.registries` is not needed. `opts.skipped` should be relative dependency paths.
1670
+
1671
+ ### Patch Changes
1672
+
1673
+ - Updated dependencies [ca9f50844]
1674
+ - Updated dependencies [6a8a97eee]
1675
+ - @pnpm/constants@4.0.0-alpha.1
1676
+ - @pnpm/lockfile-types@2.0.1-alpha.0
1677
+ - @pnpm/lockfile-utils@2.0.12-alpha.1
1678
+ - @pnpm/lockfile-walker@2.0.3-alpha.1
1679
+
1680
+ ## 3.2.3-alpha.1
1681
+
1682
+ ### Patch Changes
1683
+
1684
+ - Updated dependencies [da091c71]
1685
+ - @pnpm/types@6.0.0-alpha.0
1686
+ - dependency-path@4.0.7-alpha.0
1687
+ - @pnpm/lockfile-utils@2.0.12-alpha.0
1688
+ - @pnpm/lockfile-walker@2.0.3-alpha.0
1689
+ - @pnpm/package-is-installable@4.0.8-alpha.0
1690
+
1691
+ ## 3.2.3-alpha.0
1692
+
1693
+ ### Patch Changes
1694
+
1695
+ - Updated dependencies [b5f66c0f2]
1696
+ - @pnpm/constants@4.0.0-alpha.0
1697
+
1698
+ ## 3.2.2
1699
+
1700
+ ### Patch Changes
1701
+
1702
+ - 907c63a48: Dependencies updated.
1703
+ - Updated dependencies [907c63a48]
1704
+ - @pnpm/lockfile-utils@2.0.11