@pnpm/patching.commands 1100.1.9 → 1100.1.11

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