@pnpm/core-loggers 1100.2.1 → 1100.2.2

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 +582 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,582 @@
1
+ # @pnpm/core-loggers
2
+
3
+ ## 1100.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/types@1101.4.0
9
+
10
+ ## 1100.2.1
11
+
12
+ ### Patch Changes
13
+
14
+ - a31faa7: Updated dependency ranges. Notably:
15
+
16
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
17
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
18
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
19
+ - `@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.
20
+
21
+ - Updated dependencies [681b593]
22
+ - @pnpm/types@1101.3.2
23
+
24
+ ## 1100.2.0
25
+
26
+ ### Minor Changes
27
+
28
+ - f11b4fc: Print a "Lockfile passes supply-chain policies (verified 2h ago)" message when lockfile verification is skipped because a cached verdict for the same lockfile content and policy is reused. Previously the cached short-circuit was completely silent, which made it look like the policy gate never ran [#12324](https://github.com/pnpm/pnpm/issues/12324).
29
+
30
+ ## 1100.1.4
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [bf1b731]
35
+ - @pnpm/types@1101.3.1
36
+
37
+ ## 1100.1.3
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [a017bf3]
42
+ - @pnpm/types@1101.3.0
43
+
44
+ ## 1100.1.2
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [35d2355]
49
+ - @pnpm/types@1101.2.0
50
+
51
+ ## 1100.1.1
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies [64afc92]
56
+ - @pnpm/types@1101.1.1
57
+
58
+ ## 1100.1.0
59
+
60
+ ### Minor Changes
61
+
62
+ - 4a79336: The lockfile verifier added in #11705 now emits `pnpm:lockfile-verification` log events (`status: 'started' | 'done'`) around the registry round-trip pass, and the default reporter renders them as a transient progress line so users can see that pnpm is doing work — on a cold registry cache the round-trip can take a noticeable beat, and the previous behavior was complete silence followed by either a long pause or an error. The cached short-circuit stays silent (no logs when no work happens), and the `done` line carries the number of distinct entries that were checked plus the elapsed time.
63
+
64
+ Pacquet parity: not ported — pacquet doesn't carry the lockfile verifier yet (see the parity note on #11705).
65
+
66
+ ## 1100.0.2
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies [b61e268]
71
+ - @pnpm/types@1101.1.0
72
+
73
+ ## 1100.0.1
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies [ff28085]
78
+ - @pnpm/types@1101.0.0
79
+
80
+ ## 1002.0.0
81
+
82
+ ### Major Changes
83
+
84
+ - 491a84f: This package is now pure ESM.
85
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [76718b3]
90
+ - Updated dependencies [a8f016c]
91
+ - Updated dependencies [cc1b8e3]
92
+ - Updated dependencies [491a84f]
93
+ - Updated dependencies [7d2fd48]
94
+ - Updated dependencies [efb48dc]
95
+ - Updated dependencies [cb367b9]
96
+ - Updated dependencies [7b1c189]
97
+ - Updated dependencies [8ffb1a7]
98
+ - Updated dependencies [05fb1ae]
99
+ - Updated dependencies [71de2b3]
100
+ - Updated dependencies [10bc391]
101
+ - Updated dependencies [2df8b71]
102
+ - Updated dependencies [15549a9]
103
+ - Updated dependencies [cc7c0d2]
104
+ - Updated dependencies [efb48dc]
105
+ - @pnpm/types@1001.0.0
106
+
107
+ ## 1001.0.4
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies [7c1382f]
112
+ - Updated dependencies [dee39ec]
113
+ - @pnpm/types@1000.9.0
114
+
115
+ ## 1001.0.3
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies [e792927]
120
+ - @pnpm/types@1000.8.0
121
+
122
+ ## 1001.0.2
123
+
124
+ ### Patch Changes
125
+
126
+ - Updated dependencies [1a07b8f]
127
+ - @pnpm/types@1000.7.0
128
+
129
+ ## 1001.0.1
130
+
131
+ ### Patch Changes
132
+
133
+ - 09cf46f: Update `@pnpm/logger` in peer dependencies.
134
+ - Updated dependencies [5ec7255]
135
+ - @pnpm/types@1000.6.0
136
+
137
+ ## 1001.0.0
138
+
139
+ ### Major Changes
140
+
141
+ - 8a9f3a4: `pref` renamed to `bareSpecifier`.
142
+
143
+ ### Patch Changes
144
+
145
+ - Updated dependencies [8a9f3a4]
146
+ - Updated dependencies [5b73df1]
147
+ - @pnpm/logger@1001.0.0
148
+ - @pnpm/types@1000.5.0
149
+
150
+ ## 1000.2.0
151
+
152
+ ### Minor Changes
153
+
154
+ - 750ae7d: Now you can use the `pnpm add` command with the `--config` flag to install new configurational dependencies [#9377](https://github.com/pnpm/pnpm/pull/9377).
155
+
156
+ ### Patch Changes
157
+
158
+ - Updated dependencies [750ae7d]
159
+ - @pnpm/types@1000.4.0
160
+
161
+ ## 1000.1.5
162
+
163
+ ### Patch Changes
164
+
165
+ - Updated dependencies [5f7be64]
166
+ - Updated dependencies [5f7be64]
167
+ - @pnpm/types@1000.3.0
168
+
169
+ ## 1000.1.4
170
+
171
+ ### Patch Changes
172
+
173
+ - Updated dependencies [a5e4965]
174
+ - @pnpm/types@1000.2.1
175
+
176
+ ## 1000.1.3
177
+
178
+ ### Patch Changes
179
+
180
+ - Updated dependencies [8fcc221]
181
+ - @pnpm/types@1000.2.0
182
+
183
+ ## 1000.1.2
184
+
185
+ ### Patch Changes
186
+
187
+ - Updated dependencies [b562deb]
188
+ - @pnpm/types@1000.1.1
189
+
190
+ ## 1000.1.1
191
+
192
+ ### Patch Changes
193
+
194
+ - Updated dependencies [9591a18]
195
+ - @pnpm/types@1000.1.0
196
+
197
+ ## 1000.1.0
198
+
199
+ ### Minor Changes
200
+
201
+ - 516c4b3: Add new logger for ignored scripts.
202
+
203
+ ## 10.0.7
204
+
205
+ ### Patch Changes
206
+
207
+ - Updated dependencies [d500d9f]
208
+ - @pnpm/types@12.2.0
209
+
210
+ ## 10.0.6
211
+
212
+ ### Patch Changes
213
+
214
+ - Updated dependencies [7ee59a1]
215
+ - @pnpm/types@12.1.0
216
+
217
+ ## 10.0.5
218
+
219
+ ### Patch Changes
220
+
221
+ - Updated dependencies [cb006df]
222
+ - @pnpm/types@12.0.0
223
+
224
+ ## 10.0.4
225
+
226
+ ### Patch Changes
227
+
228
+ - Updated dependencies [0ef168b]
229
+ - @pnpm/types@11.1.0
230
+
231
+ ## 10.0.3
232
+
233
+ ### Patch Changes
234
+
235
+ - Updated dependencies [dd00eeb]
236
+ - Updated dependencies
237
+ - @pnpm/types@11.0.0
238
+
239
+ ## 10.0.2
240
+
241
+ ### Patch Changes
242
+
243
+ - Updated dependencies [13e55b2]
244
+ - @pnpm/types@10.1.1
245
+
246
+ ## 10.0.1
247
+
248
+ ### Patch Changes
249
+
250
+ - Updated dependencies [45f4262]
251
+ - @pnpm/types@10.1.0
252
+
253
+ ## 10.0.0
254
+
255
+ ### Major Changes
256
+
257
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
258
+
259
+ ### Patch Changes
260
+
261
+ - Updated dependencies [7733f3a]
262
+ - Updated dependencies [43cdd87]
263
+ - Updated dependencies [730929e]
264
+ - @pnpm/types@10.0.0
265
+
266
+ ## 9.0.6
267
+
268
+ ### Patch Changes
269
+
270
+ - Updated dependencies [4d34684f1]
271
+ - @pnpm/types@9.4.2
272
+
273
+ ## 9.0.5
274
+
275
+ ### Patch Changes
276
+
277
+ - Updated dependencies
278
+ - @pnpm/types@9.4.1
279
+
280
+ ## 9.0.4
281
+
282
+ ### Patch Changes
283
+
284
+ - Updated dependencies [43ce9e4a6]
285
+ - @pnpm/types@9.4.0
286
+
287
+ ## 9.0.3
288
+
289
+ ### Patch Changes
290
+
291
+ - Updated dependencies [d774a3196]
292
+ - @pnpm/types@9.3.0
293
+
294
+ ## 9.0.2
295
+
296
+ ### Patch Changes
297
+
298
+ - Updated dependencies [aa2ae8fe2]
299
+ - @pnpm/types@9.2.0
300
+
301
+ ## 9.0.1
302
+
303
+ ### Patch Changes
304
+
305
+ - Updated dependencies [a9e0b7cbf]
306
+ - @pnpm/types@9.1.0
307
+
308
+ ## 9.0.0
309
+
310
+ ### Major Changes
311
+
312
+ - eceaa8b8b: Node.js 14 support dropped.
313
+
314
+ ### Patch Changes
315
+
316
+ - Updated dependencies [eceaa8b8b]
317
+ - @pnpm/types@9.0.0
318
+
319
+ ## 8.0.3
320
+
321
+ ### Patch Changes
322
+
323
+ - Updated dependencies [b77651d14]
324
+ - @pnpm/types@8.10.0
325
+
326
+ ## 8.0.2
327
+
328
+ ### Patch Changes
329
+
330
+ - Updated dependencies [702e847c1]
331
+ - @pnpm/types@8.9.0
332
+
333
+ ## 8.0.1
334
+
335
+ ### Patch Changes
336
+
337
+ - Updated dependencies [844e82f3a]
338
+ - @pnpm/types@8.8.0
339
+
340
+ ## 8.0.0
341
+
342
+ ### Major Changes
343
+
344
+ - f884689e0: Require `@pnpm/logger` v5.
345
+
346
+ ## 7.1.0
347
+
348
+ ### Minor Changes
349
+
350
+ - 3ae888c28: Show execution time on `install`, `update`, `add`, and `remove` [#1021](https://github.com/pnpm/pnpm/issues/1021).
351
+
352
+ ## 7.0.8
353
+
354
+ ### Patch Changes
355
+
356
+ - Updated dependencies [d665f3ff7]
357
+ - @pnpm/types@8.7.0
358
+
359
+ ## 7.0.7
360
+
361
+ ### Patch Changes
362
+
363
+ - Updated dependencies [156cc1ef6]
364
+ - @pnpm/types@8.6.0
365
+
366
+ ## 7.0.6
367
+
368
+ ### Patch Changes
369
+
370
+ - Updated dependencies [c90798461]
371
+ - @pnpm/types@8.5.0
372
+
373
+ ## 7.0.5
374
+
375
+ ### Patch Changes
376
+
377
+ - Updated dependencies [8e5b77ef6]
378
+ - @pnpm/types@8.4.0
379
+
380
+ ## 7.0.4
381
+
382
+ ### Patch Changes
383
+
384
+ - Updated dependencies [2a34b21ce]
385
+ - @pnpm/types@8.3.0
386
+
387
+ ## 7.0.3
388
+
389
+ ### Patch Changes
390
+
391
+ - Updated dependencies [fb5bbfd7a]
392
+ - @pnpm/types@8.2.0
393
+
394
+ ## 7.0.2
395
+
396
+ ### Patch Changes
397
+
398
+ - Updated dependencies [4d39e4a0c]
399
+ - @pnpm/types@8.1.0
400
+
401
+ ## 7.0.1
402
+
403
+ ### Patch Changes
404
+
405
+ - Updated dependencies [18ba5e2c0]
406
+ - @pnpm/types@8.0.1
407
+
408
+ ## 7.0.0
409
+
410
+ ### Major Changes
411
+
412
+ - 542014839: Node.js 12 is not supported.
413
+
414
+ ### Patch Changes
415
+
416
+ - Updated dependencies [d504dc380]
417
+ - Updated dependencies [542014839]
418
+ - @pnpm/types@8.0.0
419
+
420
+ ## 6.1.4
421
+
422
+ ### Patch Changes
423
+
424
+ - Updated dependencies [b138d048c]
425
+ - @pnpm/types@7.10.0
426
+
427
+ ## 6.1.3
428
+
429
+ ### Patch Changes
430
+
431
+ - Updated dependencies [26cd01b88]
432
+ - @pnpm/types@7.9.0
433
+
434
+ ## 6.1.2
435
+
436
+ ### Patch Changes
437
+
438
+ - Updated dependencies [b5734a4a7]
439
+ - @pnpm/types@7.8.0
440
+
441
+ ## 6.1.1
442
+
443
+ ### Patch Changes
444
+
445
+ - Updated dependencies [6493e0c93]
446
+ - @pnpm/types@7.7.1
447
+
448
+ ## 6.1.0
449
+
450
+ ### Minor Changes
451
+
452
+ - ba9b2eba1: Add peerDependencyIssuesLogger.
453
+
454
+ ### Patch Changes
455
+
456
+ - Updated dependencies [ba9b2eba1]
457
+ - @pnpm/types@7.7.0
458
+
459
+ ## 6.0.6
460
+
461
+ ### Patch Changes
462
+
463
+ - Updated dependencies [302ae4f6f]
464
+ - @pnpm/types@7.6.0
465
+
466
+ ## 6.0.5
467
+
468
+ ### Patch Changes
469
+
470
+ - Updated dependencies [4ab87844a]
471
+ - @pnpm/types@7.5.0
472
+
473
+ ## 6.0.4
474
+
475
+ ### Patch Changes
476
+
477
+ - Updated dependencies [b734b45ea]
478
+ - @pnpm/types@7.4.0
479
+
480
+ ## 6.0.3
481
+
482
+ ### Patch Changes
483
+
484
+ - Updated dependencies [8e76690f4]
485
+ - @pnpm/types@7.3.0
486
+
487
+ ## 6.0.2
488
+
489
+ ### Patch Changes
490
+
491
+ - Updated dependencies [724c5abd8]
492
+ - @pnpm/types@7.2.0
493
+
494
+ ## 6.0.1
495
+
496
+ ### Patch Changes
497
+
498
+ - Updated dependencies [97c64bae4]
499
+ - @pnpm/types@7.1.0
500
+
501
+ ## 6.0.0
502
+
503
+ ### Major Changes
504
+
505
+ - 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
506
+
507
+ ### Minor Changes
508
+
509
+ - 90487a3a8: New logger added: `updateCheckLogger`.
510
+
511
+ ### Patch Changes
512
+
513
+ - Updated dependencies [97b986fbc]
514
+ - @pnpm/types@7.0.0
515
+
516
+ ## 5.0.3
517
+
518
+ ### Patch Changes
519
+
520
+ - Updated dependencies [9ad8c27bf]
521
+ - @pnpm/types@6.4.0
522
+
523
+ ## 5.0.2
524
+
525
+ ### Patch Changes
526
+
527
+ - Updated dependencies [b5d694e7f]
528
+ - @pnpm/types@6.3.1
529
+
530
+ ## 5.0.1
531
+
532
+ ### Patch Changes
533
+
534
+ - Updated dependencies [d54043ee4]
535
+ - @pnpm/types@6.3.0
536
+
537
+ ## 5.0.0
538
+
539
+ ### Major Changes
540
+
541
+ - 86cd72de3: Remove `importingLogger`. Importing should be logged by a new type of progress log status: `imported`.
542
+
543
+ ## 4.2.0
544
+
545
+ ### Minor Changes
546
+
547
+ - 9a908bc07: Use `contextLogger` to log `virtualStoreDir`, `storeDir`, and `currentLockfileExists`.
548
+ - 9a908bc07: Add packageImportMethod logger.
549
+
550
+ ## 4.1.2
551
+
552
+ ### Patch Changes
553
+
554
+ - Updated dependencies [db17f6f7b]
555
+ - @pnpm/types@6.2.0
556
+
557
+ ## 4.1.1
558
+
559
+ ### Patch Changes
560
+
561
+ - Updated dependencies [71a8c8ce3]
562
+ - @pnpm/types@6.1.0
563
+
564
+ ## 4.1.0
565
+
566
+ ### Minor Changes
567
+
568
+ - 2ebb7af33: New reporter added for request retries.
569
+
570
+ ## 4.0.2
571
+
572
+ ### Patch Changes
573
+
574
+ - Updated dependencies [da091c711]
575
+ - @pnpm/types@6.0.0
576
+
577
+ ## 4.0.2-alpha.0
578
+
579
+ ### Patch Changes
580
+
581
+ - Updated dependencies [da091c71]
582
+ - @pnpm/types@6.0.0-alpha.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/core-loggers",
3
- "version": "1100.2.1",
3
+ "version": "1100.2.2",
4
4
  "description": "Core loggers of pnpm",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -10,9 +10,9 @@
10
10
  "funding": "https://opencollective.com/pnpm",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/pnpm/pnpm/tree/main/core/core-loggers"
13
+ "url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/core/core-loggers"
14
14
  },
15
- "homepage": "https://github.com/pnpm/pnpm/tree/main/core/core-loggers#readme",
15
+ "homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/core/core-loggers#readme",
16
16
  "bugs": {
17
17
  "url": "https://github.com/pnpm/pnpm/issues"
18
18
  },
@@ -30,13 +30,13 @@
30
30
  "test": "test"
31
31
  },
32
32
  "dependencies": {
33
- "@pnpm/types": "1101.3.2"
33
+ "@pnpm/types": "1101.4.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@pnpm/logger": "^1100.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@pnpm/core-loggers": "1100.2.1",
39
+ "@pnpm/core-loggers": "1100.2.2",
40
40
  "@pnpm/logger": "1100.0.0"
41
41
  },
42
42
  "engines": {