@pnpm/installing.linking.hoist 1100.0.16 → 1100.0.18

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 (3) hide show
  1. package/CHANGELOG.md +2001 -0
  2. package/package.json +10 -10
  3. package/lib/index.d.ts +0 -71
package/CHANGELOG.md ADDED
@@ -0,0 +1,2001 @@
1
+ # @pnpm/hoist
2
+
3
+ ## 1100.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/bins.linker@1100.0.18
9
+ - @pnpm/core-loggers@1100.2.3
10
+
11
+ ## 1100.0.17
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies:
16
+ - @pnpm/bins.linker@1100.0.17
17
+ - @pnpm/core-loggers@1100.2.2
18
+ - @pnpm/types@1101.4.0
19
+
20
+ ## 1100.0.16
21
+
22
+ ### Patch Changes
23
+
24
+ - 1488db1: When `enableGlobalVirtualStore` is toggled on for a project that was previously installed without it, stale hoisted symlinks under `node_modules/.pnpm/node_modules` are now replaced instead of being left pointing at the old per-project virtual store location [#9739](https://github.com/pnpm/pnpm/issues/9739).
25
+ - @pnpm/bins.linker@1100.0.16
26
+
27
+ ## 1100.0.15
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [3d1fd20]
32
+ - @pnpm/bins.linker@1100.0.15
33
+
34
+ ## 1100.0.14
35
+
36
+ ### Patch Changes
37
+
38
+ - a31faa7: Updated dependency ranges. Notably:
39
+
40
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
41
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
42
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
43
+ - `@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.
44
+
45
+ - Updated dependencies [61810aa]
46
+ - Updated dependencies [681b593]
47
+ - Updated dependencies [a31faa7]
48
+ - Updated dependencies [cd8348c]
49
+ - @pnpm/bins.linker@1100.0.14
50
+ - @pnpm/types@1101.3.2
51
+ - @pnpm/core-loggers@1100.2.1
52
+
53
+ ## 1100.0.13
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [f11b4fc]
58
+ - @pnpm/core-loggers@1100.2.0
59
+ - @pnpm/bins.linker@1100.0.13
60
+
61
+ ## 1100.0.12
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [bf1b731]
66
+ - @pnpm/types@1101.3.1
67
+ - @pnpm/bins.linker@1100.0.12
68
+ - @pnpm/core-loggers@1100.1.4
69
+
70
+ ## 1100.0.11
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [a017bf3]
75
+ - @pnpm/types@1101.3.0
76
+ - @pnpm/bins.linker@1100.0.11
77
+ - @pnpm/core-loggers@1100.1.3
78
+
79
+ ## 1100.0.10
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [35d2355]
84
+ - @pnpm/types@1101.2.0
85
+ - @pnpm/bins.linker@1100.0.10
86
+ - @pnpm/core-loggers@1100.1.2
87
+
88
+ ## 1100.0.9
89
+
90
+ ### Patch Changes
91
+
92
+ - @pnpm/bins.linker@1100.0.9
93
+
94
+ ## 1100.0.8
95
+
96
+ ### Patch Changes
97
+
98
+ - Updated dependencies [64afc92]
99
+ - @pnpm/types@1101.1.1
100
+ - @pnpm/bins.linker@1100.0.8
101
+ - @pnpm/core-loggers@1100.1.1
102
+
103
+ ## 1100.0.7
104
+
105
+ ### Patch Changes
106
+
107
+ - Updated dependencies [4a79336]
108
+ - @pnpm/core-loggers@1100.1.0
109
+ - @pnpm/bins.linker@1100.0.7
110
+
111
+ ## 1100.0.6
112
+
113
+ ### Patch Changes
114
+
115
+ - @pnpm/bins.linker@1100.0.6
116
+
117
+ ## 1100.0.5
118
+
119
+ ### Patch Changes
120
+
121
+ - Updated dependencies [b4f8f47]
122
+ - @pnpm/bins.linker@1100.0.5
123
+
124
+ ## 1100.0.4
125
+
126
+ ### Patch Changes
127
+
128
+ - Updated dependencies [b61e268]
129
+ - @pnpm/types@1101.1.0
130
+ - @pnpm/bins.linker@1100.0.4
131
+ - @pnpm/core-loggers@1100.0.2
132
+
133
+ ## 1100.0.3
134
+
135
+ ### Patch Changes
136
+
137
+ - 184ce26: Fix the package name in README.md.
138
+ - Updated dependencies [184ce26]
139
+ - @pnpm/config.matcher@1100.0.1
140
+ - @pnpm/bins.linker@1100.0.3
141
+
142
+ ## 1100.0.2
143
+
144
+ ### Patch Changes
145
+
146
+ - @pnpm/bins.linker@1100.0.2
147
+
148
+ ## 1100.0.1
149
+
150
+ ### Patch Changes
151
+
152
+ - Updated dependencies [ff28085]
153
+ - @pnpm/types@1101.0.0
154
+ - @pnpm/bins.linker@1100.0.1
155
+ - @pnpm/core-loggers@1100.0.1
156
+
157
+ ## 1003.0.0
158
+
159
+ ### Major Changes
160
+
161
+ - 491a84f: This package is now pure ESM.
162
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
163
+
164
+ ### Patch Changes
165
+
166
+ - Updated dependencies [449dacf]
167
+ - Updated dependencies [c55c614]
168
+ - Updated dependencies [76718b3]
169
+ - Updated dependencies [a8f016c]
170
+ - Updated dependencies [cc1b8e3]
171
+ - Updated dependencies [491a84f]
172
+ - Updated dependencies [62f760e]
173
+ - Updated dependencies [6e9cad3]
174
+ - Updated dependencies [cb228c9]
175
+ - Updated dependencies [075aa99]
176
+ - Updated dependencies [7d2fd48]
177
+ - Updated dependencies [efb48dc]
178
+ - Updated dependencies [50fbeca]
179
+ - Updated dependencies [cb367b9]
180
+ - Updated dependencies [7b1c189]
181
+ - Updated dependencies [8ffb1a7]
182
+ - Updated dependencies [05fb1ae]
183
+ - Updated dependencies [f40177f]
184
+ - Updated dependencies [71de2b3]
185
+ - Updated dependencies [10bc391]
186
+ - Updated dependencies [2df8b71]
187
+ - Updated dependencies [15549a9]
188
+ - Updated dependencies [cc7c0d2]
189
+ - Updated dependencies [efb48dc]
190
+ - @pnpm/bins.linker@1001.0.0
191
+ - @pnpm/constants@1002.0.0
192
+ - @pnpm/types@1001.0.0
193
+ - @pnpm/core-loggers@1002.0.0
194
+ - @pnpm/config.matcher@1001.0.0
195
+
196
+ ## 1002.0.8
197
+
198
+ ### Patch Changes
199
+
200
+ - Updated dependencies [7c1382f]
201
+ - Updated dependencies [dee39ec]
202
+ - Updated dependencies [7c1382f]
203
+ - @pnpm/types@1000.9.0
204
+ - @pnpm/matcher@1000.1.0
205
+ - @pnpm/core-loggers@1001.0.4
206
+ - @pnpm/link-bins@1000.2.6
207
+
208
+ ## 1002.0.7
209
+
210
+ ### Patch Changes
211
+
212
+ - Updated dependencies [a8797c4]
213
+ - @pnpm/link-bins@1000.2.5
214
+
215
+ ## 1002.0.6
216
+
217
+ ### Patch Changes
218
+
219
+ - @pnpm/link-bins@1000.2.4
220
+
221
+ ## 1002.0.5
222
+
223
+ ### Patch Changes
224
+
225
+ - Updated dependencies [6365bc4]
226
+ - @pnpm/constants@1001.3.1
227
+ - @pnpm/link-bins@1000.2.3
228
+
229
+ ## 1002.0.4
230
+
231
+ ### Patch Changes
232
+
233
+ - Updated dependencies [e792927]
234
+ - @pnpm/types@1000.8.0
235
+ - @pnpm/link-bins@1000.2.2
236
+ - @pnpm/core-loggers@1001.0.3
237
+
238
+ ## 1002.0.3
239
+
240
+ ### Patch Changes
241
+
242
+ - Updated dependencies [affdd5b]
243
+ - @pnpm/link-bins@1000.2.1
244
+
245
+ ## 1002.0.2
246
+
247
+ ### Patch Changes
248
+
249
+ - Updated dependencies [d1edf73]
250
+ - Updated dependencies [86b33e9]
251
+ - @pnpm/constants@1001.3.0
252
+ - @pnpm/link-bins@1000.2.0
253
+
254
+ ## 1002.0.1
255
+
256
+ ### Patch Changes
257
+
258
+ - Updated dependencies [1a07b8f]
259
+ - Updated dependencies [1a07b8f]
260
+ - Updated dependencies [1a07b8f]
261
+ - @pnpm/types@1000.7.0
262
+ - @pnpm/link-bins@1000.1.0
263
+ - @pnpm/constants@1001.2.0
264
+ - @pnpm/core-loggers@1001.0.2
265
+
266
+ ## 1002.0.0
267
+
268
+ ### Major Changes
269
+
270
+ - b982a0d: Fixed hoisting with `enableGlobalVirtualStore` set to `true` [#9648](https://github.com/pnpm/pnpm/pull/9648).
271
+
272
+ ## 1001.0.16
273
+
274
+ ### Patch Changes
275
+
276
+ - @pnpm/lockfile.utils@1001.0.12
277
+
278
+ ## 1001.0.15
279
+
280
+ ### Patch Changes
281
+
282
+ - 09cf46f: Update `@pnpm/logger` in peer dependencies.
283
+ - c00360b: Update `@pnpm/util.lex-comparator` to v3.0.2.
284
+ - Updated dependencies [09cf46f]
285
+ - Updated dependencies [5ec7255]
286
+ - @pnpm/core-loggers@1001.0.1
287
+ - @pnpm/link-bins@1000.0.13
288
+ - @pnpm/types@1000.6.0
289
+ - @pnpm/lockfile.types@1001.0.8
290
+ - @pnpm/lockfile.utils@1001.0.11
291
+ - @pnpm/lockfile.walker@1001.0.9
292
+ - @pnpm/dependency-path@1000.0.9
293
+
294
+ ## 1001.0.14
295
+
296
+ ### Patch Changes
297
+
298
+ - Updated dependencies [fa1e69b]
299
+ - @pnpm/link-bins@1000.0.12
300
+
301
+ ## 1001.0.13
302
+
303
+ ### Patch Changes
304
+
305
+ - Updated dependencies [8a9f3a4]
306
+ - Updated dependencies [5b73df1]
307
+ - @pnpm/core-loggers@1001.0.0
308
+ - @pnpm/logger@1001.0.0
309
+ - @pnpm/types@1000.5.0
310
+ - @pnpm/lockfile.utils@1001.0.10
311
+ - @pnpm/link-bins@1000.0.11
312
+ - @pnpm/lockfile.types@1001.0.7
313
+ - @pnpm/lockfile.walker@1001.0.8
314
+ - @pnpm/dependency-path@1000.0.8
315
+
316
+ ## 1001.0.12
317
+
318
+ ### Patch Changes
319
+
320
+ - @pnpm/lockfile.utils@1001.0.9
321
+
322
+ ## 1001.0.11
323
+
324
+ ### Patch Changes
325
+
326
+ - Updated dependencies [750ae7d]
327
+ - Updated dependencies [750ae7d]
328
+ - @pnpm/types@1000.4.0
329
+ - @pnpm/core-loggers@1000.2.0
330
+ - @pnpm/lockfile.types@1001.0.6
331
+ - @pnpm/lockfile.utils@1001.0.8
332
+ - @pnpm/lockfile.walker@1001.0.7
333
+ - @pnpm/dependency-path@1000.0.7
334
+ - @pnpm/link-bins@1000.0.10
335
+
336
+ ## 1001.0.10
337
+
338
+ ### Patch Changes
339
+
340
+ - Updated dependencies [5f7be64]
341
+ - Updated dependencies [5f7be64]
342
+ - @pnpm/types@1000.3.0
343
+ - @pnpm/lockfile.types@1001.0.5
344
+ - @pnpm/lockfile.utils@1001.0.7
345
+ - @pnpm/lockfile.walker@1001.0.6
346
+ - @pnpm/core-loggers@1000.1.5
347
+ - @pnpm/dependency-path@1000.0.6
348
+ - @pnpm/link-bins@1000.0.9
349
+
350
+ ## 1001.0.9
351
+
352
+ ### Patch Changes
353
+
354
+ - @pnpm/lockfile.utils@1001.0.6
355
+
356
+ ## 1001.0.8
357
+
358
+ ### Patch Changes
359
+
360
+ - @pnpm/dependency-path@1000.0.5
361
+ - @pnpm/lockfile.utils@1001.0.5
362
+ - @pnpm/lockfile.walker@1001.0.5
363
+
364
+ ## 1001.0.7
365
+
366
+ ### Patch Changes
367
+
368
+ - Updated dependencies [a5e4965]
369
+ - @pnpm/types@1000.2.1
370
+ - @pnpm/link-bins@1000.0.8
371
+ - @pnpm/dependency-path@1000.0.4
372
+ - @pnpm/lockfile.types@1001.0.4
373
+ - @pnpm/lockfile.utils@1001.0.4
374
+ - @pnpm/lockfile.walker@1001.0.4
375
+ - @pnpm/core-loggers@1000.1.4
376
+
377
+ ## 1001.0.6
378
+
379
+ ### Patch Changes
380
+
381
+ - Updated dependencies [8fcc221]
382
+ - @pnpm/types@1000.2.0
383
+ - @pnpm/lockfile.types@1001.0.3
384
+ - @pnpm/lockfile.utils@1001.0.3
385
+ - @pnpm/lockfile.walker@1001.0.3
386
+ - @pnpm/core-loggers@1000.1.3
387
+ - @pnpm/dependency-path@1000.0.3
388
+ - @pnpm/link-bins@1000.0.7
389
+
390
+ ## 1001.0.5
391
+
392
+ ### Patch Changes
393
+
394
+ - @pnpm/link-bins@1000.0.6
395
+
396
+ ## 1001.0.4
397
+
398
+ ### Patch Changes
399
+
400
+ - Updated dependencies [9a44e6c]
401
+ - Updated dependencies [b562deb]
402
+ - @pnpm/constants@1001.1.0
403
+ - @pnpm/types@1000.1.1
404
+ - @pnpm/lockfile.types@1001.0.2
405
+ - @pnpm/lockfile.utils@1001.0.2
406
+ - @pnpm/lockfile.walker@1001.0.2
407
+ - @pnpm/core-loggers@1000.1.2
408
+ - @pnpm/dependency-path@1000.0.2
409
+ - @pnpm/link-bins@1000.0.5
410
+
411
+ ## 1001.0.3
412
+
413
+ ### Patch Changes
414
+
415
+ - @pnpm/link-bins@1000.0.4
416
+
417
+ ## 1001.0.2
418
+
419
+ ### Patch Changes
420
+
421
+ - Updated dependencies [9591a18]
422
+ - @pnpm/types@1000.1.0
423
+ - @pnpm/lockfile.types@1001.0.1
424
+ - @pnpm/lockfile.utils@1001.0.1
425
+ - @pnpm/lockfile.walker@1001.0.1
426
+ - @pnpm/core-loggers@1000.1.1
427
+ - @pnpm/dependency-path@1000.0.1
428
+ - @pnpm/link-bins@1000.0.3
429
+
430
+ ## 1001.0.1
431
+
432
+ ### Patch Changes
433
+
434
+ - Updated dependencies [516c4b3]
435
+ - @pnpm/core-loggers@1000.1.0
436
+ - @pnpm/link-bins@1000.0.2
437
+
438
+ ## 1001.0.0
439
+
440
+ ### Major Changes
441
+
442
+ - a76da0c: Removed lockfile conversion from v6 to v9. If you need to convert lockfile v6 to v9, use pnpm CLI v9.
443
+
444
+ ### Patch Changes
445
+
446
+ - Updated dependencies [d2e83b0]
447
+ - Updated dependencies [6483b64]
448
+ - Updated dependencies [a76da0c]
449
+ - @pnpm/constants@1001.0.0
450
+ - @pnpm/lockfile.types@1001.0.0
451
+ - @pnpm/lockfile.walker@1001.0.0
452
+ - @pnpm/lockfile.utils@1001.0.0
453
+ - @pnpm/link-bins@1000.0.1
454
+
455
+ ## 9.1.16
456
+
457
+ ### Patch Changes
458
+
459
+ - Updated dependencies [19d5b51]
460
+ - Updated dependencies [8108680]
461
+ - Updated dependencies [dcd2917]
462
+ - Updated dependencies [d55b259]
463
+ - Updated dependencies [c4f5231]
464
+ - @pnpm/constants@10.0.0
465
+ - @pnpm/dependency-path@6.0.0
466
+ - @pnpm/lockfile.utils@1.0.5
467
+ - @pnpm/lockfile.walker@1.0.5
468
+ - @pnpm/link-bins@10.0.12
469
+
470
+ ## 9.1.15
471
+
472
+ ### Patch Changes
473
+
474
+ - @pnpm/dependency-path@5.1.7
475
+ - @pnpm/lockfile.utils@1.0.4
476
+ - @pnpm/lockfile.walker@1.0.4
477
+ - @pnpm/link-bins@10.0.11
478
+
479
+ ## 9.1.14
480
+
481
+ ### Patch Changes
482
+
483
+ - Updated dependencies [83681da]
484
+ - @pnpm/constants@9.0.0
485
+ - @pnpm/link-bins@10.0.11
486
+
487
+ ## 9.1.13
488
+
489
+ ### Patch Changes
490
+
491
+ - Updated dependencies [d500d9f]
492
+ - @pnpm/types@12.2.0
493
+ - @pnpm/lockfile.types@1.0.3
494
+ - @pnpm/lockfile.utils@1.0.3
495
+ - @pnpm/lockfile.walker@1.0.3
496
+ - @pnpm/core-loggers@10.0.7
497
+ - @pnpm/dependency-path@5.1.6
498
+ - @pnpm/link-bins@10.0.10
499
+
500
+ ## 9.1.12
501
+
502
+ ### Patch Changes
503
+
504
+ - Updated dependencies [7ee59a1]
505
+ - @pnpm/types@12.1.0
506
+ - @pnpm/lockfile.types@1.0.2
507
+ - @pnpm/lockfile.utils@1.0.2
508
+ - @pnpm/lockfile.walker@1.0.2
509
+ - @pnpm/core-loggers@10.0.6
510
+ - @pnpm/dependency-path@5.1.5
511
+ - @pnpm/link-bins@10.0.9
512
+
513
+ ## 9.1.11
514
+
515
+ ### Patch Changes
516
+
517
+ - Updated dependencies [cb006df]
518
+ - @pnpm/lockfile.types@1.0.1
519
+ - @pnpm/types@12.0.0
520
+ - @pnpm/lockfile.utils@1.0.1
521
+ - @pnpm/lockfile.walker@1.0.1
522
+ - @pnpm/core-loggers@10.0.5
523
+ - @pnpm/dependency-path@5.1.4
524
+ - @pnpm/link-bins@10.0.8
525
+
526
+ ## 9.1.10
527
+
528
+ ### Patch Changes
529
+
530
+ - Updated dependencies [c92f4bf]
531
+ - Updated dependencies [c5ef9b0]
532
+ - Updated dependencies [797ef0f]
533
+ - @pnpm/lockfile.walker@1.0.0
534
+ - @pnpm/lockfile.utils@1.0.0
535
+ - @pnpm/lockfile.types@1.0.0
536
+ - @pnpm/link-bins@10.0.7
537
+
538
+ ## 9.1.9
539
+
540
+ ### Patch Changes
541
+
542
+ - Updated dependencies [0ef168b]
543
+ - @pnpm/types@11.1.0
544
+ - @pnpm/lockfile-types@7.1.3
545
+ - @pnpm/lockfile-utils@11.0.4
546
+ - @pnpm/lockfile-walker@9.0.4
547
+ - @pnpm/core-loggers@10.0.4
548
+ - @pnpm/dependency-path@5.1.3
549
+ - @pnpm/link-bins@10.0.7
550
+
551
+ ## 9.1.8
552
+
553
+ ### Patch Changes
554
+
555
+ - afe520d: Update symlink-dir to v6.0.1.
556
+ - Updated dependencies [afe520d]
557
+ - @pnpm/link-bins@10.0.6
558
+
559
+ ## 9.1.7
560
+
561
+ ### Patch Changes
562
+
563
+ - Updated dependencies [dd00eeb]
564
+ - Updated dependencies
565
+ - @pnpm/types@11.0.0
566
+ - @pnpm/lockfile-utils@11.0.3
567
+ - @pnpm/lockfile-types@7.1.2
568
+ - @pnpm/lockfile-walker@9.0.3
569
+ - @pnpm/core-loggers@10.0.3
570
+ - @pnpm/dependency-path@5.1.2
571
+ - @pnpm/link-bins@10.0.5
572
+
573
+ ## 9.1.6
574
+
575
+ ### Patch Changes
576
+
577
+ - Updated dependencies [13e55b2]
578
+ - @pnpm/types@10.1.1
579
+ - @pnpm/lockfile-types@7.1.1
580
+ - @pnpm/lockfile-utils@11.0.2
581
+ - @pnpm/lockfile-walker@9.0.2
582
+ - @pnpm/core-loggers@10.0.2
583
+ - @pnpm/dependency-path@5.1.1
584
+ - @pnpm/link-bins@10.0.4
585
+
586
+ ## 9.1.5
587
+
588
+ ### Patch Changes
589
+
590
+ - Updated dependencies [47341e5]
591
+ - @pnpm/dependency-path@5.1.0
592
+ - @pnpm/lockfile-types@7.1.0
593
+ - @pnpm/lockfile-utils@11.0.1
594
+ - @pnpm/lockfile-walker@9.0.1
595
+ - @pnpm/link-bins@10.0.3
596
+
597
+ ## 9.1.4
598
+
599
+ ### Patch Changes
600
+
601
+ - Updated dependencies [80aaa9f]
602
+ - @pnpm/link-bins@10.0.3
603
+
604
+ ## 9.1.3
605
+
606
+ ### Patch Changes
607
+
608
+ - Updated dependencies [45f4262]
609
+ - Updated dependencies
610
+ - @pnpm/types@10.1.0
611
+ - @pnpm/lockfile-types@7.0.0
612
+ - @pnpm/lockfile-utils@11.0.0
613
+ - @pnpm/lockfile-walker@9.0.0
614
+ - @pnpm/dependency-path@5.0.0
615
+ - @pnpm/core-loggers@10.0.1
616
+ - @pnpm/link-bins@10.0.2
617
+
618
+ ## 9.1.2
619
+
620
+ ### Patch Changes
621
+
622
+ - @pnpm/link-bins@10.0.1
623
+
624
+ ## 9.1.1
625
+
626
+ ### Patch Changes
627
+
628
+ - Updated dependencies [7a0536e]
629
+ - @pnpm/lockfile-utils@10.1.1
630
+
631
+ ## 9.1.0
632
+
633
+ ### Minor Changes
634
+
635
+ - 9719a42: New setting called `virtual-store-dir-max-length` added to modify the maximum allowed length of the directories inside `node_modules/.pnpm`. The default length is set to 120 characters. This setting is particularly useful on Windows, where there is a limit to the maximum length of a file path [#7355](https://github.com/pnpm/pnpm/issues/7355).
636
+
637
+ ### Patch Changes
638
+
639
+ - Updated dependencies [9719a42]
640
+ - @pnpm/dependency-path@4.0.0
641
+ - @pnpm/lockfile-utils@10.1.0
642
+ - @pnpm/lockfile-walker@8.0.1
643
+ - @pnpm/link-bins@10.0.0
644
+
645
+ ## 9.0.0
646
+
647
+ ### Major Changes
648
+
649
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
650
+
651
+ ### Patch Changes
652
+
653
+ - Updated dependencies [7733f3a]
654
+ - Updated dependencies [cdd8365]
655
+ - Updated dependencies [c692f80]
656
+ - Updated dependencies [89b396b]
657
+ - Updated dependencies [43cdd87]
658
+ - Updated dependencies [086b69c]
659
+ - Updated dependencies [d381a60]
660
+ - Updated dependencies [27a96a8]
661
+ - Updated dependencies [730929e]
662
+ - Updated dependencies [98a1266]
663
+ - @pnpm/types@10.0.0
664
+ - @pnpm/dependency-path@3.0.0
665
+ - @pnpm/lockfile-utils@10.0.0
666
+ - @pnpm/constants@8.0.0
667
+ - @pnpm/lockfile-walker@8.0.0
668
+ - @pnpm/lockfile-types@6.0.0
669
+ - @pnpm/core-loggers@10.0.0
670
+ - @pnpm/link-bins@10.0.0
671
+ - @pnpm/matcher@6.0.0
672
+
673
+ ## 8.2.1
674
+
675
+ ### Patch Changes
676
+
677
+ - @pnpm/lockfile-utils@9.0.5
678
+ - @pnpm/link-bins@9.0.12
679
+
680
+ ## 8.2.0
681
+
682
+ ### Minor Changes
683
+
684
+ - c597f72ec: A new option added for hoisting packages from the workspace. When `hoist-workspace-packages` is set to `true`, packages from the workspace are symlinked to either `<workspace_root>/node_modules/.pnpm/node_modules` or to `<workspace_root>/node_modules` depending on other hoisting settings (`hoist-pattern` and `public-hoist-pattern`) [#7451](https://github.com/pnpm/pnpm/pull/7451).
685
+
686
+ ## 8.1.5
687
+
688
+ ### Patch Changes
689
+
690
+ - Updated dependencies [4d34684f1]
691
+ - @pnpm/lockfile-types@5.1.5
692
+ - @pnpm/types@9.4.2
693
+ - @pnpm/lockfile-utils@9.0.4
694
+ - @pnpm/lockfile-walker@7.0.8
695
+ - @pnpm/core-loggers@9.0.6
696
+ - @pnpm/dependency-path@2.1.7
697
+ - @pnpm/link-bins@9.0.12
698
+
699
+ ## 8.1.4
700
+
701
+ ### Patch Changes
702
+
703
+ - Updated dependencies
704
+ - @pnpm/lockfile-types@5.1.4
705
+ - @pnpm/types@9.4.1
706
+ - @pnpm/lockfile-utils@9.0.3
707
+ - @pnpm/lockfile-walker@7.0.7
708
+ - @pnpm/core-loggers@9.0.5
709
+ - @pnpm/dependency-path@2.1.6
710
+ - @pnpm/link-bins@9.0.11
711
+
712
+ ## 8.1.3
713
+
714
+ ### Patch Changes
715
+
716
+ - Updated dependencies [d5a176af7]
717
+ - @pnpm/lockfile-utils@9.0.2
718
+
719
+ ## 8.1.2
720
+
721
+ ### Patch Changes
722
+
723
+ - Updated dependencies [b4194fe52]
724
+ - @pnpm/lockfile-utils@9.0.1
725
+
726
+ ## 8.1.1
727
+
728
+ ### Patch Changes
729
+
730
+ - Updated dependencies [4c2450208]
731
+ - @pnpm/lockfile-utils@9.0.0
732
+ - @pnpm/link-bins@9.0.10
733
+
734
+ ## 8.1.0
735
+
736
+ ### Minor Changes
737
+
738
+ - ee4d15fdd: Export `getHoistedDependencies(opts)`.
739
+
740
+ ## 8.0.15
741
+
742
+ ### Patch Changes
743
+
744
+ - Updated dependencies [43ce9e4a6]
745
+ - @pnpm/types@9.4.0
746
+ - @pnpm/lockfile-types@5.1.3
747
+ - @pnpm/lockfile-utils@8.0.7
748
+ - @pnpm/lockfile-walker@7.0.6
749
+ - @pnpm/core-loggers@9.0.4
750
+ - @pnpm/dependency-path@2.1.5
751
+ - @pnpm/link-bins@9.0.10
752
+
753
+ ## 8.0.14
754
+
755
+ ### Patch Changes
756
+
757
+ - 5c8c9196c: Improved the performance of linking bins of hoisted dependencies to `node_modules/.pnpm/node_modules/.bin` [#7212](https://github.com/pnpm/pnpm/pull/7212).
758
+ - Updated dependencies [5c8c9196c]
759
+ - @pnpm/link-bins@9.0.9
760
+
761
+ ## 8.0.13
762
+
763
+ ### Patch Changes
764
+
765
+ - Updated dependencies [d774a3196]
766
+ - @pnpm/types@9.3.0
767
+ - @pnpm/lockfile-types@5.1.2
768
+ - @pnpm/lockfile-utils@8.0.6
769
+ - @pnpm/lockfile-walker@7.0.5
770
+ - @pnpm/core-loggers@9.0.3
771
+ - @pnpm/dependency-path@2.1.4
772
+ - @pnpm/link-bins@9.0.8
773
+
774
+ ## 8.0.12
775
+
776
+ ### Patch Changes
777
+
778
+ - Updated dependencies [f394cfccd]
779
+ - @pnpm/lockfile-utils@8.0.5
780
+
781
+ ## 8.0.11
782
+
783
+ ### Patch Changes
784
+
785
+ - @pnpm/link-bins@9.0.7
786
+
787
+ ## 8.0.10
788
+
789
+ ### Patch Changes
790
+
791
+ - Updated dependencies [e9aa6f682]
792
+ - @pnpm/lockfile-utils@8.0.4
793
+ - @pnpm/link-bins@9.0.6
794
+
795
+ ## 8.0.9
796
+
797
+ ### Patch Changes
798
+
799
+ - Updated dependencies [aa2ae8fe2]
800
+ - Updated dependencies [e26d15c6d]
801
+ - @pnpm/types@9.2.0
802
+ - @pnpm/link-bins@9.0.5
803
+ - @pnpm/lockfile-types@5.1.1
804
+ - @pnpm/lockfile-utils@8.0.3
805
+ - @pnpm/lockfile-walker@7.0.4
806
+ - @pnpm/core-loggers@9.0.2
807
+ - @pnpm/dependency-path@2.1.3
808
+
809
+ ## 8.0.8
810
+
811
+ ### Patch Changes
812
+
813
+ - @pnpm/link-bins@9.0.4
814
+
815
+ ## 8.0.7
816
+
817
+ ### Patch Changes
818
+
819
+ - Updated dependencies [d9da627cd]
820
+ - Updated dependencies [302ebffc5]
821
+ - @pnpm/lockfile-utils@8.0.2
822
+ - @pnpm/constants@7.1.1
823
+ - @pnpm/link-bins@9.0.3
824
+
825
+ ## 8.0.6
826
+
827
+ ### Patch Changes
828
+
829
+ - @pnpm/link-bins@9.0.2
830
+
831
+ ## 8.0.5
832
+
833
+ ### Patch Changes
834
+
835
+ - Updated dependencies [9c4ae87bd]
836
+ - Updated dependencies [a9e0b7cbf]
837
+ - Updated dependencies [9c4ae87bd]
838
+ - @pnpm/lockfile-types@5.1.0
839
+ - @pnpm/types@9.1.0
840
+ - @pnpm/constants@7.1.0
841
+ - @pnpm/lockfile-utils@8.0.1
842
+ - @pnpm/lockfile-walker@7.0.3
843
+ - @pnpm/core-loggers@9.0.1
844
+ - @pnpm/dependency-path@2.1.2
845
+ - @pnpm/link-bins@9.0.1
846
+
847
+ ## 8.0.4
848
+
849
+ ### Patch Changes
850
+
851
+ - Updated dependencies [d58cdb962]
852
+ - @pnpm/lockfile-utils@8.0.0
853
+
854
+ ## 8.0.3
855
+
856
+ ### Patch Changes
857
+
858
+ - Updated dependencies [c0760128d]
859
+ - @pnpm/dependency-path@2.1.1
860
+ - @pnpm/lockfile-utils@7.0.1
861
+ - @pnpm/lockfile-walker@7.0.2
862
+
863
+ ## 8.0.2
864
+
865
+ ### Patch Changes
866
+
867
+ - Updated dependencies [72ba638e3]
868
+ - @pnpm/lockfile-utils@7.0.0
869
+
870
+ ## 8.0.1
871
+
872
+ ### Patch Changes
873
+
874
+ - Updated dependencies [5087636b6]
875
+ - Updated dependencies [94f94eed6]
876
+ - @pnpm/dependency-path@2.1.0
877
+ - @pnpm/lockfile-utils@6.0.1
878
+ - @pnpm/lockfile-walker@7.0.1
879
+
880
+ ## 8.0.0
881
+
882
+ ### Major Changes
883
+
884
+ - eceaa8b8b: Node.js 14 support dropped.
885
+
886
+ ### Patch Changes
887
+
888
+ - Updated dependencies [c92936158]
889
+ - Updated dependencies [ca8f51e60]
890
+ - Updated dependencies [eceaa8b8b]
891
+ - Updated dependencies [0e26acb0f]
892
+ - @pnpm/lockfile-types@5.0.0
893
+ - @pnpm/lockfile-utils@6.0.0
894
+ - @pnpm/dependency-path@2.0.0
895
+ - @pnpm/lockfile-walker@7.0.0
896
+ - @pnpm/core-loggers@9.0.0
897
+ - @pnpm/link-bins@9.0.0
898
+ - @pnpm/constants@7.0.0
899
+ - @pnpm/matcher@5.0.0
900
+ - @pnpm/types@9.0.0
901
+
902
+ ## 7.0.18
903
+
904
+ ### Patch Changes
905
+
906
+ - Updated dependencies [685b3a7ea]
907
+ - @pnpm/link-bins@8.0.11
908
+
909
+ ## 7.0.17
910
+
911
+ ### Patch Changes
912
+
913
+ - Updated dependencies [f9c30c6d7]
914
+ - @pnpm/link-bins@8.0.10
915
+
916
+ ## 7.0.16
917
+
918
+ ### Patch Changes
919
+
920
+ - @pnpm/link-bins@8.0.9
921
+
922
+ ## 7.0.15
923
+
924
+ ### Patch Changes
925
+
926
+ - @pnpm/lockfile-utils@5.0.7
927
+ - @pnpm/link-bins@8.0.8
928
+
929
+ ## 7.0.14
930
+
931
+ ### Patch Changes
932
+
933
+ - Updated dependencies [d89d7a078]
934
+ - @pnpm/dependency-path@1.1.3
935
+ - @pnpm/lockfile-utils@5.0.6
936
+ - @pnpm/lockfile-walker@6.0.8
937
+
938
+ ## 7.0.13
939
+
940
+ ### Patch Changes
941
+
942
+ - Updated dependencies [9247f6781]
943
+ - @pnpm/dependency-path@1.1.2
944
+ - @pnpm/lockfile-utils@5.0.5
945
+ - @pnpm/lockfile-walker@6.0.7
946
+
947
+ ## 7.0.12
948
+
949
+ ### Patch Changes
950
+
951
+ - Updated dependencies [90d26c449]
952
+ - @pnpm/link-bins@8.0.8
953
+
954
+ ## 7.0.11
955
+
956
+ ### Patch Changes
957
+
958
+ - Updated dependencies [4008a5236]
959
+ - @pnpm/link-bins@8.0.7
960
+
961
+ ## 7.0.10
962
+
963
+ ### Patch Changes
964
+
965
+ - Updated dependencies [0f6e95872]
966
+ - @pnpm/dependency-path@1.1.1
967
+ - @pnpm/lockfile-utils@5.0.4
968
+ - @pnpm/lockfile-walker@6.0.6
969
+
970
+ ## 7.0.9
971
+
972
+ ### Patch Changes
973
+
974
+ - Updated dependencies [3ebce5db7]
975
+ - Updated dependencies [3ebce5db7]
976
+ - @pnpm/constants@6.2.0
977
+ - @pnpm/dependency-path@1.1.0
978
+ - @pnpm/lockfile-utils@5.0.3
979
+ - @pnpm/lockfile-walker@6.0.5
980
+ - @pnpm/link-bins@8.0.6
981
+
982
+ ## 7.0.8
983
+
984
+ ### Patch Changes
985
+
986
+ - Updated dependencies [b77651d14]
987
+ - Updated dependencies [bc18d33fe]
988
+ - @pnpm/types@8.10.0
989
+ - @pnpm/link-bins@8.0.5
990
+ - @pnpm/lockfile-types@4.3.6
991
+ - @pnpm/lockfile-utils@5.0.2
992
+ - @pnpm/lockfile-walker@6.0.4
993
+ - @pnpm/core-loggers@8.0.3
994
+ - @pnpm/dependency-path@1.0.1
995
+
996
+ ## 7.0.7
997
+
998
+ ### Patch Changes
999
+
1000
+ - Updated dependencies [313702d76]
1001
+ - @pnpm/dependency-path@1.0.0
1002
+ - @pnpm/lockfile-utils@5.0.1
1003
+ - @pnpm/lockfile-walker@6.0.3
1004
+
1005
+ ## 7.0.6
1006
+
1007
+ ### Patch Changes
1008
+
1009
+ - Updated dependencies [a9d59d8bc]
1010
+ - @pnpm/link-bins@8.0.4
1011
+
1012
+ ## 7.0.5
1013
+
1014
+ ### Patch Changes
1015
+
1016
+ - @pnpm/link-bins@8.0.3
1017
+
1018
+ ## 7.0.4
1019
+
1020
+ ### Patch Changes
1021
+
1022
+ - 45c83bfbd: Hoisting with symlinks should not override external symlinks and directories in the root of node_modules.
1023
+ - Updated dependencies [969f8a002]
1024
+ - @pnpm/matcher@4.0.1
1025
+
1026
+ ## 7.0.3
1027
+
1028
+ ### Patch Changes
1029
+
1030
+ - Updated dependencies [ecc8794bb]
1031
+ - Updated dependencies [ecc8794bb]
1032
+ - @pnpm/lockfile-utils@5.0.0
1033
+
1034
+ ## 7.0.2
1035
+
1036
+ ### Patch Changes
1037
+
1038
+ - 2e9790722: Use deterministic sorting.
1039
+ - Updated dependencies [702e847c1]
1040
+ - @pnpm/types@8.9.0
1041
+ - dependency-path@9.2.8
1042
+ - @pnpm/link-bins@8.0.2
1043
+ - @pnpm/lockfile-types@4.3.5
1044
+ - @pnpm/lockfile-utils@4.2.8
1045
+ - @pnpm/lockfile-walker@6.0.2
1046
+ - @pnpm/symlink-dependency@6.0.2
1047
+
1048
+ ## 7.0.1
1049
+
1050
+ ### Patch Changes
1051
+
1052
+ - Updated dependencies [844e82f3a]
1053
+ - @pnpm/types@8.8.0
1054
+ - dependency-path@9.2.7
1055
+ - @pnpm/link-bins@8.0.1
1056
+ - @pnpm/lockfile-types@4.3.4
1057
+ - @pnpm/lockfile-utils@4.2.7
1058
+ - @pnpm/lockfile-walker@6.0.1
1059
+ - @pnpm/symlink-dependency@6.0.1
1060
+
1061
+ ## 7.0.0
1062
+
1063
+ ### Major Changes
1064
+
1065
+ - 043d988fc: Breaking change to the API. Defaul export is not used.
1066
+ - f884689e0: Require `@pnpm/logger` v5.
1067
+
1068
+ ### Patch Changes
1069
+
1070
+ - Updated dependencies [043d988fc]
1071
+ - Updated dependencies [f884689e0]
1072
+ - @pnpm/link-bins@8.0.0
1073
+ - @pnpm/lockfile-walker@6.0.0
1074
+ - @pnpm/matcher@4.0.0
1075
+ - @pnpm/symlink-dependency@6.0.0
1076
+
1077
+ ## 6.2.14
1078
+
1079
+ ### Patch Changes
1080
+
1081
+ - @pnpm/link-bins@7.2.10
1082
+
1083
+ ## 6.2.13
1084
+
1085
+ ### Patch Changes
1086
+
1087
+ - @pnpm/symlink-dependency@5.0.10
1088
+ - @pnpm/link-bins@7.2.9
1089
+
1090
+ ## 6.2.12
1091
+
1092
+ ### Patch Changes
1093
+
1094
+ - Updated dependencies [5eb41a551]
1095
+ - @pnpm/link-bins@7.2.8
1096
+
1097
+ ## 6.2.11
1098
+
1099
+ ### Patch Changes
1100
+
1101
+ - Updated dependencies [abb41a626]
1102
+ - Updated dependencies [d665f3ff7]
1103
+ - @pnpm/matcher@3.2.0
1104
+ - @pnpm/types@8.7.0
1105
+ - dependency-path@9.2.6
1106
+ - @pnpm/link-bins@7.2.7
1107
+ - @pnpm/lockfile-types@4.3.3
1108
+ - @pnpm/lockfile-utils@4.2.6
1109
+ - @pnpm/lockfile-walker@5.0.15
1110
+ - @pnpm/symlink-dependency@5.0.9
1111
+
1112
+ ## 6.2.10
1113
+
1114
+ ### Patch Changes
1115
+
1116
+ - Updated dependencies [156cc1ef6]
1117
+ - Updated dependencies [9b44d38a4]
1118
+ - @pnpm/types@8.6.0
1119
+ - @pnpm/matcher@3.1.0
1120
+ - dependency-path@9.2.5
1121
+ - @pnpm/link-bins@7.2.6
1122
+ - @pnpm/lockfile-types@4.3.2
1123
+ - @pnpm/lockfile-utils@4.2.5
1124
+ - @pnpm/lockfile-walker@5.0.14
1125
+ - @pnpm/symlink-dependency@5.0.8
1126
+
1127
+ ## 6.2.9
1128
+
1129
+ ### Patch Changes
1130
+
1131
+ - Updated dependencies [e3b5137d1]
1132
+ - @pnpm/symlink-dependency@5.0.7
1133
+
1134
+ ## 6.2.8
1135
+
1136
+ ### Patch Changes
1137
+
1138
+ - Updated dependencies [07bc24ad1]
1139
+ - @pnpm/link-bins@7.2.5
1140
+
1141
+ ## 6.2.7
1142
+
1143
+ ### Patch Changes
1144
+
1145
+ - @pnpm/lockfile-utils@4.2.4
1146
+ - @pnpm/link-bins@7.2.4
1147
+
1148
+ ## 6.2.6
1149
+
1150
+ ### Patch Changes
1151
+
1152
+ - 8103f92bd: Use a patched version of ramda to fix deprecation warnings on Node.js 16. Related issue: https://github.com/ramda/ramda/pull/3270
1153
+ - Updated dependencies [8103f92bd]
1154
+ - @pnpm/link-bins@7.2.4
1155
+ - @pnpm/lockfile-utils@4.2.3
1156
+ - @pnpm/lockfile-walker@5.0.13
1157
+
1158
+ ## 6.2.5
1159
+
1160
+ ### Patch Changes
1161
+
1162
+ - Updated dependencies [c90798461]
1163
+ - @pnpm/types@8.5.0
1164
+ - dependency-path@9.2.4
1165
+ - @pnpm/link-bins@7.2.3
1166
+ - @pnpm/lockfile-types@4.3.1
1167
+ - @pnpm/lockfile-utils@4.2.2
1168
+ - @pnpm/lockfile-walker@5.0.12
1169
+ - @pnpm/symlink-dependency@5.0.6
1170
+
1171
+ ## 6.2.4
1172
+
1173
+ ### Patch Changes
1174
+
1175
+ - Updated dependencies [c83f40c10]
1176
+ - @pnpm/lockfile-utils@4.2.1
1177
+
1178
+ ## 6.2.3
1179
+
1180
+ ### Patch Changes
1181
+
1182
+ - Updated dependencies [8dcfbe357]
1183
+ - @pnpm/lockfile-types@4.3.0
1184
+ - @pnpm/lockfile-utils@4.2.0
1185
+ - @pnpm/lockfile-walker@5.0.11
1186
+ - @pnpm/link-bins@7.2.2
1187
+
1188
+ ## 6.2.2
1189
+
1190
+ ### Patch Changes
1191
+
1192
+ - @pnpm/link-bins@7.2.2
1193
+
1194
+ ## 6.2.1
1195
+
1196
+ ### Patch Changes
1197
+
1198
+ - Updated dependencies [e3f4d131c]
1199
+ - @pnpm/lockfile-utils@4.1.0
1200
+ - @pnpm/link-bins@7.2.1
1201
+
1202
+ ## 6.2.0
1203
+
1204
+ ### Minor Changes
1205
+
1206
+ - 28f000509: A new setting supported: `prefer-symlinked-executables`. When `true`, pnpm will create symlinks to executables in
1207
+ `node_modules/.bin` instead of command shims (but on POSIX systems only).
1208
+
1209
+ This setting is `true` by default when `node-linker` is set to `hoisted`.
1210
+
1211
+ Related issue: [#4782](https://github.com/pnpm/pnpm/issues/4782).
1212
+
1213
+ ### Patch Changes
1214
+
1215
+ - Updated dependencies [28f000509]
1216
+ - @pnpm/link-bins@7.2.0
1217
+
1218
+ ## 6.1.9
1219
+
1220
+ ### Patch Changes
1221
+
1222
+ - @pnpm/link-bins@7.1.7
1223
+ - dependency-path@9.2.3
1224
+ - @pnpm/lockfile-utils@4.0.10
1225
+ - @pnpm/lockfile-walker@5.0.10
1226
+
1227
+ ## 6.1.8
1228
+
1229
+ ### Patch Changes
1230
+
1231
+ - 5f643f23b: Update ramda to v0.28.
1232
+ - Updated dependencies [5f643f23b]
1233
+ - @pnpm/link-bins@7.1.6
1234
+ - @pnpm/lockfile-utils@4.0.9
1235
+ - @pnpm/lockfile-walker@5.0.9
1236
+
1237
+ ## 6.1.7
1238
+
1239
+ ### Patch Changes
1240
+
1241
+ - Updated dependencies [fc581d371]
1242
+ - dependency-path@9.2.2
1243
+ - @pnpm/lockfile-utils@4.0.8
1244
+ - @pnpm/lockfile-walker@5.0.8
1245
+
1246
+ ## 6.1.6
1247
+
1248
+ ### Patch Changes
1249
+
1250
+ - Updated dependencies [d01c32355]
1251
+ - Updated dependencies [8e5b77ef6]
1252
+ - Updated dependencies [8e5b77ef6]
1253
+ - @pnpm/lockfile-types@4.2.0
1254
+ - @pnpm/types@8.4.0
1255
+ - @pnpm/lockfile-utils@4.0.7
1256
+ - @pnpm/lockfile-walker@5.0.7
1257
+ - dependency-path@9.2.1
1258
+ - @pnpm/link-bins@7.1.5
1259
+ - @pnpm/symlink-dependency@5.0.5
1260
+
1261
+ ## 6.1.5
1262
+
1263
+ ### Patch Changes
1264
+
1265
+ - Updated dependencies [2a34b21ce]
1266
+ - Updated dependencies [c635f9fc1]
1267
+ - @pnpm/types@8.3.0
1268
+ - @pnpm/lockfile-types@4.1.0
1269
+ - dependency-path@9.2.0
1270
+ - @pnpm/link-bins@7.1.4
1271
+ - @pnpm/lockfile-utils@4.0.6
1272
+ - @pnpm/lockfile-walker@5.0.6
1273
+ - @pnpm/symlink-dependency@5.0.4
1274
+
1275
+ ## 6.1.4
1276
+
1277
+ ### Patch Changes
1278
+
1279
+ - Updated dependencies [fb5bbfd7a]
1280
+ - Updated dependencies [725636a90]
1281
+ - @pnpm/types@8.2.0
1282
+ - dependency-path@9.1.4
1283
+ - @pnpm/link-bins@7.1.3
1284
+ - @pnpm/lockfile-types@4.0.3
1285
+ - @pnpm/lockfile-utils@4.0.5
1286
+ - @pnpm/lockfile-walker@5.0.5
1287
+ - @pnpm/symlink-dependency@5.0.3
1288
+
1289
+ ## 6.1.3
1290
+
1291
+ ### Patch Changes
1292
+
1293
+ - Updated dependencies [4d39e4a0c]
1294
+ - @pnpm/types@8.1.0
1295
+ - dependency-path@9.1.3
1296
+ - @pnpm/link-bins@7.1.2
1297
+ - @pnpm/lockfile-types@4.0.2
1298
+ - @pnpm/lockfile-utils@4.0.4
1299
+ - @pnpm/lockfile-walker@5.0.4
1300
+ - @pnpm/symlink-dependency@5.0.2
1301
+
1302
+ ## 6.1.2
1303
+
1304
+ ### Patch Changes
1305
+
1306
+ - Updated dependencies [c57695550]
1307
+ - dependency-path@9.1.2
1308
+ - @pnpm/lockfile-utils@4.0.3
1309
+ - @pnpm/lockfile-walker@5.0.3
1310
+
1311
+ ## 6.1.1
1312
+
1313
+ ### Patch Changes
1314
+
1315
+ - Updated dependencies [18ba5e2c0]
1316
+ - @pnpm/types@8.0.1
1317
+ - dependency-path@9.1.1
1318
+ - @pnpm/link-bins@7.1.1
1319
+ - @pnpm/lockfile-types@4.0.1
1320
+ - @pnpm/lockfile-utils@4.0.2
1321
+ - @pnpm/lockfile-walker@5.0.2
1322
+ - @pnpm/symlink-dependency@5.0.1
1323
+
1324
+ ## 6.1.0
1325
+
1326
+ ### Minor Changes
1327
+
1328
+ - 8fa95fd86: New option added: `extraNodePaths`.
1329
+
1330
+ ### Patch Changes
1331
+
1332
+ - Updated dependencies [0a70aedb1]
1333
+ - Updated dependencies [8fa95fd86]
1334
+ - Updated dependencies [688b0eaff]
1335
+ - Updated dependencies [1267e4eff]
1336
+ - dependency-path@9.1.0
1337
+ - @pnpm/link-bins@7.1.0
1338
+ - @pnpm/lockfile-utils@4.0.1
1339
+ - @pnpm/constants@6.1.0
1340
+ - @pnpm/lockfile-walker@5.0.1
1341
+
1342
+ ## 6.0.0
1343
+
1344
+ ### Major Changes
1345
+
1346
+ - 516859178: `extendNodePath` removed.
1347
+ - 542014839: Node.js 12 is not supported.
1348
+
1349
+ ### Patch Changes
1350
+
1351
+ - Updated dependencies [516859178]
1352
+ - Updated dependencies [d504dc380]
1353
+ - Updated dependencies [faf830b8f]
1354
+ - Updated dependencies [542014839]
1355
+ - @pnpm/link-bins@7.0.0
1356
+ - @pnpm/types@8.0.0
1357
+ - dependency-path@9.0.0
1358
+ - @pnpm/constants@6.0.0
1359
+ - @pnpm/lockfile-types@4.0.0
1360
+ - @pnpm/lockfile-utils@4.0.0
1361
+ - @pnpm/lockfile-walker@5.0.0
1362
+ - @pnpm/matcher@3.0.0
1363
+ - @pnpm/symlink-dependency@5.0.0
1364
+
1365
+ ## 5.2.15
1366
+
1367
+ ### Patch Changes
1368
+
1369
+ - @pnpm/link-bins@6.2.12
1370
+
1371
+ ## 5.2.14
1372
+
1373
+ ### Patch Changes
1374
+
1375
+ - Updated dependencies [b138d048c]
1376
+ - @pnpm/lockfile-types@3.2.0
1377
+ - @pnpm/types@7.10.0
1378
+ - @pnpm/lockfile-utils@3.2.1
1379
+ - @pnpm/lockfile-walker@4.0.15
1380
+ - dependency-path@8.0.11
1381
+ - @pnpm/link-bins@6.2.11
1382
+ - @pnpm/symlink-dependency@4.0.13
1383
+
1384
+ ## 5.2.13
1385
+
1386
+ ### Patch Changes
1387
+
1388
+ - Updated dependencies [cdc521cfa]
1389
+ - @pnpm/lockfile-utils@3.2.0
1390
+ - @pnpm/link-bins@6.2.10
1391
+
1392
+ ## 5.2.12
1393
+
1394
+ ### Patch Changes
1395
+
1396
+ - @pnpm/link-bins@6.2.10
1397
+
1398
+ ## 5.2.11
1399
+
1400
+ ### Patch Changes
1401
+
1402
+ - Updated dependencies [26cd01b88]
1403
+ - @pnpm/types@7.9.0
1404
+ - dependency-path@8.0.10
1405
+ - @pnpm/link-bins@6.2.9
1406
+ - @pnpm/lockfile-types@3.1.5
1407
+ - @pnpm/lockfile-utils@3.1.6
1408
+ - @pnpm/lockfile-walker@4.0.14
1409
+ - @pnpm/symlink-dependency@4.0.12
1410
+
1411
+ ## 5.2.10
1412
+
1413
+ ### Patch Changes
1414
+
1415
+ - Updated dependencies [701ea0746]
1416
+ - Updated dependencies [b5734a4a7]
1417
+ - @pnpm/link-bins@6.2.8
1418
+ - @pnpm/types@7.8.0
1419
+ - dependency-path@8.0.9
1420
+ - @pnpm/lockfile-types@3.1.4
1421
+ - @pnpm/lockfile-utils@3.1.5
1422
+ - @pnpm/lockfile-walker@4.0.13
1423
+ - @pnpm/symlink-dependency@4.0.11
1424
+
1425
+ ## 5.2.9
1426
+
1427
+ ### Patch Changes
1428
+
1429
+ - Updated dependencies [6493e0c93]
1430
+ - @pnpm/types@7.7.1
1431
+ - dependency-path@8.0.8
1432
+ - @pnpm/link-bins@6.2.7
1433
+ - @pnpm/lockfile-types@3.1.3
1434
+ - @pnpm/lockfile-utils@3.1.4
1435
+ - @pnpm/lockfile-walker@4.0.12
1436
+ - @pnpm/symlink-dependency@4.0.10
1437
+
1438
+ ## 5.2.8
1439
+
1440
+ ### Patch Changes
1441
+
1442
+ - Updated dependencies [ba9b2eba1]
1443
+ - @pnpm/types@7.7.0
1444
+ - @pnpm/symlink-dependency@4.0.9
1445
+ - dependency-path@8.0.7
1446
+ - @pnpm/link-bins@6.2.6
1447
+ - @pnpm/lockfile-types@3.1.2
1448
+ - @pnpm/lockfile-utils@3.1.3
1449
+ - @pnpm/lockfile-walker@4.0.11
1450
+
1451
+ ## 5.2.7
1452
+
1453
+ ### Patch Changes
1454
+
1455
+ - Updated dependencies [3cf543fc1]
1456
+ - @pnpm/lockfile-utils@3.1.2
1457
+
1458
+ ## 5.2.6
1459
+
1460
+ ### Patch Changes
1461
+
1462
+ - Updated dependencies [631877ebf]
1463
+ - @pnpm/symlink-dependency@4.0.8
1464
+
1465
+ ## 5.2.5
1466
+
1467
+ ### Patch Changes
1468
+
1469
+ - Updated dependencies [bb0f8bc16]
1470
+ - @pnpm/link-bins@6.2.5
1471
+
1472
+ ## 5.2.4
1473
+
1474
+ ### Patch Changes
1475
+
1476
+ - Updated dependencies [302ae4f6f]
1477
+ - @pnpm/types@7.6.0
1478
+ - dependency-path@8.0.6
1479
+ - @pnpm/link-bins@6.2.4
1480
+ - @pnpm/lockfile-types@3.1.1
1481
+ - @pnpm/lockfile-utils@3.1.1
1482
+ - @pnpm/lockfile-walker@4.0.10
1483
+ - @pnpm/symlink-dependency@4.0.7
1484
+
1485
+ ## 5.2.3
1486
+
1487
+ ### Patch Changes
1488
+
1489
+ - Updated dependencies [4ab87844a]
1490
+ - Updated dependencies [4ab87844a]
1491
+ - Updated dependencies [4ab87844a]
1492
+ - @pnpm/types@7.5.0
1493
+ - @pnpm/lockfile-types@3.1.0
1494
+ - @pnpm/lockfile-utils@3.1.0
1495
+ - dependency-path@8.0.5
1496
+ - @pnpm/link-bins@6.2.3
1497
+ - @pnpm/lockfile-walker@4.0.9
1498
+ - @pnpm/symlink-dependency@4.0.6
1499
+
1500
+ ## 5.2.2
1501
+
1502
+ ### Patch Changes
1503
+
1504
+ - Updated dependencies [a916accec]
1505
+ - @pnpm/link-bins@6.2.2
1506
+
1507
+ ## 5.2.1
1508
+
1509
+ ### Patch Changes
1510
+
1511
+ - Updated dependencies [6375cdce0]
1512
+ - @pnpm/link-bins@6.2.1
1513
+
1514
+ ## 5.2.0
1515
+
1516
+ ### Minor Changes
1517
+
1518
+ - 59a4152ce: allow to hoist packages based on importerIds, only hoist packages that are subdependencies of the specified importerIds
1519
+
1520
+ ## 5.1.0
1521
+
1522
+ ### Minor Changes
1523
+
1524
+ - c7081cbb4: New option added: `extendNodePath`. When it is set to `false`, pnpm does not set the `NODE_PATH` environment variable in the command shims.
1525
+
1526
+ ### Patch Changes
1527
+
1528
+ - Updated dependencies [0d4a7c69e]
1529
+ - Updated dependencies [c7081cbb4]
1530
+ - @pnpm/link-bins@6.2.0
1531
+
1532
+ ## 5.0.14
1533
+
1534
+ ### Patch Changes
1535
+
1536
+ - Updated dependencies [83e23601e]
1537
+ - Updated dependencies [553a5d840]
1538
+ - @pnpm/link-bins@6.1.0
1539
+
1540
+ ## 5.0.13
1541
+
1542
+ ### Patch Changes
1543
+
1544
+ - @pnpm/link-bins@6.0.8
1545
+
1546
+ ## 5.0.12
1547
+
1548
+ ### Patch Changes
1549
+
1550
+ - @pnpm/link-bins@6.0.7
1551
+
1552
+ ## 5.0.11
1553
+
1554
+ ### Patch Changes
1555
+
1556
+ - Updated dependencies [b734b45ea]
1557
+ - @pnpm/types@7.4.0
1558
+ - dependency-path@8.0.4
1559
+ - @pnpm/link-bins@6.0.6
1560
+ - @pnpm/lockfile-utils@3.0.8
1561
+ - @pnpm/lockfile-walker@4.0.8
1562
+ - @pnpm/symlink-dependency@4.0.5
1563
+
1564
+ ## 5.0.10
1565
+
1566
+ ### Patch Changes
1567
+
1568
+ - Updated dependencies [8e76690f4]
1569
+ - @pnpm/types@7.3.0
1570
+ - dependency-path@8.0.3
1571
+ - @pnpm/link-bins@6.0.5
1572
+ - @pnpm/lockfile-utils@3.0.7
1573
+ - @pnpm/lockfile-walker@4.0.7
1574
+ - @pnpm/symlink-dependency@4.0.4
1575
+
1576
+ ## 5.0.9
1577
+
1578
+ ### Patch Changes
1579
+
1580
+ - Updated dependencies [6c418943c]
1581
+ - dependency-path@8.0.2
1582
+ - @pnpm/lockfile-utils@3.0.6
1583
+ - @pnpm/lockfile-walker@4.0.6
1584
+
1585
+ ## 5.0.8
1586
+
1587
+ ### Patch Changes
1588
+
1589
+ - Updated dependencies [724c5abd8]
1590
+ - @pnpm/types@7.2.0
1591
+ - dependency-path@8.0.1
1592
+ - @pnpm/link-bins@6.0.4
1593
+ - @pnpm/lockfile-utils@3.0.5
1594
+ - @pnpm/lockfile-walker@4.0.5
1595
+ - @pnpm/symlink-dependency@4.0.3
1596
+
1597
+ ## 5.0.7
1598
+
1599
+ ### Patch Changes
1600
+
1601
+ - a1a03d145: Import only the required functions from ramda.
1602
+ - Updated dependencies [a1a03d145]
1603
+ - @pnpm/link-bins@6.0.3
1604
+ - @pnpm/lockfile-utils@3.0.4
1605
+ - @pnpm/lockfile-walker@4.0.4
1606
+
1607
+ ## 5.0.6
1608
+
1609
+ ### Patch Changes
1610
+
1611
+ - 0560ca63f: Do not print a warning if a skipped optional dependency cannot be hoisted.
1612
+
1613
+ ## 5.0.5
1614
+
1615
+ ### Patch Changes
1616
+
1617
+ - ec097f4ed: Ignore the case of the package name when deciding which dependency to hoist.
1618
+ - Updated dependencies [20e2f235d]
1619
+ - dependency-path@8.0.0
1620
+ - @pnpm/lockfile-utils@3.0.3
1621
+ - @pnpm/lockfile-walker@4.0.3
1622
+
1623
+ ## 5.0.4
1624
+
1625
+ ### Patch Changes
1626
+
1627
+ - @pnpm/link-bins@6.0.2
1628
+
1629
+ ## 5.0.3
1630
+
1631
+ ### Patch Changes
1632
+
1633
+ - Updated dependencies [97c64bae4]
1634
+ - @pnpm/types@7.1.0
1635
+ - @pnpm/link-bins@6.0.1
1636
+ - dependency-path@7.0.1
1637
+ - @pnpm/lockfile-utils@3.0.2
1638
+ - @pnpm/lockfile-walker@4.0.2
1639
+ - @pnpm/symlink-dependency@4.0.2
1640
+
1641
+ ## 5.0.2
1642
+
1643
+ ### Patch Changes
1644
+
1645
+ - Updated dependencies [6f198457d]
1646
+ - @pnpm/symlink-dependency@4.0.1
1647
+
1648
+ ## 5.0.1
1649
+
1650
+ ### Patch Changes
1651
+
1652
+ - Updated dependencies [9ceab68f0]
1653
+ - dependency-path@7.0.0
1654
+ - @pnpm/lockfile-utils@3.0.1
1655
+ - @pnpm/lockfile-walker@4.0.1
1656
+
1657
+ ## 5.0.0
1658
+
1659
+ ### Major Changes
1660
+
1661
+ - 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
1662
+
1663
+ ### Patch Changes
1664
+
1665
+ - Updated dependencies [6871d74b2]
1666
+ - Updated dependencies [06c6c9959]
1667
+ - Updated dependencies [97b986fbc]
1668
+ - Updated dependencies [6871d74b2]
1669
+ - Updated dependencies [e4efddbd2]
1670
+ - Updated dependencies [f2bb5cbeb]
1671
+ - Updated dependencies [f2bb5cbeb]
1672
+ - @pnpm/constants@5.0.0
1673
+ - @pnpm/link-bins@6.0.0
1674
+ - dependency-path@6.0.0
1675
+ - @pnpm/lockfile-types@3.0.0
1676
+ - @pnpm/lockfile-utils@3.0.0
1677
+ - @pnpm/lockfile-walker@4.0.0
1678
+ - @pnpm/matcher@2.0.0
1679
+ - @pnpm/symlink-dependency@4.0.0
1680
+ - @pnpm/types@7.0.0
1681
+
1682
+ ## 4.0.26
1683
+
1684
+ ### Patch Changes
1685
+
1686
+ - Updated dependencies [d853fb14a]
1687
+ - @pnpm/link-bins@5.3.25
1688
+
1689
+ ## 4.0.25
1690
+
1691
+ ### Patch Changes
1692
+
1693
+ - Updated dependencies [6350a3381]
1694
+ - @pnpm/link-bins@5.3.24
1695
+
1696
+ ## 4.0.24
1697
+
1698
+ ### Patch Changes
1699
+
1700
+ - Updated dependencies [a78e5c47f]
1701
+ - @pnpm/link-bins@5.3.23
1702
+
1703
+ ## 4.0.23
1704
+
1705
+ ### Patch Changes
1706
+
1707
+ - @pnpm/link-bins@5.3.22
1708
+
1709
+ ## 4.0.22
1710
+
1711
+ ### Patch Changes
1712
+
1713
+ - Updated dependencies [9ad8c27bf]
1714
+ - Updated dependencies [9ad8c27bf]
1715
+ - @pnpm/lockfile-types@2.2.0
1716
+ - @pnpm/types@6.4.0
1717
+ - @pnpm/lockfile-utils@2.0.22
1718
+ - @pnpm/lockfile-walker@3.0.9
1719
+ - dependency-path@5.1.1
1720
+ - @pnpm/link-bins@5.3.21
1721
+ - @pnpm/symlink-dependency@3.0.13
1722
+
1723
+ ## 4.0.21
1724
+
1725
+ ### Patch Changes
1726
+
1727
+ - Updated dependencies [e27dcf0dc]
1728
+ - dependency-path@5.1.0
1729
+ - @pnpm/lockfile-utils@2.0.21
1730
+ - @pnpm/lockfile-walker@3.0.8
1731
+
1732
+ ## 4.0.20
1733
+
1734
+ ### Patch Changes
1735
+
1736
+ - @pnpm/lockfile-utils@2.0.20
1737
+
1738
+ ## 4.0.19
1739
+
1740
+ ### Patch Changes
1741
+
1742
+ - @pnpm/link-bins@5.3.20
1743
+
1744
+ ## 4.0.18
1745
+
1746
+ ### Patch Changes
1747
+
1748
+ - @pnpm/link-bins@5.3.19
1749
+
1750
+ ## 4.0.17
1751
+
1752
+ ### Patch Changes
1753
+
1754
+ - Updated dependencies [39142e2ad]
1755
+ - dependency-path@5.0.6
1756
+ - @pnpm/lockfile-utils@2.0.19
1757
+ - @pnpm/lockfile-walker@3.0.7
1758
+ - @pnpm/link-bins@5.3.18
1759
+
1760
+ ## 4.0.16
1761
+
1762
+ ### Patch Changes
1763
+
1764
+ - Updated dependencies [b5d694e7f]
1765
+ - @pnpm/lockfile-types@2.1.1
1766
+ - @pnpm/types@6.3.1
1767
+ - @pnpm/lockfile-utils@2.0.18
1768
+ - @pnpm/lockfile-walker@3.0.6
1769
+ - dependency-path@5.0.5
1770
+ - @pnpm/link-bins@5.3.17
1771
+ - @pnpm/symlink-dependency@3.0.12
1772
+
1773
+ ## 4.0.15
1774
+
1775
+ ### Patch Changes
1776
+
1777
+ - Updated dependencies [d54043ee4]
1778
+ - Updated dependencies [d54043ee4]
1779
+ - Updated dependencies [fcdad632f]
1780
+ - @pnpm/lockfile-types@2.1.0
1781
+ - @pnpm/types@6.3.0
1782
+ - @pnpm/constants@4.1.0
1783
+ - @pnpm/lockfile-utils@2.0.17
1784
+ - @pnpm/lockfile-walker@3.0.5
1785
+ - dependency-path@5.0.4
1786
+ - @pnpm/link-bins@5.3.16
1787
+ - @pnpm/symlink-dependency@3.0.11
1788
+
1789
+ ## 4.0.14
1790
+
1791
+ ### Patch Changes
1792
+
1793
+ - Updated dependencies [fb863fae4]
1794
+ - @pnpm/link-bins@5.3.15
1795
+
1796
+ ## 4.0.13
1797
+
1798
+ ### Patch Changes
1799
+
1800
+ - Updated dependencies [51311d3ba]
1801
+ - @pnpm/link-bins@5.3.14
1802
+
1803
+ ## 4.0.12
1804
+
1805
+ ### Patch Changes
1806
+
1807
+ - @pnpm/symlink-dependency@3.0.10
1808
+
1809
+ ## 4.0.11
1810
+
1811
+ ### Patch Changes
1812
+
1813
+ - 968c26470: Report an info log instead of a warning when some binaries cannot be linked.
1814
+
1815
+ ## 4.0.10
1816
+
1817
+ ### Patch Changes
1818
+
1819
+ - @pnpm/link-bins@5.3.13
1820
+
1821
+ ## 4.0.9
1822
+
1823
+ ### Patch Changes
1824
+
1825
+ - @pnpm/link-bins@5.3.12
1826
+
1827
+ ## 4.0.8
1828
+
1829
+ ### Patch Changes
1830
+
1831
+ - @pnpm/link-bins@5.3.11
1832
+
1833
+ ## 4.0.7
1834
+
1835
+ ### Patch Changes
1836
+
1837
+ - @pnpm/link-bins@5.3.10
1838
+
1839
+ ## 4.0.6
1840
+
1841
+ ### Patch Changes
1842
+
1843
+ - @pnpm/link-bins@5.3.9
1844
+
1845
+ ## 4.0.5
1846
+
1847
+ ### Patch Changes
1848
+
1849
+ - a2ef8084f: Use the same versions of dependencies across the pnpm monorepo.
1850
+ - Updated dependencies [1140ef721]
1851
+ - Updated dependencies [a2ef8084f]
1852
+ - @pnpm/lockfile-utils@2.0.16
1853
+ - dependency-path@5.0.3
1854
+ - @pnpm/lockfile-walker@3.0.4
1855
+ - @pnpm/link-bins@5.3.8
1856
+
1857
+ ## 4.0.4
1858
+
1859
+ ### Patch Changes
1860
+
1861
+ - @pnpm/symlink-dependency@3.0.9
1862
+
1863
+ ## 4.0.3
1864
+
1865
+ ### Patch Changes
1866
+
1867
+ - Updated dependencies [db17f6f7b]
1868
+ - @pnpm/types@6.2.0
1869
+ - dependency-path@5.0.2
1870
+ - @pnpm/link-bins@5.3.7
1871
+ - @pnpm/lockfile-utils@2.0.15
1872
+ - @pnpm/lockfile-walker@3.0.3
1873
+ - @pnpm/symlink-dependency@3.0.8
1874
+
1875
+ ## 4.0.2
1876
+
1877
+ ### Patch Changes
1878
+
1879
+ - @pnpm/link-bins@5.3.6
1880
+
1881
+ ## 4.0.1
1882
+
1883
+ ### Patch Changes
1884
+
1885
+ - 0a2f3ecc6: Hoisting should not fail if some of the aliases cannot be hoisted due to issues with the lockfile.
1886
+
1887
+ ## 4.0.0
1888
+
1889
+ ### Major Changes
1890
+
1891
+ - 71a8c8ce3: Breaking changes in the API.
1892
+
1893
+ ### Patch Changes
1894
+
1895
+ - Updated dependencies [71a8c8ce3]
1896
+ - Updated dependencies [71a8c8ce3]
1897
+ - Updated dependencies [e1ca9fc13]
1898
+ - @pnpm/types@6.1.0
1899
+ - @pnpm/matcher@1.0.3
1900
+ - @pnpm/link-bins@5.3.5
1901
+ - dependency-path@5.0.1
1902
+ - @pnpm/lockfile-utils@2.0.14
1903
+ - @pnpm/lockfile-walker@3.0.2
1904
+ - @pnpm/symlink-dependency@3.0.7
1905
+
1906
+ ## 3.0.2
1907
+
1908
+ ### Patch Changes
1909
+
1910
+ - Updated dependencies [41d92948b]
1911
+ - dependency-path@5.0.0
1912
+ - @pnpm/lockfile-utils@2.0.13
1913
+ - @pnpm/lockfile-walker@3.0.1
1914
+ - @pnpm/link-bins@5.3.4
1915
+
1916
+ ## 3.0.1
1917
+
1918
+ ### Patch Changes
1919
+
1920
+ - @pnpm/symlink-dependency@3.0.6
1921
+
1922
+ ## 3.0.0
1923
+
1924
+ ### Major Changes
1925
+
1926
+ - b5f66c0f2: Reduce the number of directories in the virtual store directory. Don't create a subdirectory for the package version. Append the package version to the package name directory.
1927
+ - 802d145fc: Remove `independent-leaves` support.
1928
+ - 9fbb74ecb: The structure of virtual store directory changed. No subdirectory created with the registry name.
1929
+ So instead of storing packages inside `node_modules/.pnpm/<registry>/<pkg>`, packages are stored
1930
+ inside `node_modules/.pnpm/<pkg>`.
1931
+
1932
+ ### Patch Changes
1933
+
1934
+ - a7d20d927: The peer suffix at the end of local tarball dependency paths is not encoded.
1935
+ - Updated dependencies [b5f66c0f2]
1936
+ - Updated dependencies [ca9f50844]
1937
+ - Updated dependencies [142f8caf7]
1938
+ - Updated dependencies [da091c711]
1939
+ - Updated dependencies [6a8a97eee]
1940
+ - Updated dependencies [4f5801b1c]
1941
+ - @pnpm/constants@4.0.0
1942
+ - @pnpm/lockfile-walker@3.0.0
1943
+ - @pnpm/types@6.0.0
1944
+ - @pnpm/lockfile-types@2.0.1
1945
+ - dependency-path@4.0.7
1946
+ - @pnpm/link-bins@5.3.3
1947
+ - @pnpm/lockfile-utils@2.0.12
1948
+ - @pnpm/symlink-dependency@3.0.5
1949
+
1950
+ ## 3.0.0-alpha.2
1951
+
1952
+ ### Patch Changes
1953
+
1954
+ - a7d20d927: The peer suffix at the end of local tarball dependency paths is not encoded.
1955
+ - Updated dependencies [ca9f50844]
1956
+ - Updated dependencies [6a8a97eee]
1957
+ - @pnpm/constants@4.0.0-alpha.1
1958
+ - @pnpm/lockfile-types@2.0.1-alpha.0
1959
+ - @pnpm/lockfile-utils@2.0.12-alpha.1
1960
+ - @pnpm/lockfile-walker@2.0.3-alpha.1
1961
+
1962
+ ## 3.0.0-alpha.1
1963
+
1964
+ ### Major Changes
1965
+
1966
+ - 9fbb74ec: The structure of virtual store directory changed. No subdirectory created with the registry name.
1967
+ So instead of storing packages inside `node_modules/.pnpm/<registry>/<pkg>`, packages are stored
1968
+ inside `node_modules/.pnpm/<pkg>`.
1969
+
1970
+ ### Patch Changes
1971
+
1972
+ - Updated dependencies [da091c71]
1973
+ - @pnpm/types@6.0.0-alpha.0
1974
+ - dependency-path@4.0.7-alpha.0
1975
+ - @pnpm/link-bins@5.3.3-alpha.0
1976
+ - @pnpm/lockfile-utils@2.0.12-alpha.0
1977
+ - @pnpm/lockfile-walker@2.0.3-alpha.0
1978
+ - @pnpm/symlink-dependency@3.0.5-alpha.0
1979
+
1980
+ ## 3.0.0-alpha.0
1981
+
1982
+ ### Major Changes
1983
+
1984
+ - b5f66c0f2: Reduce the number of directories in the virtual store directory. Don't create a subdirectory for the package version. Append the package version to the package name directory.
1985
+
1986
+ ### Patch Changes
1987
+
1988
+ - Updated dependencies [b5f66c0f2]
1989
+ - @pnpm/constants@4.0.0-alpha.0
1990
+
1991
+ ## 2.2.3
1992
+
1993
+ ### Patch Changes
1994
+
1995
+ - Updated dependencies [907c63a48]
1996
+ - Updated dependencies [907c63a48]
1997
+ - Updated dependencies [907c63a48]
1998
+ - Updated dependencies [907c63a48]
1999
+ - @pnpm/symlink-dependency@3.0.4
2000
+ - @pnpm/link-bins@5.3.2
2001
+ - @pnpm/lockfile-utils@2.0.11