@pnpm/cli.default-reporter 1100.3.5 → 1100.3.6

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 +2769 -0
  2. package/package.json +13 -13
package/CHANGELOG.md ADDED
@@ -0,0 +1,2769 @@
1
+ # @pnpm/default-reporter
2
+
3
+ ## 1100.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - @pnpm/config.reader@1101.11.2
8
+
9
+ ## 1100.3.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [9318a11]
14
+ - Updated dependencies [5a4daec]
15
+ - @pnpm/config.reader@1101.11.1
16
+
17
+ ## 1100.3.4
18
+
19
+ ### Patch Changes
20
+
21
+ - 991405e: Restore differential rendering (`ansi-diff`) to fix duplicated output lines introduced by pnpm/pnpm#12351.
22
+ - Updated dependencies [3425e80]
23
+ - Updated dependencies [806c3ec]
24
+ - Updated dependencies [c121235]
25
+ - @pnpm/config.reader@1101.11.0
26
+
27
+ ## 1100.3.3
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [852d537]
32
+ - @pnpm/error@1100.0.1
33
+ - @pnpm/config.reader@1101.10.1
34
+
35
+ ## 1100.3.2
36
+
37
+ ### Patch Changes
38
+
39
+ - 3f0fb21: Fixed the progress line showing leftover characters from external processes that write to the terminal between progress updates (e.g. an SSH passphrase prompt would leave a fragment like `added 0sa':`). The interactive reporter now redraws each frame in place, erasing to the end of the display before reprinting, so any such remnants are cleared [#12350](https://github.com/pnpm/pnpm/issues/12350).
40
+ - Updated dependencies [302a2f7]
41
+ - Updated dependencies [0474a9c]
42
+ - @pnpm/config.reader@1101.10.0
43
+
44
+ ## 1100.3.1
45
+
46
+ ### Patch Changes
47
+
48
+ - a31faa7: Updated dependency ranges. Notably:
49
+
50
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
51
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
52
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
53
+ - `@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.
54
+
55
+ - Updated dependencies [61810aa]
56
+ - Updated dependencies [681b593]
57
+ - Updated dependencies [a31faa7]
58
+ - @pnpm/config.reader@1101.9.0
59
+ - @pnpm/types@1101.3.2
60
+ - @pnpm/core-loggers@1100.2.1
61
+ - @pnpm/cli.meta@1100.0.8
62
+ - @pnpm/deps.inspection.peers-issues-renderer@1100.0.6
63
+
64
+ ## 1100.3.0
65
+
66
+ ### Minor Changes
67
+
68
+ - 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).
69
+
70
+ ### Patch Changes
71
+
72
+ - Updated dependencies [bc9ed78]
73
+ - Updated dependencies [f11b4fc]
74
+ - Updated dependencies [615c669]
75
+ - @pnpm/config.reader@1101.8.0
76
+ - @pnpm/core-loggers@1100.2.0
77
+
78
+ ## 1100.2.6
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [822beb5]
83
+ - Updated dependencies [3537020]
84
+ - Updated dependencies [894ea6a]
85
+ - Updated dependencies [6b5d91a]
86
+ - Updated dependencies [027196b]
87
+ - Updated dependencies [1017c36]
88
+ - Updated dependencies [bf1b731]
89
+ - @pnpm/config.reader@1101.7.0
90
+ - @pnpm/types@1101.3.1
91
+ - @pnpm/cli.meta@1100.0.7
92
+ - @pnpm/core-loggers@1100.1.4
93
+ - @pnpm/deps.inspection.peers-issues-renderer@1100.0.5
94
+
95
+ ## 1100.2.5
96
+
97
+ ### Patch Changes
98
+
99
+ - Updated dependencies [a017bf3]
100
+ - @pnpm/config.reader@1101.6.0
101
+ - @pnpm/types@1101.3.0
102
+ - @pnpm/cli.meta@1100.0.6
103
+ - @pnpm/core-loggers@1100.1.3
104
+ - @pnpm/deps.inspection.peers-issues-renderer@1100.0.4
105
+
106
+ ## 1100.2.4
107
+
108
+ ### Patch Changes
109
+
110
+ - Updated dependencies [a39a83d]
111
+ - @pnpm/config.reader@1101.5.0
112
+
113
+ ## 1100.2.3
114
+
115
+ ### Patch Changes
116
+
117
+ - Updated dependencies [a23956e]
118
+ - Updated dependencies [35d2355]
119
+ - @pnpm/config.reader@1101.4.1
120
+ - @pnpm/types@1101.2.0
121
+ - @pnpm/cli.meta@1100.0.5
122
+ - @pnpm/core-loggers@1100.1.2
123
+ - @pnpm/deps.inspection.peers-issues-renderer@1100.0.3
124
+
125
+ ## 1100.2.2
126
+
127
+ ### Patch Changes
128
+
129
+ - Updated dependencies [3b62f9d]
130
+ - Updated dependencies [212315d]
131
+ - @pnpm/config.reader@1101.4.0
132
+
133
+ ## 1100.2.1
134
+
135
+ ### Patch Changes
136
+
137
+ - Updated dependencies [3687b0e]
138
+ - Updated dependencies [ced20cb]
139
+ - Updated dependencies [d1b340f]
140
+ - Updated dependencies [64afc92]
141
+ - @pnpm/config.reader@1101.3.3
142
+ - @pnpm/types@1101.1.1
143
+ - @pnpm/cli.meta@1100.0.4
144
+ - @pnpm/core-loggers@1100.1.1
145
+ - @pnpm/deps.inspection.peers-issues-renderer@1100.0.2
146
+
147
+ ## 1100.2.0
148
+
149
+ ### Minor Changes
150
+
151
+ - 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.
152
+
153
+ Pacquet parity: not ported — pacquet doesn't carry the lockfile verifier yet (see the parity note on #11705).
154
+
155
+ ### Patch Changes
156
+
157
+ - 4195766: Tightened the `minimumReleaseAge` story so the bypass becomes explicit on disk instead of silent, and removed the discover-by-loop dance for strict-mode users:
158
+
159
+ 1. Fresh resolutions in loose mode (`minimumReleaseAgeStrict: false`) that fall back to a version newer than the cutoff auto-collect the picked `name@version` into the workspace manifest's `minimumReleaseAgeExclude`. A single info message lists the additions; entries already on the list are left alone.
160
+ 2. The post-resolution lockfile verifier introduced in #11583 now runs in loose mode too — every accepted-immature pin must be on `minimumReleaseAgeExclude`, just like strict mode requires. A lockfile produced under a weaker (or absent) policy that still has immature entries is rejected the same way strict mode would reject it.
161
+ 3. **Strict mode (interactive)** no longer aborts on the first immature pick. The resolver gathers every immature direct _and_ transitive in one pass; before peer-dependency resolution runs, pnpm prompts the user with the full list and asks whether to add them all to `minimumReleaseAgeExclude` and proceed. Approve → install continues and the workspace manifest is written at the end. Decline → resolution aborts before the lockfile or package.json is touched (tarballs already in the store stay, since the store is idempotent). This closes the [#10488](https://github.com/pnpm/pnpm/issues/10488) loop where security bumps to packages with platform-specific transitives (e.g. `next` + the `@next/swc-*` shims) made users re-run `pnpm add` once per transitive.
162
+ 4. **Strict mode (non-interactive / CI)** now aborts with the full immature set in the error message instead of the first pick. The resolver always collects every immature direct + transitive; the install command then throws `ERR_PNPM_NO_MATURE_MATCHING_VERSION` listing each entry's `name@version` and publish time. Deterministic CI behavior is preserved (same exit code, same error code), but the error pinpoints every offending entry instead of forcing the discover-by-loop dance. The expected workflow is interactive approval locally → the lockfile + workspace manifest get committed → CI runs cleanly against the populated exclude list.
163
+
164
+ 5. **The lockfile verifier now also covers `trustPolicy: 'no-downgrade'`.** The same post-resolution gate that re-checks `minimumReleaseAge` on lockfile entries now re-runs `failIfTrustDowngraded` for every npm-registry entry whose name isn't on `trustPolicyExclude`. The two checks share a single full-metadata fetch per package, so the extra coverage doesn't cost an extra round trip when both policies are active. Resolver-time trust checks still run as before — this just closes the gap when an entry bypasses resolution (peek path, `--frozen-lockfile`, restored CI cache).
165
+
166
+ Pacquet parity: not ported — pacquet's `minimumReleaseAge` policy is itself only stubbed today (see `pnpm/crates/package-manager/src/version_policy.rs`). The auto-exclude, loose-mode verifier, prompt, and the new trust-policy verifier check will travel with the broader policy port whenever that happens.
167
+
168
+ - Updated dependencies [020ac45]
169
+ - Updated dependencies [d3f8408]
170
+ - Updated dependencies [4a79336]
171
+ - Updated dependencies [a62f959]
172
+ - Updated dependencies [ba2c884]
173
+ - Updated dependencies [8df408c]
174
+ - @pnpm/config.reader@1101.3.2
175
+ - @pnpm/core-loggers@1100.1.0
176
+
177
+ ## 1100.1.2
178
+
179
+ ### Patch Changes
180
+
181
+ - @pnpm/config.reader@1101.3.1
182
+
183
+ ## 1100.1.1
184
+
185
+ ### Patch Changes
186
+
187
+ - Updated dependencies [b61e268]
188
+ - Updated dependencies [e1e29c1]
189
+ - @pnpm/config.reader@1101.3.0
190
+ - @pnpm/types@1101.1.0
191
+ - @pnpm/cli.meta@1100.0.3
192
+ - @pnpm/core-loggers@1100.0.2
193
+ - @pnpm/deps.inspection.peers-issues-renderer@1100.0.1
194
+
195
+ ## 1100.1.0
196
+
197
+ ### Minor Changes
198
+
199
+ - 781918f: Added a `pnpm-render` bin that renders pnpm-shaped NDJSON read from stdin, so the same renderer can be used to format output from external tools that emit `pnpm:*` log records (e.g. `pacquet install --reporter=ndjson 2>&1 >/dev/null | pnpm-render`). An optional first positional argument sets the command name (defaults to `install`).
200
+
201
+ ### Patch Changes
202
+
203
+ - Updated dependencies [e9e876c]
204
+ - @pnpm/config.reader@1101.2.2
205
+
206
+ ## 1100.0.10
207
+
208
+ ### Patch Changes
209
+
210
+ - Updated dependencies [707a879]
211
+ - @pnpm/config.reader@1101.2.1
212
+
213
+ ## 1100.0.9
214
+
215
+ ### Patch Changes
216
+
217
+ - Updated dependencies [8fdd9a9]
218
+ - Updated dependencies [5f34a8d]
219
+ - Updated dependencies [c969392]
220
+ - Updated dependencies [817b1b4]
221
+ - Updated dependencies [c969392]
222
+ - Updated dependencies [2de318b]
223
+ - @pnpm/config.reader@1101.2.0
224
+
225
+ ## 1100.0.8
226
+
227
+ ### Patch Changes
228
+
229
+ - 0b2f86e: When `strictPeerDependencies` is `true`, the `ERR_PNPM_PEER_DEP_ISSUES` error once again renders the peer dependency issues inline using the same format as `pnpm peers check`, so users (and CI tools like Renovate) can see what failed without running `pnpm peers check` separately [#11439](https://github.com/pnpm/pnpm/issues/11439).
230
+ - cd87c16: The `WARN` and error code labels in pnpm's output now wrap in brackets (`[WARN]`, `[ERR_PNPM_FOO]`). Previously the labels relied entirely on a colored background to stand out, which meant they blended into the surrounding text in terminals without color (e.g. when `NO_COLOR` is set or output is piped). The brackets are painted in the same color as the badge background, so they appear as ordinary padding in color-capable terminals — only the no-color rendering changes.
231
+ - Updated dependencies [0b2f86e]
232
+ - @pnpm/deps.inspection.peers-issues-renderer@1100.0.0
233
+
234
+ ## 1100.0.7
235
+
236
+ ### Patch Changes
237
+
238
+ - Updated dependencies [42a8f29]
239
+ - @pnpm/config.reader@1101.1.4
240
+
241
+ ## 1100.0.6
242
+
243
+ ### Patch Changes
244
+
245
+ - 184ce26: Fix the package name in README.md.
246
+ - Updated dependencies [184ce26]
247
+ - @pnpm/installing.dedupe.issues-renderer@1100.0.1
248
+ - @pnpm/installing.dedupe.types@1100.0.1
249
+ - @pnpm/config.reader@1101.1.3
250
+ - @pnpm/cli.meta@1100.0.2
251
+
252
+ ## 1100.0.5
253
+
254
+ ### Patch Changes
255
+
256
+ - Updated dependencies [0fbcf74]
257
+ - @pnpm/config.reader@1101.1.2
258
+
259
+ ## 1100.0.4
260
+
261
+ ### Patch Changes
262
+
263
+ - @pnpm/config.reader@1101.1.1
264
+
265
+ ## 1100.0.3
266
+
267
+ ### Patch Changes
268
+
269
+ - Updated dependencies [7d25bc1]
270
+ - Updated dependencies [9e0833c]
271
+ - @pnpm/config.reader@1101.1.0
272
+
273
+ ## 1100.0.2
274
+
275
+ ### Patch Changes
276
+
277
+ - Updated dependencies [cee550a]
278
+ - Updated dependencies [4ab3d9b]
279
+ - Updated dependencies [9af708a]
280
+ - Updated dependencies [ea2a7fb]
281
+ - Updated dependencies [ff7733c]
282
+ - @pnpm/config.reader@1101.0.0
283
+
284
+ ## 1100.0.1
285
+
286
+ ### Patch Changes
287
+
288
+ - Updated dependencies [ff28085]
289
+ - @pnpm/types@1101.0.0
290
+ - @pnpm/cli.meta@1100.0.1
291
+ - @pnpm/config.reader@1100.0.1
292
+ - @pnpm/core-loggers@1100.0.1
293
+
294
+ ## 1003.0.0
295
+
296
+ ### Major Changes
297
+
298
+ - 491a84f: This package is now pure ESM.
299
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
300
+
301
+ ### Minor Changes
302
+
303
+ - 64393a3: During installation, peer dependency issues are no longer rendered as a tree. Instead, users are suggested to run `pnpm peers check` to view the issues.
304
+
305
+ ### Patch Changes
306
+
307
+ - 19f36cf: Don't silently skip an optional dependency if it cannot be resolved from a version that satisfies the `minimumReleaseAge` setting [#10270](https://github.com/pnpm/pnpm/issues/10270).
308
+ - ab9eb59: Fixed the output of global install to show a clean install summary instead of displaying ugly temporary directory paths in progress output.
309
+ - c096e48: Fixed global install output showing `???` instead of the linked package path when linking from the current directory.
310
+ - 4362c06: `pnpm install` should build any dependencies that were added to `onlyBuiltDependencies` and were not built yet [#10256](https://github.com/pnpm/pnpm/pull/10256).
311
+ - Updated dependencies [7730a7f]
312
+ - Updated dependencies [ae8b816]
313
+ - Updated dependencies [facdd71]
314
+ - Updated dependencies [3c72b6b]
315
+ - Updated dependencies [9f5c0e3]
316
+ - Updated dependencies [76718b3]
317
+ - Updated dependencies [a8f016c]
318
+ - Updated dependencies [cc1b8e3]
319
+ - Updated dependencies [90bd3c3]
320
+ - Updated dependencies [1cc61e8]
321
+ - Updated dependencies [606f53e]
322
+ - Updated dependencies [c7203b9]
323
+ - Updated dependencies [bb17724]
324
+ - Updated dependencies [da2429d]
325
+ - Updated dependencies [1cc61e8]
326
+ - Updated dependencies [491a84f]
327
+ - Updated dependencies [f0ae1b9]
328
+ - Updated dependencies [7fab2a2]
329
+ - Updated dependencies [cb367b9]
330
+ - Updated dependencies [543c7e4]
331
+ - Updated dependencies [075aa99]
332
+ - Updated dependencies [ae43ac7]
333
+ - Updated dependencies [ccec8e7]
334
+ - Updated dependencies [4158906]
335
+ - Updated dependencies [ac944ef]
336
+ - Updated dependencies [7d2fd48]
337
+ - Updated dependencies [cc7c0d2]
338
+ - Updated dependencies [efb48dc]
339
+ - Updated dependencies [d5d4eed]
340
+ - Updated dependencies [095f659]
341
+ - Updated dependencies [96704a1]
342
+ - Updated dependencies [cb367b9]
343
+ - Updated dependencies [7b1c189]
344
+ - Updated dependencies [51b04c3]
345
+ - Updated dependencies [7d5ada0]
346
+ - Updated dependencies [d01b81f]
347
+ - Updated dependencies [3ed41f4]
348
+ - Updated dependencies [8ffb1a7]
349
+ - Updated dependencies [05fb1ae]
350
+ - Updated dependencies [71de2b3]
351
+ - Updated dependencies [10bc391]
352
+ - Updated dependencies [831f574]
353
+ - Updated dependencies [2df8b71]
354
+ - Updated dependencies [ed1a7fe]
355
+ - Updated dependencies [15549a9]
356
+ - Updated dependencies [cc7c0d2]
357
+ - Updated dependencies [5bf7768]
358
+ - Updated dependencies [ae43ac7]
359
+ - Updated dependencies [a5fdbf9]
360
+ - Updated dependencies [9d3f00b]
361
+ - Updated dependencies [efb48dc]
362
+ - Updated dependencies [9587dac]
363
+ - Updated dependencies [09a999a]
364
+ - Updated dependencies [559f903]
365
+ - Updated dependencies [3574905]
366
+ - @pnpm/config.reader@1005.0.0
367
+ - @pnpm/types@1001.0.0
368
+ - @pnpm/installing.dedupe.issues-renderer@1001.0.0
369
+ - @pnpm/core-loggers@1002.0.0
370
+ - @pnpm/error@1001.0.0
371
+ - @pnpm/cli.meta@1001.0.0
372
+ - @pnpm/installing.dedupe.types@1001.0.0
373
+
374
+ ## 1002.0.11
375
+
376
+ ### Patch Changes
377
+
378
+ - Updated dependencies [7c1382f]
379
+ - Updated dependencies [dee39ec]
380
+ - @pnpm/types@1000.9.0
381
+ - @pnpm/cli-meta@1000.0.11
382
+ - @pnpm/config@1004.4.2
383
+ - @pnpm/core-loggers@1001.0.4
384
+ - @pnpm/render-peer-issues@1002.0.5
385
+
386
+ ## 1002.0.10
387
+
388
+ ### Patch Changes
389
+
390
+ - Updated dependencies [9865167]
391
+ - @pnpm/config@1004.4.1
392
+
393
+ ## 1002.0.9
394
+
395
+ ### Patch Changes
396
+
397
+ - Updated dependencies [fb4da0c]
398
+ - @pnpm/config@1004.4.0
399
+
400
+ ## 1002.0.8
401
+
402
+ ### Patch Changes
403
+
404
+ - baf8bf6: When a version specifier cannot be resolved because the versions don't satisfy the `minimumReleaseAge` setting, print this information out in the error message [#9974](https://github.com/pnpm/pnpm/pull/9974).
405
+
406
+ ## 1002.0.7
407
+
408
+ ### Patch Changes
409
+
410
+ - @pnpm/config@1004.3.1
411
+ - @pnpm/error@1000.0.5
412
+ - @pnpm/render-peer-issues@1002.0.4
413
+
414
+ ## 1002.0.6
415
+
416
+ ### Patch Changes
417
+
418
+ - Updated dependencies [38e2599]
419
+ - Updated dependencies [e792927]
420
+ - @pnpm/config@1004.3.0
421
+ - @pnpm/types@1000.8.0
422
+ - @pnpm/cli-meta@1000.0.10
423
+ - @pnpm/core-loggers@1001.0.3
424
+ - @pnpm/render-peer-issues@1002.0.3
425
+
426
+ ## 1002.0.5
427
+
428
+ ### Patch Changes
429
+
430
+ - @pnpm/config@1004.2.1
431
+ - @pnpm/error@1000.0.4
432
+ - @pnpm/render-peer-issues@1002.0.2
433
+
434
+ ## 1002.0.4
435
+
436
+ ### Patch Changes
437
+
438
+ - 1a07b8f: Print the ID of the dependency in the installation summery, if no version if found.
439
+ - Updated dependencies [1a07b8f]
440
+ - Updated dependencies [6f7ac0f]
441
+ - @pnpm/types@1000.7.0
442
+ - @pnpm/config@1004.2.0
443
+ - @pnpm/cli-meta@1000.0.9
444
+ - @pnpm/core-loggers@1001.0.2
445
+ - @pnpm/render-peer-issues@1002.0.1
446
+ - @pnpm/error@1000.0.3
447
+
448
+ ## 1002.0.3
449
+
450
+ ### Patch Changes
451
+
452
+ - Updated dependencies [623da6f]
453
+ - Updated dependencies [cf630a8]
454
+ - @pnpm/config@1004.1.0
455
+
456
+ ## 1002.0.2
457
+
458
+ ### Patch Changes
459
+
460
+ - Updated dependencies [b217bbb]
461
+ - Updated dependencies [b0ead51]
462
+ - Updated dependencies [c8341cc]
463
+ - Updated dependencies [b0ead51]
464
+ - Updated dependencies [046af72]
465
+ - @pnpm/config@1004.0.0
466
+
467
+ ## 1002.0.1
468
+
469
+ ### Patch Changes
470
+
471
+ - Updated dependencies [8d175c0]
472
+ - @pnpm/config@1003.1.1
473
+
474
+ ## 1002.0.0
475
+
476
+ ### Major Changes
477
+
478
+ - f0c3ed6: Remove filtering of peer dependency issues.
479
+
480
+ ### Patch Changes
481
+
482
+ - 09cf46f: Update `@pnpm/logger` in peer dependencies.
483
+ - c00360b: Update `@pnpm/util.lex-comparator` to v3.0.2.
484
+ - Updated dependencies [b282bd1]
485
+ - Updated dependencies [fdb1d98]
486
+ - Updated dependencies [e4af08c]
487
+ - Updated dependencies [09cf46f]
488
+ - Updated dependencies [36d1448]
489
+ - Updated dependencies [9362b5f]
490
+ - Updated dependencies [5ec7255]
491
+ - Updated dependencies [6cf010c]
492
+ - Updated dependencies [f0c3ed6]
493
+ - @pnpm/config@1003.1.0
494
+ - @pnpm/core-loggers@1001.0.1
495
+ - @pnpm/types@1000.6.0
496
+ - @pnpm/render-peer-issues@1002.0.0
497
+ - @pnpm/cli-meta@1000.0.8
498
+
499
+ ## 1001.4.3
500
+
501
+ ### Patch Changes
502
+
503
+ - @pnpm/config@1003.0.1
504
+
505
+ ## 1001.4.2
506
+
507
+ ### Patch Changes
508
+
509
+ - Updated dependencies [56bb69b]
510
+ - Updated dependencies [8a9f3a4]
511
+ - Updated dependencies [9c3dd03]
512
+ - Updated dependencies [5b73df1]
513
+ - @pnpm/config@1003.0.0
514
+ - @pnpm/render-peer-issues@1001.0.0
515
+ - @pnpm/core-loggers@1001.0.0
516
+ - @pnpm/logger@1001.0.0
517
+ - @pnpm/types@1000.5.0
518
+ - @pnpm/cli-meta@1000.0.7
519
+
520
+ ## 1001.4.1
521
+
522
+ ### Patch Changes
523
+
524
+ - 43bd37f: Removed bright white highlighting, which didn't look good on some light themes [#9389](https://github.com/pnpm/pnpm/pull/9389).
525
+ - @pnpm/config@1002.7.2
526
+
527
+ ## 1001.4.0
528
+
529
+ ### Minor Changes
530
+
531
+ - 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).
532
+
533
+ ### Patch Changes
534
+
535
+ - Updated dependencies [750ae7d]
536
+ - Updated dependencies [5679712]
537
+ - Updated dependencies [01f2bcf]
538
+ - Updated dependencies [750ae7d]
539
+ - @pnpm/types@1000.4.0
540
+ - @pnpm/config@1002.7.1
541
+ - @pnpm/core-loggers@1000.2.0
542
+ - @pnpm/cli-meta@1000.0.6
543
+ - @pnpm/render-peer-issues@1000.0.8
544
+
545
+ ## 1001.3.10
546
+
547
+ ### Patch Changes
548
+
549
+ - Updated dependencies [e57f1df]
550
+ - @pnpm/config@1002.7.0
551
+
552
+ ## 1001.3.9
553
+
554
+ ### Patch Changes
555
+
556
+ - Updated dependencies [9bcca9f]
557
+ - Updated dependencies [5b35dff]
558
+ - Updated dependencies [9bcca9f]
559
+ - Updated dependencies [5f7be64]
560
+ - Updated dependencies [5f7be64]
561
+ - @pnpm/config@1002.6.0
562
+ - @pnpm/types@1000.3.0
563
+ - @pnpm/cli-meta@1000.0.5
564
+ - @pnpm/core-loggers@1000.1.5
565
+ - @pnpm/render-peer-issues@1000.0.7
566
+
567
+ ## 1001.3.8
568
+
569
+ ### Patch Changes
570
+
571
+ - Updated dependencies [936430a]
572
+ - @pnpm/config@1002.5.4
573
+
574
+ ## 1001.3.7
575
+
576
+ ### Patch Changes
577
+
578
+ - Updated dependencies [6e4459c]
579
+ - @pnpm/config@1002.5.3
580
+
581
+ ## 1001.3.6
582
+
583
+ ### Patch Changes
584
+
585
+ - f8c8e3f: Don't show info output when `--loglevel=error` is used.
586
+ - @pnpm/config@1002.5.2
587
+
588
+ ## 1001.3.5
589
+
590
+ ### Patch Changes
591
+
592
+ - 6f56790: When `--loglevel` is set to `error`, don't show installation summary, execution time, and big tarball download progress.
593
+ - Updated dependencies [c3aa4d8]
594
+ - @pnpm/config@1002.5.1
595
+
596
+ ## 1001.3.4
597
+
598
+ ### Patch Changes
599
+
600
+ - Updated dependencies [a5e4965]
601
+ - Updated dependencies [d965748]
602
+ - @pnpm/types@1000.2.1
603
+ - @pnpm/config@1002.5.0
604
+ - @pnpm/cli-meta@1000.0.4
605
+ - @pnpm/core-loggers@1000.1.4
606
+ - @pnpm/render-peer-issues@1000.0.6
607
+
608
+ ## 1001.3.3
609
+
610
+ ### Patch Changes
611
+
612
+ - Updated dependencies [1c2eb8c]
613
+ - @pnpm/config@1002.4.1
614
+
615
+ ## 1001.3.2
616
+
617
+ ### Patch Changes
618
+
619
+ - 5df8de7: Fix undefined being printed in install errors when a package does not have a version field.
620
+ - Updated dependencies [8fcc221]
621
+ - Updated dependencies [e32b1a2]
622
+ - Updated dependencies [8fcc221]
623
+ - @pnpm/config@1002.4.0
624
+ - @pnpm/types@1000.2.0
625
+ - @pnpm/cli-meta@1000.0.3
626
+ - @pnpm/core-loggers@1000.1.3
627
+ - @pnpm/render-peer-issues@1000.0.5
628
+
629
+ ## 1001.3.1
630
+
631
+ ### Patch Changes
632
+
633
+ - aa29bde: Print pnpm's version after the execution time at the end of the console output.
634
+ - Updated dependencies [fee898f]
635
+ - @pnpm/config@1002.3.1
636
+
637
+ ## 1001.3.0
638
+
639
+ ### Minor Changes
640
+
641
+ - 4aa6d45: `pnpm approve-builds --global` works now for allowing dependencies of globally installed packages to run postinstall scripts.
642
+
643
+ ### Patch Changes
644
+
645
+ - 7b9a9af: Fix instruction for updating pnpm with corepack [#9101](https://github.com/pnpm/pnpm/pull/9101).
646
+ - b60661a: When `strict-dep-builds` is set to `true`, the same warning and error messages should not be output simultaneously [#9078](https://github.com/pnpm/pnpm/pull/9078).
647
+
648
+ ## 1001.2.2
649
+
650
+ ### Patch Changes
651
+
652
+ - 3717340: Print the warning about blocked installation scripts at the end of the installation output and make it more prominent.
653
+ - Updated dependencies [f6006f2]
654
+ - Updated dependencies [3717340]
655
+ - @pnpm/config@1002.3.0
656
+ - @pnpm/render-peer-issues@1000.0.4
657
+
658
+ ## 1001.2.1
659
+
660
+ ### Patch Changes
661
+
662
+ - @pnpm/config@1002.2.1
663
+
664
+ ## 1001.2.0
665
+
666
+ ### Minor Changes
667
+
668
+ - 961dc5d: Added a new command for approving dependencies for running scripts during installation: `pnpm approve-builds` [#8963](https://github.com/pnpm/pnpm/pull/8963).
669
+ - 7a9473b: Added a new field "pnpm.ignoredBuiltDependencies" for explicitly listing packages that should not be built. When a package is in the list, pnpm will not print an info message about that package not being built [#8935](https://github.com/pnpm/pnpm/issues/8935).
670
+
671
+ ### Patch Changes
672
+
673
+ - acdf26d: Replace `strip-ansi` with the built-in `util.stripVTControlCharacters` [#9009](https://github.com/pnpm/pnpm/pull/9009).
674
+ - Updated dependencies [b562deb]
675
+ - Updated dependencies [f3ffaed]
676
+ - Updated dependencies [c96eb2b]
677
+ - Updated dependencies [acdf26d]
678
+ - @pnpm/types@1000.1.1
679
+ - @pnpm/config@1002.2.0
680
+ - @pnpm/render-peer-issues@1000.0.3
681
+ - @pnpm/dedupe.issues-renderer@1000.0.1
682
+ - @pnpm/error@1000.0.2
683
+ - @pnpm/cli-meta@1000.0.2
684
+ - @pnpm/core-loggers@1000.1.2
685
+
686
+ ## 1001.1.3
687
+
688
+ ### Patch Changes
689
+
690
+ - @pnpm/config@1002.1.2
691
+
692
+ ## 1001.1.2
693
+
694
+ ### Patch Changes
695
+
696
+ - Updated dependencies [9591a18]
697
+ - Updated dependencies [1f5169f]
698
+ - @pnpm/types@1000.1.0
699
+ - @pnpm/config@1002.1.1
700
+ - @pnpm/cli-meta@1000.0.1
701
+ - @pnpm/core-loggers@1000.1.1
702
+ - @pnpm/render-peer-issues@1000.0.2
703
+
704
+ ## 1001.1.1
705
+
706
+ ### Patch Changes
707
+
708
+ - Updated dependencies [f90a94b]
709
+ - Updated dependencies [f891288]
710
+ - @pnpm/config@1002.1.0
711
+
712
+ ## 1001.1.0
713
+
714
+ ### Minor Changes
715
+
716
+ - 516c4b3: Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.
717
+
718
+ ### Patch Changes
719
+
720
+ - Updated dependencies [516c4b3]
721
+ - Updated dependencies [878ea8c]
722
+ - @pnpm/core-loggers@1000.1.0
723
+ - @pnpm/config@1002.0.0
724
+
725
+ ## 1001.0.0
726
+
727
+ ### Major Changes
728
+
729
+ - ac5b9d8: All dependencies are installed even when the `NODE_ENV` environment variable is set to `production [#8827](https://github.com/pnpm/pnpm/issues/8827).
730
+
731
+ ### Patch Changes
732
+
733
+ - Updated dependencies [ac5b9d8]
734
+ - Updated dependencies [6483b64]
735
+ - @pnpm/config@1001.0.0
736
+ - @pnpm/error@1000.0.1
737
+ - @pnpm/render-peer-issues@1000.0.1
738
+
739
+ ## 14.0.5
740
+
741
+ ### Patch Changes
742
+
743
+ - Updated dependencies [477e0c1]
744
+ - Updated dependencies [ee5dde3]
745
+ - Updated dependencies [dfcf034]
746
+ - Updated dependencies [592e2ef]
747
+ - Updated dependencies [19d5b51]
748
+ - Updated dependencies [1dbc56a]
749
+ - Updated dependencies [e9985b6]
750
+ - @pnpm/config@22.0.0
751
+ - @pnpm/render-peer-issues@5.0.10
752
+ - @pnpm/error@6.0.3
753
+
754
+ ## 14.0.4
755
+
756
+ ### Patch Changes
757
+
758
+ - @pnpm/config@21.8.5
759
+
760
+ ## 14.0.3
761
+
762
+ ### Patch Changes
763
+
764
+ - Updated dependencies [9ff7724]
765
+ - @pnpm/render-peer-issues@5.0.9
766
+ - @pnpm/config@21.8.4
767
+ - @pnpm/error@6.0.2
768
+
769
+ ## 14.0.2
770
+
771
+ ### Patch Changes
772
+
773
+ - Updated dependencies [d500d9f]
774
+ - @pnpm/types@12.2.0
775
+ - @pnpm/cli-meta@6.2.2
776
+ - @pnpm/config@21.8.3
777
+ - @pnpm/core-loggers@10.0.7
778
+ - @pnpm/render-peer-issues@5.0.8
779
+
780
+ ## 14.0.1
781
+
782
+ ### Patch Changes
783
+
784
+ - Updated dependencies [7ee59a1]
785
+ - @pnpm/types@12.1.0
786
+ - @pnpm/cli-meta@6.2.1
787
+ - @pnpm/config@21.8.2
788
+ - @pnpm/core-loggers@10.0.6
789
+ - @pnpm/render-peer-issues@5.0.7
790
+
791
+ ## 14.0.0
792
+
793
+ ### Major Changes
794
+
795
+ - eb8bf2a: Added a new command for upgrading pnpm itself when it isn't managed by Corepack: `pnpm self-update`. This command will work, when pnpm was installed via the standalone script from the [pnpm installation page](https://pnpm.io/installation#using-a-standalone-script) [#8424](https://github.com/pnpm/pnpm/pull/8424).
796
+
797
+ When executed in a project that has a `packageManager` field in its `package.json` file, pnpm will update its version in the `packageManager` field.
798
+
799
+ ### Patch Changes
800
+
801
+ - Updated dependencies [eb8bf2a]
802
+ - @pnpm/cli-meta@6.2.0
803
+
804
+ ## 13.1.13
805
+
806
+ ### Patch Changes
807
+
808
+ - Updated dependencies [251ab21]
809
+ - @pnpm/config@21.8.1
810
+
811
+ ## 13.1.12
812
+
813
+ ### Patch Changes
814
+
815
+ - a64e440: write output to the stdout passed in via the context argument.
816
+
817
+ ## 13.1.11
818
+
819
+ ### Patch Changes
820
+
821
+ - Updated dependencies [26b065c]
822
+ - @pnpm/config@21.8.0
823
+
824
+ ## 13.1.10
825
+
826
+ ### Patch Changes
827
+
828
+ - Updated dependencies [cb006df]
829
+ - Updated dependencies [64e2e4f]
830
+ - Updated dependencies [d20eed3]
831
+ - Updated dependencies [e7f6330]
832
+ - @pnpm/types@12.0.0
833
+ - @pnpm/cli-meta@6.1.0
834
+ - @pnpm/config@21.7.0
835
+ - @pnpm/core-loggers@10.0.5
836
+ - @pnpm/render-peer-issues@5.0.6
837
+
838
+ ## 13.1.9
839
+
840
+ ### Patch Changes
841
+
842
+ - @pnpm/config@21.6.3
843
+
844
+ ## 13.1.8
845
+
846
+ ### Patch Changes
847
+
848
+ - Updated dependencies [0ef168b]
849
+ - @pnpm/types@11.1.0
850
+ - @pnpm/render-peer-issues@5.0.5
851
+ - @pnpm/config@21.6.2
852
+ - @pnpm/core-loggers@10.0.4
853
+
854
+ ## 13.1.7
855
+
856
+ ### Patch Changes
857
+
858
+ - Updated dependencies [afe520d]
859
+ - @pnpm/config@21.6.1
860
+
861
+ ## 13.1.6
862
+
863
+ ### Patch Changes
864
+
865
+ - 9bf9f71: When encountering an external dependency using the `catalog:` protocol, a clearer error will be shown. Previously a confusing `ERR_PNPM_SPEC_NOT_SUPPORTED_BY_ANY_RESOLVER` error was thrown. The new error message will explain that the author of the dependency needs to run `pnpm publish` to replace the catalog protocol.
866
+ - Updated dependencies [1b03682]
867
+ - Updated dependencies [dd00eeb]
868
+ - Updated dependencies
869
+ - @pnpm/config@21.6.0
870
+ - @pnpm/types@11.0.0
871
+ - @pnpm/core-loggers@10.0.3
872
+ - @pnpm/render-peer-issues@5.0.4
873
+
874
+ ## 13.1.5
875
+
876
+ ### Patch Changes
877
+
878
+ - Updated dependencies [7c6c923]
879
+ - Updated dependencies [7d10394]
880
+ - Updated dependencies [d8eab39]
881
+ - Updated dependencies [13e55b2]
882
+ - Updated dependencies [04b8363]
883
+ - @pnpm/config@21.5.0
884
+ - @pnpm/types@10.1.1
885
+ - @pnpm/core-loggers@10.0.2
886
+ - @pnpm/render-peer-issues@5.0.3
887
+
888
+ ## 13.1.4
889
+
890
+ ### Patch Changes
891
+
892
+ - Updated dependencies [47341e5]
893
+ - @pnpm/config@21.4.0
894
+
895
+ ## 13.1.3
896
+
897
+ ### Patch Changes
898
+
899
+ - Updated dependencies [b7ca13f]
900
+ - @pnpm/config@21.3.0
901
+
902
+ ## 13.1.2
903
+
904
+ ### Patch Changes
905
+
906
+ - @pnpm/config@21.2.3
907
+
908
+ ## 13.1.1
909
+
910
+ ### Patch Changes
911
+
912
+ - Updated dependencies [45f4262]
913
+ - @pnpm/types@10.1.0
914
+ - @pnpm/config@21.2.2
915
+ - @pnpm/core-loggers@10.0.1
916
+ - @pnpm/render-peer-issues@5.0.2
917
+
918
+ ## 13.1.0
919
+
920
+ ### Minor Changes
921
+
922
+ - 524990f: fix(default-reporter): replace deprecated right-pad with String.padEnd
923
+
924
+ ### Patch Changes
925
+
926
+ - Updated dependencies [a7aef51]
927
+ - @pnpm/error@6.0.1
928
+ - @pnpm/config@21.2.1
929
+ - @pnpm/render-peer-issues@5.0.1
930
+
931
+ ## 13.0.3
932
+
933
+ ### Patch Changes
934
+
935
+ - 43b6bb7: Print a better error message when `resolution-mode` is set to `time-based` and the registry fails to return the `"time"` field in the package's metadata.
936
+
937
+ ## 13.0.2
938
+
939
+ ### Patch Changes
940
+
941
+ - Updated dependencies [9719a42]
942
+ - @pnpm/config@21.2.0
943
+
944
+ ## 13.0.1
945
+
946
+ ### Patch Changes
947
+
948
+ - Updated dependencies [e0f47f4]
949
+ - @pnpm/config@21.1.0
950
+
951
+ ## 13.0.0
952
+
953
+ ### Major Changes
954
+
955
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
956
+
957
+ ### Minor Changes
958
+
959
+ - aa33269: Peer dependency rules should only affect reporting, not data in the lockfile.
960
+
961
+ ### Patch Changes
962
+
963
+ - Updated dependencies [7733f3a]
964
+ - Updated dependencies [aa33269]
965
+ - Updated dependencies [3ded840]
966
+ - Updated dependencies [43cdd87]
967
+ - Updated dependencies [2d9e3b8]
968
+ - Updated dependencies [cfa33f1]
969
+ - Updated dependencies [e748162]
970
+ - Updated dependencies [2b89155]
971
+ - Updated dependencies [60839fc]
972
+ - Updated dependencies [730929e]
973
+ - Updated dependencies [98566d9]
974
+ - @pnpm/types@10.0.0
975
+ - @pnpm/config@21.0.0
976
+ - @pnpm/render-peer-issues@5.0.0
977
+ - @pnpm/error@6.0.0
978
+ - @pnpm/dedupe.issues-renderer@2.0.0
979
+ - @pnpm/core-loggers@10.0.0
980
+ - @pnpm/dedupe.types@2.0.0
981
+
982
+ ## 12.4.13
983
+
984
+ ### Patch Changes
985
+
986
+ - f12884def: `--aggregate-output` should work on scripts executed from the same project [#7556](https://github.com/pnpm/pnpm/issues/7556).
987
+ - @pnpm/config@20.4.2
988
+
989
+ ## 12.4.12
990
+
991
+ ### Patch Changes
992
+
993
+ - Updated dependencies [d9564e354]
994
+ - @pnpm/config@20.4.1
995
+
996
+ ## 12.4.11
997
+
998
+ ### Patch Changes
999
+
1000
+ - fac2ed424: `pnpm add a-module-already-in-dev-deps` will show a message to notice the user that the package was not moved to "dependencies" [#926](https://github.com/pnpm/pnpm/issues/926) and fix [#7319](https://github.com/pnpm/pnpm/pull/7319).
1001
+ - Updated dependencies [c597f72ec]
1002
+ - @pnpm/config@20.4.0
1003
+
1004
+ ## 12.4.10
1005
+
1006
+ ### Patch Changes
1007
+
1008
+ - Updated dependencies [4e71066dd]
1009
+ - Updated dependencies [4d34684f1]
1010
+ - @pnpm/config@20.3.0
1011
+ - @pnpm/types@9.4.2
1012
+ - @pnpm/core-loggers@9.0.6
1013
+ - @pnpm/render-peer-issues@4.0.6
1014
+
1015
+ ## 12.4.9
1016
+
1017
+ ### Patch Changes
1018
+
1019
+ - Updated dependencies
1020
+ - Updated dependencies [672c559e4]
1021
+ - @pnpm/types@9.4.1
1022
+ - @pnpm/config@20.2.0
1023
+ - @pnpm/core-loggers@9.0.5
1024
+ - @pnpm/render-peer-issues@4.0.5
1025
+
1026
+ ## 12.4.8
1027
+
1028
+ ### Patch Changes
1029
+
1030
+ - 633c0d6f8: Revert warning about type of dependency.
1031
+
1032
+ ## 12.4.7
1033
+
1034
+ ### Patch Changes
1035
+
1036
+ - 45bdc79b1: `pnpm add a-module-already-in-dev-deps` will show a message to notice the user that the package was not moved to "dependencies" [#926](https://github.com/pnpm/pnpm/issues/926).
1037
+
1038
+ ## 12.4.6
1039
+
1040
+ ### Patch Changes
1041
+
1042
+ - @pnpm/config@20.1.2
1043
+
1044
+ ## 12.4.5
1045
+
1046
+ ### Patch Changes
1047
+
1048
+ - @pnpm/config@20.1.1
1049
+
1050
+ ## 12.4.4
1051
+
1052
+ ### Patch Changes
1053
+
1054
+ - Updated dependencies [43ce9e4a6]
1055
+ - Updated dependencies [d6592964f]
1056
+ - @pnpm/types@9.4.0
1057
+ - @pnpm/config@20.1.0
1058
+ - @pnpm/core-loggers@9.0.4
1059
+ - @pnpm/render-peer-issues@4.0.4
1060
+
1061
+ ## 12.4.3
1062
+
1063
+ ### Patch Changes
1064
+
1065
+ - Updated dependencies [ac5abd3ff]
1066
+ - Updated dependencies [b60bb6cbe]
1067
+ - @pnpm/config@20.0.0
1068
+
1069
+ ## 12.4.2
1070
+
1071
+ ### Patch Changes
1072
+
1073
+ - Updated dependencies [b1dd0ee58]
1074
+ - @pnpm/config@19.2.1
1075
+
1076
+ ## 12.4.1
1077
+
1078
+ ### Patch Changes
1079
+
1080
+ - Updated dependencies [d774a3196]
1081
+ - Updated dependencies [d774a3196]
1082
+ - Updated dependencies [832e28826]
1083
+ - @pnpm/config@19.2.0
1084
+ - @pnpm/types@9.3.0
1085
+ - @pnpm/core-loggers@9.0.3
1086
+ - @pnpm/render-peer-issues@4.0.3
1087
+
1088
+ ## 12.4.0
1089
+
1090
+ ### Minor Changes
1091
+
1092
+ - ee328fd25: Add `--hide-reporter-prefix' option for `run` command to hide project name as prefix for lifecycle log outputs of running scripts [#7061](https://github.com/pnpm/pnpm/issues/7061).
1093
+
1094
+ ### Patch Changes
1095
+
1096
+ - Updated dependencies [ee328fd25]
1097
+ - @pnpm/config@19.1.0
1098
+
1099
+ ## 12.3.5
1100
+
1101
+ ### Patch Changes
1102
+
1103
+ - 61b9ca189: Don't print out each deprecated subdependency separately with its deprecation message. Just print out a summary of all the deprecated subdependencies [#6707](https://github.com/pnpm/pnpm/issues/6707).
1104
+
1105
+ ## 12.3.4
1106
+
1107
+ ### Patch Changes
1108
+
1109
+ - @pnpm/config@19.0.3
1110
+
1111
+ ## 12.3.3
1112
+
1113
+ ### Patch Changes
1114
+
1115
+ - @pnpm/config@19.0.2
1116
+
1117
+ ## 12.3.2
1118
+
1119
+ ### Patch Changes
1120
+
1121
+ - @pnpm/config@19.0.1
1122
+
1123
+ ## 12.3.1
1124
+
1125
+ ### Patch Changes
1126
+
1127
+ - cc785f7e1: Fix a bug causing errors to be printed as `Cannot read properties of undefined (reading 'code')` instead of the underlying reason when using the pnpm store server.
1128
+ - Updated dependencies [cb8bcc8df]
1129
+ - @pnpm/config@19.0.0
1130
+
1131
+ ## 12.3.0
1132
+
1133
+ ### Minor Changes
1134
+
1135
+ - bc5d3ceda: Add an option to hide the directory prefix in the progress output.
1136
+ - fe322b678: New option added: hideLifecycleOutput.
1137
+
1138
+ ### Patch Changes
1139
+
1140
+ - f432cb11a: Don't prefix install output for the dlx command.
1141
+ - @pnpm/config@18.4.5
1142
+
1143
+ ## 12.2.9
1144
+
1145
+ ### Patch Changes
1146
+
1147
+ - 8a4dac63c: When showing the download progress of big tarball files, always display the same number of digits after the dot [#6902](https://github.com/pnpm/pnpm/issues/6901).
1148
+
1149
+ ## 12.2.8
1150
+
1151
+ ### Patch Changes
1152
+
1153
+ - 25396e3c5: When progress is throttled, the last stats should be printed, when importing is done.
1154
+ - 751c157cd: Don't print "added" stats, when installing with `--lockfile-only`.
1155
+
1156
+ ## 12.2.7
1157
+
1158
+ ### Patch Changes
1159
+
1160
+ - Updated dependencies [aa2ae8fe2]
1161
+ - @pnpm/types@9.2.0
1162
+ - @pnpm/config@18.4.4
1163
+ - @pnpm/core-loggers@9.0.2
1164
+ - @pnpm/render-peer-issues@4.0.2
1165
+
1166
+ ## 12.2.6
1167
+
1168
+ ### Patch Changes
1169
+
1170
+ - @pnpm/config@18.4.3
1171
+
1172
+ ## 12.2.5
1173
+
1174
+ ### Patch Changes
1175
+
1176
+ - 100d03b36: When running a script in multiple projects, the script outputs should preserve colours [#2148](https://github.com/pnpm/pnpm/issues/2148).
1177
+ - Updated dependencies [e2d631217]
1178
+ - @pnpm/config@18.4.2
1179
+
1180
+ ## 12.2.4
1181
+
1182
+ ### Patch Changes
1183
+
1184
+ - @pnpm/config@18.4.1
1185
+ - @pnpm/error@5.0.2
1186
+
1187
+ ## 12.2.3
1188
+
1189
+ ### Patch Changes
1190
+
1191
+ - Updated dependencies [a9e0b7cbf]
1192
+ - Updated dependencies [301b8e2da]
1193
+ - @pnpm/types@9.1.0
1194
+ - @pnpm/config@18.4.0
1195
+ - @pnpm/core-loggers@9.0.1
1196
+ - @pnpm/render-peer-issues@4.0.1
1197
+ - @pnpm/error@5.0.1
1198
+
1199
+ ## 12.2.2
1200
+
1201
+ ### Patch Changes
1202
+
1203
+ - Updated dependencies [1de07a4af]
1204
+ - @pnpm/config@18.3.2
1205
+
1206
+ ## 12.2.1
1207
+
1208
+ ### Patch Changes
1209
+
1210
+ - Updated dependencies [2809e89ab]
1211
+ - @pnpm/config@18.3.1
1212
+
1213
+ ## 12.2.0
1214
+
1215
+ ### Minor Changes
1216
+
1217
+ - 6850bb135: Report errors from pnpm dedupe --check
1218
+
1219
+ ### Patch Changes
1220
+
1221
+ - 31ca5a218: Don't print empty sections in the summary, when results are filtered.
1222
+ - c0760128d: bump semver to 7.4.0
1223
+ - Updated dependencies [32f8e08c6]
1224
+ - Updated dependencies [6850bb135]
1225
+ - Updated dependencies [6850bb135]
1226
+ - @pnpm/config@18.3.0
1227
+ - @pnpm/dedupe.issues-renderer@1.0.0
1228
+ - @pnpm/dedupe.types@1.0.0
1229
+
1230
+ ## 12.1.0
1231
+
1232
+ ### Minor Changes
1233
+
1234
+ - 6cfaf31a1: In order to filter out packages from the installation summary, a filter function may be passed to the reporter: filterPkgsDiff.
1235
+
1236
+ ### Patch Changes
1237
+
1238
+ - Updated dependencies [fc8780ca9]
1239
+ - @pnpm/config@18.2.0
1240
+
1241
+ ## 12.0.4
1242
+
1243
+ ### Patch Changes
1244
+
1245
+ - af3e5559d: Should report error summary as expected.
1246
+ - @pnpm/config@18.1.1
1247
+
1248
+ ## 12.0.3
1249
+
1250
+ ### Patch Changes
1251
+
1252
+ - Updated dependencies [e2cb4b63d]
1253
+ - Updated dependencies [cd6ce11f0]
1254
+ - @pnpm/config@18.1.0
1255
+
1256
+ ## 12.0.2
1257
+
1258
+ ### Patch Changes
1259
+
1260
+ - @pnpm/config@18.0.2
1261
+
1262
+ ## 12.0.1
1263
+
1264
+ ### Patch Changes
1265
+
1266
+ - @pnpm/config@18.0.1
1267
+
1268
+ ## 12.0.0
1269
+
1270
+ ### Major Changes
1271
+
1272
+ - eceaa8b8b: Node.js 14 support dropped.
1273
+
1274
+ ### Patch Changes
1275
+
1276
+ - Updated dependencies [47e45d717]
1277
+ - Updated dependencies [47e45d717]
1278
+ - Updated dependencies [158d8cf22]
1279
+ - Updated dependencies [eceaa8b8b]
1280
+ - Updated dependencies [8e35c21d1]
1281
+ - Updated dependencies [47e45d717]
1282
+ - Updated dependencies [47e45d717]
1283
+ - Updated dependencies [113f0ae26]
1284
+ - @pnpm/config@18.0.0
1285
+ - @pnpm/render-peer-issues@4.0.0
1286
+ - @pnpm/core-loggers@9.0.0
1287
+ - @pnpm/error@5.0.0
1288
+ - @pnpm/types@9.0.0
1289
+
1290
+ ## 11.0.42
1291
+
1292
+ ### Patch Changes
1293
+
1294
+ - @pnpm/config@17.0.2
1295
+
1296
+ ## 11.0.41
1297
+
1298
+ ### Patch Changes
1299
+
1300
+ - Updated dependencies [b38d711f3]
1301
+ - @pnpm/config@17.0.1
1302
+
1303
+ ## 11.0.40
1304
+
1305
+ ### Patch Changes
1306
+
1307
+ - Updated dependencies [e505b58e3]
1308
+ - @pnpm/config@17.0.0
1309
+
1310
+ ## 11.0.39
1311
+
1312
+ ### Patch Changes
1313
+
1314
+ - @pnpm/config@16.7.2
1315
+
1316
+ ## 11.0.38
1317
+
1318
+ ### Patch Changes
1319
+
1320
+ - @pnpm/config@16.7.1
1321
+
1322
+ ## 11.0.37
1323
+
1324
+ ### Patch Changes
1325
+
1326
+ - Updated dependencies [5c31fa8be]
1327
+ - @pnpm/config@16.7.0
1328
+
1329
+ ## 11.0.36
1330
+
1331
+ ### Patch Changes
1332
+
1333
+ - @pnpm/config@16.6.4
1334
+
1335
+ ## 11.0.35
1336
+
1337
+ ### Patch Changes
1338
+
1339
+ - @pnpm/config@16.6.3
1340
+
1341
+ ## 11.0.34
1342
+
1343
+ ### Patch Changes
1344
+
1345
+ - @pnpm/config@16.6.2
1346
+
1347
+ ## 11.0.33
1348
+
1349
+ ### Patch Changes
1350
+
1351
+ - @pnpm/config@16.6.1
1352
+
1353
+ ## 11.0.32
1354
+
1355
+ ### Patch Changes
1356
+
1357
+ - Updated dependencies [59ee53678]
1358
+ - @pnpm/config@16.6.0
1359
+
1360
+ ## 11.0.31
1361
+
1362
+ ### Patch Changes
1363
+
1364
+ - @pnpm/config@16.5.5
1365
+
1366
+ ## 11.0.30
1367
+
1368
+ ### Patch Changes
1369
+
1370
+ - @pnpm/config@16.5.4
1371
+
1372
+ ## 11.0.29
1373
+
1374
+ ### Patch Changes
1375
+
1376
+ - @pnpm/config@16.5.3
1377
+
1378
+ ## 11.0.28
1379
+
1380
+ ### Patch Changes
1381
+
1382
+ - @pnpm/config@16.5.2
1383
+
1384
+ ## 11.0.27
1385
+
1386
+ ### Patch Changes
1387
+
1388
+ - @pnpm/config@16.5.1
1389
+
1390
+ ## 11.0.26
1391
+
1392
+ ### Patch Changes
1393
+
1394
+ - Updated dependencies [28b47a156]
1395
+ - @pnpm/config@16.5.0
1396
+
1397
+ ## 11.0.25
1398
+
1399
+ ### Patch Changes
1400
+
1401
+ - @pnpm/config@16.4.3
1402
+
1403
+ ## 11.0.24
1404
+
1405
+ ### Patch Changes
1406
+
1407
+ - @pnpm/config@16.4.2
1408
+
1409
+ ## 11.0.23
1410
+
1411
+ ### Patch Changes
1412
+
1413
+ - @pnpm/config@16.4.1
1414
+
1415
+ ## 11.0.22
1416
+
1417
+ ### Patch Changes
1418
+
1419
+ - Updated dependencies [3ebce5db7]
1420
+ - @pnpm/config@16.4.0
1421
+ - @pnpm/error@4.0.1
1422
+
1423
+ ## 11.0.21
1424
+
1425
+ ### Patch Changes
1426
+
1427
+ - Updated dependencies [1fad508b0]
1428
+ - @pnpm/config@16.3.0
1429
+
1430
+ ## 11.0.20
1431
+
1432
+ ### Patch Changes
1433
+
1434
+ - ec97a3105: Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847).
1435
+ - @pnpm/config@16.2.2
1436
+
1437
+ ## 11.0.19
1438
+
1439
+ ### Patch Changes
1440
+
1441
+ - Updated dependencies [d71dbf230]
1442
+ - @pnpm/config@16.2.1
1443
+
1444
+ ## 11.0.18
1445
+
1446
+ ### Patch Changes
1447
+
1448
+ - 0048e0e64: Fix the command in the hint about how to update the store location globally.
1449
+ - Updated dependencies [841f52e70]
1450
+ - @pnpm/config@16.2.0
1451
+
1452
+ ## 11.0.17
1453
+
1454
+ ### Patch Changes
1455
+
1456
+ - Updated dependencies [b77651d14]
1457
+ - @pnpm/types@8.10.0
1458
+ - @pnpm/config@16.1.11
1459
+ - @pnpm/core-loggers@8.0.3
1460
+ - @pnpm/render-peer-issues@3.0.3
1461
+
1462
+ ## 11.0.16
1463
+
1464
+ ### Patch Changes
1465
+
1466
+ - @pnpm/config@16.1.10
1467
+
1468
+ ## 11.0.15
1469
+
1470
+ ### Patch Changes
1471
+
1472
+ - @pnpm/config@16.1.9
1473
+
1474
+ ## 11.0.14
1475
+
1476
+ ### Patch Changes
1477
+
1478
+ - 3f644a514: The update notifier should suggest using the standalone script, when pnpm was installed using a standalone script.
1479
+ - @pnpm/config@16.1.8
1480
+
1481
+ ## 11.0.13
1482
+
1483
+ ### Patch Changes
1484
+
1485
+ - Updated dependencies [a9d59d8bc]
1486
+ - @pnpm/config@16.1.7
1487
+
1488
+ ## 11.0.12
1489
+
1490
+ ### Patch Changes
1491
+
1492
+ - @pnpm/config@16.1.6
1493
+
1494
+ ## 11.0.11
1495
+
1496
+ ### Patch Changes
1497
+
1498
+ - @pnpm/config@16.1.5
1499
+
1500
+ ## 11.0.10
1501
+
1502
+ ### Patch Changes
1503
+
1504
+ - @pnpm/config@16.1.4
1505
+
1506
+ ## 11.0.9
1507
+
1508
+ ### Patch Changes
1509
+
1510
+ - @pnpm/config@16.1.3
1511
+
1512
+ ## 11.0.8
1513
+
1514
+ ### Patch Changes
1515
+
1516
+ - @pnpm/config@16.1.2
1517
+
1518
+ ## 11.0.7
1519
+
1520
+ ### Patch Changes
1521
+
1522
+ - @pnpm/config@16.1.1
1523
+
1524
+ ## 11.0.6
1525
+
1526
+ ### Patch Changes
1527
+
1528
+ - Updated dependencies [3dab7f83c]
1529
+ - @pnpm/config@16.1.0
1530
+
1531
+ ## 11.0.5
1532
+
1533
+ ### Patch Changes
1534
+
1535
+ - a4c58d424: The reporter should not crash when the CLI process is kill during lifecycle scripts execution [#5588](https://github.com/pnpm/pnpm/pull/5588).
1536
+ - Updated dependencies [702e847c1]
1537
+ - @pnpm/types@8.9.0
1538
+ - @pnpm/config@16.0.5
1539
+ - @pnpm/core-loggers@8.0.2
1540
+ - @pnpm/render-peer-issues@3.0.2
1541
+
1542
+ ## 11.0.4
1543
+
1544
+ ### Patch Changes
1545
+
1546
+ - @pnpm/config@16.0.4
1547
+
1548
+ ## 11.0.3
1549
+
1550
+ ### Patch Changes
1551
+
1552
+ - 0018cd03e: Don't print context information when running install for the `pnpm dlx` command.
1553
+ - Updated dependencies [aacb83f73]
1554
+ - Updated dependencies [a14ad09e6]
1555
+ - @pnpm/config@16.0.3
1556
+
1557
+ ## 11.0.2
1558
+
1559
+ ### Patch Changes
1560
+
1561
+ - Updated dependencies [bea0acdfc]
1562
+ - @pnpm/config@16.0.2
1563
+
1564
+ ## 11.0.1
1565
+
1566
+ ### Patch Changes
1567
+
1568
+ - Updated dependencies [e7fd8a84c]
1569
+ - Updated dependencies [844e82f3a]
1570
+ - @pnpm/config@16.0.1
1571
+ - @pnpm/types@8.8.0
1572
+ - @pnpm/core-loggers@8.0.1
1573
+ - @pnpm/render-peer-issues@3.0.1
1574
+
1575
+ ## 11.0.0
1576
+
1577
+ ### Major Changes
1578
+
1579
+ - 043d988fc: Breaking change to the API. Defaul export is not used.
1580
+ - f884689e0: Require `@pnpm/logger` v5.
1581
+
1582
+ ### Patch Changes
1583
+
1584
+ - Updated dependencies [043d988fc]
1585
+ - Updated dependencies [1d0fd82fd]
1586
+ - Updated dependencies [645384bfd]
1587
+ - Updated dependencies [f884689e0]
1588
+ - Updated dependencies [3c117996e]
1589
+ - @pnpm/config@16.0.0
1590
+ - @pnpm/error@4.0.0
1591
+ - @pnpm/core-loggers@8.0.0
1592
+ - @pnpm/render-peer-issues@3.0.0
1593
+
1594
+ ## 10.1.1
1595
+
1596
+ ### Patch Changes
1597
+
1598
+ - @pnpm/config@15.10.12
1599
+
1600
+ ## 10.1.0
1601
+
1602
+ ### Minor Changes
1603
+
1604
+ - 3ae888c28: Show execution time on `install`, `update`, `add`, and `remove` [#1021](https://github.com/pnpm/pnpm/issues/1021).
1605
+
1606
+ ### Patch Changes
1607
+
1608
+ - Updated dependencies [3ae888c28]
1609
+ - @pnpm/core-loggers@7.1.0
1610
+ - @pnpm/config@15.10.11
1611
+
1612
+ ## 10.0.1
1613
+
1614
+ ### Patch Changes
1615
+
1616
+ - e8a631bf0: When a direct dependency fails to resolve, print the path to the project directory in the error message.
1617
+ - Updated dependencies [e8a631bf0]
1618
+ - @pnpm/error@3.1.0
1619
+ - @pnpm/config@15.10.10
1620
+
1621
+ ## 10.0.0
1622
+
1623
+ ### Major Changes
1624
+
1625
+ - 51566e34b: Accept an array of hooks.
1626
+
1627
+ ### Patch Changes
1628
+
1629
+ - Updated dependencies [d665f3ff7]
1630
+ - @pnpm/types@8.7.0
1631
+ - @pnpm/config@15.10.9
1632
+ - @pnpm/core-loggers@7.0.8
1633
+ - @pnpm/render-peer-issues@2.1.2
1634
+
1635
+ ## 9.1.28
1636
+
1637
+ ### Patch Changes
1638
+
1639
+ - @pnpm/config@15.10.8
1640
+
1641
+ ## 9.1.27
1642
+
1643
+ ### Patch Changes
1644
+
1645
+ - @pnpm/config@15.10.7
1646
+
1647
+ ## 9.1.26
1648
+
1649
+ ### Patch Changes
1650
+
1651
+ - Updated dependencies [156cc1ef6]
1652
+ - @pnpm/types@8.6.0
1653
+ - @pnpm/config@15.10.6
1654
+ - @pnpm/core-loggers@7.0.7
1655
+ - @pnpm/render-peer-issues@2.1.1
1656
+
1657
+ ## 9.1.25
1658
+
1659
+ ### Patch Changes
1660
+
1661
+ - @pnpm/config@15.10.5
1662
+
1663
+ ## 9.1.24
1664
+
1665
+ ### Patch Changes
1666
+
1667
+ - 728c0cdf6: When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency.
1668
+ - @pnpm/config@15.10.4
1669
+
1670
+ ## 9.1.23
1671
+
1672
+ ### Patch Changes
1673
+
1674
+ - @pnpm/config@15.10.3
1675
+
1676
+ ## 9.1.22
1677
+
1678
+ ### Patch Changes
1679
+
1680
+ - @pnpm/config@15.10.2
1681
+
1682
+ ## 9.1.21
1683
+
1684
+ ### Patch Changes
1685
+
1686
+ - @pnpm/config@15.10.1
1687
+
1688
+ ## 9.1.20
1689
+
1690
+ ### Patch Changes
1691
+
1692
+ - Updated dependencies [2aa22e4b1]
1693
+ - @pnpm/config@15.10.0
1694
+
1695
+ ## 9.1.19
1696
+
1697
+ ### Patch Changes
1698
+
1699
+ - @pnpm/config@15.9.4
1700
+
1701
+ ## 9.1.18
1702
+
1703
+ ### Patch Changes
1704
+
1705
+ - @pnpm/config@15.9.3
1706
+
1707
+ ## 9.1.17
1708
+
1709
+ ### Patch Changes
1710
+
1711
+ - @pnpm/config@15.9.2
1712
+
1713
+ ## 9.1.16
1714
+
1715
+ ### Patch Changes
1716
+
1717
+ - @pnpm/config@15.9.1
1718
+
1719
+ ## 9.1.15
1720
+
1721
+ ### Patch Changes
1722
+
1723
+ - 39c040127: upgrade various dependencies
1724
+ - 8103f92bd: Use a patched version of ramda to fix deprecation warnings on Node.js 16. Related issue: https://github.com/ramda/ramda/pull/3270
1725
+ - Updated dependencies [43cd6aaca]
1726
+ - Updated dependencies [8103f92bd]
1727
+ - Updated dependencies [65c4260de]
1728
+ - Updated dependencies [29a81598a]
1729
+ - Updated dependencies [c990a409f]
1730
+ - @pnpm/config@15.9.0
1731
+ - @pnpm/render-peer-issues@2.1.0
1732
+
1733
+ ## 9.1.14
1734
+
1735
+ ### Patch Changes
1736
+
1737
+ - Updated dependencies [c90798461]
1738
+ - Updated dependencies [34121d753]
1739
+ - @pnpm/types@8.5.0
1740
+ - @pnpm/config@15.8.1
1741
+ - @pnpm/core-loggers@7.0.6
1742
+ - @pnpm/render-peer-issues@2.0.6
1743
+
1744
+ ## 9.1.13
1745
+
1746
+ ### Patch Changes
1747
+
1748
+ - Updated dependencies [cac34ad69]
1749
+ - Updated dependencies [99019e071]
1750
+ - @pnpm/config@15.8.0
1751
+
1752
+ ## 9.1.12
1753
+
1754
+ ### Patch Changes
1755
+
1756
+ - @pnpm/config@15.7.1
1757
+
1758
+ ## 9.1.11
1759
+
1760
+ ### Patch Changes
1761
+
1762
+ - Updated dependencies [4fa1091c8]
1763
+ - @pnpm/config@15.7.0
1764
+
1765
+ ## 9.1.10
1766
+
1767
+ ### Patch Changes
1768
+
1769
+ - Updated dependencies [7334b347b]
1770
+ - @pnpm/config@15.6.1
1771
+
1772
+ ## 9.1.9
1773
+
1774
+ ### Patch Changes
1775
+
1776
+ - Updated dependencies [28f000509]
1777
+ - Updated dependencies [406656f80]
1778
+ - @pnpm/config@15.6.0
1779
+
1780
+ ## 9.1.8
1781
+
1782
+ ### Patch Changes
1783
+
1784
+ - c71215041: Do not print a package with unchanged version in the installation summary.
1785
+ - @pnpm/config@15.5.2
1786
+
1787
+ ## 9.1.7
1788
+
1789
+ ### Patch Changes
1790
+
1791
+ - 5f643f23b: Update ramda to v0.28.
1792
+ - Updated dependencies [5f643f23b]
1793
+ - @pnpm/config@15.5.1
1794
+
1795
+ ## 9.1.6
1796
+
1797
+ ### Patch Changes
1798
+
1799
+ - Updated dependencies [f48d46ef6]
1800
+ - @pnpm/config@15.5.0
1801
+
1802
+ ## 9.1.5
1803
+
1804
+ ### Patch Changes
1805
+
1806
+ - Updated dependencies [8e5b77ef6]
1807
+ - @pnpm/types@8.4.0
1808
+ - @pnpm/config@15.4.1
1809
+ - @pnpm/core-loggers@7.0.5
1810
+ - @pnpm/render-peer-issues@2.0.5
1811
+
1812
+ ## 9.1.4
1813
+
1814
+ ### Patch Changes
1815
+
1816
+ - Updated dependencies [2a34b21ce]
1817
+ - Updated dependencies [47b5e45dd]
1818
+ - @pnpm/types@8.3.0
1819
+ - @pnpm/config@15.4.0
1820
+ - @pnpm/core-loggers@7.0.4
1821
+ - @pnpm/render-peer-issues@2.0.4
1822
+
1823
+ ## 9.1.3
1824
+
1825
+ ### Patch Changes
1826
+
1827
+ - Updated dependencies [fb5bbfd7a]
1828
+ - Updated dependencies [56cf04cb3]
1829
+ - @pnpm/types@8.2.0
1830
+ - @pnpm/config@15.3.0
1831
+ - @pnpm/core-loggers@7.0.3
1832
+ - @pnpm/render-peer-issues@2.0.3
1833
+
1834
+ ## 9.1.2
1835
+
1836
+ ### Patch Changes
1837
+
1838
+ - Updated dependencies [25798aad1]
1839
+ - @pnpm/config@15.2.1
1840
+
1841
+ ## 9.1.1
1842
+
1843
+ ### Patch Changes
1844
+
1845
+ - 9b7941c81: Add better hints to the peer dependency issue errors.
1846
+ - Updated dependencies [4d39e4a0c]
1847
+ - Updated dependencies [bc80631d3]
1848
+ - Updated dependencies [d5730ba81]
1849
+ - @pnpm/types@8.1.0
1850
+ - @pnpm/config@15.2.0
1851
+ - @pnpm/core-loggers@7.0.2
1852
+ - @pnpm/render-peer-issues@2.0.2
1853
+
1854
+ ## 9.1.0
1855
+
1856
+ ### Minor Changes
1857
+
1858
+ - 2493b8ef3: Suggest to update using Corepack when pnpm was installed via Corepack.
1859
+
1860
+ ### Patch Changes
1861
+
1862
+ - @pnpm/config@15.1.4
1863
+
1864
+ ## 9.0.8
1865
+
1866
+ ### Patch Changes
1867
+
1868
+ - Updated dependencies [ae2f845c5]
1869
+ - @pnpm/config@15.1.4
1870
+
1871
+ ## 9.0.7
1872
+
1873
+ ### Patch Changes
1874
+
1875
+ - Updated dependencies [05159665d]
1876
+ - @pnpm/config@15.1.3
1877
+
1878
+ ## 9.0.6
1879
+
1880
+ ### Patch Changes
1881
+
1882
+ - 190f0b331: Add hints to the peer dependencies error.
1883
+
1884
+ ## 9.0.5
1885
+
1886
+ ### Patch Changes
1887
+
1888
+ - Updated dependencies [af22c6c4f]
1889
+ - @pnpm/config@15.1.2
1890
+
1891
+ ## 9.0.4
1892
+
1893
+ ### Patch Changes
1894
+
1895
+ - 3b98e43a9: Do not report request retry warnings when loglevel is set to `error` [#4669](https://github.com/pnpm/pnpm/issues/4669).
1896
+ - @pnpm/config@15.1.1
1897
+
1898
+ ## 9.0.3
1899
+
1900
+ ### Patch Changes
1901
+
1902
+ - Updated dependencies [18ba5e2c0]
1903
+ - @pnpm/types@8.0.1
1904
+ - @pnpm/config@15.1.1
1905
+ - @pnpm/core-loggers@7.0.1
1906
+ - @pnpm/render-peer-issues@2.0.1
1907
+
1908
+ ## 9.0.2
1909
+
1910
+ ### Patch Changes
1911
+
1912
+ - Updated dependencies [e05dcc48a]
1913
+ - @pnpm/config@15.1.0
1914
+
1915
+ ## 9.0.1
1916
+
1917
+ ### Patch Changes
1918
+
1919
+ - e94149987: Hide "WARN deprecated" messages on loglevel error [#4507](https://github.com/pnpm/pnpm/pull/4507)
1920
+
1921
+ Don't show the progress bar when loglevel is set to warn or error.
1922
+
1923
+ - Updated dependencies [8dac029ef]
1924
+ - Updated dependencies [72b79f55a]
1925
+ - Updated dependencies [546e644e9]
1926
+ - Updated dependencies [c6463b9fd]
1927
+ - Updated dependencies [4bed585e2]
1928
+ - Updated dependencies [8fa95fd86]
1929
+ - @pnpm/config@15.0.0
1930
+ - @pnpm/error@3.0.1
1931
+
1932
+ ## 9.0.0
1933
+
1934
+ ### Major Changes
1935
+
1936
+ - 542014839: Node.js 12 is not supported.
1937
+
1938
+ ### Patch Changes
1939
+
1940
+ - Updated dependencies [516859178]
1941
+ - Updated dependencies [d504dc380]
1942
+ - Updated dependencies [73d71a2d5]
1943
+ - Updated dependencies [fa656992c]
1944
+ - Updated dependencies [542014839]
1945
+ - Updated dependencies [585e9ca9e]
1946
+ - @pnpm/config@14.0.0
1947
+ - @pnpm/types@8.0.0
1948
+ - @pnpm/core-loggers@7.0.0
1949
+ - @pnpm/error@3.0.0
1950
+ - @pnpm/render-peer-issues@2.0.0
1951
+
1952
+ ## 8.5.13
1953
+
1954
+ ### Patch Changes
1955
+
1956
+ - Updated dependencies [70ba51da9]
1957
+ - @pnpm/error@2.1.0
1958
+ - @pnpm/config@13.13.2
1959
+
1960
+ ## 8.5.12
1961
+
1962
+ ### Patch Changes
1963
+
1964
+ - 5f00eb0e0: When some dependency types are skipped, let the user know via the installation summary.
1965
+ - Updated dependencies [b138d048c]
1966
+ - @pnpm/types@7.10.0
1967
+ - @pnpm/config@13.13.1
1968
+ - @pnpm/core-loggers@6.1.4
1969
+ - @pnpm/render-peer-issues@1.1.2
1970
+
1971
+ ## 8.5.11
1972
+
1973
+ ### Patch Changes
1974
+
1975
+ - Updated dependencies [334e5340a]
1976
+ - @pnpm/config@13.13.0
1977
+
1978
+ ## 8.5.10
1979
+
1980
+ ### Patch Changes
1981
+
1982
+ - Updated dependencies [b7566b979]
1983
+ - @pnpm/config@13.12.0
1984
+
1985
+ ## 8.5.9
1986
+
1987
+ ### Patch Changes
1988
+
1989
+ - Updated dependencies [fff0e4493]
1990
+ - @pnpm/config@13.11.0
1991
+
1992
+ ## 8.5.8
1993
+
1994
+ ### Patch Changes
1995
+
1996
+ - a1ffef5ca: Print warnings about deprecated subdependencies [#4227](https://github.com/pnpm/pnpm/issues/4227).
1997
+
1998
+ ## 8.5.7
1999
+
2000
+ ### Patch Changes
2001
+
2002
+ - Updated dependencies [e76151f66]
2003
+ - Updated dependencies [26cd01b88]
2004
+ - @pnpm/config@13.10.0
2005
+ - @pnpm/types@7.9.0
2006
+ - @pnpm/core-loggers@6.1.3
2007
+ - @pnpm/render-peer-issues@1.1.1
2008
+
2009
+ ## 8.5.6
2010
+
2011
+ ### Patch Changes
2012
+
2013
+ - ea24c69fe: `@pnpm/logger` should be a peer dependency.
2014
+
2015
+ ## 8.5.5
2016
+
2017
+ ### Patch Changes
2018
+
2019
+ - Updated dependencies [8fe8f5e55]
2020
+ - @pnpm/config@13.9.0
2021
+
2022
+ ## 8.5.4
2023
+
2024
+ ### Patch Changes
2025
+
2026
+ - Updated dependencies [732d4962f]
2027
+ - Updated dependencies [a6cf11cb7]
2028
+ - @pnpm/config@13.8.0
2029
+
2030
+ ## 8.5.3
2031
+
2032
+ ### Patch Changes
2033
+
2034
+ - Updated dependencies [b5734a4a7]
2035
+ - Updated dependencies [b5734a4a7]
2036
+ - @pnpm/render-peer-issues@1.1.0
2037
+ - @pnpm/types@7.8.0
2038
+ - @pnpm/config@13.7.2
2039
+ - @pnpm/core-loggers@6.1.2
2040
+
2041
+ ## 8.5.2
2042
+
2043
+ ### Patch Changes
2044
+
2045
+ - Updated dependencies [6058f76cd]
2046
+ - @pnpm/render-peer-issues@1.0.2
2047
+
2048
+ ## 8.5.1
2049
+
2050
+ ### Patch Changes
2051
+
2052
+ - Updated dependencies [6493e0c93]
2053
+ - Updated dependencies [a087f339e]
2054
+ - @pnpm/types@7.7.1
2055
+ - @pnpm/render-peer-issues@1.0.1
2056
+ - @pnpm/config@13.7.1
2057
+ - @pnpm/core-loggers@6.1.1
2058
+
2059
+ ## 8.5.0
2060
+
2061
+ ### Minor Changes
2062
+
2063
+ - ba9b2eba1: Add peerDependencyIssuesLogger.
2064
+ - 927c4a089: A new option `--aggregate-output` for `append-only` reporter is added. It aggregates lifecycle logs output for each command that is run in parallel, and only prints command logs when command is finished.
2065
+
2066
+ Related discussion: [#4070](https://github.com/pnpm/pnpm/discussions/4070).
2067
+
2068
+ ### Patch Changes
2069
+
2070
+ - Updated dependencies [ba9b2eba1]
2071
+ - Updated dependencies [30bfca967]
2072
+ - Updated dependencies [927c4a089]
2073
+ - Updated dependencies [10a4bd4db]
2074
+ - Updated dependencies [ba9b2eba1]
2075
+ - Updated dependencies [ba9b2eba1]
2076
+ - @pnpm/core-loggers@6.1.0
2077
+ - @pnpm/config@13.7.0
2078
+ - @pnpm/render-peer-issues@1.0.0
2079
+ - @pnpm/types@7.7.0
2080
+
2081
+ ## 8.4.2
2082
+
2083
+ ### Patch Changes
2084
+
2085
+ - Updated dependencies [46aaf7108]
2086
+ - @pnpm/config@13.6.1
2087
+
2088
+ ## 8.4.1
2089
+
2090
+ ### Patch Changes
2091
+
2092
+ - Updated dependencies [8a99a01ff]
2093
+ - @pnpm/config@13.6.0
2094
+
2095
+ ## 8.4.0
2096
+
2097
+ ### Minor Changes
2098
+
2099
+ - 597a28e3c: The default reporter returns an unsubscribe function to stop reporting.
2100
+
2101
+ ## 8.3.8
2102
+
2103
+ ### Patch Changes
2104
+
2105
+ - Updated dependencies [a7ff2d5ce]
2106
+ - @pnpm/config@13.5.1
2107
+
2108
+ ## 8.3.7
2109
+
2110
+ ### Patch Changes
2111
+
2112
+ - Updated dependencies [002778559]
2113
+ - @pnpm/config@13.5.0
2114
+
2115
+ ## 8.3.6
2116
+
2117
+ ### Patch Changes
2118
+
2119
+ - Updated dependencies [302ae4f6f]
2120
+ - @pnpm/types@7.6.0
2121
+ - @pnpm/config@13.4.2
2122
+ - @pnpm/core-loggers@6.0.6
2123
+
2124
+ ## 8.3.5
2125
+
2126
+ ### Patch Changes
2127
+
2128
+ - Updated dependencies [4ab87844a]
2129
+ - @pnpm/types@7.5.0
2130
+ - @pnpm/config@13.4.1
2131
+ - @pnpm/core-loggers@6.0.5
2132
+
2133
+ ## 8.3.4
2134
+
2135
+ ### Patch Changes
2136
+
2137
+ - 7a021932f: Update stacktracey to v2.
2138
+ - Updated dependencies [b6d74c545]
2139
+ - @pnpm/config@13.4.0
2140
+
2141
+ ## 8.3.3
2142
+
2143
+ ### Patch Changes
2144
+
2145
+ - Updated dependencies [bd7bcdbe8]
2146
+ - @pnpm/config@13.3.0
2147
+
2148
+ ## 8.3.2
2149
+
2150
+ ### Patch Changes
2151
+
2152
+ - Updated dependencies [5ee3b2dc7]
2153
+ - @pnpm/config@13.2.0
2154
+
2155
+ ## 8.3.1
2156
+
2157
+ ### Patch Changes
2158
+
2159
+ - cd597bdf9: Suggest `pnpm install --force` to refetch modified packages.
2160
+
2161
+ ## 8.3.0
2162
+
2163
+ ### Minor Changes
2164
+
2165
+ - ef9d2719a: New hook supported for filtering out info and warning logs: `filterLog(log) => boolean`.
2166
+
2167
+ ### Patch Changes
2168
+
2169
+ - Updated dependencies [4027a3c69]
2170
+ - @pnpm/config@13.1.0
2171
+
2172
+ ## 8.2.3
2173
+
2174
+ ### Patch Changes
2175
+
2176
+ - Updated dependencies [fe5688dc0]
2177
+ - Updated dependencies [c7081cbb4]
2178
+ - Updated dependencies [c7081cbb4]
2179
+ - @pnpm/config@13.0.0
2180
+
2181
+ ## 8.2.2
2182
+
2183
+ ### Patch Changes
2184
+
2185
+ - Updated dependencies [d62259d67]
2186
+ - @pnpm/config@12.6.0
2187
+
2188
+ ## 8.2.1
2189
+
2190
+ ### Patch Changes
2191
+
2192
+ - Updated dependencies [6681fdcbc]
2193
+ - @pnpm/config@12.5.0
2194
+
2195
+ ## 8.2.0
2196
+
2197
+ ### Minor Changes
2198
+
2199
+ - e0aa55140: Print error codes in error messages.
2200
+
2201
+ ## 8.1.14
2202
+
2203
+ ### Patch Changes
2204
+
2205
+ - Updated dependencies [ede519190]
2206
+ - @pnpm/config@12.4.9
2207
+
2208
+ ## 8.1.13
2209
+
2210
+ ### Patch Changes
2211
+
2212
+ - @pnpm/config@12.4.8
2213
+
2214
+ ## 8.1.12
2215
+
2216
+ ### Patch Changes
2217
+
2218
+ - Updated dependencies [655af55ba]
2219
+ - @pnpm/config@12.4.7
2220
+
2221
+ ## 8.1.11
2222
+
2223
+ ### Patch Changes
2224
+
2225
+ - Updated dependencies [3fb74c618]
2226
+ - @pnpm/config@12.4.6
2227
+
2228
+ ## 8.1.10
2229
+
2230
+ ### Patch Changes
2231
+
2232
+ - Updated dependencies [051296a16]
2233
+ - @pnpm/config@12.4.5
2234
+
2235
+ ## 8.1.9
2236
+
2237
+ ### Patch Changes
2238
+
2239
+ - Updated dependencies [af8b5716e]
2240
+ - @pnpm/config@12.4.4
2241
+
2242
+ ## 8.1.8
2243
+
2244
+ ### Patch Changes
2245
+
2246
+ - Updated dependencies [b734b45ea]
2247
+ - @pnpm/types@7.4.0
2248
+ - @pnpm/config@12.4.3
2249
+ - @pnpm/core-loggers@6.0.4
2250
+
2251
+ ## 8.1.7
2252
+
2253
+ ### Patch Changes
2254
+
2255
+ - Updated dependencies [73c1f802e]
2256
+ - @pnpm/config@12.4.2
2257
+
2258
+ ## 8.1.6
2259
+
2260
+ ### Patch Changes
2261
+
2262
+ - 67c6a67f9: Do not collapse warnings when reporting is append-only.
2263
+
2264
+ ## 8.1.5
2265
+
2266
+ ### Patch Changes
2267
+
2268
+ - Updated dependencies [2264bfdf4]
2269
+ - @pnpm/config@12.4.1
2270
+
2271
+ ## 8.1.4
2272
+
2273
+ ### Patch Changes
2274
+
2275
+ - Updated dependencies [25f6968d4]
2276
+ - Updated dependencies [5aaf3e3fa]
2277
+ - @pnpm/config@12.4.0
2278
+
2279
+ ## 8.1.3
2280
+
2281
+ ### Patch Changes
2282
+
2283
+ - Updated dependencies [8e76690f4]
2284
+ - @pnpm/types@7.3.0
2285
+ - @pnpm/config@12.3.3
2286
+ - @pnpm/core-loggers@6.0.3
2287
+
2288
+ ## 8.1.2
2289
+
2290
+ ### Patch Changes
2291
+
2292
+ - Updated dependencies [724c5abd8]
2293
+ - @pnpm/types@7.2.0
2294
+ - @pnpm/config@12.3.2
2295
+ - @pnpm/core-loggers@6.0.2
2296
+
2297
+ ## 8.1.1
2298
+
2299
+ ### Patch Changes
2300
+
2301
+ - a1a03d145: Import only the required functions from ramda.
2302
+ - Updated dependencies [a1a03d145]
2303
+ - @pnpm/config@12.3.1
2304
+
2305
+ ## 8.1.0
2306
+
2307
+ ### Minor Changes
2308
+
2309
+ - c2a71e4fd: New CLI option added: `use-stderr`. When set, all the output is written to stderr.
2310
+
2311
+ ### Patch Changes
2312
+
2313
+ - Updated dependencies [84ec82e05]
2314
+ - Updated dependencies [c2a71e4fd]
2315
+ - Updated dependencies [84ec82e05]
2316
+ - @pnpm/config@12.3.0
2317
+
2318
+ ## 8.0.3
2319
+
2320
+ ### Patch Changes
2321
+
2322
+ - e4a981c0c: Update rxjs.
2323
+
2324
+ ## 8.0.2
2325
+
2326
+ ### Patch Changes
2327
+
2328
+ - Updated dependencies [05baaa6e7]
2329
+ - Updated dependencies [dfdf669e6]
2330
+ - Updated dependencies [97c64bae4]
2331
+ - @pnpm/config@12.2.0
2332
+ - @pnpm/types@7.1.0
2333
+ - @pnpm/core-loggers@6.0.1
2334
+
2335
+ ## 8.0.1
2336
+
2337
+ ### Patch Changes
2338
+
2339
+ - Updated dependencies [ba5231ccf]
2340
+ - @pnpm/config@12.1.0
2341
+
2342
+ ## 8.0.0
2343
+
2344
+ ### Major Changes
2345
+
2346
+ - 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
2347
+
2348
+ ### Minor Changes
2349
+
2350
+ - 90487a3a8: Print a notification about newer version of the CLI.
2351
+
2352
+ ### Patch Changes
2353
+
2354
+ - Updated dependencies [97b986fbc]
2355
+ - Updated dependencies [90487a3a8]
2356
+ - Updated dependencies [78470a32d]
2357
+ - Updated dependencies [aed712455]
2358
+ - Updated dependencies [aed712455]
2359
+ - @pnpm/config@12.0.0
2360
+ - @pnpm/core-loggers@6.0.0
2361
+ - @pnpm/error@2.0.0
2362
+ - @pnpm/types@7.0.0
2363
+
2364
+ ## 7.10.7
2365
+
2366
+ ### Patch Changes
2367
+
2368
+ - Updated dependencies [4f1ce907a]
2369
+ - @pnpm/config@11.14.2
2370
+
2371
+ ## 7.10.6
2372
+
2373
+ ### Patch Changes
2374
+
2375
+ - Updated dependencies [4b3852c39]
2376
+ - @pnpm/config@11.14.1
2377
+
2378
+ ## 7.10.5
2379
+
2380
+ ### Patch Changes
2381
+
2382
+ - @pnpm/config@11.14.0
2383
+
2384
+ ## 7.10.4
2385
+
2386
+ ### Patch Changes
2387
+
2388
+ - Updated dependencies [cb040ae18]
2389
+ - @pnpm/config@11.14.0
2390
+
2391
+ ## 7.10.3
2392
+
2393
+ ### Patch Changes
2394
+
2395
+ - Updated dependencies [c4cc62506]
2396
+ - @pnpm/config@11.13.0
2397
+
2398
+ ## 7.10.2
2399
+
2400
+ ### Patch Changes
2401
+
2402
+ - Updated dependencies [bff84dbca]
2403
+ - @pnpm/config@11.12.1
2404
+
2405
+ ## 7.10.1
2406
+
2407
+ ### Patch Changes
2408
+
2409
+ - 4420f9f4e: Substitute pretty-time with pretty-ms.
2410
+
2411
+ ## 7.10.0
2412
+
2413
+ ### Minor Changes
2414
+
2415
+ - 548f28df9: Export `formatWarn(warningMessage: string): string`.
2416
+
2417
+ ### Patch Changes
2418
+
2419
+ - Updated dependencies [9ad8c27bf]
2420
+ - Updated dependencies [548f28df9]
2421
+ - @pnpm/types@6.4.0
2422
+ - @pnpm/config@11.12.0
2423
+ - @pnpm/core-loggers@5.0.3
2424
+
2425
+ ## 7.9.16
2426
+
2427
+ ### Patch Changes
2428
+
2429
+ - @pnpm/config@11.11.1
2430
+
2431
+ ## 7.9.15
2432
+
2433
+ ### Patch Changes
2434
+
2435
+ - Updated dependencies [f40bc5927]
2436
+ - @pnpm/config@11.11.0
2437
+
2438
+ ## 7.9.14
2439
+
2440
+ ### Patch Changes
2441
+
2442
+ - Updated dependencies [425c7547d]
2443
+ - @pnpm/config@11.10.2
2444
+
2445
+ ## 7.9.13
2446
+
2447
+ ### Patch Changes
2448
+
2449
+ - Updated dependencies [ea09da716]
2450
+ - @pnpm/config@11.10.1
2451
+
2452
+ ## 7.9.12
2453
+
2454
+ ### Patch Changes
2455
+
2456
+ - Updated dependencies [a8656b42f]
2457
+ - @pnpm/config@11.10.0
2458
+
2459
+ ## 7.9.11
2460
+
2461
+ ### Patch Changes
2462
+
2463
+ - 8c21dc57f: Normalize path in context reporting.
2464
+ - Updated dependencies [041537bc3]
2465
+ - @pnpm/config@11.9.1
2466
+
2467
+ ## 7.9.10
2468
+
2469
+ ### Patch Changes
2470
+
2471
+ - Updated dependencies [8698a7060]
2472
+ - @pnpm/config@11.9.0
2473
+
2474
+ ## 7.9.9
2475
+
2476
+ ### Patch Changes
2477
+
2478
+ - Updated dependencies [fcc1c7100]
2479
+ - @pnpm/config@11.8.0
2480
+
2481
+ ## 7.9.8
2482
+
2483
+ ### Patch Changes
2484
+
2485
+ - Updated dependencies [0c5f1bcc9]
2486
+ - @pnpm/error@1.4.0
2487
+ - @pnpm/config@11.7.2
2488
+
2489
+ ## 7.9.7
2490
+
2491
+ ### Patch Changes
2492
+
2493
+ - Updated dependencies [b5d694e7f]
2494
+ - @pnpm/types@6.3.1
2495
+ - @pnpm/config@11.7.1
2496
+ - @pnpm/core-loggers@5.0.2
2497
+
2498
+ ## 7.9.6
2499
+
2500
+ ### Patch Changes
2501
+
2502
+ - Updated dependencies [50b360ec1]
2503
+ - @pnpm/config@11.7.0
2504
+
2505
+ ## 7.9.5
2506
+
2507
+ ### Patch Changes
2508
+
2509
+ - Updated dependencies [d54043ee4]
2510
+ - @pnpm/types@6.3.0
2511
+ - @pnpm/config@11.6.1
2512
+ - @pnpm/core-loggers@5.0.1
2513
+
2514
+ ## 7.9.4
2515
+
2516
+ ### Patch Changes
2517
+
2518
+ - Updated dependencies [f591fdeeb]
2519
+ - @pnpm/config@11.6.0
2520
+
2521
+ ## 7.9.3
2522
+
2523
+ ### Patch Changes
2524
+
2525
+ - Updated dependencies [74914c178]
2526
+ - @pnpm/config@11.5.0
2527
+
2528
+ ## 7.9.2
2529
+
2530
+ ### Patch Changes
2531
+
2532
+ - Updated dependencies [23cf3c88b]
2533
+ - @pnpm/config@11.4.0
2534
+
2535
+ ## 7.9.1
2536
+
2537
+ ### Patch Changes
2538
+
2539
+ - 3b8e3b6b1: Always print the final progress stats.
2540
+ - Updated dependencies [767212f4e]
2541
+ - Updated dependencies [092f8dd83]
2542
+ - @pnpm/config@11.3.0
2543
+
2544
+ ## 7.9.0
2545
+
2546
+ ### Minor Changes
2547
+
2548
+ - 663afd68e: Scope is not reported when the scope is only one project.
2549
+ - 86cd72de3: Show the progress of adding packages to the virtual store.
2550
+
2551
+ ### Patch Changes
2552
+
2553
+ - Updated dependencies [86cd72de3]
2554
+ - @pnpm/core-loggers@5.0.0
2555
+
2556
+ ## 7.8.0
2557
+
2558
+ ### Minor Changes
2559
+
2560
+ - 09b42d3ab: Use RxJS instead of "most".
2561
+
2562
+ ## 7.7.0
2563
+
2564
+ ### Minor Changes
2565
+
2566
+ - af8361946: Sometimes, when installing new dependencies that rely on many peer dependencies, or when running installation on a huge monorepo, there will be hundreds or thousands of warnings. Printing many messages to the terminal is expensive and reduces speed, so pnpm will only print a few warnings and report the total number of the unprinted warnings.
2567
+
2568
+ ## 7.6.4
2569
+
2570
+ ### Patch Changes
2571
+
2572
+ - Updated dependencies [75a36deba]
2573
+ - Updated dependencies [9f1a29ff9]
2574
+ - @pnpm/error@1.3.1
2575
+ - @pnpm/config@11.2.7
2576
+
2577
+ ## 7.6.3
2578
+
2579
+ ### Patch Changes
2580
+
2581
+ - 13c332e69: Fixes a regression published in pnpm v5.5.3 as a result of nullish coalescing refactoring.
2582
+
2583
+ ## 7.6.2
2584
+
2585
+ ### Patch Changes
2586
+
2587
+ - Updated dependencies [ac0d3e122]
2588
+ - @pnpm/config@11.2.6
2589
+
2590
+ ## 7.6.1
2591
+
2592
+ ### Patch Changes
2593
+
2594
+ - Updated dependencies [972864e0d]
2595
+ - @pnpm/config@11.2.5
2596
+
2597
+ ## 7.6.0
2598
+
2599
+ ### Minor Changes
2600
+
2601
+ - 6d480dd7a: Print the authorization settings (with hidden private info), when an authorization error happens during fetch.
2602
+
2603
+ ### Patch Changes
2604
+
2605
+ - Updated dependencies [6d480dd7a]
2606
+ - @pnpm/error@1.3.0
2607
+ - @pnpm/config@11.2.4
2608
+
2609
+ ## 7.5.4
2610
+
2611
+ ### Patch Changes
2612
+
2613
+ - Updated dependencies [13c18e397]
2614
+ - @pnpm/config@11.2.3
2615
+
2616
+ ## 7.5.3
2617
+
2618
+ ### Patch Changes
2619
+
2620
+ - Updated dependencies [3f6d35997]
2621
+ - @pnpm/config@11.2.2
2622
+
2623
+ ## 7.5.2
2624
+
2625
+ ### Patch Changes
2626
+
2627
+ - Updated dependencies [a2ef8084f]
2628
+ - @pnpm/config@11.2.1
2629
+
2630
+ ## 7.5.1
2631
+
2632
+ ### Patch Changes
2633
+
2634
+ - Updated dependencies [ad69677a7]
2635
+ - @pnpm/config@11.2.0
2636
+
2637
+ ## 7.5.0
2638
+
2639
+ ### Minor Changes
2640
+
2641
+ - 9a908bc07: Print info after install about hardlinked/copied packages in `node_modules/.pnpm`
2642
+
2643
+ ### Patch Changes
2644
+
2645
+ - Updated dependencies [9a908bc07]
2646
+ - Updated dependencies [9a908bc07]
2647
+ - @pnpm/core-loggers@4.2.0
2648
+
2649
+ ## 7.4.7
2650
+
2651
+ ### Patch Changes
2652
+
2653
+ - Updated dependencies [65b4d07ca]
2654
+ - Updated dependencies [ab3b8f51d]
2655
+ - @pnpm/config@11.1.0
2656
+
2657
+ ## 7.4.6
2658
+
2659
+ ### Patch Changes
2660
+
2661
+ - @pnpm/config@11.0.1
2662
+
2663
+ ## 7.4.5
2664
+
2665
+ ### Patch Changes
2666
+
2667
+ - Updated dependencies [71aeb9a38]
2668
+ - Updated dependencies [915828b46]
2669
+ - @pnpm/config@11.0.0
2670
+
2671
+ ## 7.4.4
2672
+
2673
+ ### Patch Changes
2674
+
2675
+ - @pnpm/config@10.0.1
2676
+
2677
+ ## 7.4.3
2678
+
2679
+ ### Patch Changes
2680
+
2681
+ - 220896511: Remove common-tags from dependencies.
2682
+ - Updated dependencies [db17f6f7b]
2683
+ - Updated dependencies [1146b76d2]
2684
+ - Updated dependencies [db17f6f7b]
2685
+ - @pnpm/config@10.0.0
2686
+ - @pnpm/types@6.2.0
2687
+ - @pnpm/core-loggers@4.1.2
2688
+
2689
+ ## 7.4.2
2690
+
2691
+ ### Patch Changes
2692
+
2693
+ - Updated dependencies [71a8c8ce3]
2694
+ - Updated dependencies [71a8c8ce3]
2695
+ - @pnpm/types@6.1.0
2696
+ - @pnpm/config@9.2.0
2697
+ - @pnpm/core-loggers@4.1.1
2698
+
2699
+ ## 7.4.1
2700
+
2701
+ ### Patch Changes
2702
+
2703
+ - e934b1a48: Update chalk to v4.1.0.
2704
+
2705
+ ## 7.4.0
2706
+
2707
+ ### Minor Changes
2708
+
2709
+ - 2ebb7af33: New reporter added for request retries.
2710
+
2711
+ ### Patch Changes
2712
+
2713
+ - Updated dependencies [2ebb7af33]
2714
+ - @pnpm/core-loggers@4.1.0
2715
+
2716
+ ## 7.3.0
2717
+
2718
+ ### Minor Changes
2719
+
2720
+ - eb82084e1: Color the different output prefixes differently.
2721
+ - ffddf34a8: Add new reporting option: `streamLifecycleOutput`. When `true`, the output from child processes is printed immediately and is never collapsed.
2722
+
2723
+ ### Patch Changes
2724
+
2725
+ - Updated dependencies [ffddf34a8]
2726
+ - @pnpm/config@9.1.0
2727
+
2728
+ ## 7.2.5
2729
+
2730
+ ### Patch Changes
2731
+
2732
+ - Updated dependencies [242cf8737]
2733
+ - Updated dependencies [da091c711]
2734
+ - Updated dependencies [e11019b89]
2735
+ - Updated dependencies [802d145fc]
2736
+ - Updated dependencies [45fdcfde2]
2737
+ - @pnpm/config@9.0.0
2738
+ - @pnpm/types@6.0.0
2739
+ - @pnpm/core-loggers@4.0.2
2740
+ - @pnpm/error@1.2.1
2741
+
2742
+ ## 7.2.5-alpha.2
2743
+
2744
+ ### Patch Changes
2745
+
2746
+ - Updated dependencies [242cf8737]
2747
+ - Updated dependencies [45fdcfde2]
2748
+ - @pnpm/config@9.0.0-alpha.2
2749
+
2750
+ ## 7.2.5-alpha.1
2751
+
2752
+ ### Patch Changes
2753
+
2754
+ - Updated dependencies [da091c71]
2755
+ - @pnpm/types@6.0.0-alpha.0
2756
+ - @pnpm/config@8.3.1-alpha.1
2757
+ - @pnpm/core-loggers@4.0.2-alpha.0
2758
+
2759
+ ## 7.2.5-alpha.0
2760
+
2761
+ ### Patch Changes
2762
+
2763
+ - @pnpm/config@8.3.1-alpha.0
2764
+
2765
+ ## 7.2.4
2766
+
2767
+ ### Patch Changes
2768
+
2769
+ - 907c63a48: Global warnings are reported.