@pnpm/patching.commands 1100.1.9 → 1100.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3677 -0
  2. package/package.json +29 -29
package/CHANGELOG.md ADDED
@@ -0,0 +1,3677 @@
1
+ # @pnpm/plugin-commands-patching
2
+
3
+ ## 1100.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @pnpm/installing.commands@1100.10.4
8
+ - @pnpm/lockfile.utils@1100.1.2
9
+ - @pnpm/config.reader@1101.11.2
10
+ - @pnpm/store.connection-manager@1100.3.5
11
+ - @pnpm/lockfile.fs@1100.1.10
12
+
13
+ ## 1100.1.9
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [f8058eb]
18
+ - Updated dependencies [9318a11]
19
+ - Updated dependencies [5a4daec]
20
+ - @pnpm/lockfile.fs@1100.1.9
21
+ - @pnpm/config.reader@1101.11.1
22
+ - @pnpm/installing.commands@1100.10.3
23
+ - @pnpm/store.connection-manager@1100.3.4
24
+
25
+ ## 1100.1.8
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [be6505a]
30
+ - Updated dependencies [3425e80]
31
+ - Updated dependencies [806c3ec]
32
+ - Updated dependencies [c121235]
33
+ - Updated dependencies [dcabb78]
34
+ - @pnpm/installing.commands@1100.10.2
35
+ - @pnpm/config.reader@1101.11.0
36
+ - @pnpm/store.connection-manager@1100.3.3
37
+ - @pnpm/lockfile.utils@1100.1.1
38
+ - @pnpm/lockfile.fs@1100.1.8
39
+ - @pnpm/config.writer@1100.0.15
40
+ - @pnpm/crypto.hash@1100.0.1
41
+ - @pnpm/patching.apply-patch@1100.0.3
42
+
43
+ ## 1100.1.7
44
+
45
+ ### Patch Changes
46
+
47
+ - bae694f: Some registries generate tarballs on-demand and cannot provide an integrity checksum in their package metadata. In that case pnpm now computes the integrity from the downloaded tarball and stores it in the lockfile, so the entry is verifiable on subsequent installs instead of being written without an integrity (which would fail the next install). This also applies to `--lockfile-only`: the tarball is downloaded so its integrity can be computed. A lockfile entry that is still missing its integrity is rejected as a `ERR_PNPM_MISSING_TARBALL_INTEGRITY` lockfile verification violation (the install fails closed) rather than being silently re-fetched.
48
+ - 0a154b1: Fixed `pnpm patch` dropping the package name (and leaking internal option fields) when the patched dependency resolves to a single git-hosted version.
49
+ - Updated dependencies [25a829e]
50
+ - Updated dependencies [bae694f]
51
+ - Updated dependencies [6545793]
52
+ - Updated dependencies [0ec878d]
53
+ - Updated dependencies [a84d2a1]
54
+ - Updated dependencies [852d537]
55
+ - @pnpm/installing.commands@1100.10.1
56
+ - @pnpm/lockfile.utils@1100.1.0
57
+ - @pnpm/workspace.project-manifest-reader@1100.0.14
58
+ - @pnpm/error@1100.0.1
59
+ - @pnpm/config.writer@1100.0.14
60
+ - @pnpm/store.connection-manager@1100.3.2
61
+ - @pnpm/lockfile.fs@1100.1.7
62
+ - @pnpm/cli.utils@1101.0.13
63
+ - @pnpm/config.reader@1101.10.1
64
+ - @pnpm/patching.apply-patch@1100.0.3
65
+ - @pnpm/pkg-manifest.reader@1100.0.9
66
+ - @pnpm/store.path@1100.0.2
67
+ - @pnpm/workspace.workspace-manifest-reader@1100.0.9
68
+ - @pnpm/crypto.hash@1100.0.1
69
+
70
+ ## 1100.1.6
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [302a2f7]
75
+ - Updated dependencies [c112b61]
76
+ - Updated dependencies [61969fb]
77
+ - Updated dependencies [9d79ba1]
78
+ - Updated dependencies [0474a9c]
79
+ - Updated dependencies [223d060]
80
+ - Updated dependencies [0474a9c]
81
+ - Updated dependencies [6d35338]
82
+ - Updated dependencies [eba03e0]
83
+ - @pnpm/config.reader@1101.10.0
84
+ - @pnpm/installing.commands@1100.10.0
85
+ - @pnpm/lockfile.fs@1100.1.6
86
+ - @pnpm/store.connection-manager@1100.3.1
87
+ - @pnpm/fetching.pick-fetcher@1100.0.12
88
+
89
+ ## 1100.1.5
90
+
91
+ ### Patch Changes
92
+
93
+ - 612a2e6: Prevent `pnpm patch-remove` from removing files outside the configured patches directory.
94
+ - a31faa7: Updated dependency ranges. Notably:
95
+
96
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
97
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
98
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
99
+ - `@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.
100
+
101
+ - Updated dependencies [8dcd9a0]
102
+ - Updated dependencies [86e70d2]
103
+ - Updated dependencies [61810aa]
104
+ - Updated dependencies [f20ad8f]
105
+ - Updated dependencies [ab0b7d1]
106
+ - Updated dependencies [74a2dc9]
107
+ - Updated dependencies [681b593]
108
+ - Updated dependencies [d50d691]
109
+ - Updated dependencies [a31faa7]
110
+ - @pnpm/installing.commands@1100.9.0
111
+ - @pnpm/config.reader@1101.9.0
112
+ - @pnpm/store.connection-manager@1100.3.0
113
+ - @pnpm/lockfile.utils@1100.0.13
114
+ - @pnpm/types@1101.3.2
115
+ - @pnpm/lockfile.fs@1100.1.5
116
+ - @pnpm/cli.utils@1101.0.12
117
+ - @pnpm/patching.apply-patch@1100.0.2
118
+ - @pnpm/workspace.project-manifest-reader@1100.0.13
119
+ - @pnpm/fetching.pick-fetcher@1100.0.12
120
+ - @pnpm/config.writer@1100.0.13
121
+ - @pnpm/installing.modules-yaml@1100.0.9
122
+ - @pnpm/pkg-manifest.reader@1100.0.8
123
+ - @pnpm/workspace.workspace-manifest-reader@1100.0.8
124
+ - @pnpm/crypto.hash@1100.0.1
125
+
126
+ ## 1100.1.4
127
+
128
+ ### Patch Changes
129
+
130
+ - Updated dependencies [bc9ed78]
131
+ - Updated dependencies [d976edf]
132
+ - Updated dependencies [615c669]
133
+ - @pnpm/config.reader@1101.8.0
134
+ - @pnpm/installing.commands@1100.8.0
135
+ - @pnpm/store.connection-manager@1100.2.8
136
+ - @pnpm/cli.utils@1101.0.11
137
+ - @pnpm/fetching.pick-fetcher@1100.0.11
138
+ - @pnpm/workspace.project-manifest-reader@1100.0.12
139
+ - @pnpm/crypto.hash@1100.0.1
140
+ - @pnpm/patching.apply-patch@1100.0.1
141
+
142
+ ## 1100.1.3
143
+
144
+ ### Patch Changes
145
+
146
+ - Updated dependencies [822beb5]
147
+ - Updated dependencies [3537020]
148
+ - Updated dependencies [894ea6a]
149
+ - Updated dependencies [6b5d91a]
150
+ - Updated dependencies [027196b]
151
+ - Updated dependencies [5f2bb9f]
152
+ - Updated dependencies [1017c36]
153
+ - Updated dependencies [e4d2fe0]
154
+ - Updated dependencies [bf1b731]
155
+ - @pnpm/config.reader@1101.7.0
156
+ - @pnpm/installing.commands@1100.7.3
157
+ - @pnpm/types@1101.3.1
158
+ - @pnpm/store.connection-manager@1100.2.7
159
+ - @pnpm/fetching.pick-fetcher@1100.0.11
160
+ - @pnpm/cli.utils@1101.0.10
161
+ - @pnpm/config.writer@1100.0.12
162
+ - @pnpm/installing.modules-yaml@1100.0.8
163
+ - @pnpm/lockfile.fs@1100.1.4
164
+ - @pnpm/lockfile.utils@1100.0.12
165
+ - @pnpm/pkg-manifest.reader@1100.0.7
166
+ - @pnpm/workspace.project-manifest-reader@1100.0.11
167
+ - @pnpm/workspace.workspace-manifest-reader@1100.0.7
168
+ - @pnpm/crypto.hash@1100.0.1
169
+ - @pnpm/patching.apply-patch@1100.0.1
170
+
171
+ ## 1100.1.2
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies [a017bf3]
176
+ - @pnpm/config.reader@1101.6.0
177
+ - @pnpm/types@1101.3.0
178
+ - @pnpm/installing.commands@1100.7.2
179
+ - @pnpm/fetching.pick-fetcher@1100.0.10
180
+ - @pnpm/store.connection-manager@1100.2.6
181
+ - @pnpm/cli.utils@1101.0.9
182
+ - @pnpm/config.writer@1100.0.11
183
+ - @pnpm/installing.modules-yaml@1100.0.7
184
+ - @pnpm/lockfile.fs@1100.1.3
185
+ - @pnpm/lockfile.utils@1100.0.11
186
+ - @pnpm/pkg-manifest.reader@1100.0.6
187
+ - @pnpm/workspace.project-manifest-reader@1100.0.10
188
+ - @pnpm/workspace.workspace-manifest-reader@1100.0.6
189
+ - @pnpm/crypto.hash@1100.0.1
190
+ - @pnpm/patching.apply-patch@1100.0.1
191
+
192
+ ## 1100.1.1
193
+
194
+ ### Patch Changes
195
+
196
+ - @pnpm/installing.commands@1100.7.1
197
+
198
+ ## 1100.1.0
199
+
200
+ ### Minor Changes
201
+
202
+ - 2cadfb5: Replaced `enquirer` with `@inquirer/prompts` for all interactive prompts. Fixes the `update -i` scrolling overflow bug where long choice lists were clipped in the terminal [#6643](https://github.com/pnpm/pnpm/issues/6643).
203
+
204
+ **User-facing changes:**
205
+
206
+ - `pnpm update -i` / `pnpm update -i --latest`: Scrolling now works correctly when many packages are available; the new library uses visual-line-aware pagination via `usePagination`
207
+ - `pnpm audit --fix -i`: Same scrolling fix for vulnerability selection
208
+ - `pnpm approve-builds`: Interactive build approval prompts updated
209
+ - `pnpm patch`: Version selection and "apply to all" prompts updated
210
+ - `pnpm patch-remove`: Patch removal selection updated
211
+ - `pnpm publish`: Branch confirmation prompt updated
212
+ - `pnpm login`: Credential prompts updated
213
+ - `pnpm run` / `pnpm exec` (with `verifyDepsBeforeRun=prompt`): Confirmation prompt updated
214
+
215
+ Vim-style `j`/`k` keys still work for up/down navigation in all interactive prompts.
216
+
217
+ **Internal:** The `OtpEnquirer` and `LoginEnquirer` DI interfaces changed from `{ prompt }` to `{ input }` / `{ input, password }` respectively. Plugins or custom builds that inject their own enquirer mock will need to update.
218
+
219
+ ### Patch Changes
220
+
221
+ - Updated dependencies [a39a83d]
222
+ - Updated dependencies [2cadfb5]
223
+ - @pnpm/config.reader@1101.5.0
224
+ - @pnpm/installing.commands@1100.7.0
225
+ - @pnpm/fetching.pick-fetcher@1100.0.9
226
+ - @pnpm/store.connection-manager@1100.2.5
227
+ - @pnpm/crypto.hash@1100.0.1
228
+ - @pnpm/patching.apply-patch@1100.0.1
229
+
230
+ ## 1100.0.23
231
+
232
+ ### Patch Changes
233
+
234
+ - Updated dependencies [a23956e]
235
+ - Updated dependencies [aa6149d]
236
+ - Updated dependencies [a456dc7]
237
+ - Updated dependencies [26a7d63]
238
+ - Updated dependencies [572842a]
239
+ - Updated dependencies [e55f4b5]
240
+ - Updated dependencies [35d2355]
241
+ - @pnpm/config.reader@1101.4.1
242
+ - @pnpm/installing.commands@1100.6.0
243
+ - @pnpm/workspace.project-manifest-reader@1100.0.9
244
+ - @pnpm/patching.apply-patch@1100.0.1
245
+ - @pnpm/lockfile.utils@1100.0.10
246
+ - @pnpm/types@1101.2.0
247
+ - @pnpm/store.connection-manager@1100.2.4
248
+ - @pnpm/cli.utils@1101.0.8
249
+ - @pnpm/lockfile.fs@1100.1.2
250
+ - @pnpm/config.writer@1100.0.10
251
+ - @pnpm/installing.modules-yaml@1100.0.6
252
+ - @pnpm/pkg-manifest.reader@1100.0.5
253
+ - @pnpm/workspace.workspace-manifest-reader@1100.0.5
254
+ - @pnpm/crypto.hash@1100.0.1
255
+ - @pnpm/fetching.pick-fetcher@1100.0.9
256
+
257
+ ## 1100.0.22
258
+
259
+ ### Patch Changes
260
+
261
+ - Updated dependencies [d7da112]
262
+ - Updated dependencies [3b62f9d]
263
+ - Updated dependencies [212315d]
264
+ - @pnpm/workspace.project-manifest-reader@1100.0.8
265
+ - @pnpm/config.reader@1101.4.0
266
+ - @pnpm/installing.commands@1100.5.0
267
+ - @pnpm/cli.utils@1101.0.7
268
+ - @pnpm/store.connection-manager@1100.2.3
269
+ - @pnpm/fetching.pick-fetcher@1100.0.8
270
+
271
+ ## 1100.0.21
272
+
273
+ ### Patch Changes
274
+
275
+ - Updated dependencies [881a865]
276
+ - @pnpm/installing.commands@1100.4.2
277
+
278
+ ## 1100.0.20
279
+
280
+ ### Patch Changes
281
+
282
+ - @pnpm/installing.commands@1100.4.1
283
+ - @pnpm/store.connection-manager@1100.2.2
284
+
285
+ ## 1100.0.19
286
+
287
+ ### Patch Changes
288
+
289
+ - Updated dependencies [3687b0e]
290
+ - Updated dependencies [ced20cb]
291
+ - Updated dependencies [a620557]
292
+ - Updated dependencies [9cb48bb]
293
+ - Updated dependencies [d1b340f]
294
+ - Updated dependencies [b206a15]
295
+ - Updated dependencies [64afc92]
296
+ - @pnpm/config.reader@1101.3.3
297
+ - @pnpm/installing.commands@1100.4.0
298
+ - @pnpm/lockfile.fs@1100.1.1
299
+ - @pnpm/types@1101.1.1
300
+ - @pnpm/store.connection-manager@1100.2.1
301
+ - @pnpm/fetching.pick-fetcher@1100.0.8
302
+ - @pnpm/lockfile.utils@1100.0.9
303
+ - @pnpm/cli.utils@1101.0.6
304
+ - @pnpm/workspace.project-manifest-reader@1100.0.7
305
+ - @pnpm/config.writer@1100.0.9
306
+ - @pnpm/installing.modules-yaml@1100.0.5
307
+ - @pnpm/pkg-manifest.reader@1100.0.4
308
+ - @pnpm/workspace.workspace-manifest-reader@1100.0.4
309
+ - @pnpm/crypto.hash@1100.0.1
310
+ - @pnpm/patching.apply-patch@1100.0.0
311
+
312
+ ## 1100.0.18
313
+
314
+ ### Patch Changes
315
+
316
+ - Updated dependencies [4195766]
317
+ - Updated dependencies [31538bf]
318
+ - Updated dependencies [020ac45]
319
+ - Updated dependencies [d3f8408]
320
+ - Updated dependencies [6e93f35]
321
+ - Updated dependencies [a62f959]
322
+ - Updated dependencies [ba2c884]
323
+ - Updated dependencies [2a9bd89]
324
+ - Updated dependencies [8df408c]
325
+ - @pnpm/installing.commands@1100.3.0
326
+ - @pnpm/store.connection-manager@1100.2.0
327
+ - @pnpm/config.reader@1101.3.2
328
+ - @pnpm/lockfile.fs@1100.1.0
329
+ - @pnpm/fetching.pick-fetcher@1100.0.7
330
+ - @pnpm/lockfile.utils@1100.0.8
331
+ - @pnpm/cli.utils@1101.0.5
332
+ - @pnpm/workspace.project-manifest-reader@1100.0.6
333
+ - @pnpm/config.writer@1100.0.8
334
+ - @pnpm/crypto.hash@1100.0.1
335
+ - @pnpm/patching.apply-patch@1100.0.0
336
+
337
+ ## 1100.0.17
338
+
339
+ ### Patch Changes
340
+
341
+ - Updated dependencies [180aee9]
342
+ - @pnpm/installing.commands@1100.2.2
343
+ - @pnpm/lockfile.fs@1100.0.8
344
+ - @pnpm/cli.utils@1101.0.4
345
+ - @pnpm/config.reader@1101.3.1
346
+ - @pnpm/workspace.project-manifest-reader@1100.0.5
347
+ - @pnpm/fetching.pick-fetcher@1100.0.6
348
+ - @pnpm/store.connection-manager@1100.1.2
349
+ - @pnpm/crypto.hash@1100.0.1
350
+ - @pnpm/patching.apply-patch@1100.0.0
351
+
352
+ ## 1100.0.16
353
+
354
+ ### Patch Changes
355
+
356
+ - @pnpm/installing.commands@1100.2.1
357
+ - @pnpm/store.connection-manager@1100.1.1
358
+ - @pnpm/fetching.pick-fetcher@1100.0.6
359
+
360
+ ## 1100.0.15
361
+
362
+ ### Patch Changes
363
+
364
+ - Updated dependencies [b61e268]
365
+ - Updated dependencies [e1e29c1]
366
+ - @pnpm/config.reader@1101.3.0
367
+ - @pnpm/store.connection-manager@1100.1.0
368
+ - @pnpm/types@1101.1.0
369
+ - @pnpm/installing.commands@1100.2.0
370
+ - @pnpm/fetching.pick-fetcher@1100.0.6
371
+ - @pnpm/cli.utils@1101.0.3
372
+ - @pnpm/config.writer@1100.0.7
373
+ - @pnpm/installing.modules-yaml@1100.0.4
374
+ - @pnpm/lockfile.fs@1100.0.7
375
+ - @pnpm/lockfile.utils@1100.0.7
376
+ - @pnpm/pkg-manifest.reader@1100.0.3
377
+ - @pnpm/workspace.project-manifest-reader@1100.0.4
378
+ - @pnpm/workspace.workspace-manifest-reader@1100.0.3
379
+ - @pnpm/crypto.hash@1100.0.1
380
+ - @pnpm/patching.apply-patch@1100.0.0
381
+
382
+ ## 1100.0.14
383
+
384
+ ### Patch Changes
385
+
386
+ - Updated dependencies [e9e876c]
387
+ - Updated dependencies [dd8d5d7]
388
+ - Updated dependencies [15e9e35]
389
+ - @pnpm/config.reader@1101.2.2
390
+ - @pnpm/fs.packlist@1100.0.1
391
+ - @pnpm/installing.commands@1100.1.12
392
+ - @pnpm/fetching.pick-fetcher@1100.0.5
393
+ - @pnpm/store.connection-manager@1100.0.13
394
+ - @pnpm/crypto.hash@1100.0.1
395
+ - @pnpm/patching.apply-patch@1100.0.0
396
+
397
+ ## 1100.0.13
398
+
399
+ ### Patch Changes
400
+
401
+ - Updated dependencies [cfa271b]
402
+ - @pnpm/lockfile.utils@1100.0.6
403
+ - @pnpm/lockfile.fs@1100.0.6
404
+ - @pnpm/fetching.pick-fetcher@1100.0.5
405
+ - @pnpm/installing.commands@1100.1.11
406
+ - @pnpm/store.connection-manager@1100.0.12
407
+
408
+ ## 1100.0.12
409
+
410
+ ### Patch Changes
411
+
412
+ - Updated dependencies [12313f1]
413
+ - Updated dependencies [27425d7]
414
+ - Updated dependencies [707a879]
415
+ - @pnpm/installing.modules-yaml@1100.0.3
416
+ - @pnpm/fetching.pick-fetcher@1100.0.5
417
+ - @pnpm/lockfile.fs@1100.0.5
418
+ - @pnpm/lockfile.utils@1100.0.5
419
+ - @pnpm/config.reader@1101.2.1
420
+ - @pnpm/installing.commands@1100.1.10
421
+ - @pnpm/store.connection-manager@1100.0.11
422
+ - @pnpm/config.writer@1100.0.6
423
+ - @pnpm/crypto.hash@1100.0.1
424
+ - @pnpm/patching.apply-patch@1100.0.0
425
+
426
+ ## 1100.0.11
427
+
428
+ ### Patch Changes
429
+
430
+ - Updated dependencies [8fdd9a9]
431
+ - Updated dependencies [5f34a8d]
432
+ - Updated dependencies [c969392]
433
+ - Updated dependencies [817b1b4]
434
+ - Updated dependencies [c969392]
435
+ - Updated dependencies [2de318b]
436
+ - @pnpm/config.reader@1101.2.0
437
+ - @pnpm/installing.commands@1100.1.9
438
+ - @pnpm/store.connection-manager@1100.0.10
439
+ - @pnpm/config.writer@1100.0.5
440
+
441
+ ## 1100.0.10
442
+
443
+ ### Patch Changes
444
+
445
+ - Updated dependencies [f6bc1db]
446
+ - @pnpm/installing.commands@1100.1.8
447
+
448
+ ## 1100.0.9
449
+
450
+ ### Patch Changes
451
+
452
+ - Updated dependencies [42a8f29]
453
+ - @pnpm/config.reader@1101.1.4
454
+ - @pnpm/installing.commands@1100.1.7
455
+ - @pnpm/store.connection-manager@1100.0.9
456
+
457
+ ## 1100.0.8
458
+
459
+ ### Patch Changes
460
+
461
+ - 184ce26: Fix the package name in README.md.
462
+ - Updated dependencies [184ce26]
463
+ - Updated dependencies [6b891a5]
464
+ - @pnpm/resolving.parse-wanted-dependency@1100.0.1
465
+ - @pnpm/workspace.project-manifest-reader@1100.0.3
466
+ - @pnpm/store.connection-manager@1100.0.8
467
+ - @pnpm/installing.modules-yaml@1100.0.2
468
+ - @pnpm/fetching.pick-fetcher@1100.0.4
469
+ - @pnpm/installing.commands@1100.1.6
470
+ - @pnpm/pkg-manifest.reader@1100.0.2
471
+ - @pnpm/config.reader@1101.1.3
472
+ - @pnpm/config.writer@1100.0.4
473
+ - @pnpm/store.path@1100.0.1
474
+ - @pnpm/cli.utils@1101.0.2
475
+ - @pnpm/lockfile.utils@1100.0.4
476
+ - @pnpm/lockfile.fs@1100.0.4
477
+ - @pnpm/crypto.hash@1100.0.1
478
+ - @pnpm/patching.apply-patch@1100.0.0
479
+
480
+ ## 1100.0.7
481
+
482
+ ### Patch Changes
483
+
484
+ - @pnpm/cli.utils@1101.0.1
485
+ - @pnpm/installing.commands@1100.1.5
486
+ - @pnpm/store.connection-manager@1100.0.7
487
+
488
+ ## 1100.0.6
489
+
490
+ ### Patch Changes
491
+
492
+ - Updated dependencies [f543b77]
493
+ - Updated dependencies [0fbcf74]
494
+ - @pnpm/workspace.workspace-manifest-reader@1100.0.2
495
+ - @pnpm/config.reader@1101.1.2
496
+ - @pnpm/installing.commands@1100.1.4
497
+ - @pnpm/store.connection-manager@1100.0.6
498
+ - @pnpm/config.writer@1100.0.3
499
+
500
+ ## 1100.0.5
501
+
502
+ ### Patch Changes
503
+
504
+ - @pnpm/installing.commands@1100.1.3
505
+ - @pnpm/store.connection-manager@1100.0.5
506
+
507
+ ## 1100.0.4
508
+
509
+ ### Patch Changes
510
+
511
+ - @pnpm/fetching.pick-fetcher@1100.0.3
512
+ - @pnpm/installing.commands@1100.1.2
513
+ - @pnpm/store.connection-manager@1100.0.4
514
+ - @pnpm/lockfile.utils@1100.0.3
515
+ - @pnpm/lockfile.fs@1100.0.3
516
+ - @pnpm/config.reader@1101.1.1
517
+ - @pnpm/crypto.hash@1100.0.0
518
+ - @pnpm/patching.apply-patch@1100.0.0
519
+
520
+ ## 1100.0.3
521
+
522
+ ### Patch Changes
523
+
524
+ - Updated dependencies [7d25bc1]
525
+ - Updated dependencies [9e0833c]
526
+ - @pnpm/config.reader@1101.1.0
527
+ - @pnpm/store.connection-manager@1100.0.3
528
+ - @pnpm/installing.commands@1100.1.1
529
+ - @pnpm/fetching.pick-fetcher@1100.0.2
530
+ - @pnpm/lockfile.utils@1100.0.2
531
+ - @pnpm/lockfile.fs@1100.0.2
532
+ - @pnpm/config.writer@1100.0.2
533
+ - @pnpm/crypto.hash@1100.0.0
534
+ - @pnpm/patching.apply-patch@1100.0.0
535
+
536
+ ## 1100.0.2
537
+
538
+ ### Patch Changes
539
+
540
+ - Updated dependencies [cee550a]
541
+ - Updated dependencies [4ab3d9b]
542
+ - Updated dependencies [9af708a]
543
+ - Updated dependencies [ea2a7fb]
544
+ - Updated dependencies [ff7733c]
545
+ - @pnpm/cli.utils@1101.0.0
546
+ - @pnpm/config.reader@1101.0.0
547
+ - @pnpm/installing.commands@1100.1.0
548
+ - @pnpm/store.connection-manager@1100.0.2
549
+ - @pnpm/workspace.project-manifest-reader@1100.0.2
550
+ - @pnpm/fetching.pick-fetcher@1100.0.1
551
+
552
+ ## 1100.0.1
553
+
554
+ ### Patch Changes
555
+
556
+ - Updated dependencies [ff28085]
557
+ - @pnpm/types@1101.0.0
558
+ - @pnpm/cli.utils@1100.0.1
559
+ - @pnpm/config.reader@1100.0.1
560
+ - @pnpm/config.writer@1100.0.1
561
+ - @pnpm/installing.commands@1100.0.1
562
+ - @pnpm/installing.modules-yaml@1100.0.1
563
+ - @pnpm/lockfile.fs@1100.0.1
564
+ - @pnpm/lockfile.utils@1100.0.1
565
+ - @pnpm/pkg-manifest.reader@1100.0.1
566
+ - @pnpm/workspace.project-manifest-reader@1100.0.1
567
+ - @pnpm/workspace.workspace-manifest-reader@1100.0.1
568
+ - @pnpm/crypto.hash@1100.0.0
569
+ - @pnpm/patching.apply-patch@1100.0.0
570
+ - @pnpm/store.connection-manager@1100.0.1
571
+ - @pnpm/fetching.pick-fetcher@1100.0.1
572
+
573
+ ## 1001.0.0
574
+
575
+ ### Major Changes
576
+
577
+ - 491a84f: This package is now pure ESM.
578
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
579
+ - 7b1c189: Removed the deprecated `allowNonAppliedPatches` completely in favor of `allowUnusedPatches`.
580
+ Remove `ignorePatchFailures` so all patch application failures should throw an error.
581
+
582
+ ### Patch Changes
583
+
584
+ - cb49a64: Fixed `pnpm patch-commit` failing with "unable to access '/.config/git/attributes': Permission denied" error in environments where HOME is unset or non-standard (Docker containers, CI systems).
585
+
586
+ The issue occurred because pnpm was setting `HOME: ''` and `USERPROFILE: ''` to suppress user git configuration when running `git diff`. This caused git to resolve the home directory (`~`) as root (`/`), leading to permission errors when attempting to access `/.config/git/attributes`.
587
+
588
+ Now uses `GIT_CONFIG_GLOBAL: os.devNull` instead, which is git's proper mechanism for bypassing user-level configuration without corrupting the home directory path resolution.
589
+
590
+ Fixes #6537
591
+
592
+ - Updated dependencies [7730a7f]
593
+ - Updated dependencies [996284f]
594
+ - Updated dependencies [7721d2e]
595
+ - Updated dependencies [ae8b816]
596
+ - Updated dependencies [facdd71]
597
+ - Updated dependencies [4c6c26a]
598
+ - Updated dependencies [c55c614]
599
+ - Updated dependencies [3c72b6b]
600
+ - Updated dependencies [9f5c0e3]
601
+ - Updated dependencies [76718b3]
602
+ - Updated dependencies [a8f016c]
603
+ - Updated dependencies [cc1b8e3]
604
+ - Updated dependencies [90bd3c3]
605
+ - Updated dependencies [3cfffaa]
606
+ - Updated dependencies [1cc61e8]
607
+ - Updated dependencies [606f53e]
608
+ - Updated dependencies [c7203b9]
609
+ - Updated dependencies [bb17724]
610
+ - Updated dependencies [05fb1ae]
611
+ - Updated dependencies [da2429d]
612
+ - Updated dependencies [0b5ccc9]
613
+ - Updated dependencies [1cc61e8]
614
+ - Updated dependencies [491a84f]
615
+ - Updated dependencies [f0ae1b9]
616
+ - Updated dependencies [9fc552d]
617
+ - Updated dependencies [312226c]
618
+ - Updated dependencies [121f64a]
619
+ - Updated dependencies [7fab2a2]
620
+ - Updated dependencies [cb367b9]
621
+ - Updated dependencies [543c7e4]
622
+ - Updated dependencies [075aa99]
623
+ - Updated dependencies [fd511e4]
624
+ - Updated dependencies [ae43ac7]
625
+ - Updated dependencies [ccec8e7]
626
+ - Updated dependencies [98a5f1c]
627
+ - Updated dependencies [fd511e4]
628
+ - Updated dependencies [fa5a5c6]
629
+ - Updated dependencies [4158906]
630
+ - Updated dependencies [ac944ef]
631
+ - Updated dependencies [a0e3a21]
632
+ - Updated dependencies [d458ab3]
633
+ - Updated dependencies [7d2fd48]
634
+ - Updated dependencies [cc7c0d2]
635
+ - Updated dependencies [efb48dc]
636
+ - Updated dependencies [d5d4eed]
637
+ - Updated dependencies [095f659]
638
+ - Updated dependencies [96704a1]
639
+ - Updated dependencies [50fbeca]
640
+ - Updated dependencies [cb367b9]
641
+ - Updated dependencies [7b1c189]
642
+ - Updated dependencies [51b04c3]
643
+ - Updated dependencies [6f806be]
644
+ - Updated dependencies [d01b81f]
645
+ - Updated dependencies [3ed41f4]
646
+ - Updated dependencies [8ffb1a7]
647
+ - Updated dependencies [2b14c74]
648
+ - Updated dependencies [05fb1ae]
649
+ - Updated dependencies [71de2b3]
650
+ - Updated dependencies [10bc391]
651
+ - Updated dependencies [ace7903]
652
+ - Updated dependencies [38b8e35]
653
+ - Updated dependencies [394d88c]
654
+ - Updated dependencies [831f574]
655
+ - Updated dependencies [2df8b71]
656
+ - Updated dependencies [ed1a7fe]
657
+ - Updated dependencies [15549a9]
658
+ - Updated dependencies [b51bb42]
659
+ - Updated dependencies [cc7c0d2]
660
+ - Updated dependencies [5bf7768]
661
+ - Updated dependencies [3cfffaa]
662
+ - Updated dependencies [ae43ac7]
663
+ - Updated dependencies [a5fdbf9]
664
+ - Updated dependencies [9d3f00b]
665
+ - Updated dependencies [efb48dc]
666
+ - Updated dependencies [9587dac]
667
+ - Updated dependencies [09a999a]
668
+ - Updated dependencies [559f903]
669
+ - Updated dependencies [3574905]
670
+ - @pnpm/config.reader@1005.0.0
671
+ - @pnpm/installing.commands@1005.0.0
672
+ - @pnpm/config.writer@1001.0.0
673
+ - @pnpm/constants@1002.0.0
674
+ - @pnpm/types@1001.0.0
675
+ - @pnpm/lockfile.fs@1002.0.0
676
+ - @pnpm/lockfile.utils@1004.0.0
677
+ - @pnpm/cli.utils@1002.0.0
678
+ - @pnpm/installing.modules-yaml@1001.0.0
679
+ - @pnpm/workspace.project-manifest-reader@1002.0.0
680
+ - @pnpm/resolving.parse-wanted-dependency@1002.0.0
681
+ - @pnpm/pkg-manifest.reader@1001.0.0
682
+ - @pnpm/store.connection-manager@1003.0.0
683
+ - @pnpm/workspace.workspace-manifest-reader@1001.0.0
684
+ - @pnpm/fetching.pick-fetcher@1002.0.0
685
+ - @pnpm/patching.apply-patch@1001.0.0
686
+ - @pnpm/store.path@1001.0.0
687
+ - @pnpm/error@1001.0.0
688
+ - @pnpm/crypto.hash@1001.0.0
689
+ - @pnpm/fs.packlist@1001.0.0
690
+
691
+ ## 1000.3.21
692
+
693
+ ### Patch Changes
694
+
695
+ - @pnpm/cli-utils@1001.2.8
696
+ - @pnpm/plugin-commands-installation@1004.6.10
697
+ - @pnpm/store-connection-manager@1002.2.4
698
+
699
+ ## 1000.3.20
700
+
701
+ ### Patch Changes
702
+
703
+ - Updated dependencies [7c1382f]
704
+ - Updated dependencies [dee39ec]
705
+ - @pnpm/types@1000.9.0
706
+ - @pnpm/cli-utils@1001.2.7
707
+ - @pnpm/config@1004.4.2
708
+ - @pnpm/config.config-writer@1000.0.14
709
+ - @pnpm/lockfile.fs@1001.1.21
710
+ - @pnpm/lockfile.utils@1003.0.3
711
+ - @pnpm/modules-yaml@1000.3.6
712
+ - @pnpm/plugin-commands-installation@1004.6.9
713
+ - @pnpm/read-package-json@1000.1.2
714
+ - @pnpm/read-project-manifest@1001.1.4
715
+ - @pnpm/workspace.read-manifest@1000.2.5
716
+ - @pnpm/pick-fetcher@1001.0.0
717
+ - @pnpm/store-connection-manager@1002.2.3
718
+ - @pnpm/crypto.hash@1000.2.1
719
+ - @pnpm/patching.apply-patch@1000.0.7
720
+
721
+ ## 1000.3.19
722
+
723
+ ### Patch Changes
724
+
725
+ - Updated dependencies [9865167]
726
+ - @pnpm/config@1004.4.1
727
+ - @pnpm/cli-utils@1001.2.6
728
+ - @pnpm/plugin-commands-installation@1004.6.8
729
+ - @pnpm/store-connection-manager@1002.2.2
730
+
731
+ ## 1000.3.18
732
+
733
+ ### Patch Changes
734
+
735
+ - @pnpm/plugin-commands-installation@1004.6.7
736
+ - @pnpm/store-connection-manager@1002.2.1
737
+ - @pnpm/cli-utils@1001.2.5
738
+
739
+ ## 1000.3.17
740
+
741
+ ### Patch Changes
742
+
743
+ - @pnpm/plugin-commands-installation@1004.6.6
744
+
745
+ ## 1000.3.16
746
+
747
+ ### Patch Changes
748
+
749
+ - @pnpm/plugin-commands-installation@1004.6.5
750
+
751
+ ## 1000.3.15
752
+
753
+ ### Patch Changes
754
+
755
+ - Updated dependencies [fb4da0c]
756
+ - Updated dependencies [93fdc73]
757
+ - @pnpm/store-connection-manager@1002.2.0
758
+ - @pnpm/config@1004.4.0
759
+ - @pnpm/plugin-commands-installation@1004.6.4
760
+ - @pnpm/crypto.hash@1000.2.1
761
+ - @pnpm/read-project-manifest@1001.1.3
762
+ - @pnpm/cli-utils@1001.2.4
763
+ - @pnpm/config.config-writer@1000.0.13
764
+ - @pnpm/lockfile.fs@1001.1.20
765
+ - @pnpm/lockfile.utils@1003.0.2
766
+ - @pnpm/patching.apply-patch@1000.0.7
767
+
768
+ ## 1000.3.14
769
+
770
+ ### Patch Changes
771
+
772
+ - 6633eb3: Fix `state.json` creation path when executing `pnpm patch` in a workspace project [#9733](https://github.com/pnpm/pnpm/pull/9733).
773
+ - @pnpm/cli-utils@1001.2.3
774
+ - @pnpm/plugin-commands-installation@1004.6.3
775
+ - @pnpm/store-connection-manager@1002.1.3
776
+
777
+ ## 1000.3.13
778
+
779
+ ### Patch Changes
780
+
781
+ - @pnpm/cli-utils@1001.2.2
782
+ - @pnpm/plugin-commands-installation@1004.6.2
783
+ - @pnpm/store-connection-manager@1002.1.2
784
+
785
+ ## 1000.3.12
786
+
787
+ ### Patch Changes
788
+
789
+ - c1540ea: Forcibly disable ANSI color codes when generating patch diff [#9914](https://github.com/pnpm/pnpm/pull/9914).
790
+ - Updated dependencies [6365bc4]
791
+ - @pnpm/constants@1001.3.1
792
+ - @pnpm/config@1004.3.1
793
+ - @pnpm/lockfile.fs@1001.1.19
794
+ - @pnpm/error@1000.0.5
795
+ - @pnpm/plugin-commands-installation@1004.6.1
796
+ - @pnpm/store-path@1000.0.5
797
+ - @pnpm/workspace.read-manifest@1000.2.4
798
+ - @pnpm/cli-utils@1001.2.1
799
+ - @pnpm/store-connection-manager@1002.1.1
800
+ - @pnpm/patching.apply-patch@1000.0.7
801
+ - @pnpm/read-package-json@1000.1.1
802
+ - @pnpm/read-project-manifest@1001.1.2
803
+ - @pnpm/config.config-writer@1000.0.12
804
+ - @pnpm/crypto.hash@1000.2.0
805
+
806
+ ## 1000.3.11
807
+
808
+ ### Patch Changes
809
+
810
+ - Updated dependencies [e792927]
811
+ - Updated dependencies [c182b2d]
812
+ - Updated dependencies [38e2599]
813
+ - Updated dependencies [e792927]
814
+ - @pnpm/read-package-json@1000.1.0
815
+ - @pnpm/plugin-commands-installation@1004.6.0
816
+ - @pnpm/store-connection-manager@1002.1.0
817
+ - @pnpm/config@1004.3.0
818
+ - @pnpm/types@1000.8.0
819
+ - @pnpm/cli-utils@1001.2.0
820
+ - @pnpm/config.config-writer@1000.0.11
821
+ - @pnpm/lockfile.fs@1001.1.18
822
+ - @pnpm/lockfile.utils@1003.0.1
823
+ - @pnpm/modules-yaml@1000.3.5
824
+ - @pnpm/read-project-manifest@1001.1.1
825
+ - @pnpm/workspace.read-manifest@1000.2.3
826
+ - @pnpm/crypto.hash@1000.2.0
827
+ - @pnpm/patching.apply-patch@1000.0.6
828
+ - @pnpm/pick-fetcher@1001.0.0
829
+
830
+ ## 1000.3.10
831
+
832
+ ### Patch Changes
833
+
834
+ - @pnpm/plugin-commands-installation@1004.5.1
835
+ - @pnpm/store-connection-manager@1002.0.11
836
+ - @pnpm/cli-utils@1001.1.2
837
+
838
+ ## 1000.3.9
839
+
840
+ ### Patch Changes
841
+
842
+ - Updated dependencies [8747b4e]
843
+ - @pnpm/plugin-commands-installation@1004.5.0
844
+ - @pnpm/config.config-writer@1000.0.10
845
+ - @pnpm/cli-utils@1001.1.1
846
+ - @pnpm/store-connection-manager@1002.0.10
847
+
848
+ ## 1000.3.8
849
+
850
+ ### Patch Changes
851
+
852
+ - Updated dependencies [3ebc0ce]
853
+ - @pnpm/cli-utils@1001.1.0
854
+ - @pnpm/plugin-commands-installation@1004.4.2
855
+ - @pnpm/store-connection-manager@1002.0.9
856
+
857
+ ## 1000.3.7
858
+
859
+ ### Patch Changes
860
+
861
+ - 81b8a0e: When executing the `pnpm patch-remove` command, verify whether the passed parameter is a valid patch package name.
862
+ - Updated dependencies [d1edf73]
863
+ - Updated dependencies [d1edf73]
864
+ - Updated dependencies [86b33e9]
865
+ - Updated dependencies [d1edf73]
866
+ - Updated dependencies [adb097c]
867
+ - @pnpm/constants@1001.3.0
868
+ - @pnpm/read-project-manifest@1001.1.0
869
+ - @pnpm/lockfile.utils@1003.0.0
870
+ - @pnpm/pick-fetcher@1001.0.0
871
+ - @pnpm/read-package-json@1000.0.11
872
+ - @pnpm/plugin-commands-installation@1004.4.1
873
+ - @pnpm/lockfile.fs@1001.1.17
874
+ - @pnpm/config@1004.2.1
875
+ - @pnpm/error@1000.0.4
876
+ - @pnpm/store-path@1000.0.4
877
+ - @pnpm/workspace.read-manifest@1000.2.2
878
+ - @pnpm/cli-utils@1001.0.3
879
+ - @pnpm/config.config-writer@1000.0.9
880
+ - @pnpm/store-connection-manager@1002.0.8
881
+ - @pnpm/patching.apply-patch@1000.0.6
882
+ - @pnpm/crypto.hash@1000.2.0
883
+
884
+ ## 1000.3.6
885
+
886
+ ### Patch Changes
887
+
888
+ - Updated dependencies [1a07b8f]
889
+ - Updated dependencies [1a07b8f]
890
+ - Updated dependencies [2e85f29]
891
+ - Updated dependencies [6f7ac0f]
892
+ - Updated dependencies [6f7ac0f]
893
+ - Updated dependencies [1a07b8f]
894
+ - Updated dependencies [1a07b8f]
895
+ - @pnpm/types@1000.7.0
896
+ - @pnpm/read-project-manifest@1001.0.0
897
+ - @pnpm/lockfile.utils@1002.1.0
898
+ - @pnpm/plugin-commands-installation@1004.4.0
899
+ - @pnpm/config@1004.2.0
900
+ - @pnpm/pick-fetcher@1000.1.0
901
+ - @pnpm/constants@1001.2.0
902
+ - @pnpm/cli-utils@1001.0.2
903
+ - @pnpm/config.config-writer@1000.0.8
904
+ - @pnpm/lockfile.fs@1001.1.16
905
+ - @pnpm/modules-yaml@1000.3.4
906
+ - @pnpm/read-package-json@1000.0.10
907
+ - @pnpm/workspace.read-manifest@1000.2.1
908
+ - @pnpm/store-connection-manager@1002.0.7
909
+ - @pnpm/error@1000.0.3
910
+ - @pnpm/store-path@1000.0.3
911
+ - @pnpm/crypto.hash@1000.2.0
912
+ - @pnpm/patching.apply-patch@1000.0.5
913
+
914
+ ## 1000.3.5
915
+
916
+ ### Patch Changes
917
+
918
+ - Updated dependencies [7ad0bc3]
919
+ - @pnpm/cli-utils@1001.0.1
920
+ - @pnpm/plugin-commands-installation@1004.3.1
921
+
922
+ ## 1000.3.4
923
+
924
+ ### Patch Changes
925
+
926
+ - b656f8a: When patching dependencies installed via `pkg.pr.new`, treat them as git tarball URLs [#9694](https://github.com/pnpm/pnpm/pull/9694).
927
+ - Updated dependencies [623da6f]
928
+ - Updated dependencies [cf630a8]
929
+ - Updated dependencies [cf630a8]
930
+ - Updated dependencies [e225310]
931
+ - @pnpm/config@1004.1.0
932
+ - @pnpm/cli-utils@1001.0.0
933
+ - @pnpm/plugin-commands-installation@1004.3.0
934
+ - @pnpm/crypto.hash@1000.2.0
935
+ - @pnpm/store-connection-manager@1002.0.6
936
+ - @pnpm/config.config-writer@1000.0.7
937
+ - @pnpm/lockfile.fs@1001.1.15
938
+ - @pnpm/lockfile.utils@1002.0.1
939
+
940
+ ## 1000.3.3
941
+
942
+ ### Patch Changes
943
+
944
+ - Updated dependencies [b511eac]
945
+ - @pnpm/plugin-commands-installation@1004.2.2
946
+
947
+ ## 1000.3.2
948
+
949
+ ### Patch Changes
950
+
951
+ - @pnpm/plugin-commands-installation@1004.2.1
952
+
953
+ ## 1000.3.1
954
+
955
+ ### Patch Changes
956
+
957
+ - Updated dependencies [983efdc]
958
+ - Updated dependencies [540986f]
959
+ - @pnpm/plugin-commands-installation@1004.2.0
960
+ - @pnpm/lockfile.utils@1002.0.0
961
+ - @pnpm/store-connection-manager@1002.0.5
962
+ - @pnpm/lockfile.fs@1001.1.14
963
+ - @pnpm/cli-utils@1000.1.7
964
+
965
+ ## 1000.3.0
966
+
967
+ ### Minor Changes
968
+
969
+ - 046af72: A new `catalogMode` setting is available for controlling if and how dependencies are added to the default catalog. It can be configured to several modes:
970
+
971
+ - `strict`: Only allows dependency versions from the catalog. Adding a dependency outside the catalog's version range will cause an error.
972
+ - `prefer`: Prefers catalog versions, but will fall back to direct dependencies if no compatible version is found.
973
+ - `manual` (default): Does not automatically add dependencies to the catalog.
974
+
975
+ ### Patch Changes
976
+
977
+ - d385b71: Sort versions printed by `pnpm patch` using semantic versioning rules.
978
+ - b0ead51: Read the current lockfile from `node_modules/.pnpm/lock.yaml`, when the project uses a global virtual store.
979
+ - Updated dependencies [6acf819]
980
+ - Updated dependencies [b217bbb]
981
+ - Updated dependencies [b0ead51]
982
+ - Updated dependencies [c8341cc]
983
+ - Updated dependencies [b0ead51]
984
+ - Updated dependencies [046af72]
985
+ - @pnpm/pick-fetcher@1000.0.1
986
+ - @pnpm/plugin-commands-installation@1004.1.0
987
+ - @pnpm/config@1004.0.0
988
+ - @pnpm/workspace.read-manifest@1000.2.0
989
+ - @pnpm/lockfile.utils@1001.0.12
990
+ - @pnpm/cli-utils@1000.1.6
991
+ - @pnpm/store-connection-manager@1002.0.4
992
+ - @pnpm/config.config-writer@1000.0.6
993
+ - @pnpm/lockfile.fs@1001.1.13
994
+ - @pnpm/crypto.hash@1000.1.1
995
+ - @pnpm/patching.apply-patch@1000.0.4
996
+
997
+ ## 1000.2.5
998
+
999
+ ### Patch Changes
1000
+
1001
+ - Updated dependencies [8d175c0]
1002
+ - @pnpm/config@1003.1.1
1003
+ - @pnpm/plugin-commands-installation@1004.0.3
1004
+ - @pnpm/cli-utils@1000.1.5
1005
+ - @pnpm/store-connection-manager@1002.0.3
1006
+ - @pnpm/crypto.hash@1000.1.1
1007
+ - @pnpm/patching.apply-patch@1000.0.4
1008
+
1009
+ ## 1000.2.4
1010
+
1011
+ ### Patch Changes
1012
+
1013
+ - 09cf46f: Update `@pnpm/logger` in peer dependencies.
1014
+ - Updated dependencies [b282bd1]
1015
+ - Updated dependencies [fdb1d98]
1016
+ - Updated dependencies [e4af08c]
1017
+ - Updated dependencies [09cf46f]
1018
+ - Updated dependencies [36d1448]
1019
+ - Updated dependencies [9362b5f]
1020
+ - Updated dependencies [5ec7255]
1021
+ - Updated dependencies [6cf010c]
1022
+ - @pnpm/config@1003.1.0
1023
+ - @pnpm/plugin-commands-installation@1004.0.2
1024
+ - @pnpm/store-connection-manager@1002.0.2
1025
+ - @pnpm/patching.apply-patch@1000.0.4
1026
+ - @pnpm/cli-utils@1000.1.4
1027
+ - @pnpm/lockfile.fs@1001.1.12
1028
+ - @pnpm/types@1000.6.0
1029
+ - @pnpm/config.config-writer@1000.0.5
1030
+ - @pnpm/lockfile.utils@1001.0.11
1031
+ - @pnpm/modules-yaml@1000.3.3
1032
+ - @pnpm/read-package-json@1000.0.9
1033
+ - @pnpm/read-project-manifest@1000.0.11
1034
+ - @pnpm/workspace.read-manifest@1000.1.5
1035
+ - @pnpm/crypto.hash@1000.1.1
1036
+ - @pnpm/pick-fetcher@1000.0.0
1037
+
1038
+ ## 1000.2.3
1039
+
1040
+ ### Patch Changes
1041
+
1042
+ - @pnpm/plugin-commands-installation@1004.0.1
1043
+ - @pnpm/config.config-writer@1000.0.4
1044
+ - @pnpm/cli-utils@1000.1.3
1045
+ - @pnpm/config@1003.0.1
1046
+ - @pnpm/store-connection-manager@1002.0.1
1047
+
1048
+ ## 1000.2.2
1049
+
1050
+ ### Patch Changes
1051
+
1052
+ - Updated dependencies [56bb69b]
1053
+ - Updated dependencies [8a9f3a4]
1054
+ - Updated dependencies [5b73df1]
1055
+ - Updated dependencies [9c3dd03]
1056
+ - Updated dependencies [5b73df1]
1057
+ - @pnpm/config@1003.0.0
1058
+ - @pnpm/plugin-commands-installation@1004.0.0
1059
+ - @pnpm/parse-wanted-dependency@1001.0.0
1060
+ - @pnpm/logger@1001.0.0
1061
+ - @pnpm/store-connection-manager@1002.0.0
1062
+ - @pnpm/types@1000.5.0
1063
+ - @pnpm/cli-utils@1000.1.2
1064
+ - @pnpm/pick-fetcher@1000.0.0
1065
+ - @pnpm/lockfile.utils@1001.0.10
1066
+ - @pnpm/config.config-writer@1000.0.3
1067
+ - @pnpm/lockfile.fs@1001.1.11
1068
+ - @pnpm/modules-yaml@1000.3.2
1069
+ - @pnpm/read-package-json@1000.0.8
1070
+ - @pnpm/read-project-manifest@1000.0.10
1071
+ - @pnpm/workspace.read-manifest@1000.1.4
1072
+ - @pnpm/crypto.hash@1000.1.1
1073
+ - @pnpm/patching.apply-patch@1000.0.3
1074
+
1075
+ ## 1000.2.1
1076
+
1077
+ ### Patch Changes
1078
+
1079
+ - 17b7e9f: The patch file path saved by the pnpm `patch-commit` and `patch-remove` commands should be a relative path [#9403](https://github.com/pnpm/pnpm/pull/9403).
1080
+ - Updated dependencies [17b7e9f]
1081
+ - Updated dependencies [4d95e93]
1082
+ - @pnpm/config.config-writer@1000.0.2
1083
+ - @pnpm/plugin-commands-installation@1003.0.1
1084
+ - @pnpm/pick-fetcher@1000.0.0
1085
+ - @pnpm/lockfile.utils@1001.0.9
1086
+ - @pnpm/cli-utils@1000.1.1
1087
+ - @pnpm/lockfile.fs@1001.1.10
1088
+ - @pnpm/store-connection-manager@1001.0.1
1089
+ - @pnpm/config@1002.7.2
1090
+ - @pnpm/crypto.hash@1000.1.1
1091
+ - @pnpm/patching.apply-patch@1000.0.3
1092
+
1093
+ ## 1000.2.0
1094
+
1095
+ ### Minor Changes
1096
+
1097
+ - 31b19ae: The pnpm `patch-remove` command failed to remove the corresponding patch file.
1098
+
1099
+ ### Patch Changes
1100
+
1101
+ - Updated dependencies [750ae7d]
1102
+ - Updated dependencies [72cff38]
1103
+ - Updated dependencies [5679712]
1104
+ - Updated dependencies [01f2bcf]
1105
+ - Updated dependencies [750ae7d]
1106
+ - Updated dependencies [8033854]
1107
+ - Updated dependencies [1413c25]
1108
+ - @pnpm/types@1000.4.0
1109
+ - @pnpm/store-connection-manager@1001.0.0
1110
+ - @pnpm/config@1002.7.1
1111
+ - @pnpm/plugin-commands-installation@1003.0.0
1112
+ - @pnpm/cli-utils@1000.1.0
1113
+ - @pnpm/config.config-writer@1000.0.1
1114
+ - @pnpm/lockfile.fs@1001.1.9
1115
+ - @pnpm/lockfile.utils@1001.0.8
1116
+ - @pnpm/modules-yaml@1000.3.1
1117
+ - @pnpm/read-package-json@1000.0.7
1118
+ - @pnpm/read-project-manifest@1000.0.9
1119
+ - @pnpm/workspace.read-manifest@1000.1.3
1120
+ - @pnpm/pick-fetcher@1000.0.0
1121
+ - @pnpm/crypto.hash@1000.1.1
1122
+ - @pnpm/patching.apply-patch@1000.0.3
1123
+
1124
+ ## 1000.1.7
1125
+
1126
+ ### Patch Changes
1127
+
1128
+ - Updated dependencies [e57f1df]
1129
+ - @pnpm/config@1002.7.0
1130
+ - @pnpm/cli-utils@1000.0.19
1131
+ - @pnpm/plugin-commands-installation@1002.2.4
1132
+ - @pnpm/store-connection-manager@1000.0.19
1133
+
1134
+ ## 1000.1.6
1135
+
1136
+ ### Patch Changes
1137
+
1138
+ - e9e4c59: When executing the `patch-commit` command, if `patchedDependencies` does not exist in `package.json`, the configuration will be written to `pnpm-workspace.yaml`.
1139
+ - Updated dependencies [9bcca9f]
1140
+ - Updated dependencies [5b35dff]
1141
+ - Updated dependencies [9bcca9f]
1142
+ - Updated dependencies [5f7be64]
1143
+ - Updated dependencies [5a9e34f]
1144
+ - Updated dependencies [64f6b4f]
1145
+ - Updated dependencies [5f7be64]
1146
+ - @pnpm/config@1002.6.0
1147
+ - @pnpm/types@1000.3.0
1148
+ - @pnpm/config.config-writer@1000.0.0
1149
+ - @pnpm/modules-yaml@1000.3.0
1150
+ - @pnpm/cli-utils@1000.0.18
1151
+ - @pnpm/plugin-commands-installation@1002.2.3
1152
+ - @pnpm/store-connection-manager@1000.0.18
1153
+ - @pnpm/pick-registry-for-package@1000.0.5
1154
+ - @pnpm/lockfile.fs@1001.1.8
1155
+ - @pnpm/lockfile.utils@1001.0.7
1156
+ - @pnpm/read-package-json@1000.0.6
1157
+ - @pnpm/read-project-manifest@1000.0.8
1158
+ - @pnpm/workspace.read-manifest@1000.1.2
1159
+ - @pnpm/crypto.hash@1000.1.1
1160
+ - @pnpm/patching.apply-patch@1000.0.3
1161
+ - @pnpm/pick-fetcher@1000.0.0
1162
+
1163
+ ## 1000.1.5
1164
+
1165
+ ### Patch Changes
1166
+
1167
+ - Updated dependencies [d612dcf]
1168
+ - Updated dependencies [936430a]
1169
+ - Updated dependencies [d612dcf]
1170
+ - @pnpm/modules-yaml@1000.2.0
1171
+ - @pnpm/config@1002.5.4
1172
+ - @pnpm/plugin-commands-installation@1002.2.2
1173
+ - @pnpm/cli-utils@1000.0.17
1174
+ - @pnpm/store-connection-manager@1000.0.17
1175
+ - @pnpm/pick-fetcher@1000.0.0
1176
+ - @pnpm/lockfile.utils@1001.0.6
1177
+ - @pnpm/lockfile.fs@1001.1.7
1178
+ - @pnpm/crypto.hash@1000.1.1
1179
+ - @pnpm/patching.apply-patch@1000.0.3
1180
+
1181
+ ## 1000.1.4
1182
+
1183
+ ### Patch Changes
1184
+
1185
+ - Updated dependencies [e5b7bf4]
1186
+ - @pnpm/plugin-commands-installation@1002.2.1
1187
+ - @pnpm/store-connection-manager@1000.0.16
1188
+
1189
+ ## 1000.1.3
1190
+
1191
+ ### Patch Changes
1192
+
1193
+ - 968b85b: When `terminalLink` is not supported, it should fallback to the default text.
1194
+ - Updated dependencies [b4efd0e]
1195
+ - Updated dependencies [6e4459c]
1196
+ - Updated dependencies [cda1c43]
1197
+ - @pnpm/plugin-commands-installation@1002.2.0
1198
+ - @pnpm/config@1002.5.3
1199
+ - @pnpm/cli-utils@1000.0.16
1200
+ - @pnpm/store-connection-manager@1000.0.15
1201
+
1202
+ ## 1000.1.2
1203
+
1204
+ ### Patch Changes
1205
+
1206
+ - 0378a9a: `pnpm patch-commit` will now use the same filesystem as the store directory to compare and create patch files.
1207
+ - @pnpm/cli-utils@1000.0.15
1208
+ - @pnpm/crypto.hash@1000.1.1
1209
+ - @pnpm/plugin-commands-installation@1002.1.2
1210
+ - @pnpm/config@1002.5.2
1211
+ - @pnpm/lockfile.fs@1001.1.6
1212
+ - @pnpm/lockfile.utils@1001.0.5
1213
+ - @pnpm/store-connection-manager@1000.0.14
1214
+
1215
+ ## 1000.1.1
1216
+
1217
+ ### Patch Changes
1218
+
1219
+ - Updated dependencies [c3aa4d8]
1220
+ - @pnpm/config@1002.5.1
1221
+ - @pnpm/cli-utils@1000.0.14
1222
+ - @pnpm/plugin-commands-installation@1002.1.1
1223
+ - @pnpm/store-connection-manager@1000.0.13
1224
+
1225
+ ## 1000.1.0
1226
+
1227
+ ### Minor Changes
1228
+
1229
+ - d965748: `pnpm-workspace.yaml` can now hold all the settings that `.npmrc` accepts. The settings should use camelCase [#9211](https://github.com/pnpm/pnpm/pull/9211).
1230
+
1231
+ `pnpm-workspace.yaml` example:
1232
+
1233
+ ```yaml
1234
+ verifyDepsBeforeRun: install
1235
+ optimisticRepeatInstall: true
1236
+ publicHoistPattern:
1237
+ - "*types*"
1238
+ - "!@types/react"
1239
+ ```
1240
+
1241
+ ### Patch Changes
1242
+
1243
+ - b8b0c68: `fast-glob` replace with `tinyglobby` to reduce the size of the pnpm CLI dependencies [#9169](https://github.com/pnpm/pnpm/pull/9169).
1244
+ - Updated dependencies [6a59366]
1245
+ - Updated dependencies [a5e4965]
1246
+ - Updated dependencies [d9d7607]
1247
+ - Updated dependencies [d965748]
1248
+ - Updated dependencies [453a18a]
1249
+ - Updated dependencies [e4eeafd]
1250
+ - @pnpm/plugin-commands-installation@1002.1.0
1251
+ - @pnpm/types@1000.2.1
1252
+ - @pnpm/config@1002.5.0
1253
+ - @pnpm/patching.apply-patch@1000.0.3
1254
+ - @pnpm/cli-utils@1000.0.13
1255
+ - @pnpm/pick-registry-for-package@1000.0.4
1256
+ - @pnpm/lockfile.fs@1001.1.5
1257
+ - @pnpm/lockfile.utils@1001.0.4
1258
+ - @pnpm/modules-yaml@1000.1.4
1259
+ - @pnpm/read-package-json@1000.0.5
1260
+ - @pnpm/read-project-manifest@1000.0.7
1261
+ - @pnpm/store-connection-manager@1000.0.12
1262
+ - @pnpm/pick-fetcher@1000.0.0
1263
+
1264
+ ## 1000.0.14
1265
+
1266
+ ### Patch Changes
1267
+
1268
+ - Updated dependencies [76973d8]
1269
+ - Updated dependencies [1c2eb8c]
1270
+ - @pnpm/plugin-commands-installation@1002.0.1
1271
+ - @pnpm/config@1002.4.1
1272
+ - @pnpm/cli-utils@1000.0.12
1273
+ - @pnpm/store-connection-manager@1000.0.11
1274
+
1275
+ ## 1000.0.13
1276
+
1277
+ ### Patch Changes
1278
+
1279
+ - Updated dependencies [8fcc221]
1280
+ - Updated dependencies [8fcc221]
1281
+ - Updated dependencies [e32b1a2]
1282
+ - Updated dependencies [5296961]
1283
+ - Updated dependencies [8fcc221]
1284
+ - @pnpm/plugin-commands-installation@1002.0.0
1285
+ - @pnpm/config@1002.4.0
1286
+ - @pnpm/types@1000.2.0
1287
+ - @pnpm/cli-utils@1000.0.11
1288
+ - @pnpm/store-connection-manager@1000.0.10
1289
+ - @pnpm/pick-registry-for-package@1000.0.3
1290
+ - @pnpm/lockfile.fs@1001.1.4
1291
+ - @pnpm/lockfile.utils@1001.0.3
1292
+ - @pnpm/modules-yaml@1000.1.3
1293
+ - @pnpm/read-package-json@1000.0.4
1294
+ - @pnpm/read-project-manifest@1000.0.6
1295
+ - @pnpm/patching.apply-patch@1000.0.2
1296
+ - @pnpm/pick-fetcher@1000.0.0
1297
+
1298
+ ## 1000.0.12
1299
+
1300
+ ### Patch Changes
1301
+
1302
+ - Updated dependencies [fee898f]
1303
+ - Updated dependencies [546ab37]
1304
+ - @pnpm/config@1002.3.1
1305
+ - @pnpm/plugin-commands-installation@1001.5.1
1306
+ - @pnpm/cli-utils@1000.0.10
1307
+ - @pnpm/store-connection-manager@1000.0.9
1308
+ - @pnpm/lockfile.fs@1001.1.3
1309
+
1310
+ ## 1000.0.11
1311
+
1312
+ ### Patch Changes
1313
+
1314
+ - Updated dependencies [91d46ee]
1315
+ - @pnpm/plugin-commands-installation@1001.5.0
1316
+ - @pnpm/cli-utils@1000.0.9
1317
+
1318
+ ## 1000.0.10
1319
+
1320
+ ### Patch Changes
1321
+
1322
+ - Updated dependencies [f6006f2]
1323
+ - @pnpm/plugin-commands-installation@1001.4.0
1324
+ - @pnpm/config@1002.3.0
1325
+ - @pnpm/cli-utils@1000.0.8
1326
+ - @pnpm/store-connection-manager@1000.0.8
1327
+
1328
+ ## 1000.0.9
1329
+
1330
+ ### Patch Changes
1331
+
1332
+ - @pnpm/plugin-commands-installation@1001.3.2
1333
+
1334
+ ## 1000.0.8
1335
+
1336
+ ### Patch Changes
1337
+
1338
+ - Updated dependencies [1e229d7]
1339
+ - @pnpm/read-project-manifest@1000.0.5
1340
+ - @pnpm/cli-utils@1000.0.7
1341
+ - @pnpm/config@1002.2.1
1342
+ - @pnpm/plugin-commands-installation@1001.3.1
1343
+ - @pnpm/store-connection-manager@1000.0.7
1344
+
1345
+ ## 1000.0.7
1346
+
1347
+ ### Patch Changes
1348
+
1349
+ - Updated dependencies [9a44e6c]
1350
+ - Updated dependencies [b562deb]
1351
+ - Updated dependencies [f3ffaed]
1352
+ - Updated dependencies [c96eb2b]
1353
+ - @pnpm/constants@1001.1.0
1354
+ - @pnpm/types@1000.1.1
1355
+ - @pnpm/plugin-commands-installation@1001.3.0
1356
+ - @pnpm/config@1002.2.0
1357
+ - @pnpm/lockfile.fs@1001.1.2
1358
+ - @pnpm/error@1000.0.2
1359
+ - @pnpm/cli-utils@1000.0.6
1360
+ - @pnpm/pick-registry-for-package@1000.0.2
1361
+ - @pnpm/lockfile.utils@1001.0.2
1362
+ - @pnpm/modules-yaml@1000.1.2
1363
+ - @pnpm/read-package-json@1000.0.3
1364
+ - @pnpm/read-project-manifest@1000.0.4
1365
+ - @pnpm/store-connection-manager@1000.0.6
1366
+ - @pnpm/patching.apply-patch@1000.0.2
1367
+ - @pnpm/pick-fetcher@1000.0.0
1368
+
1369
+ ## 1000.0.6
1370
+
1371
+ ### Patch Changes
1372
+
1373
+ - Updated dependencies [e050221]
1374
+ - Updated dependencies [e050221]
1375
+ - @pnpm/read-project-manifest@1000.0.3
1376
+ - @pnpm/plugin-commands-installation@1001.2.1
1377
+ - @pnpm/cli-utils@1000.0.5
1378
+ - @pnpm/config@1002.1.2
1379
+ - @pnpm/store-connection-manager@1000.0.5
1380
+ - @pnpm/patching.apply-patch@1000.0.1
1381
+
1382
+ ## 1000.0.5
1383
+
1384
+ ### Patch Changes
1385
+
1386
+ - 046388c: Exclude `.DS_Store` file at `patch-commit` [#8922](https://github.com/pnpm/pnpm/issues/8922).
1387
+ - 0f35416: Fix a bug in which `pnpm patch` is unable to bring back old patch without specifying `@version` suffix [#8919](https://github.com/pnpm/pnpm/issues/8919).
1388
+ - Updated dependencies [c7eefdd]
1389
+ - Updated dependencies [9591a18]
1390
+ - Updated dependencies [1f5169f]
1391
+ - @pnpm/plugin-commands-installation@1001.2.0
1392
+ - @pnpm/types@1000.1.0
1393
+ - @pnpm/config@1002.1.1
1394
+ - @pnpm/cli-utils@1000.0.4
1395
+ - @pnpm/pick-registry-for-package@1000.0.1
1396
+ - @pnpm/lockfile.fs@1001.1.1
1397
+ - @pnpm/lockfile.utils@1001.0.1
1398
+ - @pnpm/modules-yaml@1000.1.1
1399
+ - @pnpm/read-package-json@1000.0.2
1400
+ - @pnpm/read-project-manifest@1000.0.2
1401
+ - @pnpm/store-connection-manager@1000.0.4
1402
+ - @pnpm/patching.apply-patch@1000.0.1
1403
+ - @pnpm/pick-fetcher@1000.0.0
1404
+
1405
+ ## 1000.0.4
1406
+
1407
+ ### Patch Changes
1408
+
1409
+ - Updated dependencies [f90a94b]
1410
+ - Updated dependencies [f891288]
1411
+ - Updated dependencies [f891288]
1412
+ - @pnpm/config@1002.1.0
1413
+ - @pnpm/plugin-commands-installation@1001.1.0
1414
+ - @pnpm/cli-utils@1000.0.3
1415
+ - @pnpm/store-connection-manager@1000.0.3
1416
+
1417
+ ## 1000.0.3
1418
+
1419
+ ### Patch Changes
1420
+
1421
+ - f74070d: Use double quotes in the command suggestion by `pnpm patch` on Windows [#7546](https://github.com/pnpm/pnpm/issues/7546).
1422
+ - Updated dependencies [f685565]
1423
+ - Updated dependencies [4771813]
1424
+ - Updated dependencies [878ea8c]
1425
+ - @pnpm/plugin-commands-installation@1001.0.2
1426
+ - @pnpm/modules-yaml@1000.1.0
1427
+ - @pnpm/config@1002.0.0
1428
+ - @pnpm/cli-utils@1000.0.2
1429
+ - @pnpm/store-connection-manager@1000.0.2
1430
+ - @pnpm/patching.apply-patch@1000.0.1
1431
+
1432
+ ## 1000.0.2
1433
+
1434
+ ### Patch Changes
1435
+
1436
+ - Updated dependencies [3f0e4f0]
1437
+ - @pnpm/lockfile.fs@1001.1.0
1438
+ - @pnpm/plugin-commands-installation@1001.0.1
1439
+
1440
+ ## 1000.0.1
1441
+
1442
+ ### Patch Changes
1443
+
1444
+ - Updated dependencies [ac5b9d8]
1445
+ - Updated dependencies [d2e83b0]
1446
+ - Updated dependencies [6483b64]
1447
+ - Updated dependencies [31911f1]
1448
+ - Updated dependencies [b8bda0a]
1449
+ - Updated dependencies [d47c426]
1450
+ - Updated dependencies [a76da0c]
1451
+ - @pnpm/plugin-commands-installation@1001.0.0
1452
+ - @pnpm/config@1001.0.0
1453
+ - @pnpm/constants@1001.0.0
1454
+ - @pnpm/lockfile.utils@1001.0.0
1455
+ - @pnpm/lockfile.fs@1001.0.0
1456
+ - @pnpm/cli-utils@1000.0.1
1457
+ - @pnpm/store-connection-manager@1000.0.1
1458
+ - @pnpm/error@1000.0.1
1459
+ - @pnpm/pick-fetcher@1000.0.0
1460
+ - @pnpm/patching.apply-patch@1000.0.1
1461
+ - @pnpm/read-package-json@1000.0.1
1462
+ - @pnpm/read-project-manifest@1000.0.1
1463
+
1464
+ ## 6.4.15
1465
+
1466
+ ### Patch Changes
1467
+
1468
+ - Updated dependencies [19d5b51]
1469
+ - Updated dependencies [8108680]
1470
+ - Updated dependencies [477e0c1]
1471
+ - Updated dependencies [dfcf034]
1472
+ - Updated dependencies [592e2ef]
1473
+ - Updated dependencies [19d5b51]
1474
+ - Updated dependencies [19d5b51]
1475
+ - Updated dependencies [1dbc56a]
1476
+ - Updated dependencies [6b27c81]
1477
+ - Updated dependencies [e9985b6]
1478
+ - Updated dependencies [c4f5231]
1479
+ - @pnpm/constants@10.0.0
1480
+ - @pnpm/plugin-commands-installation@18.0.0
1481
+ - @pnpm/config@22.0.0
1482
+ - @pnpm/lockfile.fs@1.0.6
1483
+ - @pnpm/error@6.0.3
1484
+ - @pnpm/cli-utils@4.0.8
1485
+ - @pnpm/store-connection-manager@8.4.3
1486
+ - @pnpm/lockfile.utils@1.0.5
1487
+ - @pnpm/patching.apply-patch@3.1.2
1488
+ - @pnpm/read-package-json@9.0.10
1489
+ - @pnpm/read-project-manifest@6.0.10
1490
+
1491
+ ## 6.4.14
1492
+
1493
+ ### Patch Changes
1494
+
1495
+ - Updated dependencies [6014522]
1496
+ - @pnpm/plugin-commands-installation@17.2.7
1497
+ - @pnpm/store-connection-manager@8.4.2
1498
+ - @pnpm/cli-utils@4.0.7
1499
+ - @pnpm/config@21.8.5
1500
+ - @pnpm/lockfile.fs@1.0.5
1501
+ - @pnpm/lockfile.utils@1.0.4
1502
+ - @pnpm/patching.apply-patch@3.1.1
1503
+
1504
+ ## 6.4.13
1505
+
1506
+ ### Patch Changes
1507
+
1508
+ - @pnpm/plugin-commands-installation@17.2.6
1509
+ - @pnpm/store-connection-manager@8.4.1
1510
+ - @pnpm/cli-utils@4.0.6
1511
+ - @pnpm/config@21.8.4
1512
+ - @pnpm/patching.apply-patch@3.1.1
1513
+
1514
+ ## 6.4.12
1515
+
1516
+ ### Patch Changes
1517
+
1518
+ - @pnpm/plugin-commands-installation@17.2.5
1519
+
1520
+ ## 6.4.11
1521
+
1522
+ ### Patch Changes
1523
+
1524
+ - Updated dependencies [83681da]
1525
+ - Updated dependencies [83681da]
1526
+ - @pnpm/store-connection-manager@8.4.0
1527
+ - @pnpm/plugin-commands-installation@17.2.4
1528
+ - @pnpm/constants@9.0.0
1529
+ - @pnpm/config@21.8.4
1530
+ - @pnpm/lockfile.fs@1.0.4
1531
+ - @pnpm/error@6.0.2
1532
+ - @pnpm/cli-utils@4.0.6
1533
+ - @pnpm/patching.apply-patch@3.1.1
1534
+ - @pnpm/read-package-json@9.0.9
1535
+ - @pnpm/read-project-manifest@6.0.9
1536
+
1537
+ ## 6.4.10
1538
+
1539
+ ### Patch Changes
1540
+
1541
+ - Updated dependencies [ad1fd64]
1542
+ - Updated dependencies [eeb76cd]
1543
+ - @pnpm/plugin-commands-installation@17.2.3
1544
+
1545
+ ## 6.4.9
1546
+
1547
+ ### Patch Changes
1548
+
1549
+ - Updated dependencies [d500d9f]
1550
+ - @pnpm/types@12.2.0
1551
+ - @pnpm/cli-utils@4.0.5
1552
+ - @pnpm/config@21.8.3
1553
+ - @pnpm/pick-registry-for-package@6.0.7
1554
+ - @pnpm/lockfile.fs@1.0.3
1555
+ - @pnpm/lockfile.utils@1.0.3
1556
+ - @pnpm/modules-yaml@13.1.7
1557
+ - @pnpm/plugin-commands-installation@17.2.2
1558
+ - @pnpm/read-package-json@9.0.8
1559
+ - @pnpm/read-project-manifest@6.0.8
1560
+ - @pnpm/patching.apply-patch@3.1.0
1561
+ - @pnpm/store-connection-manager@8.3.10
1562
+ - @pnpm/pick-fetcher@3.0.0
1563
+
1564
+ ## 6.4.8
1565
+
1566
+ ### Patch Changes
1567
+
1568
+ - @pnpm/plugin-commands-installation@17.2.1
1569
+
1570
+ ## 6.4.7
1571
+
1572
+ ### Patch Changes
1573
+
1574
+ - Updated dependencies [7ee59a1]
1575
+ - @pnpm/types@12.1.0
1576
+ - @pnpm/plugin-commands-installation@17.2.0
1577
+ - @pnpm/cli-utils@4.0.4
1578
+ - @pnpm/config@21.8.2
1579
+ - @pnpm/pick-registry-for-package@6.0.6
1580
+ - @pnpm/lockfile.fs@1.0.2
1581
+ - @pnpm/lockfile.utils@1.0.2
1582
+ - @pnpm/modules-yaml@13.1.6
1583
+ - @pnpm/read-package-json@9.0.7
1584
+ - @pnpm/read-project-manifest@6.0.7
1585
+ - @pnpm/patching.apply-patch@3.1.0
1586
+ - @pnpm/store-connection-manager@8.3.9
1587
+ - @pnpm/pick-fetcher@3.0.0
1588
+
1589
+ ## 6.4.6
1590
+
1591
+ ### Patch Changes
1592
+
1593
+ - @pnpm/plugin-commands-installation@17.1.1
1594
+
1595
+ ## 6.4.5
1596
+
1597
+ ### Patch Changes
1598
+
1599
+ - da3fa97: Remember the state of edit dir, allow running `pnpm patch-commit` the second time without having to re-run `pnpm patch`.
1600
+ - Updated dependencies [eb8bf2a]
1601
+ - @pnpm/plugin-commands-installation@17.1.0
1602
+ - @pnpm/cli-utils@4.0.3
1603
+ - @pnpm/store-connection-manager@8.3.8
1604
+
1605
+ ## 6.4.4
1606
+
1607
+ ### Patch Changes
1608
+
1609
+ - ed2bc5d: Fix a bug in `patch-commit` in which relative path is rejected [#8405](https://github.com/pnpm/pnpm/pull/8405).
1610
+ - Updated dependencies [251ab21]
1611
+ - @pnpm/config@21.8.1
1612
+ - @pnpm/cli-utils@4.0.2
1613
+ - @pnpm/plugin-commands-installation@17.0.7
1614
+ - @pnpm/store-connection-manager@8.3.7
1615
+
1616
+ ## 6.4.3
1617
+
1618
+ ### Patch Changes
1619
+
1620
+ - @pnpm/plugin-commands-installation@17.0.6
1621
+
1622
+ ## 6.4.2
1623
+
1624
+ ### Patch Changes
1625
+
1626
+ - @pnpm/plugin-commands-installation@17.0.5
1627
+
1628
+ ## 6.4.1
1629
+
1630
+ ### Patch Changes
1631
+
1632
+ - @pnpm/cli-utils@4.0.1
1633
+ - @pnpm/plugin-commands-installation@17.0.4
1634
+
1635
+ ## 6.4.0
1636
+
1637
+ ### Minor Changes
1638
+
1639
+ - 1731386: Change the default edit dir location when running `pnpm patch` from a temporary directory to `node_modules/.pnpm_patches/pkg[@version]` to allow the code editor to open the edit dir in the same file tree as the main project.
1640
+
1641
+ ### Patch Changes
1642
+
1643
+ - Updated dependencies [26b065c]
1644
+ - Updated dependencies [26b065c]
1645
+ - @pnpm/cli-utils@4.0.0
1646
+ - @pnpm/config@21.8.0
1647
+ - @pnpm/plugin-commands-installation@17.0.3
1648
+ - @pnpm/store-connection-manager@8.3.6
1649
+
1650
+ ## 6.3.0
1651
+
1652
+ ### Minor Changes
1653
+
1654
+ - cb006df: Add ability to apply patch to all versions:
1655
+ If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of
1656
+ the package, failure will be skipped.
1657
+ If it is a package name and an exact version (e.g. `pkg@x.y.z`), pnpm will attempt to apply the patch to that exact version only, failure will
1658
+ cause pnpm to fail.
1659
+
1660
+ If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in
1661
+ `pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future.
1662
+
1663
+ If there's multiple versions of `pkg` installed, `pnpm patch pkg` will ask which version to edit and whether to attempt to apply the patch to all.
1664
+ If the user chooses to apply the patch to all, `pnpm patch-commit $edit_dir` would create a `pkg` entry in `pnpm.patchedDependencies`.
1665
+ If the user chooses not to apply the patch to all, `pnpm patch-commit $edit_dir` would create a `pkg@x.y.z` entry in `pnpm.patchedDependencies` with
1666
+ `x.y.z` being the version the user chose to edit.
1667
+
1668
+ If the user runs `pnpm patch pkg@x.y.z` with `x.y.z` being the exact version of `pkg` that has been installed, `pnpm patch-commit $edit_dir` will always
1669
+ create a `pkg@x.y.z` entry in `pnpm.patchedDependencies`.
1670
+
1671
+ ### Patch Changes
1672
+
1673
+ - Updated dependencies [cb006df]
1674
+ - Updated dependencies [98c8bd6]
1675
+ - Updated dependencies [d20eed3]
1676
+ - @pnpm/patching.apply-patch@3.1.0
1677
+ - @pnpm/types@12.0.0
1678
+ - @pnpm/cli-utils@3.1.7
1679
+ - @pnpm/config@21.7.0
1680
+ - @pnpm/plugin-commands-installation@17.0.2
1681
+ - @pnpm/lockfile.fs@1.0.1
1682
+ - @pnpm/lockfile.utils@1.0.1
1683
+ - @pnpm/pick-registry-for-package@6.0.5
1684
+ - @pnpm/modules-yaml@13.1.5
1685
+ - @pnpm/read-package-json@9.0.6
1686
+ - @pnpm/read-project-manifest@6.0.6
1687
+ - @pnpm/store-connection-manager@8.3.5
1688
+ - @pnpm/pick-fetcher@3.0.0
1689
+
1690
+ ## 6.2.5
1691
+
1692
+ ### Patch Changes
1693
+
1694
+ - Updated dependencies [c5ef9b0]
1695
+ - Updated dependencies [8055a30]
1696
+ - @pnpm/lockfile.utils@1.0.0
1697
+ - @pnpm/lockfile.fs@1.0.0
1698
+ - @pnpm/plugin-commands-installation@17.0.1
1699
+ - @pnpm/config@21.6.3
1700
+ - @pnpm/cli-utils@3.1.6
1701
+ - @pnpm/patching.apply-patch@3.0.1
1702
+ - @pnpm/store-connection-manager@8.3.4
1703
+
1704
+ ## 6.2.4
1705
+
1706
+ ### Patch Changes
1707
+
1708
+ - 726753f: Correct the error message when trying to run `pnpm patch` without `node_modules/.modules.yaml` [#8257](https://github.com/pnpm/pnpm/issues/8257).
1709
+ - Updated dependencies [1e4dd79]
1710
+ - Updated dependencies [0ef168b]
1711
+ - @pnpm/plugin-commands-installation@17.0.0
1712
+ - @pnpm/types@11.1.0
1713
+ - @pnpm/cli-utils@3.1.5
1714
+ - @pnpm/config@21.6.2
1715
+ - @pnpm/pick-registry-for-package@6.0.4
1716
+ - @pnpm/lockfile-file@9.1.3
1717
+ - @pnpm/lockfile-utils@11.0.4
1718
+ - @pnpm/modules-yaml@13.1.4
1719
+ - @pnpm/read-package-json@9.0.5
1720
+ - @pnpm/read-project-manifest@6.0.5
1721
+ - @pnpm/patching.apply-patch@3.0.1
1722
+ - @pnpm/store-connection-manager@8.3.3
1723
+ - @pnpm/pick-fetcher@3.0.0
1724
+
1725
+ ## 6.2.3
1726
+
1727
+ ### Patch Changes
1728
+
1729
+ - Updated dependencies [afe520d]
1730
+ - @pnpm/config@21.6.1
1731
+ - @pnpm/plugin-commands-installation@16.0.1
1732
+ - @pnpm/cli-utils@3.1.4
1733
+ - @pnpm/store-connection-manager@8.3.2
1734
+ - @pnpm/patching.apply-patch@3.0.1
1735
+
1736
+ ## 6.2.2
1737
+
1738
+ ### Patch Changes
1739
+
1740
+ - Updated dependencies [1b03682]
1741
+ - Updated dependencies [dd00eeb]
1742
+ - Updated dependencies
1743
+ - Updated dependencies [84654bd]
1744
+ - @pnpm/config@21.6.0
1745
+ - @pnpm/plugin-commands-installation@16.0.0
1746
+ - @pnpm/types@11.0.0
1747
+ - @pnpm/cli-utils@3.1.3
1748
+ - @pnpm/store-connection-manager@8.3.1
1749
+ - @pnpm/pick-fetcher@3.0.0
1750
+ - @pnpm/lockfile-utils@11.0.3
1751
+ - @pnpm/pick-registry-for-package@6.0.3
1752
+ - @pnpm/lockfile-file@9.1.2
1753
+ - @pnpm/modules-yaml@13.1.3
1754
+ - @pnpm/read-package-json@9.0.4
1755
+ - @pnpm/read-project-manifest@6.0.4
1756
+ - @pnpm/patching.apply-patch@3.0.1
1757
+
1758
+ ## 6.2.1
1759
+
1760
+ ### Patch Changes
1761
+
1762
+ - Updated dependencies [7c6c923]
1763
+ - Updated dependencies [7d10394]
1764
+ - Updated dependencies [d8eab39]
1765
+ - Updated dependencies [13e55b2]
1766
+ - Updated dependencies [04b8363]
1767
+ - @pnpm/store-connection-manager@8.3.0
1768
+ - @pnpm/config@21.5.0
1769
+ - @pnpm/plugin-commands-installation@15.1.11
1770
+ - @pnpm/cli-utils@3.1.2
1771
+ - @pnpm/pick-registry-for-package@6.0.2
1772
+ - @pnpm/lockfile-file@9.1.1
1773
+ - @pnpm/lockfile-utils@11.0.2
1774
+ - @pnpm/modules-yaml@13.1.2
1775
+ - @pnpm/read-package-json@9.0.3
1776
+ - @pnpm/read-project-manifest@6.0.3
1777
+ - @pnpm/patching.apply-patch@3.0.1
1778
+ - @pnpm/pick-fetcher@3.0.0
1779
+
1780
+ ## 6.2.0
1781
+
1782
+ ### Minor Changes
1783
+
1784
+ - 47341e5: **Semi-breaking.** Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the `peers-suffix-max-length` setting [#8177](https://github.com/pnpm/pnpm/pull/8177).
1785
+
1786
+ ### Patch Changes
1787
+
1788
+ - 08dad01: Add `--no-ext-diff` disallow external diff drivers to prevent incorrect diff file formats
1789
+ - Updated dependencies [47341e5]
1790
+ - @pnpm/lockfile-file@9.1.0
1791
+ - @pnpm/config@21.4.0
1792
+ - @pnpm/plugin-commands-installation@15.1.10
1793
+ - @pnpm/lockfile-utils@11.0.1
1794
+ - @pnpm/cli-utils@3.1.1
1795
+ - @pnpm/store-connection-manager@8.2.2
1796
+ - @pnpm/patching.apply-patch@3.0.1
1797
+
1798
+ ## 6.1.9
1799
+
1800
+ ### Patch Changes
1801
+
1802
+ - Updated dependencies [b7ca13f]
1803
+ - Updated dependencies [b7ca13f]
1804
+ - @pnpm/cli-utils@3.1.0
1805
+ - @pnpm/config@21.3.0
1806
+ - @pnpm/plugin-commands-installation@15.1.9
1807
+ - @pnpm/store-connection-manager@8.2.1
1808
+
1809
+ ## 6.1.8
1810
+
1811
+ ### Patch Changes
1812
+
1813
+ - @pnpm/plugin-commands-installation@15.1.8
1814
+
1815
+ ## 6.1.7
1816
+
1817
+ ### Patch Changes
1818
+
1819
+ - @pnpm/plugin-commands-installation@15.1.7
1820
+
1821
+ ## 6.1.6
1822
+
1823
+ ### Patch Changes
1824
+
1825
+ - @pnpm/plugin-commands-installation@15.1.6
1826
+
1827
+ ## 6.1.5
1828
+
1829
+ ### Patch Changes
1830
+
1831
+ - Updated dependencies [0c08e1c]
1832
+ - @pnpm/store-connection-manager@8.2.0
1833
+ - @pnpm/plugin-commands-installation@15.1.5
1834
+ - @pnpm/config@21.2.3
1835
+ - @pnpm/cli-utils@3.0.7
1836
+ - @pnpm/patching.apply-patch@3.0.1
1837
+
1838
+ ## 6.1.4
1839
+
1840
+ ### Patch Changes
1841
+
1842
+ - Updated dependencies
1843
+ - @pnpm/lockfile-utils@11.0.0
1844
+ - @pnpm/cli-utils@3.0.6
1845
+ - @pnpm/config@21.2.2
1846
+ - @pnpm/pick-registry-for-package@6.0.1
1847
+ - @pnpm/lockfile-file@9.0.6
1848
+ - @pnpm/modules-yaml@13.1.1
1849
+ - @pnpm/plugin-commands-installation@15.1.4
1850
+ - @pnpm/read-package-json@9.0.2
1851
+ - @pnpm/read-project-manifest@6.0.2
1852
+ - @pnpm/patching.apply-patch@3.0.1
1853
+ - @pnpm/store-connection-manager@8.1.4
1854
+ - @pnpm/pick-fetcher@3.0.0
1855
+
1856
+ ## 6.1.3
1857
+
1858
+ ### Patch Changes
1859
+
1860
+ - Updated dependencies [a7aef51]
1861
+ - @pnpm/error@6.0.1
1862
+ - @pnpm/cli-utils@3.0.5
1863
+ - @pnpm/config@21.2.1
1864
+ - @pnpm/lockfile-file@9.0.5
1865
+ - @pnpm/patching.apply-patch@3.0.1
1866
+ - @pnpm/plugin-commands-installation@15.1.3
1867
+ - @pnpm/read-package-json@9.0.1
1868
+ - @pnpm/read-project-manifest@6.0.1
1869
+ - @pnpm/store-connection-manager@8.1.3
1870
+
1871
+ ## 6.1.2
1872
+
1873
+ ### Patch Changes
1874
+
1875
+ - @pnpm/cli-utils@3.0.4
1876
+ - @pnpm/plugin-commands-installation@15.1.2
1877
+ - @pnpm/store-connection-manager@8.1.2
1878
+
1879
+ ## 6.1.1
1880
+
1881
+ ### Patch Changes
1882
+
1883
+ - Updated dependencies [7a0536e]
1884
+ - @pnpm/lockfile-utils@10.1.1
1885
+ - @pnpm/lockfile-file@9.0.4
1886
+ - @pnpm/plugin-commands-installation@15.1.1
1887
+ - @pnpm/store-connection-manager@8.1.1
1888
+
1889
+ ## 6.1.0
1890
+
1891
+ ### Minor Changes
1892
+
1893
+ - 9719a42: New setting called `virtual-store-dir-max-length` added to modify the maximum allowed length of the directories inside `node_modules/.pnpm`. The default length is set to 120 characters. This setting is particularly useful on Windows, where there is a limit to the maximum length of a file path [#7355](https://github.com/pnpm/pnpm/issues/7355).
1894
+
1895
+ ### Patch Changes
1896
+
1897
+ - Updated dependencies [9719a42]
1898
+ - @pnpm/plugin-commands-installation@15.1.0
1899
+ - @pnpm/store-connection-manager@8.1.0
1900
+ - @pnpm/modules-yaml@13.1.0
1901
+ - @pnpm/lockfile-utils@10.1.0
1902
+ - @pnpm/config@21.2.0
1903
+ - @pnpm/lockfile-file@9.0.3
1904
+ - @pnpm/cli-utils@3.0.3
1905
+ - @pnpm/patching.apply-patch@3.0.0
1906
+
1907
+ ## 6.0.7
1908
+
1909
+ ### Patch Changes
1910
+
1911
+ - Updated dependencies [c969f37]
1912
+ - @pnpm/lockfile-file@9.0.2
1913
+ - @pnpm/plugin-commands-installation@15.0.7
1914
+ - @pnpm/store-connection-manager@8.0.4
1915
+
1916
+ ## 6.0.6
1917
+
1918
+ ### Patch Changes
1919
+
1920
+ - Updated dependencies [2cbf7b7]
1921
+ - Updated dependencies [6b6ca69]
1922
+ - @pnpm/lockfile-file@9.0.1
1923
+ - @pnpm/plugin-commands-installation@15.0.6
1924
+
1925
+ ## 6.0.5
1926
+
1927
+ ### Patch Changes
1928
+
1929
+ - @pnpm/plugin-commands-installation@15.0.5
1930
+ - @pnpm/store-connection-manager@8.0.3
1931
+
1932
+ ## 6.0.4
1933
+
1934
+ ### Patch Changes
1935
+
1936
+ - Updated dependencies [a80b539]
1937
+ - @pnpm/cli-utils@3.0.2
1938
+ - @pnpm/plugin-commands-installation@15.0.4
1939
+ - @pnpm/store-connection-manager@8.0.2
1940
+
1941
+ ## 6.0.3
1942
+
1943
+ ### Patch Changes
1944
+
1945
+ - @pnpm/plugin-commands-installation@15.0.3
1946
+
1947
+ ## 6.0.2
1948
+
1949
+ ### Patch Changes
1950
+
1951
+ - @pnpm/plugin-commands-installation@15.0.2
1952
+
1953
+ ## 6.0.1
1954
+
1955
+ ### Patch Changes
1956
+
1957
+ - Updated dependencies [e0f47f4]
1958
+ - @pnpm/config@21.1.0
1959
+ - @pnpm/cli-utils@3.0.1
1960
+ - @pnpm/plugin-commands-installation@15.0.1
1961
+ - @pnpm/store-connection-manager@8.0.1
1962
+
1963
+ ## 6.0.0
1964
+
1965
+ ### Major Changes
1966
+
1967
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
1968
+
1969
+ ### Patch Changes
1970
+
1971
+ - Updated dependencies [7733f3a]
1972
+ - Updated dependencies [3ded840]
1973
+ - Updated dependencies [cdd8365]
1974
+ - Updated dependencies [c692f80]
1975
+ - Updated dependencies [43cdd87]
1976
+ - Updated dependencies [2d9e3b8]
1977
+ - Updated dependencies [086b69c]
1978
+ - Updated dependencies [d381a60]
1979
+ - Updated dependencies [3477ee5]
1980
+ - Updated dependencies [cfa33f1]
1981
+ - Updated dependencies [d4e13ca]
1982
+ - Updated dependencies [e748162]
1983
+ - Updated dependencies [f67ad31]
1984
+ - Updated dependencies [2b89155]
1985
+ - Updated dependencies [60839fc]
1986
+ - Updated dependencies [730929e]
1987
+ - Updated dependencies [98566d9]
1988
+ - @pnpm/store-connection-manager@8.0.0
1989
+ - @pnpm/config@21.0.0
1990
+ - @pnpm/error@6.0.0
1991
+ - @pnpm/lockfile-utils@10.0.0
1992
+ - @pnpm/constants@8.0.0
1993
+ - @pnpm/plugin-commands-installation@15.0.0
1994
+ - @pnpm/read-project-manifest@6.0.0
1995
+ - @pnpm/pick-registry-for-package@6.0.0
1996
+ - @pnpm/parse-wanted-dependency@6.0.0
1997
+ - @pnpm/read-package-json@9.0.0
1998
+ - @pnpm/modules-yaml@13.0.0
1999
+ - @pnpm/lockfile-file@9.0.0
2000
+ - @pnpm/pick-fetcher@3.0.0
2001
+ - @pnpm/patching.apply-patch@3.0.0
2002
+ - @pnpm/cli-utils@3.0.0
2003
+ - @pnpm/fs.packlist@2.0.0
2004
+
2005
+ ## 5.1.1
2006
+
2007
+ ### Patch Changes
2008
+
2009
+ - Updated dependencies [31054a63e]
2010
+ - Updated dependencies [f43bdcf45]
2011
+ - @pnpm/plugin-commands-installation@14.2.0
2012
+ - @pnpm/pick-fetcher@2.0.1
2013
+ - @pnpm/lockfile-utils@9.0.5
2014
+ - @pnpm/cli-utils@2.1.9
2015
+ - @pnpm/store-connection-manager@7.0.26
2016
+ - @pnpm/config@20.4.2
2017
+ - @pnpm/patching.apply-patch@2.0.5
2018
+
2019
+ ## 5.1.0
2020
+
2021
+ ### Minor Changes
2022
+
2023
+ - 6964eade5: `pnpm patch-remove` removes the directory containing the patch file if it is empty.
2024
+
2025
+ ### Patch Changes
2026
+
2027
+ - Updated dependencies [9fb45d0fc]
2028
+ - @pnpm/fs.packlist@1.0.3
2029
+ - @pnpm/plugin-commands-installation@14.1.3
2030
+ - @pnpm/store-connection-manager@7.0.25
2031
+
2032
+ ## 5.0.18
2033
+
2034
+ ### Patch Changes
2035
+
2036
+ - Updated dependencies [d349bc3a2]
2037
+ - Updated dependencies [d9564e354]
2038
+ - @pnpm/modules-yaml@12.1.7
2039
+ - @pnpm/config@20.4.1
2040
+ - @pnpm/plugin-commands-installation@14.1.2
2041
+ - @pnpm/store-connection-manager@7.0.24
2042
+ - @pnpm/cli-utils@2.1.8
2043
+ - @pnpm/patching.apply-patch@2.0.5
2044
+
2045
+ ## 5.0.17
2046
+
2047
+ ### Patch Changes
2048
+
2049
+ - @pnpm/plugin-commands-installation@14.1.1
2050
+ - @pnpm/store-connection-manager@7.0.23
2051
+
2052
+ ## 5.0.16
2053
+
2054
+ ### Patch Changes
2055
+
2056
+ - Updated dependencies [064aeb681]
2057
+ - Updated dependencies [c597f72ec]
2058
+ - @pnpm/plugin-commands-installation@14.1.0
2059
+ - @pnpm/config@20.4.0
2060
+ - @pnpm/cli-utils@2.1.7
2061
+ - @pnpm/store-connection-manager@7.0.22
2062
+
2063
+ ## 5.0.15
2064
+
2065
+ ### Patch Changes
2066
+
2067
+ - Updated dependencies [619e9ed6f]
2068
+ - Updated dependencies [4e71066dd]
2069
+ - @pnpm/plugin-commands-installation@14.0.15
2070
+ - @pnpm/config@20.3.0
2071
+ - @pnpm/cli-utils@2.1.6
2072
+ - @pnpm/store-connection-manager@7.0.21
2073
+ - @pnpm/lockfile-file@8.1.6
2074
+ - @pnpm/lockfile-utils@9.0.4
2075
+ - @pnpm/pick-registry-for-package@5.0.6
2076
+ - @pnpm/modules-yaml@12.1.6
2077
+ - @pnpm/read-package-json@8.0.7
2078
+ - @pnpm/read-project-manifest@5.0.10
2079
+ - @pnpm/patching.apply-patch@2.0.5
2080
+ - @pnpm/pick-fetcher@2.0.1
2081
+
2082
+ ## 5.0.14
2083
+
2084
+ ### Patch Changes
2085
+
2086
+ - Updated dependencies [672c559e4]
2087
+ - @pnpm/config@20.2.0
2088
+ - @pnpm/lockfile-file@8.1.5
2089
+ - @pnpm/lockfile-utils@9.0.3
2090
+ - @pnpm/plugin-commands-installation@14.0.14
2091
+ - @pnpm/cli-utils@2.1.5
2092
+ - @pnpm/pick-registry-for-package@5.0.5
2093
+ - @pnpm/modules-yaml@12.1.5
2094
+ - @pnpm/read-package-json@8.0.6
2095
+ - @pnpm/read-project-manifest@5.0.9
2096
+ - @pnpm/store-connection-manager@7.0.20
2097
+ - @pnpm/patching.apply-patch@2.0.5
2098
+ - @pnpm/pick-fetcher@2.0.1
2099
+
2100
+ ## 5.0.13
2101
+
2102
+ ### Patch Changes
2103
+
2104
+ - 9a53179e3: Do not create empty patch directory.
2105
+ - Updated dependencies [d5a176af7]
2106
+ - @pnpm/lockfile-utils@9.0.2
2107
+ - @pnpm/plugin-commands-installation@14.0.13
2108
+ - @pnpm/store-connection-manager@7.0.19
2109
+
2110
+ ## 5.0.12
2111
+
2112
+ ### Patch Changes
2113
+
2114
+ - @pnpm/plugin-commands-installation@14.0.12
2115
+
2116
+ ## 5.0.11
2117
+
2118
+ ### Patch Changes
2119
+
2120
+ - Updated dependencies [6558d1865]
2121
+ - @pnpm/plugin-commands-installation@14.0.11
2122
+ - @pnpm/cli-utils@2.1.4
2123
+ - @pnpm/store-connection-manager@7.0.18
2124
+
2125
+ ## 5.0.10
2126
+
2127
+ ### Patch Changes
2128
+
2129
+ - @pnpm/cli-utils@2.1.3
2130
+ - @pnpm/plugin-commands-installation@14.0.10
2131
+ - @pnpm/store-connection-manager@7.0.17
2132
+
2133
+ ## 5.0.9
2134
+
2135
+ ### Patch Changes
2136
+
2137
+ - @pnpm/plugin-commands-installation@14.0.9
2138
+ - @pnpm/store-connection-manager@7.0.16
2139
+
2140
+ ## 5.0.8
2141
+
2142
+ ### Patch Changes
2143
+
2144
+ - @pnpm/plugin-commands-installation@14.0.8
2145
+ - @pnpm/store-connection-manager@7.0.15
2146
+
2147
+ ## 5.0.7
2148
+
2149
+ ### Patch Changes
2150
+
2151
+ - Updated dependencies [b4194fe52]
2152
+ - @pnpm/lockfile-utils@9.0.1
2153
+ - @pnpm/plugin-commands-installation@14.0.7
2154
+
2155
+ ## 5.0.6
2156
+
2157
+ ### Patch Changes
2158
+
2159
+ - 2dfc8c80a: `pnpm patch` should reuse existing patch when `shared-workspace-file=false` [#7252](https://github.com/pnpm/pnpm/pull/7252).
2160
+ - Updated dependencies [74432d605]
2161
+ - @pnpm/fs.packlist@1.0.2
2162
+ - @pnpm/plugin-commands-installation@14.0.6
2163
+ - @pnpm/store-connection-manager@7.0.14
2164
+ - @pnpm/config@20.1.2
2165
+ - @pnpm/cli-utils@2.1.2
2166
+ - @pnpm/patching.apply-patch@2.0.5
2167
+
2168
+ ## 5.0.5
2169
+
2170
+ ### Patch Changes
2171
+
2172
+ - @pnpm/plugin-commands-installation@14.0.5
2173
+
2174
+ ## 5.0.4
2175
+
2176
+ ### Patch Changes
2177
+
2178
+ - Updated dependencies [c7f1359b6]
2179
+ - @pnpm/fs.packlist@1.0.1
2180
+ - @pnpm/store-connection-manager@7.0.13
2181
+ - @pnpm/plugin-commands-installation@14.0.4
2182
+
2183
+ ## 5.0.3
2184
+
2185
+ ### Patch Changes
2186
+
2187
+ - Updated dependencies [4c2450208]
2188
+ - @pnpm/lockfile-utils@9.0.0
2189
+ - @pnpm/pick-fetcher@2.0.1
2190
+ - @pnpm/plugin-commands-installation@14.0.3
2191
+ - @pnpm/store-connection-manager@7.0.12
2192
+ - @pnpm/config@20.1.1
2193
+ - @pnpm/cli-utils@2.1.1
2194
+ - @pnpm/patching.apply-patch@2.0.5
2195
+
2196
+ ## 5.0.2
2197
+
2198
+ ### Patch Changes
2199
+
2200
+ - 500363647: `pnpm publish` should not pack the same file twice sometimes [#6997](https://github.com/pnpm/pnpm/issues/6997).
2201
+
2202
+ The fix was to update `npm-packlist` to the latest version.
2203
+
2204
+ - Updated dependencies [500363647]
2205
+ - @pnpm/fs.packlist@1.0.0
2206
+ - @pnpm/store-connection-manager@7.0.11
2207
+ - @pnpm/plugin-commands-installation@14.0.2
2208
+
2209
+ ## 5.0.1
2210
+
2211
+ ### Patch Changes
2212
+
2213
+ - @pnpm/plugin-commands-installation@14.0.1
2214
+
2215
+ ## 5.0.0
2216
+
2217
+ ### Major Changes
2218
+
2219
+ - d6592964f: `rootProjectManifestDir` is a required field.
2220
+
2221
+ ### Minor Changes
2222
+
2223
+ - 43ce9e4a6: Support for multiple architectures when installing dependencies [#5965](https://github.com/pnpm/pnpm/issues/5965).
2224
+
2225
+ You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the `supportedArchitectures` field in `package.json` to define your preferences.
2226
+
2227
+ For example, the following configuration tells pnpm to install optional dependencies for Windows x64:
2228
+
2229
+ ```json
2230
+ {
2231
+ "pnpm": {
2232
+ "supportedArchitectures": {
2233
+ "os": ["win32"],
2234
+ "cpu": ["x64"]
2235
+ }
2236
+ }
2237
+ }
2238
+ ```
2239
+
2240
+ Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs:
2241
+
2242
+ ```json
2243
+ {
2244
+ "pnpm": {
2245
+ "supportedArchitectures": {
2246
+ "os": ["win32", "darwin", "current"],
2247
+ "cpu": ["x64", "arm64"]
2248
+ }
2249
+ }
2250
+ }
2251
+ ```
2252
+
2253
+ Additionally, `supportedArchitectures` also supports specifying the `libc` of the system.
2254
+
2255
+ ### Patch Changes
2256
+
2257
+ - d93e5d06d: Should fetch dependency from tarball url when patching dependency installed from git [#7196](https://github.com/pnpm/pnpm/issues/7196)
2258
+ - Updated dependencies [43ce9e4a6]
2259
+ - Updated dependencies [d6592964f]
2260
+ - Updated dependencies [d6592964f]
2261
+ - @pnpm/cli-utils@2.1.0
2262
+ - @pnpm/config@20.1.0
2263
+ - @pnpm/plugin-commands-installation@14.0.0
2264
+ - @pnpm/pick-registry-for-package@5.0.4
2265
+ - @pnpm/lockfile-file@8.1.4
2266
+ - @pnpm/lockfile-utils@8.0.7
2267
+ - @pnpm/modules-yaml@12.1.4
2268
+ - @pnpm/read-package-json@8.0.5
2269
+ - @pnpm/read-project-manifest@5.0.8
2270
+ - @pnpm/store-connection-manager@7.0.10
2271
+ - @pnpm/patching.apply-patch@2.0.5
2272
+ - @pnpm/pick-fetcher@2.0.1
2273
+
2274
+ ## 4.0.2
2275
+
2276
+ ### Patch Changes
2277
+
2278
+ - @pnpm/plugin-commands-installation@13.2.6
2279
+ - @pnpm/store-connection-manager@7.0.9
2280
+
2281
+ ## 4.0.1
2282
+
2283
+ ### Patch Changes
2284
+
2285
+ - @pnpm/plugin-commands-installation@13.2.5
2286
+ - @pnpm/store-connection-manager@7.0.8
2287
+
2288
+ ## 4.0.0
2289
+
2290
+ ### Major Changes
2291
+
2292
+ - ac5abd3ff: The paths in patchedDependencies passed to `@pnpm/core` are absolute.
2293
+
2294
+ ### Patch Changes
2295
+
2296
+ - Updated dependencies [bc83798d4]
2297
+ - Updated dependencies [46dc34dcc]
2298
+ - Updated dependencies [ac5abd3ff]
2299
+ - Updated dependencies [b60bb6cbe]
2300
+ - @pnpm/plugin-commands-installation@13.2.4
2301
+ - @pnpm/config@20.0.0
2302
+ - @pnpm/store-connection-manager@7.0.7
2303
+ - @pnpm/cli-utils@2.0.24
2304
+ - @pnpm/patching.apply-patch@2.0.5
2305
+
2306
+ ## 3.1.33
2307
+
2308
+ ### Patch Changes
2309
+
2310
+ - @pnpm/plugin-commands-installation@13.2.3
2311
+ - @pnpm/store-connection-manager@7.0.6
2312
+
2313
+ ## 3.1.32
2314
+
2315
+ ### Patch Changes
2316
+
2317
+ - @pnpm/plugin-commands-installation@13.2.2
2318
+ - @pnpm/store-connection-manager@7.0.5
2319
+
2320
+ ## 3.1.31
2321
+
2322
+ ### Patch Changes
2323
+
2324
+ - Updated dependencies [b1dd0ee58]
2325
+ - @pnpm/config@19.2.1
2326
+ - @pnpm/cli-utils@2.0.23
2327
+ - @pnpm/plugin-commands-installation@13.2.1
2328
+ - @pnpm/store-connection-manager@7.0.4
2329
+
2330
+ ## 3.1.30
2331
+
2332
+ ### Patch Changes
2333
+
2334
+ - Updated dependencies [d774a3196]
2335
+ - Updated dependencies [12f45a83d]
2336
+ - Updated dependencies [d774a3196]
2337
+ - Updated dependencies [832e28826]
2338
+ - @pnpm/config@19.2.0
2339
+ - @pnpm/plugin-commands-installation@13.2.0
2340
+ - @pnpm/cli-utils@2.0.22
2341
+ - @pnpm/store-connection-manager@7.0.3
2342
+ - @pnpm/pick-registry-for-package@5.0.3
2343
+ - @pnpm/lockfile-file@8.1.3
2344
+ - @pnpm/lockfile-utils@8.0.6
2345
+ - @pnpm/modules-yaml@12.1.3
2346
+ - @pnpm/read-package-json@8.0.4
2347
+ - @pnpm/read-project-manifest@5.0.7
2348
+ - @pnpm/patching.apply-patch@2.0.5
2349
+
2350
+ ## 3.1.29
2351
+
2352
+ ### Patch Changes
2353
+
2354
+ - @pnpm/plugin-commands-installation@13.1.8
2355
+
2356
+ ## 3.1.28
2357
+
2358
+ ### Patch Changes
2359
+
2360
+ - Updated dependencies [ba48fe0bc]
2361
+ - Updated dependencies [ee328fd25]
2362
+ - Updated dependencies [f394cfccd]
2363
+ - @pnpm/plugin-commands-installation@13.1.7
2364
+ - @pnpm/config@19.1.0
2365
+ - @pnpm/lockfile-utils@8.0.5
2366
+ - @pnpm/cli-utils@2.0.21
2367
+ - @pnpm/store-connection-manager@7.0.2
2368
+
2369
+ ## 3.1.27
2370
+
2371
+ ### Patch Changes
2372
+
2373
+ - @pnpm/plugin-commands-installation@13.1.6
2374
+ - @pnpm/cli-utils@2.0.20
2375
+ - @pnpm/store-connection-manager@7.0.1
2376
+
2377
+ ## 3.1.26
2378
+
2379
+ ### Patch Changes
2380
+
2381
+ - Updated dependencies [9caa33d53]
2382
+ - @pnpm/store-connection-manager@7.0.0
2383
+ - @pnpm/plugin-commands-installation@13.1.5
2384
+ - @pnpm/read-project-manifest@5.0.6
2385
+ - @pnpm/config@19.0.3
2386
+ - @pnpm/cli-utils@2.0.19
2387
+ - @pnpm/patching.apply-patch@2.0.5
2388
+
2389
+ ## 3.1.25
2390
+
2391
+ ### Patch Changes
2392
+
2393
+ - @pnpm/plugin-commands-installation@13.1.4
2394
+ - @pnpm/store-connection-manager@6.2.1
2395
+
2396
+ ## 3.1.24
2397
+
2398
+ ### Patch Changes
2399
+
2400
+ - Updated dependencies [03cdccc6e]
2401
+ - @pnpm/store-connection-manager@6.2.0
2402
+ - @pnpm/plugin-commands-installation@13.1.3
2403
+ - @pnpm/config@19.0.2
2404
+ - @pnpm/cli-utils@2.0.18
2405
+ - @pnpm/patching.apply-patch@2.0.5
2406
+
2407
+ ## 3.1.23
2408
+
2409
+ ### Patch Changes
2410
+
2411
+ - @pnpm/plugin-commands-installation@13.1.2
2412
+ - @pnpm/store-connection-manager@6.1.3
2413
+ - @pnpm/config@19.0.1
2414
+ - @pnpm/patching.apply-patch@2.0.5
2415
+
2416
+ ## 3.1.22
2417
+
2418
+ ### Patch Changes
2419
+
2420
+ - @pnpm/store-connection-manager@6.1.2
2421
+ - @pnpm/plugin-commands-installation@13.1.1
2422
+ - @pnpm/config@19.0.1
2423
+ - @pnpm/patching.apply-patch@2.0.5
2424
+ - @pnpm/cli-utils@2.0.17
2425
+
2426
+ ## 3.1.21
2427
+
2428
+ ### Patch Changes
2429
+
2430
+ - Updated dependencies [ef3609049]
2431
+ - Updated dependencies [e0474bc4c]
2432
+ - Updated dependencies [bf21c9bf3]
2433
+ - Updated dependencies [cb8bcc8df]
2434
+ - Updated dependencies [512d71254]
2435
+ - Updated dependencies [e9aa6f682]
2436
+ - Updated dependencies [81e5ada3a]
2437
+ - @pnpm/plugin-commands-installation@13.1.0
2438
+ - @pnpm/config@19.0.0
2439
+ - @pnpm/patching.apply-patch@2.0.5
2440
+ - @pnpm/lockfile-utils@8.0.4
2441
+ - @pnpm/cli-utils@2.0.16
2442
+ - @pnpm/store-connection-manager@6.1.1
2443
+ - @pnpm/read-project-manifest@5.0.5
2444
+
2445
+ ## 3.1.20
2446
+
2447
+ ### Patch Changes
2448
+
2449
+ - 12b0f0976: `pnpm patch` should works correctly when shared-workspace-file is false [#6885](https://github.com/pnpm/pnpm/issues/6885)
2450
+ - Updated dependencies [12b0f0976]
2451
+ - Updated dependencies [92f42224c]
2452
+ - @pnpm/plugin-commands-installation@13.0.25
2453
+ - @pnpm/store-connection-manager@6.1.0
2454
+ - @pnpm/cli-utils@2.0.15
2455
+
2456
+ ## 3.1.19
2457
+
2458
+ ### Patch Changes
2459
+
2460
+ - Updated dependencies [78d43a862]
2461
+ - @pnpm/plugin-commands-installation@13.0.24
2462
+ - @pnpm/store-connection-manager@6.0.24
2463
+
2464
+ ## 3.1.18
2465
+
2466
+ ### Patch Changes
2467
+
2468
+ - @pnpm/cli-utils@2.0.14
2469
+ - @pnpm/plugin-commands-installation@13.0.23
2470
+ - @pnpm/store-connection-manager@6.0.23
2471
+
2472
+ ## 3.1.17
2473
+
2474
+ ### Patch Changes
2475
+
2476
+ - @pnpm/plugin-commands-installation@13.0.22
2477
+ - @pnpm/store-connection-manager@6.0.22
2478
+ - @pnpm/config@18.4.4
2479
+ - @pnpm/patching.apply-patch@2.0.4
2480
+
2481
+ ## 3.1.16
2482
+
2483
+ ### Patch Changes
2484
+
2485
+ - 653e9104c: Ignore empty patch content when patch-commit.
2486
+ - @pnpm/plugin-commands-installation@13.0.21
2487
+ - @pnpm/store-connection-manager@6.0.21
2488
+ - @pnpm/config@18.4.4
2489
+ - @pnpm/patching.apply-patch@2.0.4
2490
+
2491
+ ## 3.1.15
2492
+
2493
+ ### Patch Changes
2494
+
2495
+ - @pnpm/plugin-commands-installation@13.0.20
2496
+ - @pnpm/store-connection-manager@6.0.20
2497
+ - @pnpm/config@18.4.4
2498
+ - @pnpm/patching.apply-patch@2.0.4
2499
+
2500
+ ## 3.1.14
2501
+
2502
+ ### Patch Changes
2503
+
2504
+ - @pnpm/store-connection-manager@6.0.19
2505
+ - @pnpm/plugin-commands-installation@13.0.19
2506
+
2507
+ ## 3.1.13
2508
+
2509
+ ### Patch Changes
2510
+
2511
+ - @pnpm/cli-utils@2.0.13
2512
+ - @pnpm/config@18.4.4
2513
+ - @pnpm/pick-registry-for-package@5.0.2
2514
+ - @pnpm/lockfile-file@8.1.2
2515
+ - @pnpm/lockfile-utils@8.0.3
2516
+ - @pnpm/modules-yaml@12.1.2
2517
+ - @pnpm/plugin-commands-installation@13.0.18
2518
+ - @pnpm/read-package-json@8.0.3
2519
+ - @pnpm/read-project-manifest@5.0.4
2520
+ - @pnpm/patching.apply-patch@2.0.4
2521
+ - @pnpm/store-connection-manager@6.0.18
2522
+
2523
+ ## 3.1.12
2524
+
2525
+ ### Patch Changes
2526
+
2527
+ - @pnpm/plugin-commands-installation@13.0.17
2528
+
2529
+ ## 3.1.11
2530
+
2531
+ ### Patch Changes
2532
+
2533
+ - Updated dependencies [b4892acc5]
2534
+ - @pnpm/read-project-manifest@5.0.3
2535
+ - @pnpm/cli-utils@2.0.12
2536
+ - @pnpm/config@18.4.3
2537
+ - @pnpm/plugin-commands-installation@13.0.16
2538
+ - @pnpm/store-connection-manager@6.0.17
2539
+
2540
+ ## 3.1.10
2541
+
2542
+ ### Patch Changes
2543
+
2544
+ - @pnpm/plugin-commands-installation@13.0.15
2545
+ - @pnpm/store-connection-manager@6.0.16
2546
+ - @pnpm/config@18.4.2
2547
+ - @pnpm/patching.apply-patch@2.0.4
2548
+
2549
+ ## 3.1.9
2550
+
2551
+ ### Patch Changes
2552
+
2553
+ - @pnpm/store-connection-manager@6.0.15
2554
+ - @pnpm/plugin-commands-installation@13.0.14
2555
+
2556
+ ## 3.1.8
2557
+
2558
+ ### Patch Changes
2559
+
2560
+ - @pnpm/plugin-commands-installation@13.0.13
2561
+ - @pnpm/store-connection-manager@6.0.14
2562
+
2563
+ ## 3.1.7
2564
+
2565
+ ### Patch Changes
2566
+
2567
+ - @pnpm/plugin-commands-installation@13.0.12
2568
+
2569
+ ## 3.1.6
2570
+
2571
+ ### Patch Changes
2572
+
2573
+ - Updated dependencies [e2d631217]
2574
+ - Updated dependencies [3b6930263]
2575
+ - Updated dependencies [0b830f947]
2576
+ - @pnpm/config@18.4.2
2577
+ - @pnpm/patching.apply-patch@2.0.4
2578
+ - @pnpm/plugin-commands-installation@13.0.11
2579
+ - @pnpm/cli-utils@2.0.11
2580
+ - @pnpm/store-connection-manager@6.0.13
2581
+
2582
+ ## 3.1.5
2583
+
2584
+ ### Patch Changes
2585
+
2586
+ - f0d68ab2f: When patching a dependency, only consider files specified in the 'files' field of its package.json. Ignore all others [#6565](https://github.com/pnpm/pnpm/issues/6565)
2587
+ - Updated dependencies [d9da627cd]
2588
+ - Updated dependencies [302ebffc5]
2589
+ - @pnpm/lockfile-utils@8.0.2
2590
+ - @pnpm/constants@7.1.1
2591
+ - @pnpm/plugin-commands-installation@13.0.10
2592
+ - @pnpm/config@18.4.1
2593
+ - @pnpm/lockfile-file@8.1.1
2594
+ - @pnpm/error@5.0.2
2595
+ - @pnpm/cli-utils@2.0.10
2596
+ - @pnpm/store-connection-manager@6.0.12
2597
+ - @pnpm/patching.apply-patch@2.0.3
2598
+ - @pnpm/read-package-json@8.0.2
2599
+ - @pnpm/read-project-manifest@5.0.2
2600
+
2601
+ ## 3.1.4
2602
+
2603
+ ### Patch Changes
2604
+
2605
+ - 4b97f1f07: Don't use await in loops.
2606
+ - Updated dependencies [d55b41a8b]
2607
+ - Updated dependencies [47f529ebf]
2608
+ - @pnpm/plugin-commands-installation@13.0.9
2609
+ - @pnpm/patching.apply-patch@2.0.2
2610
+ - @pnpm/store-connection-manager@6.0.11
2611
+ - @pnpm/config@18.4.0
2612
+
2613
+ ## 3.1.3
2614
+
2615
+ ### Patch Changes
2616
+
2617
+ - 9c4ae87bd: Don't run install with the `frozen-lockfile=true` setting.
2618
+ - Updated dependencies [9c4ae87bd]
2619
+ - Updated dependencies [9c4ae87bd]
2620
+ - Updated dependencies [9c4ae87bd]
2621
+ - Updated dependencies [301b8e2da]
2622
+ - Updated dependencies [04a279881]
2623
+ - @pnpm/lockfile-file@8.1.0
2624
+ - @pnpm/constants@7.1.0
2625
+ - @pnpm/config@18.4.0
2626
+ - @pnpm/plugin-commands-installation@13.0.8
2627
+ - @pnpm/lockfile-utils@8.0.1
2628
+ - @pnpm/cli-utils@2.0.9
2629
+ - @pnpm/pick-registry-for-package@5.0.1
2630
+ - @pnpm/modules-yaml@12.1.1
2631
+ - @pnpm/read-package-json@8.0.1
2632
+ - @pnpm/read-project-manifest@5.0.1
2633
+ - @pnpm/error@5.0.1
2634
+ - @pnpm/store-connection-manager@6.0.10
2635
+ - @pnpm/patching.apply-patch@2.0.1
2636
+
2637
+ ## 3.1.2
2638
+
2639
+ ### Patch Changes
2640
+
2641
+ - @pnpm/plugin-commands-installation@13.0.7
2642
+
2643
+ ## 3.1.1
2644
+
2645
+ ### Patch Changes
2646
+
2647
+ - Updated dependencies [d58cdb962]
2648
+ - Updated dependencies [ee429b300]
2649
+ - Updated dependencies [1de07a4af]
2650
+ - @pnpm/lockfile-utils@8.0.0
2651
+ - @pnpm/cli-utils@2.0.8
2652
+ - @pnpm/config@18.3.2
2653
+ - @pnpm/plugin-commands-installation@13.0.6
2654
+ - @pnpm/store-connection-manager@6.0.9
2655
+
2656
+ ## 3.1.0
2657
+
2658
+ ### Minor Changes
2659
+
2660
+ - `pnpm patch-remove` command added [#6521](https://github.com/pnpm/pnpm/pull/6521).
2661
+
2662
+ ### Patch Changes
2663
+
2664
+ - Updated dependencies [d5c40b556]
2665
+ - @pnpm/plugin-commands-installation@13.0.5
2666
+
2667
+ ## 3.0.10
2668
+
2669
+ ### Patch Changes
2670
+
2671
+ - @pnpm/plugin-commands-installation@13.0.4
2672
+
2673
+ ## 3.0.9
2674
+
2675
+ ### Patch Changes
2676
+
2677
+ - Updated dependencies [2809e89ab]
2678
+ - Updated dependencies [e6b83c84e]
2679
+ - @pnpm/config@18.3.1
2680
+ - @pnpm/modules-yaml@12.1.0
2681
+ - @pnpm/plugin-commands-installation@13.0.3
2682
+ - @pnpm/cli-utils@2.0.7
2683
+ - @pnpm/store-connection-manager@6.0.8
2684
+
2685
+ ## 3.0.8
2686
+
2687
+ ### Patch Changes
2688
+
2689
+ - @pnpm/store-connection-manager@6.0.7
2690
+ - @pnpm/plugin-commands-installation@13.0.2
2691
+
2692
+ ## 3.0.7
2693
+
2694
+ ### Patch Changes
2695
+
2696
+ - @pnpm/plugin-commands-installation@13.0.1
2697
+
2698
+ ## 3.0.6
2699
+
2700
+ ### Patch Changes
2701
+
2702
+ - c0760128d: bump semver to 7.4.0
2703
+ - Updated dependencies [8e7a86dd9]
2704
+ - Updated dependencies [6706a7d17]
2705
+ - Updated dependencies [32f8e08c6]
2706
+ - Updated dependencies [6850bb135]
2707
+ - Updated dependencies [71a3ee77b]
2708
+ - Updated dependencies [8e7a86dd9]
2709
+ - Updated dependencies [c0760128d]
2710
+ - @pnpm/plugin-commands-installation@13.0.0
2711
+ - @pnpm/config@18.3.0
2712
+ - @pnpm/lockfile-file@8.0.2
2713
+ - @pnpm/cli-utils@2.0.6
2714
+ - @pnpm/store-connection-manager@6.0.6
2715
+ - @pnpm/lockfile-utils@7.0.1
2716
+
2717
+ ## 3.0.5
2718
+
2719
+ ### Patch Changes
2720
+
2721
+ - Updated dependencies [72ba638e3]
2722
+ - Updated dependencies [e440d784f]
2723
+ - Updated dependencies [fc8780ca9]
2724
+ - @pnpm/lockfile-utils@7.0.0
2725
+ - @pnpm/plugin-commands-installation@12.1.2
2726
+ - @pnpm/config@18.2.0
2727
+ - @pnpm/cli-utils@2.0.5
2728
+ - @pnpm/store-connection-manager@6.0.5
2729
+
2730
+ ## 3.0.4
2731
+
2732
+ ### Patch Changes
2733
+
2734
+ - Updated dependencies [5087636b6]
2735
+ - Updated dependencies [94f94eed6]
2736
+ - @pnpm/lockfile-file@8.0.1
2737
+ - @pnpm/plugin-commands-installation@12.1.1
2738
+ - @pnpm/lockfile-utils@6.0.1
2739
+ - @pnpm/cli-utils@2.0.4
2740
+ - @pnpm/config@18.1.1
2741
+ - @pnpm/store-connection-manager@6.0.4
2742
+
2743
+ ## 3.0.3
2744
+
2745
+ ### Patch Changes
2746
+
2747
+ - Updated dependencies [e2cb4b63d]
2748
+ - Updated dependencies [cd6ce11f0]
2749
+ - @pnpm/plugin-commands-installation@12.1.0
2750
+ - @pnpm/config@18.1.0
2751
+ - @pnpm/cli-utils@2.0.3
2752
+ - @pnpm/store-connection-manager@6.0.3
2753
+
2754
+ ## 3.0.2
2755
+
2756
+ ### Patch Changes
2757
+
2758
+ - @pnpm/plugin-commands-installation@12.0.2
2759
+ - @pnpm/config@18.0.2
2760
+ - @pnpm/cli-utils@2.0.2
2761
+ - @pnpm/store-connection-manager@6.0.2
2762
+
2763
+ ## 3.0.1
2764
+
2765
+ ### Patch Changes
2766
+
2767
+ - Updated dependencies [51445f955]
2768
+ - @pnpm/plugin-commands-installation@12.0.1
2769
+ - @pnpm/config@18.0.1
2770
+ - @pnpm/cli-utils@2.0.1
2771
+ - @pnpm/store-connection-manager@6.0.1
2772
+
2773
+ ## 3.0.0
2774
+
2775
+ ### Major Changes
2776
+
2777
+ - eceaa8b8b: Node.js 14 support dropped.
2778
+
2779
+ ### Patch Changes
2780
+
2781
+ - Updated dependencies [47e45d717]
2782
+ - Updated dependencies [cae85dbb1]
2783
+ - Updated dependencies [c92936158]
2784
+ - Updated dependencies [47e45d717]
2785
+ - Updated dependencies [22ccf155e]
2786
+ - Updated dependencies [7a0ce1df0]
2787
+ - Updated dependencies [158d8cf22]
2788
+ - Updated dependencies [eceaa8b8b]
2789
+ - Updated dependencies [8e35c21d1]
2790
+ - Updated dependencies [47e45d717]
2791
+ - Updated dependencies [47e45d717]
2792
+ - Updated dependencies [113f0ae26]
2793
+ - Updated dependencies [417c8ac59]
2794
+ - @pnpm/config@18.0.0
2795
+ - @pnpm/plugin-commands-installation@12.0.0
2796
+ - @pnpm/lockfile-utils@6.0.0
2797
+ - @pnpm/store-connection-manager@6.0.0
2798
+ - @pnpm/lockfile-file@8.0.0
2799
+ - @pnpm/read-project-manifest@5.0.0
2800
+ - @pnpm/pick-registry-for-package@5.0.0
2801
+ - @pnpm/parse-wanted-dependency@5.0.0
2802
+ - @pnpm/read-package-json@8.0.0
2803
+ - @pnpm/modules-yaml@12.0.0
2804
+ - @pnpm/patching.apply-patch@2.0.0
2805
+ - @pnpm/constants@7.0.0
2806
+ - @pnpm/error@5.0.0
2807
+ - @pnpm/cli-utils@2.0.0
2808
+
2809
+ ## 2.2.0
2810
+
2811
+ ### Minor Changes
2812
+
2813
+ - 40845b9ad: Allow to set a custom directory for storing patch files via the `patches-dir` setting [#6215](https://github.com/pnpm/pnpm/pull/6215)
2814
+
2815
+ ### Patch Changes
2816
+
2817
+ - @pnpm/plugin-commands-installation@11.5.7
2818
+ - @pnpm/config@17.0.2
2819
+ - @pnpm/cli-utils@1.1.7
2820
+ - @pnpm/store-connection-manager@5.2.20
2821
+
2822
+ ## 2.1.15
2823
+
2824
+ ### Patch Changes
2825
+
2826
+ - Updated dependencies [b38d711f3]
2827
+ - @pnpm/config@17.0.1
2828
+ - @pnpm/cli-utils@1.1.6
2829
+ - @pnpm/plugin-commands-installation@11.5.6
2830
+ - @pnpm/store-connection-manager@5.2.19
2831
+
2832
+ ## 2.1.14
2833
+
2834
+ ### Patch Changes
2835
+
2836
+ - 185ab01ad: When patch package does not specify a version, use locally installed version by default [#6192](https://github.com/pnpm/pnpm/issues/6192).
2837
+ - Updated dependencies [787c43dcc]
2838
+ - Updated dependencies [e505b58e3]
2839
+ - @pnpm/lockfile-file@7.0.6
2840
+ - @pnpm/config@17.0.0
2841
+ - @pnpm/plugin-commands-installation@11.5.5
2842
+ - @pnpm/read-project-manifest@4.1.4
2843
+ - @pnpm/cli-utils@1.1.5
2844
+ - @pnpm/store-connection-manager@5.2.18
2845
+
2846
+ ## 2.1.13
2847
+
2848
+ ### Patch Changes
2849
+
2850
+ - @pnpm/plugin-commands-installation@11.5.4
2851
+ - @pnpm/config@16.7.2
2852
+ - @pnpm/cli-utils@1.1.4
2853
+ - @pnpm/store-connection-manager@5.2.17
2854
+
2855
+ ## 2.1.12
2856
+
2857
+ ### Patch Changes
2858
+
2859
+ - Updated dependencies [690bead26]
2860
+ - @pnpm/plugin-commands-installation@11.5.3
2861
+ - @pnpm/config@16.7.1
2862
+ - @pnpm/cli-utils@1.1.3
2863
+ - @pnpm/store-connection-manager@5.2.16
2864
+
2865
+ ## 2.1.11
2866
+
2867
+ ### Patch Changes
2868
+
2869
+ - Updated dependencies [7d64d757b]
2870
+ - Updated dependencies [5c31fa8be]
2871
+ - @pnpm/cli-utils@1.1.2
2872
+ - @pnpm/config@16.7.0
2873
+ - @pnpm/plugin-commands-installation@11.5.2
2874
+ - @pnpm/store-connection-manager@5.2.15
2875
+
2876
+ ## 2.1.10
2877
+
2878
+ ### Patch Changes
2879
+
2880
+ - 6f56cc16e: `patch-commit` should auto apply patches in workspaces [#6048](https://github.com/pnpm/pnpm/issues/6048)
2881
+ - @pnpm/plugin-commands-installation@11.5.1
2882
+ - @pnpm/config@16.6.4
2883
+ - @pnpm/cli-utils@1.1.1
2884
+ - @pnpm/store-connection-manager@5.2.14
2885
+
2886
+ ## 2.1.9
2887
+
2888
+ ### Patch Changes
2889
+
2890
+ - Updated dependencies [0377d9367]
2891
+ - @pnpm/plugin-commands-installation@11.5.0
2892
+ - @pnpm/cli-utils@1.1.0
2893
+ - @pnpm/config@16.6.3
2894
+ - @pnpm/store-connection-manager@5.2.13
2895
+
2896
+ ## 2.1.8
2897
+
2898
+ ### Patch Changes
2899
+
2900
+ - @pnpm/plugin-commands-installation@11.4.6
2901
+ - @pnpm/store-connection-manager@5.2.12
2902
+ - @pnpm/config@16.6.2
2903
+ - @pnpm/cli-utils@1.0.34
2904
+
2905
+ ## 2.1.7
2906
+
2907
+ ### Patch Changes
2908
+
2909
+ - @pnpm/plugin-commands-installation@11.4.5
2910
+ - @pnpm/config@16.6.1
2911
+ - @pnpm/store-connection-manager@5.2.11
2912
+ - @pnpm/cli-utils@1.0.33
2913
+
2914
+ ## 2.1.6
2915
+
2916
+ ### Patch Changes
2917
+
2918
+ - Updated dependencies [308eb2c9b]
2919
+ - Updated dependencies [59ee53678]
2920
+ - @pnpm/plugin-commands-installation@11.4.4
2921
+ - @pnpm/config@16.6.0
2922
+ - @pnpm/cli-utils@1.0.32
2923
+ - @pnpm/store-connection-manager@5.2.10
2924
+
2925
+ ## 2.1.5
2926
+
2927
+ ### Patch Changes
2928
+
2929
+ - Updated dependencies [6348f5931]
2930
+ - @pnpm/plugin-commands-installation@11.4.3
2931
+ - @pnpm/config@16.5.5
2932
+ - @pnpm/store-connection-manager@5.2.9
2933
+ - @pnpm/cli-utils@1.0.31
2934
+
2935
+ ## 2.1.4
2936
+
2937
+ ### Patch Changes
2938
+
2939
+ - @pnpm/plugin-commands-installation@11.4.2
2940
+ - @pnpm/store-connection-manager@5.2.8
2941
+ - @pnpm/config@16.5.4
2942
+ - @pnpm/cli-utils@1.0.30
2943
+
2944
+ ## 2.1.3
2945
+
2946
+ ### Patch Changes
2947
+
2948
+ - @pnpm/plugin-commands-installation@11.4.1
2949
+ - @pnpm/config@16.5.3
2950
+ - @pnpm/cli-utils@1.0.29
2951
+ - @pnpm/store-connection-manager@5.2.7
2952
+
2953
+ ## 2.1.2
2954
+
2955
+ ### Patch Changes
2956
+
2957
+ - Updated dependencies [e8f6ab683]
2958
+ - @pnpm/plugin-commands-installation@11.4.0
2959
+ - @pnpm/config@16.5.2
2960
+ - @pnpm/cli-utils@1.0.28
2961
+ - @pnpm/store-connection-manager@5.2.6
2962
+
2963
+ ## 2.1.1
2964
+
2965
+ ### Patch Changes
2966
+
2967
+ - Updated dependencies [4655dd41e]
2968
+ - @pnpm/plugin-commands-installation@11.3.5
2969
+ - @pnpm/store-connection-manager@5.2.5
2970
+ - @pnpm/config@16.5.1
2971
+ - @pnpm/cli-utils@1.0.27
2972
+
2973
+ ## 2.1.0
2974
+
2975
+ ### Minor Changes
2976
+
2977
+ - 2ae1c449d: apply existing patch file when re-patch [#5632](https://github.com/pnpm/pnpm/issues/5632)
2978
+
2979
+ ### Patch Changes
2980
+
2981
+ - Updated dependencies [2ae1c449d]
2982
+ - Updated dependencies [2ae1c449d]
2983
+ - Updated dependencies [28b47a156]
2984
+ - @pnpm/parse-wanted-dependency@4.1.0
2985
+ - @pnpm/patching.apply-patch@1.0.0
2986
+ - @pnpm/config@16.5.0
2987
+ - @pnpm/plugin-commands-installation@11.3.4
2988
+ - @pnpm/cli-utils@1.0.26
2989
+ - @pnpm/store-connection-manager@5.2.4
2990
+
2991
+ ## 2.0.25
2992
+
2993
+ ### Patch Changes
2994
+
2995
+ - @pnpm/plugin-commands-installation@11.3.3
2996
+ - @pnpm/store-connection-manager@5.2.3
2997
+ - @pnpm/config@16.4.3
2998
+ - @pnpm/cli-utils@1.0.25
2999
+
3000
+ ## 2.0.24
3001
+
3002
+ ### Patch Changes
3003
+
3004
+ - @pnpm/plugin-commands-installation@11.3.2
3005
+ - @pnpm/config@16.4.2
3006
+ - @pnpm/cli-utils@1.0.24
3007
+ - @pnpm/store-connection-manager@5.2.2
3008
+
3009
+ ## 2.0.23
3010
+
3011
+ ### Patch Changes
3012
+
3013
+ - @pnpm/plugin-commands-installation@11.3.1
3014
+ - @pnpm/config@16.4.1
3015
+ - @pnpm/store-connection-manager@5.2.1
3016
+ - @pnpm/cli-utils@1.0.23
3017
+
3018
+ ## 2.0.22
3019
+
3020
+ ### Patch Changes
3021
+
3022
+ - Updated dependencies [c7b05cd9a]
3023
+ - Updated dependencies [3ebce5db7]
3024
+ - @pnpm/store-connection-manager@5.2.0
3025
+ - @pnpm/plugin-commands-installation@11.3.0
3026
+ - @pnpm/config@16.4.0
3027
+ - @pnpm/error@4.0.1
3028
+ - @pnpm/cli-utils@1.0.22
3029
+ - @pnpm/read-package-json@7.0.5
3030
+ - @pnpm/read-project-manifest@4.1.3
3031
+
3032
+ ## 2.0.21
3033
+
3034
+ ### Patch Changes
3035
+
3036
+ - Updated dependencies [1fad508b0]
3037
+ - @pnpm/plugin-commands-installation@11.2.0
3038
+ - @pnpm/config@16.3.0
3039
+ - @pnpm/cli-utils@1.0.21
3040
+ - @pnpm/store-connection-manager@5.1.14
3041
+
3042
+ ## 2.0.20
3043
+
3044
+ ### Patch Changes
3045
+
3046
+ - Updated dependencies [ec97a3105]
3047
+ - Updated dependencies [08ceaf3fc]
3048
+ - @pnpm/store-connection-manager@5.1.13
3049
+ - @pnpm/plugin-commands-installation@11.1.7
3050
+ - @pnpm/cli-utils@1.0.20
3051
+ - @pnpm/config@16.2.2
3052
+
3053
+ ## 2.0.19
3054
+
3055
+ ### Patch Changes
3056
+
3057
+ - Updated dependencies [d71dbf230]
3058
+ - @pnpm/config@16.2.1
3059
+ - @pnpm/plugin-commands-installation@11.1.6
3060
+ - @pnpm/cli-utils@1.0.19
3061
+ - @pnpm/store-connection-manager@5.1.12
3062
+
3063
+ ## 2.0.18
3064
+
3065
+ ### Patch Changes
3066
+
3067
+ - Updated dependencies [841f52e70]
3068
+ - @pnpm/config@16.2.0
3069
+ - @pnpm/plugin-commands-installation@11.1.5
3070
+ - @pnpm/store-connection-manager@5.1.11
3071
+ - @pnpm/cli-utils@1.0.18
3072
+
3073
+ ## 2.0.17
3074
+
3075
+ ### Patch Changes
3076
+
3077
+ - e8aafe393: `pnpm patch` should print instructions about how to commit the changes.
3078
+ - @pnpm/plugin-commands-installation@11.1.4
3079
+ - @pnpm/cli-utils@1.0.17
3080
+ - @pnpm/config@16.1.11
3081
+ - @pnpm/pick-registry-for-package@4.0.3
3082
+ - @pnpm/read-package-json@7.0.4
3083
+ - @pnpm/read-project-manifest@4.1.2
3084
+ - @pnpm/store-connection-manager@5.1.10
3085
+
3086
+ ## 2.0.16
3087
+
3088
+ ### Patch Changes
3089
+
3090
+ - @pnpm/plugin-commands-installation@11.1.3
3091
+ - @pnpm/config@16.1.10
3092
+ - @pnpm/cli-utils@1.0.16
3093
+ - @pnpm/store-connection-manager@5.1.9
3094
+
3095
+ ## 2.0.15
3096
+
3097
+ ### Patch Changes
3098
+
3099
+ - Updated dependencies [49f6c917f]
3100
+ - @pnpm/plugin-commands-installation@11.1.2
3101
+ - @pnpm/config@16.1.9
3102
+ - @pnpm/cli-utils@1.0.15
3103
+ - @pnpm/store-connection-manager@5.1.8
3104
+
3105
+ ## 2.0.14
3106
+
3107
+ ### Patch Changes
3108
+
3109
+ - @pnpm/cli-utils@1.0.14
3110
+ - @pnpm/plugin-commands-installation@11.1.1
3111
+ - @pnpm/config@16.1.8
3112
+ - @pnpm/store-connection-manager@5.1.7
3113
+
3114
+ ## 2.0.13
3115
+
3116
+ ### Patch Changes
3117
+
3118
+ - Updated dependencies [4097af6b5]
3119
+ - Updated dependencies [a9d59d8bc]
3120
+ - @pnpm/plugin-commands-installation@11.1.0
3121
+ - @pnpm/config@16.1.7
3122
+ - @pnpm/parse-wanted-dependency@4.0.1
3123
+ - @pnpm/read-package-json@7.0.3
3124
+ - @pnpm/cli-utils@1.0.13
3125
+ - @pnpm/store-connection-manager@5.1.6
3126
+ - @pnpm/read-project-manifest@4.1.1
3127
+
3128
+ ## 2.0.12
3129
+
3130
+ ### Patch Changes
3131
+
3132
+ - @pnpm/plugin-commands-installation@11.0.12
3133
+ - @pnpm/config@16.1.6
3134
+ - @pnpm/cli-utils@1.0.12
3135
+ - @pnpm/store-connection-manager@5.1.5
3136
+
3137
+ ## 2.0.11
3138
+
3139
+ ### Patch Changes
3140
+
3141
+ - @pnpm/plugin-commands-installation@11.0.11
3142
+ - @pnpm/config@16.1.5
3143
+ - @pnpm/cli-utils@1.0.11
3144
+ - @pnpm/store-connection-manager@5.1.4
3145
+
3146
+ ## 2.0.10
3147
+
3148
+ ### Patch Changes
3149
+
3150
+ - Updated dependencies [fec9e3149]
3151
+ - Updated dependencies [868f2fb16]
3152
+ - Updated dependencies [0d12d38fd]
3153
+ - @pnpm/read-project-manifest@4.1.0
3154
+ - @pnpm/plugin-commands-installation@11.0.10
3155
+ - @pnpm/cli-utils@1.0.10
3156
+ - @pnpm/config@16.1.4
3157
+ - @pnpm/store-connection-manager@5.1.3
3158
+
3159
+ ## 2.0.9
3160
+
3161
+ ### Patch Changes
3162
+
3163
+ - Updated dependencies [969f8a002]
3164
+ - @pnpm/plugin-commands-installation@11.0.9
3165
+ - @pnpm/config@16.1.3
3166
+ - @pnpm/cli-utils@1.0.9
3167
+ - @pnpm/store-connection-manager@5.1.2
3168
+
3169
+ ## 2.0.8
3170
+
3171
+ ### Patch Changes
3172
+
3173
+ - @pnpm/plugin-commands-installation@11.0.8
3174
+ - @pnpm/config@16.1.2
3175
+ - @pnpm/cli-utils@1.0.8
3176
+ - @pnpm/store-connection-manager@5.1.1
3177
+
3178
+ ## 2.0.7
3179
+
3180
+ ### Patch Changes
3181
+
3182
+ - Updated dependencies [eacff33e4]
3183
+ - @pnpm/store-connection-manager@5.1.0
3184
+ - @pnpm/plugin-commands-installation@11.0.7
3185
+ - @pnpm/config@16.1.1
3186
+ - @pnpm/cli-utils@1.0.7
3187
+
3188
+ ## 2.0.6
3189
+
3190
+ ### Patch Changes
3191
+
3192
+ - Updated dependencies [3dab7f83c]
3193
+ - Updated dependencies [3dab7f83c]
3194
+ - @pnpm/config@16.1.0
3195
+ - @pnpm/plugin-commands-installation@11.0.6
3196
+ - @pnpm/cli-utils@1.0.6
3197
+ - @pnpm/store-connection-manager@5.0.6
3198
+
3199
+ ## 2.0.5
3200
+
3201
+ ### Patch Changes
3202
+
3203
+ - @pnpm/cli-utils@1.0.5
3204
+ - @pnpm/plugin-commands-installation@11.0.5
3205
+ - @pnpm/config@16.0.5
3206
+ - @pnpm/pick-registry-for-package@4.0.2
3207
+ - @pnpm/read-package-json@7.0.2
3208
+ - @pnpm/read-project-manifest@4.0.2
3209
+ - @pnpm/store-connection-manager@5.0.5
3210
+
3211
+ ## 2.0.4
3212
+
3213
+ ### Patch Changes
3214
+
3215
+ - Updated dependencies [0da2f0412]
3216
+ - @pnpm/plugin-commands-installation@11.0.4
3217
+ - @pnpm/config@16.0.4
3218
+ - @pnpm/cli-utils@1.0.4
3219
+ - @pnpm/store-connection-manager@5.0.4
3220
+
3221
+ ## 2.0.3
3222
+
3223
+ ### Patch Changes
3224
+
3225
+ - Updated dependencies [aacb83f73]
3226
+ - Updated dependencies [a14ad09e6]
3227
+ - @pnpm/config@16.0.3
3228
+ - @pnpm/cli-utils@1.0.3
3229
+ - @pnpm/plugin-commands-installation@11.0.3
3230
+ - @pnpm/store-connection-manager@5.0.3
3231
+
3232
+ ## 2.0.2
3233
+
3234
+ ### Patch Changes
3235
+
3236
+ - Updated dependencies [bea0acdfc]
3237
+ - @pnpm/config@16.0.2
3238
+ - @pnpm/cli-utils@1.0.2
3239
+ - @pnpm/plugin-commands-installation@11.0.2
3240
+ - @pnpm/store-connection-manager@5.0.2
3241
+
3242
+ ## 2.0.1
3243
+
3244
+ ### Patch Changes
3245
+
3246
+ - Updated dependencies [e7fd8a84c]
3247
+ - @pnpm/config@16.0.1
3248
+ - @pnpm/cli-utils@1.0.1
3249
+ - @pnpm/plugin-commands-installation@11.0.1
3250
+ - @pnpm/store-connection-manager@5.0.1
3251
+ - @pnpm/pick-registry-for-package@4.0.1
3252
+ - @pnpm/read-package-json@7.0.1
3253
+ - @pnpm/read-project-manifest@4.0.1
3254
+
3255
+ ## 2.0.0
3256
+
3257
+ ### Major Changes
3258
+
3259
+ - f884689e0: Require `@pnpm/logger` v5.
3260
+
3261
+ ### Patch Changes
3262
+
3263
+ - Updated dependencies [043d988fc]
3264
+ - Updated dependencies [1d0fd82fd]
3265
+ - Updated dependencies [645384bfd]
3266
+ - Updated dependencies [645384bfd]
3267
+ - Updated dependencies [f884689e0]
3268
+ - Updated dependencies [3c117996e]
3269
+ - Updated dependencies [e35988d1f]
3270
+ - @pnpm/config@16.0.0
3271
+ - @pnpm/error@4.0.0
3272
+ - @pnpm/plugin-commands-installation@11.0.0
3273
+ - @pnpm/cli-utils@1.0.0
3274
+ - @pnpm/parse-wanted-dependency@4.0.0
3275
+ - @pnpm/pick-registry-for-package@4.0.0
3276
+ - @pnpm/read-package-json@7.0.0
3277
+ - @pnpm/read-project-manifest@4.0.0
3278
+ - @pnpm/store-connection-manager@5.0.0
3279
+
3280
+ ## 1.3.9
3281
+
3282
+ ### Patch Changes
3283
+
3284
+ - Updated dependencies [96b507b73]
3285
+ - @pnpm/plugin-commands-installation@10.8.4
3286
+ - @pnpm/store-connection-manager@4.3.16
3287
+ - @pnpm/read-project-manifest@3.0.13
3288
+ - @pnpm/config@15.10.12
3289
+ - @pnpm/cli-utils@0.7.43
3290
+
3291
+ ## 1.3.8
3292
+
3293
+ ### Patch Changes
3294
+
3295
+ - Updated dependencies [3277188eb]
3296
+ - @pnpm/plugin-commands-installation@10.8.3
3297
+ - @pnpm/cli-utils@0.7.42
3298
+ - @pnpm/config@15.10.11
3299
+ - @pnpm/store-connection-manager@4.3.15
3300
+
3301
+ ## 1.3.7
3302
+
3303
+ ### Patch Changes
3304
+
3305
+ - 911d29584: `pnpm patch-commit` should work when the patch directory is specified with a trailing slash [#5449](https://github.com/pnpm/pnpm/issues/5449).
3306
+ - Updated dependencies [e8a631bf0]
3307
+ - @pnpm/error@3.1.0
3308
+ - @pnpm/cli-utils@0.7.41
3309
+ - @pnpm/config@15.10.10
3310
+ - @pnpm/plugin-commands-installation@10.8.2
3311
+ - @pnpm/read-package-json@6.0.11
3312
+ - @pnpm/read-project-manifest@3.0.12
3313
+ - @pnpm/store-connection-manager@4.3.14
3314
+
3315
+ ## 1.3.6
3316
+
3317
+ ### Patch Changes
3318
+
3319
+ - Updated dependencies [536b16856]
3320
+ - @pnpm/plugin-commands-installation@10.8.1
3321
+
3322
+ ## 1.3.5
3323
+
3324
+ ### Patch Changes
3325
+
3326
+ - Updated dependencies [abb41a626]
3327
+ - Updated dependencies [51566e34b]
3328
+ - Updated dependencies [5beb4e26b]
3329
+ - Updated dependencies [d665f3ff7]
3330
+ - @pnpm/plugin-commands-installation@10.8.0
3331
+ - @pnpm/config@15.10.9
3332
+ - @pnpm/cli-utils@0.7.40
3333
+ - @pnpm/pick-registry-for-package@3.0.8
3334
+ - @pnpm/read-package-json@6.0.10
3335
+ - @pnpm/read-project-manifest@3.0.11
3336
+ - @pnpm/store-connection-manager@4.3.13
3337
+
3338
+ ## 1.3.4
3339
+
3340
+ ### Patch Changes
3341
+
3342
+ - Updated dependencies [56aeba4ba]
3343
+ - Updated dependencies [56aeba4ba]
3344
+ - @pnpm/plugin-commands-installation@10.7.2
3345
+ - @pnpm/config@15.10.8
3346
+ - @pnpm/cli-utils@0.7.39
3347
+ - @pnpm/store-connection-manager@4.3.12
3348
+
3349
+ ## 1.3.3
3350
+
3351
+ ### Patch Changes
3352
+
3353
+ - @pnpm/plugin-commands-installation@10.7.1
3354
+ - @pnpm/config@15.10.7
3355
+ - @pnpm/cli-utils@0.7.38
3356
+ - @pnpm/store-connection-manager@4.3.11
3357
+
3358
+ ## 1.3.2
3359
+
3360
+ ### Patch Changes
3361
+
3362
+ - b93a21bed: `pnpm patch` should work on files that don't have an end of line [#5320](https://github.com/pnpm/pnpm/issues/5320).
3363
+ - 3f0137077: Fix `pnpm patch` using a custom `--edit-dir`.
3364
+ - Updated dependencies [156cc1ef6]
3365
+ - @pnpm/plugin-commands-installation@10.7.0
3366
+ - @pnpm/cli-utils@0.7.37
3367
+ - @pnpm/config@15.10.6
3368
+ - @pnpm/pick-registry-for-package@3.0.7
3369
+ - @pnpm/read-package-json@6.0.9
3370
+ - @pnpm/read-project-manifest@3.0.10
3371
+ - @pnpm/store-connection-manager@4.3.10
3372
+
3373
+ ## 1.3.1
3374
+
3375
+ ### Patch Changes
3376
+
3377
+ - @pnpm/store-connection-manager@4.3.9
3378
+ - @pnpm/plugin-commands-installation@10.6.5
3379
+ - @pnpm/config@15.10.5
3380
+ - @pnpm/cli-utils@0.7.36
3381
+
3382
+ ## 1.3.0
3383
+
3384
+ ### Minor Changes
3385
+
3386
+ - b6f788cff: `pnpm patch`: edit the patched package in a directory specified by the `--edit-dir` option. E.g., `pnpm patch express@3.1.0 --edit-dir=/home/xxx/src/patched-express`
3387
+
3388
+ ### Patch Changes
3389
+
3390
+ - @pnpm/plugin-commands-installation@10.6.4
3391
+ - @pnpm/cli-utils@0.7.35
3392
+ - @pnpm/config@15.10.4
3393
+ - @pnpm/store-connection-manager@4.3.8
3394
+
3395
+ ## 1.2.3
3396
+
3397
+ ### Patch Changes
3398
+
3399
+ - @pnpm/plugin-commands-installation@10.6.3
3400
+ - @pnpm/store-connection-manager@4.3.7
3401
+ - @pnpm/config@15.10.3
3402
+ - @pnpm/cli-utils@0.7.34
3403
+
3404
+ ## 1.2.2
3405
+
3406
+ ### Patch Changes
3407
+
3408
+ - @pnpm/plugin-commands-installation@10.6.2
3409
+ - @pnpm/store-connection-manager@4.3.6
3410
+ - @pnpm/config@15.10.2
3411
+ - @pnpm/cli-utils@0.7.33
3412
+
3413
+ ## 1.2.1
3414
+
3415
+ ### Patch Changes
3416
+
3417
+ - Updated dependencies [17e69e18b]
3418
+ - @pnpm/store-connection-manager@4.3.5
3419
+ - @pnpm/plugin-commands-installation@10.6.1
3420
+ - @pnpm/config@15.10.1
3421
+ - @pnpm/cli-utils@0.7.32
3422
+
3423
+ ## 1.2.0
3424
+
3425
+ ### Minor Changes
3426
+
3427
+ - 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
3428
+
3429
+ ### Patch Changes
3430
+
3431
+ - Updated dependencies [2aa22e4b1]
3432
+ - @pnpm/config@15.10.0
3433
+ - @pnpm/plugin-commands-installation@10.6.0
3434
+ - @pnpm/cli-utils@0.7.31
3435
+ - @pnpm/store-connection-manager@4.3.4
3436
+
3437
+ ## 1.1.14
3438
+
3439
+ ### Patch Changes
3440
+
3441
+ - @pnpm/plugin-commands-installation@10.5.8
3442
+ - @pnpm/config@15.9.4
3443
+ - @pnpm/cli-utils@0.7.30
3444
+ - @pnpm/store-connection-manager@4.3.3
3445
+
3446
+ ## 1.1.13
3447
+
3448
+ ### Patch Changes
3449
+
3450
+ - @pnpm/plugin-commands-installation@10.5.7
3451
+ - @pnpm/store-connection-manager@4.3.2
3452
+ - @pnpm/config@15.9.3
3453
+ - @pnpm/cli-utils@0.7.29
3454
+
3455
+ ## 1.1.12
3456
+
3457
+ ### Patch Changes
3458
+
3459
+ - Updated dependencies [07bc24ad1]
3460
+ - Updated dependencies [9faf0221d]
3461
+ - @pnpm/read-package-json@6.0.8
3462
+ - @pnpm/plugin-commands-installation@10.5.6
3463
+ - @pnpm/store-connection-manager@4.3.1
3464
+ - @pnpm/config@15.9.2
3465
+ - @pnpm/cli-utils@0.7.28
3466
+
3467
+ ## 1.1.11
3468
+
3469
+ ### Patch Changes
3470
+
3471
+ - Updated dependencies [23984abd1]
3472
+ - @pnpm/store-connection-manager@4.3.0
3473
+ - @pnpm/plugin-commands-installation@10.5.5
3474
+ - @pnpm/config@15.9.1
3475
+ - @pnpm/cli-utils@0.7.27
3476
+
3477
+ ## 1.1.10
3478
+
3479
+ ### Patch Changes
3480
+
3481
+ - Updated dependencies [238a165a5]
3482
+ - @pnpm/parse-wanted-dependency@3.0.2
3483
+ - @pnpm/plugin-commands-installation@10.5.4
3484
+ - @pnpm/store-connection-manager@4.2.1
3485
+ - @pnpm/config@15.9.0
3486
+
3487
+ ## 1.1.9
3488
+
3489
+ ### Patch Changes
3490
+
3491
+ - 8103f92bd: Use a patched version of ramda to fix deprecation warnings on Node.js 16. Related issue: https://github.com/ramda/ramda/pull/3270
3492
+ - Updated dependencies [39c040127]
3493
+ - Updated dependencies [43cd6aaca]
3494
+ - Updated dependencies [8103f92bd]
3495
+ - Updated dependencies [65c4260de]
3496
+ - Updated dependencies [29a81598a]
3497
+ - @pnpm/plugin-commands-installation@10.5.3
3498
+ - @pnpm/read-project-manifest@3.0.9
3499
+ - @pnpm/config@15.9.0
3500
+ - @pnpm/store-connection-manager@4.2.0
3501
+ - @pnpm/cli-utils@0.7.26
3502
+
3503
+ ## 1.1.8
3504
+
3505
+ ### Patch Changes
3506
+
3507
+ - Updated dependencies [34121d753]
3508
+ - @pnpm/config@15.8.1
3509
+ - @pnpm/cli-utils@0.7.25
3510
+ - @pnpm/pick-registry-for-package@3.0.6
3511
+ - @pnpm/plugin-commands-installation@10.5.2
3512
+ - @pnpm/read-package-json@6.0.7
3513
+ - @pnpm/read-project-manifest@3.0.8
3514
+ - @pnpm/store-connection-manager@4.1.26
3515
+
3516
+ ## 1.1.7
3517
+
3518
+ ### Patch Changes
3519
+
3520
+ - @pnpm/plugin-commands-installation@10.5.1
3521
+
3522
+ ## 1.1.6
3523
+
3524
+ ### Patch Changes
3525
+
3526
+ - Updated dependencies [cac34ad69]
3527
+ - Updated dependencies [99019e071]
3528
+ - @pnpm/config@15.8.0
3529
+ - @pnpm/plugin-commands-installation@10.5.0
3530
+ - @pnpm/cli-utils@0.7.24
3531
+ - @pnpm/store-connection-manager@4.1.25
3532
+
3533
+ ## 1.1.5
3534
+
3535
+ ### Patch Changes
3536
+
3537
+ - @pnpm/plugin-commands-installation@10.4.2
3538
+ - @pnpm/config@15.7.1
3539
+ - @pnpm/cli-utils@0.7.23
3540
+ - @pnpm/store-connection-manager@4.1.24
3541
+
3542
+ ## 1.1.4
3543
+
3544
+ ### Patch Changes
3545
+
3546
+ - Updated dependencies [01c5834bf]
3547
+ - Updated dependencies [4fa1091c8]
3548
+ - @pnpm/read-project-manifest@3.0.7
3549
+ - @pnpm/config@15.7.0
3550
+ - @pnpm/cli-utils@0.7.22
3551
+ - @pnpm/plugin-commands-installation@10.4.1
3552
+ - @pnpm/store-connection-manager@4.1.23
3553
+
3554
+ ## 1.1.3
3555
+
3556
+ ### Patch Changes
3557
+
3558
+ - Updated dependencies [7334b347b]
3559
+ - Updated dependencies [0569f1022]
3560
+ - @pnpm/config@15.6.1
3561
+ - @pnpm/plugin-commands-installation@10.4.0
3562
+ - @pnpm/cli-utils@0.7.21
3563
+ - @pnpm/store-connection-manager@4.1.22
3564
+
3565
+ ## 1.1.2
3566
+
3567
+ ### Patch Changes
3568
+
3569
+ - Updated dependencies [28f000509]
3570
+ - Updated dependencies [406656f80]
3571
+ - @pnpm/config@15.6.0
3572
+ - @pnpm/plugin-commands-installation@10.3.10
3573
+ - @pnpm/cli-utils@0.7.20
3574
+ - @pnpm/store-connection-manager@4.1.21
3575
+
3576
+ ## 1.1.1
3577
+
3578
+ ### Patch Changes
3579
+
3580
+ - @pnpm/config@15.5.2
3581
+ - @pnpm/plugin-commands-installation@10.3.9
3582
+ - @pnpm/cli-utils@0.7.19
3583
+ - @pnpm/store-connection-manager@4.1.20
3584
+
3585
+ ## 1.1.0
3586
+
3587
+ ### Minor Changes
3588
+
3589
+ - f0cd8b0f3: Avoid retaining a copy of the contents of files deleted during patching [#5003](https://github.com/pnpm/pnpm/issues/5003).
3590
+
3591
+ ### Patch Changes
3592
+
3593
+ - @pnpm/plugin-commands-installation@10.3.8
3594
+
3595
+ ## 1.0.7
3596
+
3597
+ ### Patch Changes
3598
+
3599
+ - @pnpm/cli-utils@0.7.18
3600
+ - @pnpm/plugin-commands-installation@10.3.7
3601
+ - @pnpm/store-connection-manager@4.1.19
3602
+
3603
+ ## 1.0.6
3604
+
3605
+ ### Patch Changes
3606
+
3607
+ - Updated dependencies [b55b3782d]
3608
+ - @pnpm/plugin-commands-installation@10.3.6
3609
+ - @pnpm/store-connection-manager@4.1.18
3610
+
3611
+ ## 1.0.5
3612
+
3613
+ ### Patch Changes
3614
+
3615
+ - 5f643f23b: Update ramda to v0.28.
3616
+ - Updated dependencies [5f643f23b]
3617
+ - Updated dependencies [42c1ea1c0]
3618
+ - @pnpm/cli-utils@0.7.17
3619
+ - @pnpm/config@15.5.1
3620
+ - @pnpm/plugin-commands-installation@10.3.5
3621
+ - @pnpm/parse-wanted-dependency@3.0.1
3622
+ - @pnpm/store-connection-manager@4.1.17
3623
+
3624
+ ## 1.0.4
3625
+
3626
+ ### Patch Changes
3627
+
3628
+ - @pnpm/plugin-commands-installation@10.3.4
3629
+ - @pnpm/store-connection-manager@4.1.16
3630
+
3631
+ ## 1.0.3
3632
+
3633
+ ### Patch Changes
3634
+
3635
+ - @pnpm/plugin-commands-installation@10.3.3
3636
+ - @pnpm/store-connection-manager@4.1.15
3637
+
3638
+ ## 1.0.2
3639
+
3640
+ ### Patch Changes
3641
+
3642
+ - Updated dependencies [f48d46ef6]
3643
+ - @pnpm/config@15.5.0
3644
+ - @pnpm/cli-utils@0.7.16
3645
+ - @pnpm/plugin-commands-installation@10.3.2
3646
+ - @pnpm/store-connection-manager@4.1.14
3647
+
3648
+ ## 1.0.1
3649
+
3650
+ ### Patch Changes
3651
+
3652
+ - @pnpm/plugin-commands-installation@10.3.1
3653
+ - @pnpm/cli-utils@0.7.15
3654
+ - @pnpm/config@15.4.1
3655
+ - @pnpm/pick-registry-for-package@3.0.5
3656
+ - @pnpm/read-package-json@6.0.6
3657
+ - @pnpm/read-project-manifest@3.0.6
3658
+ - @pnpm/store-connection-manager@4.1.13
3659
+
3660
+ ## 1.0.0
3661
+
3662
+ ### Major Changes
3663
+
3664
+ - 47b5e45dd: Initial release.
3665
+
3666
+ ### Patch Changes
3667
+
3668
+ - Updated dependencies [2a34b21ce]
3669
+ - Updated dependencies [949e84ba8]
3670
+ - Updated dependencies [47b5e45dd]
3671
+ - @pnpm/plugin-commands-installation@10.3.0
3672
+ - @pnpm/config@15.4.0
3673
+ - @pnpm/cli-utils@0.7.14
3674
+ - @pnpm/pick-registry-for-package@3.0.4
3675
+ - @pnpm/read-package-json@6.0.5
3676
+ - @pnpm/read-project-manifest@3.0.5
3677
+ - @pnpm/store-connection-manager@4.1.12