@pnpm/installing.linking.real-hoist 1100.1.5 → 1100.1.7

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 +907 -0
  2. package/package.json +8 -8
package/CHANGELOG.md ADDED
@@ -0,0 +1,907 @@
1
+ # @pnpm/real-hoist
2
+
3
+ ## 1100.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/deps.path@1100.0.9
9
+ - @pnpm/lockfile.utils@1100.1.3
10
+
11
+ ## 1100.1.6
12
+
13
+ ### Patch Changes
14
+
15
+ - @pnpm/lockfile.utils@1100.1.2
16
+
17
+ ## 1100.1.5
18
+
19
+ ### Patch Changes
20
+
21
+ - @pnpm/lockfile.utils@1100.1.1
22
+
23
+ ## 1100.1.4
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [bae694f]
28
+ - Updated dependencies [a84d2a1]
29
+ - Updated dependencies [852d537]
30
+ - @pnpm/lockfile.utils@1100.1.0
31
+ - @pnpm/error@1100.0.1
32
+
33
+ ## 1100.1.3
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [f20ad8f]
38
+ - Updated dependencies [a31faa7]
39
+ - @pnpm/lockfile.utils@1100.0.13
40
+ - @pnpm/deps.path@1100.0.8
41
+
42
+ ## 1100.1.2
43
+
44
+ ### Patch Changes
45
+
46
+ - @pnpm/deps.path@1100.0.7
47
+ - @pnpm/lockfile.utils@1100.0.12
48
+
49
+ ## 1100.1.1
50
+
51
+ ### Patch Changes
52
+
53
+ - @pnpm/deps.path@1100.0.6
54
+ - @pnpm/lockfile.utils@1100.0.11
55
+
56
+ ## 1100.1.0
57
+
58
+ ### Minor Changes
59
+
60
+ - a39a83d: Added a new `hoistingLimits` setting for `nodeLinker: hoisted` installs, mirroring yarn's `nmHoistingLimits`. It accepts `none` (the default — hoist as far as possible), `workspaces` (hoist only as far as each workspace package), or `dependencies` (hoist only up to each workspace package's direct dependencies). Originally proposed in [#6468](https://github.com/pnpm/pnpm/pull/6468), closing [#6457](https://github.com/pnpm/pnpm/issues/6457).
61
+
62
+ ## 1100.0.10
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [e55f4b5]
67
+ - @pnpm/lockfile.utils@1100.0.10
68
+ - @pnpm/deps.path@1100.0.5
69
+
70
+ ## 1100.0.9
71
+
72
+ ### Patch Changes
73
+
74
+ - @pnpm/lockfile.utils@1100.0.9
75
+ - @pnpm/deps.path@1100.0.4
76
+
77
+ ## 1100.0.8
78
+
79
+ ### Patch Changes
80
+
81
+ - @pnpm/lockfile.utils@1100.0.8
82
+
83
+ ## 1100.0.7
84
+
85
+ ### Patch Changes
86
+
87
+ - @pnpm/deps.path@1100.0.3
88
+ - @pnpm/lockfile.utils@1100.0.7
89
+
90
+ ## 1100.0.6
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [cfa271b]
95
+ - @pnpm/lockfile.utils@1100.0.6
96
+
97
+ ## 1100.0.5
98
+
99
+ ### Patch Changes
100
+
101
+ - Updated dependencies [27425d7]
102
+ - @pnpm/lockfile.utils@1100.0.5
103
+
104
+ ## 1100.0.4
105
+
106
+ ### Patch Changes
107
+
108
+ - 184ce26: Fix the package name in README.md.
109
+ - Updated dependencies [184ce26]
110
+ - Updated dependencies [6b891a5]
111
+ - @pnpm/deps.path@1100.0.2
112
+ - @pnpm/lockfile.utils@1100.0.4
113
+
114
+ ## 1100.0.3
115
+
116
+ ### Patch Changes
117
+
118
+ - @pnpm/lockfile.utils@1100.0.3
119
+
120
+ ## 1100.0.2
121
+
122
+ ### Patch Changes
123
+
124
+ - @pnpm/lockfile.utils@1100.0.2
125
+
126
+ ## 1100.0.1
127
+
128
+ ### Patch Changes
129
+
130
+ - @pnpm/deps.path@1100.0.1
131
+ - @pnpm/lockfile.utils@1100.0.1
132
+
133
+ ## 1002.0.0
134
+
135
+ ### Major Changes
136
+
137
+ - 491a84f: This package is now pure ESM.
138
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
139
+
140
+ ### Patch Changes
141
+
142
+ - Updated dependencies [5f73b0f]
143
+ - Updated dependencies [a8f016c]
144
+ - Updated dependencies [491a84f]
145
+ - Updated dependencies [7d2fd48]
146
+ - Updated dependencies [38b8e35]
147
+ - Updated dependencies [394d88c]
148
+ - Updated dependencies [1e6de25]
149
+ - Updated dependencies [831f574]
150
+ - @pnpm/deps.path@1002.0.0
151
+ - @pnpm/lockfile.utils@1004.0.0
152
+ - @pnpm/error@1001.0.0
153
+
154
+ ## 1001.0.20
155
+
156
+ ### Patch Changes
157
+
158
+ - @pnpm/lockfile.utils@1003.0.3
159
+ - @pnpm/dependency-path@1001.1.3
160
+
161
+ ## 1001.0.19
162
+
163
+ ### Patch Changes
164
+
165
+ - @pnpm/dependency-path@1001.1.2
166
+ - @pnpm/lockfile.utils@1003.0.2
167
+
168
+ ## 1001.0.18
169
+
170
+ ### Patch Changes
171
+
172
+ - @pnpm/error@1000.0.5
173
+
174
+ ## 1001.0.17
175
+
176
+ ### Patch Changes
177
+
178
+ - @pnpm/lockfile.utils@1003.0.1
179
+ - @pnpm/dependency-path@1001.1.1
180
+
181
+ ## 1001.0.16
182
+
183
+ ### Patch Changes
184
+
185
+ - Updated dependencies [d1edf73]
186
+ - Updated dependencies [d1edf73]
187
+ - @pnpm/dependency-path@1001.1.0
188
+ - @pnpm/lockfile.utils@1003.0.0
189
+ - @pnpm/error@1000.0.4
190
+
191
+ ## 1001.0.15
192
+
193
+ ### Patch Changes
194
+
195
+ - Updated dependencies [2e85f29]
196
+ - Updated dependencies [1a07b8f]
197
+ - @pnpm/lockfile.utils@1002.1.0
198
+ - @pnpm/dependency-path@1001.0.2
199
+ - @pnpm/error@1000.0.3
200
+
201
+ ## 1001.0.14
202
+
203
+ ### Patch Changes
204
+
205
+ - @pnpm/dependency-path@1001.0.1
206
+ - @pnpm/lockfile.utils@1002.0.1
207
+
208
+ ## 1001.0.13
209
+
210
+ ### Patch Changes
211
+
212
+ - Updated dependencies [540986f]
213
+ - @pnpm/dependency-path@1001.0.0
214
+ - @pnpm/lockfile.utils@1002.0.0
215
+
216
+ ## 1001.0.12
217
+
218
+ ### Patch Changes
219
+
220
+ - @pnpm/lockfile.utils@1001.0.12
221
+
222
+ ## 1001.0.11
223
+
224
+ ### Patch Changes
225
+
226
+ - @pnpm/lockfile.utils@1001.0.11
227
+ - @pnpm/dependency-path@1000.0.9
228
+
229
+ ## 1001.0.10
230
+
231
+ ### Patch Changes
232
+
233
+ - @pnpm/lockfile.utils@1001.0.10
234
+ - @pnpm/dependency-path@1000.0.8
235
+
236
+ ## 1001.0.9
237
+
238
+ ### Patch Changes
239
+
240
+ - @pnpm/lockfile.utils@1001.0.9
241
+
242
+ ## 1001.0.8
243
+
244
+ ### Patch Changes
245
+
246
+ - @pnpm/lockfile.utils@1001.0.8
247
+ - @pnpm/dependency-path@1000.0.7
248
+
249
+ ## 1001.0.7
250
+
251
+ ### Patch Changes
252
+
253
+ - @pnpm/lockfile.utils@1001.0.7
254
+ - @pnpm/dependency-path@1000.0.6
255
+
256
+ ## 1001.0.6
257
+
258
+ ### Patch Changes
259
+
260
+ - @pnpm/lockfile.utils@1001.0.6
261
+
262
+ ## 1001.0.5
263
+
264
+ ### Patch Changes
265
+
266
+ - @pnpm/dependency-path@1000.0.5
267
+ - @pnpm/lockfile.utils@1001.0.5
268
+
269
+ ## 1001.0.4
270
+
271
+ ### Patch Changes
272
+
273
+ - @pnpm/dependency-path@1000.0.4
274
+ - @pnpm/lockfile.utils@1001.0.4
275
+
276
+ ## 1001.0.3
277
+
278
+ ### Patch Changes
279
+
280
+ - @pnpm/lockfile.utils@1001.0.3
281
+ - @pnpm/dependency-path@1000.0.3
282
+
283
+ ## 1001.0.2
284
+
285
+ ### Patch Changes
286
+
287
+ - @pnpm/error@1000.0.2
288
+ - @pnpm/lockfile.utils@1001.0.2
289
+ - @pnpm/dependency-path@1000.0.2
290
+
291
+ ## 1001.0.1
292
+
293
+ ### Patch Changes
294
+
295
+ - @pnpm/lockfile.utils@1001.0.1
296
+ - @pnpm/dependency-path@1000.0.1
297
+
298
+ ## 1001.0.0
299
+
300
+ ### Major Changes
301
+
302
+ - a76da0c: Removed lockfile conversion from v6 to v9. If you need to convert lockfile v6 to v9, use pnpm CLI v9.
303
+
304
+ ### Patch Changes
305
+
306
+ - Updated dependencies [a76da0c]
307
+ - @pnpm/lockfile.utils@1001.0.0
308
+ - @pnpm/error@1000.0.1
309
+
310
+ ## 3.0.15
311
+
312
+ ### Patch Changes
313
+
314
+ - Updated dependencies [dcd2917]
315
+ - Updated dependencies [d55b259]
316
+ - @pnpm/dependency-path@6.0.0
317
+ - @pnpm/error@6.0.3
318
+ - @pnpm/lockfile.utils@1.0.5
319
+
320
+ ## 3.0.14
321
+
322
+ ### Patch Changes
323
+
324
+ - @pnpm/dependency-path@5.1.7
325
+ - @pnpm/lockfile.utils@1.0.4
326
+
327
+ ## 3.0.13
328
+
329
+ ### Patch Changes
330
+
331
+ - @pnpm/error@6.0.2
332
+
333
+ ## 3.0.12
334
+
335
+ ### Patch Changes
336
+
337
+ - @pnpm/lockfile.utils@1.0.3
338
+ - @pnpm/dependency-path@5.1.6
339
+
340
+ ## 3.0.11
341
+
342
+ ### Patch Changes
343
+
344
+ - @pnpm/lockfile.utils@1.0.2
345
+ - @pnpm/dependency-path@5.1.5
346
+
347
+ ## 3.0.10
348
+
349
+ ### Patch Changes
350
+
351
+ - @pnpm/lockfile.utils@1.0.1
352
+ - @pnpm/dependency-path@5.1.4
353
+
354
+ ## 3.0.9
355
+
356
+ ### Patch Changes
357
+
358
+ - Updated dependencies [c5ef9b0]
359
+ - @pnpm/lockfile.utils@1.0.0
360
+
361
+ ## 3.0.8
362
+
363
+ ### Patch Changes
364
+
365
+ - @pnpm/lockfile-utils@11.0.4
366
+ - @pnpm/dependency-path@5.1.3
367
+
368
+ ## 3.0.7
369
+
370
+ ### Patch Changes
371
+
372
+ - @pnpm/lockfile-utils@11.0.3
373
+ - @pnpm/dependency-path@5.1.2
374
+
375
+ ## 3.0.6
376
+
377
+ ### Patch Changes
378
+
379
+ - @pnpm/lockfile-utils@11.0.2
380
+ - @pnpm/dependency-path@5.1.1
381
+
382
+ ## 3.0.5
383
+
384
+ ### Patch Changes
385
+
386
+ - Updated dependencies [47341e5]
387
+ - @pnpm/dependency-path@5.1.0
388
+ - @pnpm/lockfile-utils@11.0.1
389
+
390
+ ## 3.0.4
391
+
392
+ ### Patch Changes
393
+
394
+ - Updated dependencies
395
+ - @pnpm/lockfile-utils@11.0.0
396
+ - @pnpm/dependency-path@5.0.0
397
+
398
+ ## 3.0.3
399
+
400
+ ### Patch Changes
401
+
402
+ - Updated dependencies [a7aef51]
403
+ - @pnpm/error@6.0.1
404
+
405
+ ## 3.0.2
406
+
407
+ ### Patch Changes
408
+
409
+ - Updated dependencies [7a0536e]
410
+ - @pnpm/lockfile-utils@10.1.1
411
+
412
+ ## 3.0.1
413
+
414
+ ### Patch Changes
415
+
416
+ - Updated dependencies [9719a42]
417
+ - @pnpm/dependency-path@4.0.0
418
+ - @pnpm/lockfile-utils@10.1.0
419
+
420
+ ## 3.0.0
421
+
422
+ ### Major Changes
423
+
424
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
425
+
426
+ ### Patch Changes
427
+
428
+ - Updated dependencies [3ded840]
429
+ - Updated dependencies [cdd8365]
430
+ - Updated dependencies [89b396b]
431
+ - Updated dependencies [43cdd87]
432
+ - Updated dependencies [d381a60]
433
+ - Updated dependencies [98a1266]
434
+ - @pnpm/error@6.0.0
435
+ - @pnpm/dependency-path@3.0.0
436
+ - @pnpm/lockfile-utils@10.0.0
437
+
438
+ ## 2.0.19
439
+
440
+ ### Patch Changes
441
+
442
+ - @pnpm/lockfile-utils@9.0.5
443
+
444
+ ## 2.0.18
445
+
446
+ ### Patch Changes
447
+
448
+ - @pnpm/lockfile-utils@9.0.4
449
+ - @pnpm/dependency-path@2.1.7
450
+
451
+ ## 2.0.17
452
+
453
+ ### Patch Changes
454
+
455
+ - @pnpm/lockfile-utils@9.0.3
456
+ - @pnpm/dependency-path@2.1.6
457
+
458
+ ## 2.0.16
459
+
460
+ ### Patch Changes
461
+
462
+ - Updated dependencies [d5a176af7]
463
+ - @pnpm/lockfile-utils@9.0.2
464
+
465
+ ## 2.0.15
466
+
467
+ ### Patch Changes
468
+
469
+ - b4194fe52: Fixed out-of-memory exception that was happening on dependencies with many peer dependencies, when `node-linker` was set to `hoisted` [#6227](https://github.com/pnpm/pnpm/issues/6227).
470
+ - Updated dependencies [b4194fe52]
471
+ - @pnpm/lockfile-utils@9.0.1
472
+
473
+ ## 2.0.14
474
+
475
+ ### Patch Changes
476
+
477
+ - Updated dependencies [4c2450208]
478
+ - @pnpm/lockfile-utils@9.0.0
479
+
480
+ ## 2.0.13
481
+
482
+ ### Patch Changes
483
+
484
+ - @pnpm/lockfile-utils@8.0.7
485
+ - @pnpm/dependency-path@2.1.5
486
+
487
+ ## 2.0.12
488
+
489
+ ### Patch Changes
490
+
491
+ - @pnpm/lockfile-utils@8.0.6
492
+ - @pnpm/dependency-path@2.1.4
493
+
494
+ ## 2.0.11
495
+
496
+ ### Patch Changes
497
+
498
+ - Updated dependencies [f394cfccd]
499
+ - @pnpm/lockfile-utils@8.0.5
500
+
501
+ ## 2.0.10
502
+
503
+ ### Patch Changes
504
+
505
+ - Updated dependencies [e9aa6f682]
506
+ - @pnpm/lockfile-utils@8.0.4
507
+
508
+ ## 2.0.9
509
+
510
+ ### Patch Changes
511
+
512
+ - @pnpm/lockfile-utils@8.0.3
513
+ - @pnpm/dependency-path@2.1.3
514
+
515
+ ## 2.0.8
516
+
517
+ ### Patch Changes
518
+
519
+ - 59aba9e72: Peer dependencies of subdependencies should be installed, when `node-linker` is set to `hoisted` [#6680](https://github.com/pnpm/pnpm/pull/6680).
520
+
521
+ ## 2.0.7
522
+
523
+ ### Patch Changes
524
+
525
+ - Updated dependencies [d9da627cd]
526
+ - @pnpm/lockfile-utils@8.0.2
527
+ - @pnpm/error@5.0.2
528
+
529
+ ## 2.0.6
530
+
531
+ ### Patch Changes
532
+
533
+ - d55b41a8b: Dependencies have been updated.
534
+
535
+ ## 2.0.5
536
+
537
+ ### Patch Changes
538
+
539
+ - @pnpm/lockfile-utils@8.0.1
540
+ - @pnpm/dependency-path@2.1.2
541
+ - @pnpm/error@5.0.1
542
+
543
+ ## 2.0.4
544
+
545
+ ### Patch Changes
546
+
547
+ - Updated dependencies [d58cdb962]
548
+ - @pnpm/lockfile-utils@8.0.0
549
+
550
+ ## 2.0.3
551
+
552
+ ### Patch Changes
553
+
554
+ - Updated dependencies [c0760128d]
555
+ - @pnpm/dependency-path@2.1.1
556
+ - @pnpm/lockfile-utils@7.0.1
557
+
558
+ ## 2.0.2
559
+
560
+ ### Patch Changes
561
+
562
+ - e440d784f: Update yarn dependencies.
563
+ - Updated dependencies [72ba638e3]
564
+ - @pnpm/lockfile-utils@7.0.0
565
+
566
+ ## 2.0.1
567
+
568
+ ### Patch Changes
569
+
570
+ - Updated dependencies [5087636b6]
571
+ - Updated dependencies [94f94eed6]
572
+ - @pnpm/dependency-path@2.1.0
573
+ - @pnpm/lockfile-utils@6.0.1
574
+
575
+ ## 2.0.0
576
+
577
+ ### Major Changes
578
+
579
+ - eceaa8b8b: Node.js 14 support dropped.
580
+
581
+ ### Patch Changes
582
+
583
+ - Updated dependencies [c92936158]
584
+ - Updated dependencies [ca8f51e60]
585
+ - Updated dependencies [eceaa8b8b]
586
+ - Updated dependencies [0e26acb0f]
587
+ - @pnpm/lockfile-utils@6.0.0
588
+ - @pnpm/dependency-path@2.0.0
589
+ - @pnpm/error@5.0.0
590
+
591
+ ## 1.1.6
592
+
593
+ ### Patch Changes
594
+
595
+ - @pnpm/lockfile-utils@5.0.7
596
+
597
+ ## 1.1.5
598
+
599
+ ### Patch Changes
600
+
601
+ - Updated dependencies [d89d7a078]
602
+ - @pnpm/dependency-path@1.1.3
603
+ - @pnpm/lockfile-utils@5.0.6
604
+
605
+ ## 1.1.4
606
+
607
+ ### Patch Changes
608
+
609
+ - Updated dependencies [9247f6781]
610
+ - @pnpm/dependency-path@1.1.2
611
+ - @pnpm/lockfile-utils@5.0.5
612
+
613
+ ## 1.1.3
614
+
615
+ ### Patch Changes
616
+
617
+ - Updated dependencies [0f6e95872]
618
+ - @pnpm/dependency-path@1.1.1
619
+ - @pnpm/lockfile-utils@5.0.4
620
+
621
+ ## 1.1.2
622
+
623
+ ### Patch Changes
624
+
625
+ - Updated dependencies [3ebce5db7]
626
+ - @pnpm/dependency-path@1.1.0
627
+ - @pnpm/error@4.0.1
628
+ - @pnpm/lockfile-utils@5.0.3
629
+
630
+ ## 1.1.1
631
+
632
+ ### Patch Changes
633
+
634
+ - @pnpm/lockfile-utils@5.0.2
635
+ - @pnpm/dependency-path@1.0.1
636
+
637
+ ## 1.1.0
638
+
639
+ ### Minor Changes
640
+
641
+ - 450e0b1d1: A new option added for avoiding hoisting some dependencies to the root of `node_modules`: `externalDependencies`. This option is a set of dependency names that were added to `node_modules` by another tool. pnpm doesn't have information about these dependencies but they shouldn't be overwritten by hoisted dependencies.
642
+
643
+ ### Patch Changes
644
+
645
+ - Updated dependencies [313702d76]
646
+ - @pnpm/dependency-path@1.0.0
647
+ - @pnpm/lockfile-utils@5.0.1
648
+
649
+ ## 1.0.4
650
+
651
+ ### Patch Changes
652
+
653
+ - Updated dependencies [ecc8794bb]
654
+ - Updated dependencies [ecc8794bb]
655
+ - @pnpm/lockfile-utils@5.0.0
656
+
657
+ ## 1.0.3
658
+
659
+ ### Patch Changes
660
+
661
+ - dependency-path@9.2.8
662
+ - @pnpm/lockfile-utils@4.2.8
663
+
664
+ ## 1.0.2
665
+
666
+ ### Patch Changes
667
+
668
+ - 0da2f0412: Update dependencies.
669
+
670
+ ## 1.0.1
671
+
672
+ ### Patch Changes
673
+
674
+ - dependency-path@9.2.7
675
+ - @pnpm/lockfile-utils@4.2.7
676
+
677
+ ## 1.0.0
678
+
679
+ ### Major Changes
680
+
681
+ - f884689e0: Require `@pnpm/logger` v5.
682
+
683
+ ### Patch Changes
684
+
685
+ - e35988d1f: Update Yarn dependencies.
686
+ - Updated dependencies [043d988fc]
687
+ - Updated dependencies [f884689e0]
688
+ - @pnpm/error@4.0.0
689
+
690
+ ## 0.2.20
691
+
692
+ ### Patch Changes
693
+
694
+ - Updated dependencies [e8a631bf0]
695
+ - @pnpm/error@3.1.0
696
+
697
+ ## 0.2.19
698
+
699
+ ### Patch Changes
700
+
701
+ - dependency-path@9.2.6
702
+ - @pnpm/lockfile-utils@4.2.6
703
+
704
+ ## 0.2.18
705
+
706
+ ### Patch Changes
707
+
708
+ - dependency-path@9.2.5
709
+ - @pnpm/lockfile-utils@4.2.5
710
+
711
+ ## 0.2.17
712
+
713
+ ### Patch Changes
714
+
715
+ - 9faf0221d: Update Yarn dependencies.
716
+
717
+ ## 0.2.16
718
+
719
+ ### Patch Changes
720
+
721
+ - @pnpm/lockfile-utils@4.2.4
722
+
723
+ ## 0.2.15
724
+
725
+ ### Patch Changes
726
+
727
+ - Updated dependencies [8103f92bd]
728
+ - @pnpm/lockfile-utils@4.2.3
729
+
730
+ ## 0.2.14
731
+
732
+ ### Patch Changes
733
+
734
+ - dependency-path@9.2.4
735
+ - @pnpm/lockfile-utils@4.2.2
736
+
737
+ ## 0.2.13
738
+
739
+ ### Patch Changes
740
+
741
+ - Updated dependencies [c83f40c10]
742
+ - @pnpm/lockfile-utils@4.2.1
743
+
744
+ ## 0.2.12
745
+
746
+ ### Patch Changes
747
+
748
+ - Updated dependencies [8dcfbe357]
749
+ - @pnpm/lockfile-utils@4.2.0
750
+
751
+ ## 0.2.11
752
+
753
+ ### Patch Changes
754
+
755
+ - Updated dependencies [e3f4d131c]
756
+ - @pnpm/lockfile-utils@4.1.0
757
+
758
+ ## 0.2.10
759
+
760
+ ### Patch Changes
761
+
762
+ - dependency-path@9.2.3
763
+ - @pnpm/lockfile-utils@4.0.10
764
+
765
+ ## 0.2.9
766
+
767
+ ### Patch Changes
768
+
769
+ - Updated dependencies [5f643f23b]
770
+ - @pnpm/lockfile-utils@4.0.9
771
+
772
+ ## 0.2.8
773
+
774
+ ### Patch Changes
775
+
776
+ - Updated dependencies [fc581d371]
777
+ - dependency-path@9.2.2
778
+ - @pnpm/lockfile-utils@4.0.8
779
+
780
+ ## 0.2.7
781
+
782
+ ### Patch Changes
783
+
784
+ - @pnpm/lockfile-utils@4.0.7
785
+ - dependency-path@9.2.1
786
+
787
+ ## 0.2.6
788
+
789
+ ### Patch Changes
790
+
791
+ - Updated dependencies [c635f9fc1]
792
+ - dependency-path@9.2.0
793
+ - @pnpm/lockfile-utils@4.0.6
794
+
795
+ ## 0.2.5
796
+
797
+ ### Patch Changes
798
+
799
+ - Updated dependencies [725636a90]
800
+ - dependency-path@9.1.4
801
+ - @pnpm/lockfile-utils@4.0.5
802
+
803
+ ## 0.2.4
804
+
805
+ ### Patch Changes
806
+
807
+ - dependency-path@9.1.3
808
+ - @pnpm/lockfile-utils@4.0.4
809
+
810
+ ## 0.2.3
811
+
812
+ ### Patch Changes
813
+
814
+ - Updated dependencies [c57695550]
815
+ - dependency-path@9.1.2
816
+ - @pnpm/lockfile-utils@4.0.3
817
+
818
+ ## 0.2.2
819
+
820
+ ### Patch Changes
821
+
822
+ - dependency-path@9.1.1
823
+ - @pnpm/lockfile-utils@4.0.2
824
+
825
+ ## 0.2.1
826
+
827
+ ### Patch Changes
828
+
829
+ - Updated dependencies [0a70aedb1]
830
+ - Updated dependencies [688b0eaff]
831
+ - dependency-path@9.1.0
832
+ - @pnpm/lockfile-utils@4.0.1
833
+ - @pnpm/error@3.0.1
834
+
835
+ ## 0.2.0
836
+
837
+ ### Minor Changes
838
+
839
+ - 542014839: Node.js 12 is not supported.
840
+
841
+ ### Patch Changes
842
+
843
+ - 9b9b13c3a: Update Yarn dependencies.
844
+ - Updated dependencies [faf830b8f]
845
+ - Updated dependencies [542014839]
846
+ - dependency-path@9.0.0
847
+ - @pnpm/error@3.0.0
848
+ - @pnpm/lockfile-utils@4.0.0
849
+
850
+ ## 0.1.8
851
+
852
+ ### Patch Changes
853
+
854
+ - 70ba51da9: Throw a meaningful error message on `pnpm install` when the lockfile is broken and `node-linker` is set to `hoisted`.
855
+ - Updated dependencies [70ba51da9]
856
+ - @pnpm/error@2.1.0
857
+
858
+ ## 0.1.7
859
+
860
+ ### Patch Changes
861
+
862
+ - @pnpm/lockfile-utils@3.2.1
863
+ - dependency-path@8.0.11
864
+
865
+ ## 0.1.6
866
+
867
+ ### Patch Changes
868
+
869
+ - 329e186e9: Allow to set hoistingLimits for the hoisted node linker.
870
+
871
+ ## 0.1.5
872
+
873
+ ### Patch Changes
874
+
875
+ - Updated dependencies [cdc521cfa]
876
+ - @pnpm/lockfile-utils@3.2.0
877
+
878
+ ## 0.1.4
879
+
880
+ ### Patch Changes
881
+
882
+ - 6b877aad5: Update `@yarnpkg/nm` to `v3.0.1-rc.10`.
883
+
884
+ ## 0.1.3
885
+
886
+ ### Patch Changes
887
+
888
+ - dependency-path@8.0.10
889
+ - @pnpm/lockfile-utils@3.1.6
890
+
891
+ ## 0.1.2
892
+
893
+ ### Patch Changes
894
+
895
+ - cbd2f3e2a: Downgrade and pin Yarn lib versions.
896
+
897
+ ## 0.1.1
898
+
899
+ ### Patch Changes
900
+
901
+ - 1018ec1fd: When the same package is installed through different aliases, hoist each of the aliases.
902
+
903
+ ## 0.1.0
904
+
905
+ ### Minor Changes
906
+
907
+ - 732d4962f: Initial release.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.linking.real-hoist",
3
- "version": "1100.1.5",
3
+ "version": "1100.1.7",
4
4
  "description": "Hoists dependencies in a node_modules created by pnpm",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -27,17 +27,17 @@
27
27
  "!*.map"
28
28
  ],
29
29
  "dependencies": {
30
- "@yarnpkg/nm": "4.0.7",
31
- "@pnpm/deps.path": "1100.0.8",
30
+ "@pnpm/deps.path": "1100.0.9",
32
31
  "@pnpm/error": "1100.0.1",
33
- "@pnpm/lockfile.utils": "1100.1.1"
32
+ "@pnpm/lockfile.utils": "1100.1.3",
33
+ "@yarnpkg/nm": "4.0.7"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@jest/globals": "30.4.1",
37
- "@pnpm/installing.linking.real-hoist": "1100.1.5",
38
- "@pnpm/lockfile.fs": "1100.1.8",
39
- "@pnpm/types": "1101.3.2",
40
- "@pnpm/test-fixtures": "1100.0.0"
37
+ "@pnpm/installing.linking.real-hoist": "1100.1.7",
38
+ "@pnpm/lockfile.fs": "1100.1.11",
39
+ "@pnpm/test-fixtures": "1100.0.0",
40
+ "@pnpm/types": "1101.4.0"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=22.13"