@pnpm/lockfile.fs 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 +1457 -0
  2. package/package.json +14 -14
package/CHANGELOG.md ADDED
@@ -0,0 +1,1457 @@
1
+ # @pnpm/lockfile-file
2
+
3
+ ## 1100.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/deps.path@1100.0.9
9
+ - @pnpm/lockfile.merger@1100.0.14
10
+ - @pnpm/lockfile.types@1100.0.14
11
+ - @pnpm/lockfile.utils@1100.1.3
12
+ - @pnpm/types@1101.4.0
13
+
14
+ ## 1100.1.10
15
+
16
+ ### Patch Changes
17
+
18
+ - @pnpm/lockfile.utils@1100.1.2
19
+
20
+ ## 1100.1.9
21
+
22
+ ### Patch Changes
23
+
24
+ - f8058eb: Reject symlinked `pnpm-lock.yaml` files when reading or writing the env lockfile document.
25
+
26
+ ## 1100.1.8
27
+
28
+ ### Patch Changes
29
+
30
+ - @pnpm/lockfile.types@1100.0.13
31
+ - @pnpm/lockfile.utils@1100.1.1
32
+ - @pnpm/lockfile.merger@1100.0.13
33
+
34
+ ## 1100.1.7
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [bae694f]
39
+ - Updated dependencies [a84d2a1]
40
+ - Updated dependencies [852d537]
41
+ - @pnpm/lockfile.utils@1100.1.0
42
+ - @pnpm/error@1100.0.1
43
+ - @pnpm/lockfile.types@1100.0.12
44
+ - @pnpm/lockfile.merger@1100.0.12
45
+
46
+ ## 1100.1.6
47
+
48
+ ### Patch Changes
49
+
50
+ - 61969fb: Fix `pnpm install` with `optimisticRepeatInstall` incorrectly reporting `Already up to date` when `pnpm-lock.yaml` changed but project manifests did not. This affected workflows such as checking out or restoring only the lockfile [#12100](https://github.com/pnpm/pnpm/issues/12100).
51
+
52
+ Also fixes `checkDepsStatus` to use the correct lockfile path when `useGitBranchLockfile` is enabled, so the optimistic fast-path and lockfile modification detection work with `pnpm-lock.<branch>.yaml` files instead of always stat'ing `pnpm-lock.yaml`. Merge-conflict detection now reads the resolved lockfile name as well, and with `mergeGitBranchLockfiles` enabled every `pnpm-lock.*.yaml` is scanned for modifications and conflicts. The git branch is now resolved by reading `.git/HEAD` directly (no process spawn) and uses the workspace directory rather than `process.cwd()`.
53
+
54
+ - Updated dependencies [61969fb]
55
+ - @pnpm/network.git-utils@1100.0.2
56
+
57
+ ## 1100.1.5
58
+
59
+ ### Patch Changes
60
+
61
+ - d50d691: Close lockfile reads deterministically before rewriting lockfiles and keep pacquet's virtual store directory length aligned with pnpm on Windows.
62
+ - a31faa7: Updated dependency ranges. Notably:
63
+
64
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
65
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
66
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
67
+ - `@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.
68
+
69
+ - Updated dependencies [f20ad8f]
70
+ - Updated dependencies [681b593]
71
+ - Updated dependencies [a31faa7]
72
+ - @pnpm/lockfile.utils@1100.0.13
73
+ - @pnpm/types@1101.3.2
74
+ - @pnpm/deps.path@1100.0.8
75
+ - @pnpm/lockfile.merger@1100.0.11
76
+ - @pnpm/object.key-sorting@1100.0.1
77
+ - @pnpm/lockfile.types@1100.0.11
78
+
79
+ ## 1100.1.4
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [bf1b731]
84
+ - @pnpm/types@1101.3.1
85
+ - @pnpm/deps.path@1100.0.7
86
+ - @pnpm/lockfile.merger@1100.0.10
87
+ - @pnpm/lockfile.types@1100.0.10
88
+ - @pnpm/lockfile.utils@1100.0.12
89
+
90
+ ## 1100.1.3
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [a017bf3]
95
+ - @pnpm/types@1101.3.0
96
+ - @pnpm/deps.path@1100.0.6
97
+ - @pnpm/lockfile.merger@1100.0.9
98
+ - @pnpm/lockfile.types@1100.0.9
99
+ - @pnpm/lockfile.utils@1100.0.11
100
+
101
+ ## 1100.1.2
102
+
103
+ ### Patch Changes
104
+
105
+ - Updated dependencies [e55f4b5]
106
+ - Updated dependencies [35d2355]
107
+ - @pnpm/lockfile.utils@1100.0.10
108
+ - @pnpm/types@1101.2.0
109
+ - @pnpm/deps.path@1100.0.5
110
+ - @pnpm/lockfile.merger@1100.0.8
111
+ - @pnpm/lockfile.types@1100.0.8
112
+
113
+ ## 1100.1.1
114
+
115
+ ### Patch Changes
116
+
117
+ - 9cb48bb: Fix two crashes with `injectWorkspacePackages: true` when the lockfile has been pruned (e.g. by `turbo prune --docker`):
118
+
119
+ - `Cannot use 'in' operator to search for 'directory' in undefined`: a peer-dependency-variant injected snapshot inherits its `resolution` from the base `packages:` entry; when a pruner drops that base entry the readers crash. `convertToLockfileObject` now reconstructs the directory resolution from the `file:` depPath at load time — a single normalization point, so every reader sees a fully-formed snapshot.
120
+ - `ERR_PNPM_ENOENT` on `node_modules/.bin/<tool>`: after `prepare`/`postinstall`, `runLifecycleHooksConcurrently` re-imported each injected workspace package; the `scanDir`-into-`filesMap` workaround fed target-internal paths to the importer, which the `makeEmptyDir` fast path (#11088) then wiped. Drop the workaround and pass `keepModulesDir: true` so the importer preserves the target's existing `node_modules` (bin links + transitive deps) and source files keep their hardlinks.
121
+
122
+ - Updated dependencies [64afc92]
123
+ - @pnpm/types@1101.1.1
124
+ - @pnpm/lockfile.types@1100.0.7
125
+ - @pnpm/lockfile.utils@1100.0.9
126
+ - @pnpm/deps.path@1100.0.4
127
+ - @pnpm/lockfile.merger@1100.0.7
128
+
129
+ ## 1100.1.0
130
+
131
+ ### Minor Changes
132
+
133
+ - 2a9bd89: Record the post-resolution lockfile in the verification cache. Previously the cache only captured the lockfile that was loaded at the start of an install, so a flow like `pnpm install <pkg>` followed by `rm -rf node_modules && pnpm install` re-ran the per-package registry round-trip against the newly written lockfile even though the local resolver had already enforced the policy when picking those versions. The fresh lockfile is now recorded immediately after each install-time write, so the second install takes the cache fast path.
134
+
135
+ ### Patch Changes
136
+
137
+ - 6e93f35: Fix lockfile parsing failures when `pnpm-lock.yaml` contains CRLF line endings and multiple YAML documents [#11612](https://github.com/pnpm/pnpm/issues/11612).
138
+ - @pnpm/lockfile.types@1100.0.6
139
+ - @pnpm/lockfile.utils@1100.0.8
140
+ - @pnpm/lockfile.merger@1100.0.6
141
+
142
+ ## 1100.0.8
143
+
144
+ ### Patch Changes
145
+
146
+ - 180aee9: Fixed `optimisticRepeatInstall` skipping `pnpm-lock.yaml` merge conflict resolution when the existing `node_modules` state appears up to date.
147
+
148
+ ## 1100.0.7
149
+
150
+ ### Patch Changes
151
+
152
+ - Updated dependencies [b61e268]
153
+ - @pnpm/types@1101.1.0
154
+ - @pnpm/deps.path@1100.0.3
155
+ - @pnpm/lockfile.merger@1100.0.5
156
+ - @pnpm/lockfile.types@1100.0.5
157
+ - @pnpm/lockfile.utils@1100.0.7
158
+
159
+ ## 1100.0.6
160
+
161
+ ### Patch Changes
162
+
163
+ - Updated dependencies [cfa271b]
164
+ - @pnpm/lockfile.utils@1100.0.6
165
+
166
+ ## 1100.0.5
167
+
168
+ ### Patch Changes
169
+
170
+ - 27425d7: Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.
171
+
172
+ A new `gitHosted: true` field is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.
173
+
174
+ - Updated dependencies [27425d7]
175
+ - @pnpm/lockfile.types@1100.0.4
176
+ - @pnpm/lockfile.utils@1100.0.5
177
+ - @pnpm/lockfile.merger@1100.0.4
178
+
179
+ ## 1100.0.4
180
+
181
+ ### Patch Changes
182
+
183
+ - Updated dependencies [184ce26]
184
+ - Updated dependencies [6b891a5]
185
+ - @pnpm/network.git-utils@1100.0.1
186
+ - @pnpm/deps.path@1100.0.2
187
+ - @pnpm/lockfile.utils@1100.0.4
188
+ - @pnpm/lockfile.types@1100.0.3
189
+ - @pnpm/lockfile.merger@1100.0.3
190
+
191
+ ## 1100.0.3
192
+
193
+ ### Patch Changes
194
+
195
+ - @pnpm/lockfile.utils@1100.0.3
196
+
197
+ ## 1100.0.2
198
+
199
+ ### Patch Changes
200
+
201
+ - @pnpm/lockfile.types@1100.0.2
202
+ - @pnpm/lockfile.utils@1100.0.2
203
+ - @pnpm/lockfile.merger@1100.0.2
204
+
205
+ ## 1100.0.1
206
+
207
+ ### Patch Changes
208
+
209
+ - Updated dependencies [ff28085]
210
+ - @pnpm/types@1101.0.0
211
+ - @pnpm/deps.path@1100.0.1
212
+ - @pnpm/lockfile.merger@1100.0.1
213
+ - @pnpm/lockfile.types@1100.0.1
214
+ - @pnpm/lockfile.utils@1100.0.1
215
+
216
+ ## 1002.0.0
217
+
218
+ ### Major Changes
219
+
220
+ - 491a84f: This package is now pure ESM.
221
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
222
+
223
+ ### Minor Changes
224
+
225
+ - a8f016c: Store config dependency and package manager integrity info in `pnpm-lock.yaml` instead of inlining it in `pnpm-workspace.yaml`. The workspace manifest now contains only clean version specifiers for `configDependencies`, while the resolved versions, integrity hashes, and tarball URLs are recorded in the lockfile as a separate YAML document. The env lockfile section also stores `packageManagerDependencies` resolved during version switching and self-update. Projects using the old inline-hash format are automatically migrated on install.
226
+
227
+ ### Patch Changes
228
+
229
+ - d458ab3: Fixed the `time` field in `pnpm-lock.yaml` being entirely wiped on every install. An incorrect dependency path format was used when matching entries to prune, causing all entries to always be removed.
230
+ - Updated dependencies [5f73b0f]
231
+ - Updated dependencies [c55c614]
232
+ - Updated dependencies [76718b3]
233
+ - Updated dependencies [a8f016c]
234
+ - Updated dependencies [cc1b8e3]
235
+ - Updated dependencies [606f53e]
236
+ - Updated dependencies [491a84f]
237
+ - Updated dependencies [659e0ea]
238
+ - Updated dependencies [075aa99]
239
+ - Updated dependencies [7d2fd48]
240
+ - Updated dependencies [efb48dc]
241
+ - Updated dependencies [50fbeca]
242
+ - Updated dependencies [cb367b9]
243
+ - Updated dependencies [7b1c189]
244
+ - Updated dependencies [8ffb1a7]
245
+ - Updated dependencies [05fb1ae]
246
+ - Updated dependencies [71de2b3]
247
+ - Updated dependencies [10bc391]
248
+ - Updated dependencies [38b8e35]
249
+ - Updated dependencies [394d88c]
250
+ - Updated dependencies [1e6de25]
251
+ - Updated dependencies [831f574]
252
+ - Updated dependencies [2df8b71]
253
+ - Updated dependencies [15549a9]
254
+ - Updated dependencies [cc7c0d2]
255
+ - Updated dependencies [efb48dc]
256
+ - @pnpm/deps.path@1002.0.0
257
+ - @pnpm/constants@1002.0.0
258
+ - @pnpm/types@1001.0.0
259
+ - @pnpm/lockfile.types@1003.0.0
260
+ - @pnpm/lockfile.utils@1004.0.0
261
+ - @pnpm/object.key-sorting@1001.0.0
262
+ - @pnpm/network.git-utils@1001.0.0
263
+ - @pnpm/lockfile.merger@1002.0.0
264
+ - @pnpm/error@1001.0.0
265
+
266
+ ## 1001.1.21
267
+
268
+ ### Patch Changes
269
+
270
+ - Updated dependencies [7c1382f]
271
+ - Updated dependencies [dee39ec]
272
+ - @pnpm/types@1000.9.0
273
+ - @pnpm/lockfile.merger@1001.0.12
274
+ - @pnpm/lockfile.types@1002.0.2
275
+ - @pnpm/lockfile.utils@1003.0.3
276
+ - @pnpm/dependency-path@1001.1.3
277
+
278
+ ## 1001.1.20
279
+
280
+ ### Patch Changes
281
+
282
+ - @pnpm/dependency-path@1001.1.2
283
+ - @pnpm/lockfile.utils@1003.0.2
284
+
285
+ ## 1001.1.19
286
+
287
+ ### Patch Changes
288
+
289
+ - Updated dependencies [6365bc4]
290
+ - @pnpm/constants@1001.3.1
291
+ - @pnpm/error@1000.0.5
292
+
293
+ ## 1001.1.18
294
+
295
+ ### Patch Changes
296
+
297
+ - Updated dependencies [e792927]
298
+ - @pnpm/types@1000.8.0
299
+ - @pnpm/lockfile.merger@1001.0.11
300
+ - @pnpm/lockfile.types@1002.0.1
301
+ - @pnpm/lockfile.utils@1003.0.1
302
+ - @pnpm/dependency-path@1001.1.1
303
+
304
+ ## 1001.1.17
305
+
306
+ ### Patch Changes
307
+
308
+ - Updated dependencies [d1edf73]
309
+ - Updated dependencies [d1edf73]
310
+ - Updated dependencies [86b33e9]
311
+ - Updated dependencies [f91922c]
312
+ - @pnpm/dependency-path@1001.1.0
313
+ - @pnpm/constants@1001.3.0
314
+ - @pnpm/lockfile.types@1002.0.0
315
+ - @pnpm/lockfile.utils@1003.0.0
316
+ - @pnpm/error@1000.0.4
317
+ - @pnpm/lockfile.merger@1001.0.10
318
+
319
+ ## 1001.1.16
320
+
321
+ ### Patch Changes
322
+
323
+ - Updated dependencies [1a07b8f]
324
+ - Updated dependencies [2e85f29]
325
+ - Updated dependencies [1a07b8f]
326
+ - Updated dependencies [1a07b8f]
327
+ - @pnpm/types@1000.7.0
328
+ - @pnpm/lockfile.utils@1002.1.0
329
+ - @pnpm/lockfile.types@1001.1.0
330
+ - @pnpm/constants@1001.2.0
331
+ - @pnpm/lockfile.merger@1001.0.9
332
+ - @pnpm/dependency-path@1001.0.2
333
+ - @pnpm/error@1000.0.3
334
+
335
+ ## 1001.1.15
336
+
337
+ ### Patch Changes
338
+
339
+ - @pnpm/dependency-path@1001.0.1
340
+ - @pnpm/lockfile.utils@1002.0.1
341
+
342
+ ## 1001.1.14
343
+
344
+ ### Patch Changes
345
+
346
+ - Updated dependencies [540986f]
347
+ - @pnpm/dependency-path@1001.0.0
348
+ - @pnpm/lockfile.utils@1002.0.0
349
+
350
+ ## 1001.1.13
351
+
352
+ ### Patch Changes
353
+
354
+ - @pnpm/lockfile.utils@1001.0.12
355
+
356
+ ## 1001.1.12
357
+
358
+ ### Patch Changes
359
+
360
+ - 09cf46f: Update `@pnpm/logger` in peer dependencies.
361
+ - Updated dependencies [c00360b]
362
+ - Updated dependencies [5ec7255]
363
+ - @pnpm/object.key-sorting@1000.0.1
364
+ - @pnpm/types@1000.6.0
365
+ - @pnpm/lockfile.merger@1001.0.8
366
+ - @pnpm/lockfile.types@1001.0.8
367
+ - @pnpm/lockfile.utils@1001.0.11
368
+ - @pnpm/dependency-path@1000.0.9
369
+
370
+ ## 1001.1.11
371
+
372
+ ### Patch Changes
373
+
374
+ - Updated dependencies [8a9f3a4]
375
+ - Updated dependencies [5b73df1]
376
+ - @pnpm/logger@1001.0.0
377
+ - @pnpm/types@1000.5.0
378
+ - @pnpm/lockfile.utils@1001.0.10
379
+ - @pnpm/lockfile.merger@1001.0.7
380
+ - @pnpm/lockfile.types@1001.0.7
381
+ - @pnpm/dependency-path@1000.0.8
382
+
383
+ ## 1001.1.10
384
+
385
+ ### Patch Changes
386
+
387
+ - @pnpm/lockfile.utils@1001.0.9
388
+
389
+ ## 1001.1.9
390
+
391
+ ### Patch Changes
392
+
393
+ - Updated dependencies [750ae7d]
394
+ - @pnpm/types@1000.4.0
395
+ - @pnpm/lockfile.merger@1001.0.6
396
+ - @pnpm/lockfile.types@1001.0.6
397
+ - @pnpm/lockfile.utils@1001.0.8
398
+ - @pnpm/dependency-path@1000.0.7
399
+
400
+ ## 1001.1.8
401
+
402
+ ### Patch Changes
403
+
404
+ - Updated dependencies [5f7be64]
405
+ - Updated dependencies [5f7be64]
406
+ - @pnpm/types@1000.3.0
407
+ - @pnpm/lockfile.types@1001.0.5
408
+ - @pnpm/lockfile.merger@1001.0.5
409
+ - @pnpm/lockfile.utils@1001.0.7
410
+ - @pnpm/dependency-path@1000.0.6
411
+
412
+ ## 1001.1.7
413
+
414
+ ### Patch Changes
415
+
416
+ - @pnpm/lockfile.utils@1001.0.6
417
+
418
+ ## 1001.1.6
419
+
420
+ ### Patch Changes
421
+
422
+ - @pnpm/dependency-path@1000.0.5
423
+ - @pnpm/lockfile.utils@1001.0.5
424
+
425
+ ## 1001.1.5
426
+
427
+ ### Patch Changes
428
+
429
+ - Updated dependencies [a5e4965]
430
+ - @pnpm/types@1000.2.1
431
+ - @pnpm/dependency-path@1000.0.4
432
+ - @pnpm/lockfile.merger@1001.0.4
433
+ - @pnpm/lockfile.types@1001.0.4
434
+ - @pnpm/lockfile.utils@1001.0.4
435
+
436
+ ## 1001.1.4
437
+
438
+ ### Patch Changes
439
+
440
+ - Updated dependencies [8fcc221]
441
+ - @pnpm/types@1000.2.0
442
+ - @pnpm/lockfile.merger@1001.0.3
443
+ - @pnpm/lockfile.types@1001.0.3
444
+ - @pnpm/lockfile.utils@1001.0.3
445
+ - @pnpm/dependency-path@1000.0.3
446
+
447
+ ## 1001.1.3
448
+
449
+ ### Patch Changes
450
+
451
+ - Updated dependencies [fee898f]
452
+ - @pnpm/object.key-sorting@1000.0.0
453
+
454
+ ## 1001.1.2
455
+
456
+ ### Patch Changes
457
+
458
+ - Updated dependencies [9a44e6c]
459
+ - Updated dependencies [b562deb]
460
+ - @pnpm/constants@1001.1.0
461
+ - @pnpm/types@1000.1.1
462
+ - @pnpm/error@1000.0.2
463
+ - @pnpm/lockfile.merger@1001.0.2
464
+ - @pnpm/lockfile.types@1001.0.2
465
+ - @pnpm/lockfile.utils@1001.0.2
466
+ - @pnpm/dependency-path@1000.0.2
467
+
468
+ ## 1001.1.1
469
+
470
+ ### Patch Changes
471
+
472
+ - Updated dependencies [9591a18]
473
+ - @pnpm/types@1000.1.0
474
+ - @pnpm/lockfile.merger@1001.0.1
475
+ - @pnpm/lockfile.types@1001.0.1
476
+ - @pnpm/lockfile.utils@1001.0.1
477
+ - @pnpm/dependency-path@1000.0.1
478
+
479
+ ## 1001.1.0
480
+
481
+ ### Minor Changes
482
+
483
+ - 3f0e4f0: Export `writeLockfileFile` and `convertToLockfileFile`.
484
+
485
+ ## 1001.0.0
486
+
487
+ ### Major Changes
488
+
489
+ - a76da0c: Removed lockfile conversion from v6 to v9. If you need to convert lockfile v6 to v9, use pnpm CLI v9.
490
+
491
+ ### Patch Changes
492
+
493
+ - Updated dependencies [d2e83b0]
494
+ - Updated dependencies [6483b64]
495
+ - Updated dependencies [a76da0c]
496
+ - @pnpm/constants@1001.0.0
497
+ - @pnpm/lockfile.types@1001.0.0
498
+ - @pnpm/lockfile.merger@1001.0.0
499
+ - @pnpm/lockfile.utils@1001.0.0
500
+ - @pnpm/error@1000.0.1
501
+
502
+ ## 1.0.6
503
+
504
+ ### Patch Changes
505
+
506
+ - Updated dependencies [19d5b51]
507
+ - Updated dependencies [8108680]
508
+ - Updated dependencies [dcd2917]
509
+ - Updated dependencies [d55b259]
510
+ - Updated dependencies [c4f5231]
511
+ - @pnpm/constants@10.0.0
512
+ - @pnpm/dependency-path@6.0.0
513
+ - @pnpm/error@6.0.3
514
+ - @pnpm/lockfile.utils@1.0.5
515
+
516
+ ## 1.0.5
517
+
518
+ ### Patch Changes
519
+
520
+ - @pnpm/dependency-path@5.1.7
521
+ - @pnpm/lockfile.utils@1.0.4
522
+
523
+ ## 1.0.4
524
+
525
+ ### Patch Changes
526
+
527
+ - Updated dependencies [83681da]
528
+ - @pnpm/constants@9.0.0
529
+ - @pnpm/error@6.0.2
530
+
531
+ ## 1.0.3
532
+
533
+ ### Patch Changes
534
+
535
+ - Updated dependencies [d500d9f]
536
+ - @pnpm/types@12.2.0
537
+ - @pnpm/lockfile.merger@1.0.3
538
+ - @pnpm/lockfile.types@1.0.3
539
+ - @pnpm/lockfile.utils@1.0.3
540
+ - @pnpm/dependency-path@5.1.6
541
+ - @pnpm/git-resolver@9.0.8
542
+
543
+ ## 1.0.2
544
+
545
+ ### Patch Changes
546
+
547
+ - Updated dependencies [7ee59a1]
548
+ - @pnpm/types@12.1.0
549
+ - @pnpm/lockfile.merger@1.0.2
550
+ - @pnpm/lockfile.types@1.0.2
551
+ - @pnpm/lockfile.utils@1.0.2
552
+ - @pnpm/dependency-path@5.1.5
553
+ - @pnpm/git-resolver@9.0.7
554
+
555
+ ## 1.0.1
556
+
557
+ ### Patch Changes
558
+
559
+ - Updated dependencies [cb006df]
560
+ - @pnpm/lockfile.types@1.0.1
561
+ - @pnpm/types@12.0.0
562
+ - @pnpm/lockfile.merger@1.0.1
563
+ - @pnpm/lockfile.utils@1.0.1
564
+ - @pnpm/dependency-path@5.1.4
565
+ - @pnpm/git-resolver@9.0.6
566
+
567
+ ## 1.0.0
568
+
569
+ ### Major Changes
570
+
571
+ - 8055a30: Package renamed from `@pnpm/lockfile-file`.
572
+
573
+ ### Patch Changes
574
+
575
+ - Updated dependencies [be0c57c]
576
+ - Updated dependencies [c5ef9b0]
577
+ - Updated dependencies [797ef0f]
578
+ - @pnpm/lockfile.merger@1.0.0
579
+ - @pnpm/lockfile.utils@1.0.0
580
+ - @pnpm/lockfile.types@1.0.0
581
+
582
+ ## 9.1.3
583
+
584
+ ### Patch Changes
585
+
586
+ - Updated dependencies [0ef168b]
587
+ - @pnpm/types@11.1.0
588
+ - @pnpm/lockfile-types@7.1.3
589
+ - @pnpm/lockfile-utils@11.0.4
590
+ - @pnpm/merge-lockfile-changes@6.0.5
591
+ - @pnpm/dependency-path@5.1.3
592
+ - @pnpm/git-resolver@9.0.5
593
+
594
+ ## 9.1.2
595
+
596
+ ### Patch Changes
597
+
598
+ - Updated dependencies [dd00eeb]
599
+ - Updated dependencies
600
+ - @pnpm/types@11.0.0
601
+ - @pnpm/lockfile-utils@11.0.3
602
+ - @pnpm/git-resolver@9.0.4
603
+ - @pnpm/lockfile-types@7.1.2
604
+ - @pnpm/merge-lockfile-changes@6.0.4
605
+ - @pnpm/dependency-path@5.1.2
606
+
607
+ ## 9.1.1
608
+
609
+ ### Patch Changes
610
+
611
+ - Updated dependencies [13e55b2]
612
+ - @pnpm/types@10.1.1
613
+ - @pnpm/lockfile-types@7.1.1
614
+ - @pnpm/lockfile-utils@11.0.2
615
+ - @pnpm/merge-lockfile-changes@6.0.3
616
+ - @pnpm/dependency-path@5.1.1
617
+ - @pnpm/git-resolver@9.0.3
618
+
619
+ ## 9.1.0
620
+
621
+ ### Minor Changes
622
+
623
+ - 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).
624
+
625
+ ### Patch Changes
626
+
627
+ - Updated dependencies [47341e5]
628
+ - @pnpm/dependency-path@5.1.0
629
+ - @pnpm/lockfile-types@7.1.0
630
+ - @pnpm/lockfile-utils@11.0.1
631
+ - @pnpm/merge-lockfile-changes@6.0.2
632
+
633
+ ## 9.0.6
634
+
635
+ ### Patch Changes
636
+
637
+ - Updated dependencies [45f4262]
638
+ - Updated dependencies
639
+ - @pnpm/types@10.1.0
640
+ - @pnpm/lockfile-types@7.0.0
641
+ - @pnpm/lockfile-utils@11.0.0
642
+ - @pnpm/dependency-path@5.0.0
643
+ - @pnpm/merge-lockfile-changes@6.0.1
644
+ - @pnpm/git-resolver@9.0.2
645
+
646
+ ## 9.0.5
647
+
648
+ ### Patch Changes
649
+
650
+ - Updated dependencies [a7aef51]
651
+ - @pnpm/error@6.0.1
652
+
653
+ ## 9.0.4
654
+
655
+ ### Patch Changes
656
+
657
+ - Updated dependencies [7a0536e]
658
+ - @pnpm/lockfile-utils@10.1.1
659
+
660
+ ## 9.0.3
661
+
662
+ ### Patch Changes
663
+
664
+ - Updated dependencies [9719a42]
665
+ - @pnpm/dependency-path@4.0.0
666
+ - @pnpm/lockfile-utils@10.1.0
667
+
668
+ ## 9.0.2
669
+
670
+ ### Patch Changes
671
+
672
+ - c969f37: Lockfiles that have git-hosted dependencies specified should be correctly converted to the new lockfile format [#7990](https://github.com/pnpm/pnpm/issues/7990).
673
+ - Updated dependencies [c969f37]
674
+ - @pnpm/git-resolver@9.0.1
675
+
676
+ ## 9.0.1
677
+
678
+ ### Patch Changes
679
+
680
+ - 2cbf7b7: Lockfiles with local or git-hosted dependencies are now successfully converted to the new lockfile format [#7955](https://github.com/pnpm/pnpm/issues/7955).
681
+ - 6b6ca69: The lockfile should be saved in the new format even if it is up-to-date.
682
+
683
+ ## 9.0.0
684
+
685
+ ### Major Changes
686
+
687
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
688
+ - d381a60: Support for lockfile v5 is dropped. Use pnpm v8 to convert lockfile v5 to lockfile v6 [#7470](https://github.com/pnpm/pnpm/pull/7470).
689
+
690
+ ### Minor Changes
691
+
692
+ - 086b69c: The checksum of the `.pnpmfile.cjs` is saved into the lockfile. If the pnpmfile gets modified, the lockfile is reanalyzed to apply the changes [#7662](https://github.com/pnpm/pnpm/pull/7662).
693
+ - 730929e: Add a field named `ignoredOptionalDependencies`. This is an array of strings. If an optional dependency has its name included in this array, it will be skipped.
694
+
695
+ ### Patch Changes
696
+
697
+ - f67ad31: Never wrap lines in the lockfile.
698
+ - Updated dependencies [7733f3a]
699
+ - Updated dependencies [3ded840]
700
+ - Updated dependencies [cdd8365]
701
+ - Updated dependencies [c692f80]
702
+ - Updated dependencies [89b396b]
703
+ - Updated dependencies [43cdd87]
704
+ - Updated dependencies [086b69c]
705
+ - Updated dependencies [d381a60]
706
+ - Updated dependencies [27a96a8]
707
+ - Updated dependencies [730929e]
708
+ - Updated dependencies [98a1266]
709
+ - @pnpm/types@10.0.0
710
+ - @pnpm/error@6.0.0
711
+ - @pnpm/dependency-path@3.0.0
712
+ - @pnpm/lockfile-utils@10.0.0
713
+ - @pnpm/constants@8.0.0
714
+ - @pnpm/merge-lockfile-changes@6.0.0
715
+ - @pnpm/lockfile-types@6.0.0
716
+ - @pnpm/git-utils@2.0.0
717
+
718
+ ## 8.1.6
719
+
720
+ ### Patch Changes
721
+
722
+ - Updated dependencies [4d34684f1]
723
+ - @pnpm/lockfile-types@5.1.5
724
+ - @pnpm/types@9.4.2
725
+ - @pnpm/merge-lockfile-changes@5.0.7
726
+ - @pnpm/dependency-path@2.1.7
727
+
728
+ ## 8.1.5
729
+
730
+ ### Patch Changes
731
+
732
+ - Updated dependencies
733
+ - @pnpm/lockfile-types@5.1.4
734
+ - @pnpm/types@9.4.1
735
+ - @pnpm/merge-lockfile-changes@5.0.6
736
+ - @pnpm/dependency-path@2.1.6
737
+
738
+ ## 8.1.4
739
+
740
+ ### Patch Changes
741
+
742
+ - Updated dependencies [43ce9e4a6]
743
+ - @pnpm/types@9.4.0
744
+ - @pnpm/lockfile-types@5.1.3
745
+ - @pnpm/dependency-path@2.1.5
746
+ - @pnpm/merge-lockfile-changes@5.0.5
747
+
748
+ ## 8.1.3
749
+
750
+ ### Patch Changes
751
+
752
+ - Updated dependencies [d774a3196]
753
+ - @pnpm/types@9.3.0
754
+ - @pnpm/lockfile-types@5.1.2
755
+ - @pnpm/dependency-path@2.1.4
756
+ - @pnpm/merge-lockfile-changes@5.0.4
757
+
758
+ ## 8.1.2
759
+
760
+ ### Patch Changes
761
+
762
+ - Updated dependencies [aa2ae8fe2]
763
+ - @pnpm/types@9.2.0
764
+ - @pnpm/lockfile-types@5.1.1
765
+ - @pnpm/dependency-path@2.1.3
766
+ - @pnpm/merge-lockfile-changes@5.0.3
767
+
768
+ ## 8.1.1
769
+
770
+ ### Patch Changes
771
+
772
+ - Updated dependencies [302ebffc5]
773
+ - @pnpm/constants@7.1.1
774
+ - @pnpm/error@5.0.2
775
+
776
+ ## 8.1.0
777
+
778
+ ### Minor Changes
779
+
780
+ - 9c4ae87bd: Some settings influence the structure of the lockfile, so we cannot reuse the lockfile if those settings change. As a result, we need to store such settings in the lockfile. This way we will know with which settings the lockfile has been created.
781
+
782
+ A new field will now be present in the lockfile: `settings`. It will store the values of two settings: `autoInstallPeers` and `excludeLinksFromLockfile`. If someone tries to perform a `frozen-lockfile` installation and their active settings don't match the ones in the lockfile, then an error message will be thrown.
783
+
784
+ The lockfile format version is bumped from v6.0 to v6.1.
785
+
786
+ Related PR: [#6557](https://github.com/pnpm/pnpm/pull/6557)
787
+ Related issue: [#6312](https://github.com/pnpm/pnpm/issues/6312)
788
+
789
+ ### Patch Changes
790
+
791
+ - 9c4ae87bd: Convertion should work for all lockfile v6 formats, not just 6.0.
792
+ - Updated dependencies [9c4ae87bd]
793
+ - Updated dependencies [a9e0b7cbf]
794
+ - Updated dependencies [9c4ae87bd]
795
+ - @pnpm/lockfile-types@5.1.0
796
+ - @pnpm/types@9.1.0
797
+ - @pnpm/constants@7.1.0
798
+ - @pnpm/merge-lockfile-changes@5.0.2
799
+ - @pnpm/dependency-path@2.1.2
800
+ - @pnpm/error@5.0.1
801
+
802
+ ## 8.0.2
803
+
804
+ ### Patch Changes
805
+
806
+ - c0760128d: bump semver to 7.4.0
807
+ - Updated dependencies [c0760128d]
808
+ - @pnpm/merge-lockfile-changes@5.0.1
809
+ - @pnpm/dependency-path@2.1.1
810
+
811
+ ## 8.0.1
812
+
813
+ ### Patch Changes
814
+
815
+ - 5087636b6: Repeat installation should work on a project that has a dependency with () chars in the scope name [#6348](https://github.com/pnpm/pnpm/issues/6348).
816
+ - 94f94eed6: Installation should not fail when there is a local dependency that starts in a directory that starts with the `@` char [#6332](https://github.com/pnpm/pnpm/issues/6332).
817
+ - Updated dependencies [5087636b6]
818
+ - Updated dependencies [94f94eed6]
819
+ - @pnpm/dependency-path@2.1.0
820
+
821
+ ## 8.0.0
822
+
823
+ ### Major Changes
824
+
825
+ - 158d8cf22: `useLockfileV6` field is deleted. Lockfile v5 cannot be written anymore, only transformed to the new format.
826
+ - eceaa8b8b: Node.js 14 support dropped.
827
+ - 417c8ac59: Create a lockfile even if the project has no dependencies at all.
828
+
829
+ ### Patch Changes
830
+
831
+ - Updated dependencies [c92936158]
832
+ - Updated dependencies [ca8f51e60]
833
+ - Updated dependencies [eceaa8b8b]
834
+ - Updated dependencies [0e26acb0f]
835
+ - @pnpm/lockfile-types@5.0.0
836
+ - @pnpm/dependency-path@2.0.0
837
+ - @pnpm/merge-lockfile-changes@5.0.0
838
+ - @pnpm/constants@7.0.0
839
+ - @pnpm/git-utils@1.0.0
840
+ - @pnpm/error@5.0.0
841
+ - @pnpm/types@9.0.0
842
+
843
+ ## 7.0.6
844
+
845
+ ### Patch Changes
846
+
847
+ - 787c43dcc: `patchedDependencies` are now sorted consistently in the lockfile [#6208](https://github.com/pnpm/pnpm/pull/6208).
848
+
849
+ ## 7.0.5
850
+
851
+ ### Patch Changes
852
+
853
+ - ed946c73e: Automatically fix conflicts in v6 lockfile.
854
+
855
+ ## 7.0.4
856
+
857
+ ### Patch Changes
858
+
859
+ - Updated dependencies [d89d7a078]
860
+ - @pnpm/dependency-path@1.1.3
861
+
862
+ ## 7.0.3
863
+
864
+ ### Patch Changes
865
+
866
+ - Updated dependencies [9247f6781]
867
+ - @pnpm/dependency-path@1.1.2
868
+
869
+ ## 7.0.2
870
+
871
+ ### Patch Changes
872
+
873
+ - 9a68ebbae: Fix lockfile v6.
874
+
875
+ ## 7.0.1
876
+
877
+ ### Patch Changes
878
+
879
+ - Updated dependencies [0f6e95872]
880
+ - @pnpm/dependency-path@1.1.1
881
+
882
+ ## 7.0.0
883
+
884
+ ### Major Changes
885
+
886
+ - 3ebce5db7: Breaking change to the API of the read functions. Instead of one wanted lockfile version, it now expects an array of `wantedVersions`.
887
+
888
+ ### Patch Changes
889
+
890
+ - Updated dependencies [3ebce5db7]
891
+ - Updated dependencies [3ebce5db7]
892
+ - @pnpm/constants@6.2.0
893
+ - @pnpm/dependency-path@1.1.0
894
+ - @pnpm/error@4.0.1
895
+
896
+ ## 6.0.5
897
+
898
+ ### Patch Changes
899
+
900
+ - Updated dependencies [b77651d14]
901
+ - @pnpm/types@8.10.0
902
+ - @pnpm/lockfile-types@4.3.6
903
+ - @pnpm/dependency-path@1.0.1
904
+ - @pnpm/merge-lockfile-changes@4.0.3
905
+
906
+ ## 6.0.4
907
+
908
+ ### Patch Changes
909
+
910
+ - Updated dependencies [313702d76]
911
+ - @pnpm/dependency-path@1.0.0
912
+
913
+ ## 6.0.3
914
+
915
+ ### Patch Changes
916
+
917
+ - a9d59d8bc: Update dependencies.
918
+
919
+ ## 6.0.2
920
+
921
+ ### Patch Changes
922
+
923
+ - Updated dependencies [702e847c1]
924
+ - @pnpm/types@8.9.0
925
+ - dependency-path@9.2.8
926
+ - @pnpm/lockfile-types@4.3.5
927
+ - @pnpm/merge-lockfile-changes@4.0.2
928
+
929
+ ## 6.0.1
930
+
931
+ ### Patch Changes
932
+
933
+ - Updated dependencies [844e82f3a]
934
+ - @pnpm/types@8.8.0
935
+ - dependency-path@9.2.7
936
+ - @pnpm/lockfile-types@4.3.4
937
+ - @pnpm/merge-lockfile-changes@4.0.1
938
+
939
+ ## 6.0.0
940
+
941
+ ### Major Changes
942
+
943
+ - f884689e0: Require `@pnpm/logger` v5.
944
+
945
+ ### Patch Changes
946
+
947
+ - Updated dependencies [043d988fc]
948
+ - Updated dependencies [f884689e0]
949
+ - @pnpm/error@4.0.0
950
+ - @pnpm/merge-lockfile-changes@4.0.0
951
+
952
+ ## 5.3.8
953
+
954
+ ### Patch Changes
955
+
956
+ - 7c296fe9b: Update write-file-atomic to v4.
957
+
958
+ ## 5.3.7
959
+
960
+ ### Patch Changes
961
+
962
+ - Updated dependencies [e8a631bf0]
963
+ - @pnpm/error@3.1.0
964
+
965
+ ## 5.3.6
966
+
967
+ ### Patch Changes
968
+
969
+ - Updated dependencies [d665f3ff7]
970
+ - @pnpm/types@8.7.0
971
+ - dependency-path@9.2.6
972
+ - @pnpm/lockfile-types@4.3.3
973
+ - @pnpm/merge-lockfile-changes@3.0.11
974
+
975
+ ## 5.3.5
976
+
977
+ ### Patch Changes
978
+
979
+ - Updated dependencies [156cc1ef6]
980
+ - @pnpm/types@8.6.0
981
+ - dependency-path@9.2.5
982
+ - @pnpm/lockfile-types@4.3.2
983
+ - @pnpm/merge-lockfile-changes@3.0.10
984
+
985
+ ## 5.3.4
986
+
987
+ ### Patch Changes
988
+
989
+ - 0373af22e: Always correctly update the "time" field in "pnpm-lock.yaml".
990
+
991
+ ## 5.3.3
992
+
993
+ ### Patch Changes
994
+
995
+ - 1e5482da4: Fix sorting of keys in lockfile to make it more deterministic and prevent unnecessary churn in the lockfile [#5151](https://github.com/pnpm/pnpm/pull/5151).
996
+
997
+ ## 5.3.2
998
+
999
+ ### Patch Changes
1000
+
1001
+ - 8103f92bd: Use a patched version of ramda to fix deprecation warnings on Node.js 16. Related issue: https://github.com/ramda/ramda/pull/3270
1002
+ - Updated dependencies [8103f92bd]
1003
+ - @pnpm/merge-lockfile-changes@3.0.9
1004
+
1005
+ ## 5.3.1
1006
+
1007
+ ### Patch Changes
1008
+
1009
+ - 44544b493: Don't incorrectly identify a lockfile out-of-date when the package has a publishConfig.directory field [#5124](https://github.com/pnpm/pnpm/issues/5124).
1010
+ - Updated dependencies [c90798461]
1011
+ - @pnpm/types@8.5.0
1012
+ - @pnpm/lockfile-types@4.3.1
1013
+ - @pnpm/merge-lockfile-changes@3.0.8
1014
+
1015
+ ## 5.3.0
1016
+
1017
+ ### Minor Changes
1018
+
1019
+ - 8dcfbe357: Add `publishDirectory` field to the lockfile and relink the project when it changes.
1020
+
1021
+ ### Patch Changes
1022
+
1023
+ - Updated dependencies [8dcfbe357]
1024
+ - @pnpm/lockfile-types@4.3.0
1025
+ - @pnpm/merge-lockfile-changes@3.0.7
1026
+
1027
+ ## 5.2.0
1028
+
1029
+ ### Minor Changes
1030
+
1031
+ - 4fa1091c8: Add experimental lockfile format that should merge conflict less in the `importers` section. Enabled by setting the `use-inline-specifiers-lockfile-format = true` feature flag in `.npmrc`.
1032
+
1033
+ If this feature flag is committed to a repo, we recommend setting the minimum allowed version of pnpm to this release in the `package.json` `engines` field. Once this is set, older pnpm versions will throw on invalid lockfile versions.
1034
+
1035
+ ## 5.1.4
1036
+
1037
+ ### Patch Changes
1038
+
1039
+ - ab684d77e: Never add an empty patchedDependencies field to `pnpm-lock.yaml`.
1040
+
1041
+ ## 5.1.3
1042
+
1043
+ ### Patch Changes
1044
+
1045
+ - 5f643f23b: Update ramda to v0.28.
1046
+ - Updated dependencies [5f643f23b]
1047
+ - @pnpm/merge-lockfile-changes@3.0.6
1048
+
1049
+ ## 5.1.2
1050
+
1051
+ ### Patch Changes
1052
+
1053
+ - Updated dependencies [d01c32355]
1054
+ - Updated dependencies [8e5b77ef6]
1055
+ - Updated dependencies [8e5b77ef6]
1056
+ - @pnpm/lockfile-types@4.2.0
1057
+ - @pnpm/types@8.4.0
1058
+ - @pnpm/merge-lockfile-changes@3.0.5
1059
+
1060
+ ## 5.1.1
1061
+
1062
+ ### Patch Changes
1063
+
1064
+ - Updated dependencies [2a34b21ce]
1065
+ - @pnpm/types@8.3.0
1066
+ - @pnpm/lockfile-types@4.1.0
1067
+ - @pnpm/merge-lockfile-changes@3.0.4
1068
+
1069
+ ## 5.1.0
1070
+
1071
+ ### Minor Changes
1072
+
1073
+ - 56cf04cb3: New settings added: use-git-branch-lockfile, merge-git-branch-lockfiles, merge-git-branch-lockfiles-branch-pattern.
1074
+
1075
+ ### Patch Changes
1076
+
1077
+ - Updated dependencies [fb5bbfd7a]
1078
+ - Updated dependencies [56cf04cb3]
1079
+ - @pnpm/types@8.2.0
1080
+ - @pnpm/git-utils@0.1.0
1081
+ - @pnpm/lockfile-types@4.0.3
1082
+ - @pnpm/merge-lockfile-changes@3.0.3
1083
+
1084
+ ## 5.0.4
1085
+
1086
+ ### Patch Changes
1087
+
1088
+ - Updated dependencies [4d39e4a0c]
1089
+ - @pnpm/types@8.1.0
1090
+ - @pnpm/lockfile-types@4.0.2
1091
+ - @pnpm/merge-lockfile-changes@3.0.2
1092
+
1093
+ ## 5.0.3
1094
+
1095
+ ### Patch Changes
1096
+
1097
+ - 52b0576af: feat: support libc filed
1098
+
1099
+ ## 5.0.2
1100
+
1101
+ ### Patch Changes
1102
+
1103
+ - Updated dependencies [18ba5e2c0]
1104
+ - @pnpm/types@8.0.1
1105
+ - @pnpm/lockfile-types@4.0.1
1106
+ - @pnpm/merge-lockfile-changes@3.0.1
1107
+
1108
+ ## 5.0.1
1109
+
1110
+ ### Patch Changes
1111
+
1112
+ - Updated dependencies [1267e4eff]
1113
+ - @pnpm/constants@6.1.0
1114
+ - @pnpm/error@3.0.1
1115
+
1116
+ ## 5.0.0
1117
+
1118
+ ### Major Changes
1119
+
1120
+ - 542014839: Node.js 12 is not supported.
1121
+
1122
+ ### Patch Changes
1123
+
1124
+ - Updated dependencies [d504dc380]
1125
+ - Updated dependencies [542014839]
1126
+ - @pnpm/types@8.0.0
1127
+ - @pnpm/constants@6.0.0
1128
+ - @pnpm/error@3.0.0
1129
+ - @pnpm/lockfile-types@4.0.0
1130
+ - @pnpm/merge-lockfile-changes@3.0.0
1131
+
1132
+ ## 4.3.1
1133
+
1134
+ ### Patch Changes
1135
+
1136
+ - Updated dependencies [70ba51da9]
1137
+ - @pnpm/error@2.1.0
1138
+
1139
+ ## 4.3.0
1140
+
1141
+ ### Minor Changes
1142
+
1143
+ - b138d048c: New optional field supported: `onlyBuiltDependencies`.
1144
+
1145
+ ### Patch Changes
1146
+
1147
+ - Updated dependencies [b138d048c]
1148
+ - @pnpm/lockfile-types@3.2.0
1149
+ - @pnpm/types@7.10.0
1150
+ - @pnpm/merge-lockfile-changes@2.0.8
1151
+
1152
+ ## 4.2.6
1153
+
1154
+ ### Patch Changes
1155
+
1156
+ - Updated dependencies [26cd01b88]
1157
+ - @pnpm/types@7.9.0
1158
+ - @pnpm/lockfile-types@3.1.5
1159
+ - @pnpm/merge-lockfile-changes@2.0.7
1160
+
1161
+ ## 4.2.5
1162
+
1163
+ ### Patch Changes
1164
+
1165
+ - Updated dependencies [b5734a4a7]
1166
+ - @pnpm/types@7.8.0
1167
+ - @pnpm/lockfile-types@3.1.4
1168
+ - @pnpm/merge-lockfile-changes@2.0.6
1169
+
1170
+ ## 4.2.4
1171
+
1172
+ ### Patch Changes
1173
+
1174
+ - eb9ebd0f3: In a dedicated lockfile the `dependenciesMeta` field should be nested to `'.'` during normalization.
1175
+ - eb9ebd0f3: The `dependenciesMeta` field should be sorted after the dependencies fields.
1176
+
1177
+ ## 4.2.3
1178
+
1179
+ ### Patch Changes
1180
+
1181
+ - Updated dependencies [6493e0c93]
1182
+ - @pnpm/types@7.7.1
1183
+ - @pnpm/lockfile-types@3.1.3
1184
+ - @pnpm/merge-lockfile-changes@2.0.5
1185
+
1186
+ ## 4.2.2
1187
+
1188
+ ### Patch Changes
1189
+
1190
+ - Updated dependencies [ba9b2eba1]
1191
+ - @pnpm/types@7.7.0
1192
+ - @pnpm/lockfile-types@3.1.2
1193
+ - @pnpm/merge-lockfile-changes@2.0.4
1194
+
1195
+ ## 4.2.1
1196
+
1197
+ ### Patch Changes
1198
+
1199
+ - Updated dependencies [302ae4f6f]
1200
+ - @pnpm/types@7.6.0
1201
+ - @pnpm/lockfile-types@3.1.1
1202
+ - @pnpm/merge-lockfile-changes@2.0.3
1203
+
1204
+ ## 4.2.0
1205
+
1206
+ ### Minor Changes
1207
+
1208
+ - 4ab87844a: New optional property added to project snapshots: `dependenciesMeta`.
1209
+
1210
+ ### Patch Changes
1211
+
1212
+ - Updated dependencies [4ab87844a]
1213
+ - Updated dependencies [4ab87844a]
1214
+ - @pnpm/types@7.5.0
1215
+ - @pnpm/lockfile-types@3.1.0
1216
+ - @pnpm/merge-lockfile-changes@2.0.2
1217
+
1218
+ ## 4.1.1
1219
+
1220
+ ### Patch Changes
1221
+
1222
+ - Updated dependencies [b734b45ea]
1223
+ - @pnpm/types@7.4.0
1224
+
1225
+ ## 4.1.0
1226
+
1227
+ ### Minor Changes
1228
+
1229
+ - 8e76690f4: New optional field added to the lockfile: `packageExtensionsChecksum`.
1230
+
1231
+ ### Patch Changes
1232
+
1233
+ - Updated dependencies [8e76690f4]
1234
+ - @pnpm/types@7.3.0
1235
+
1236
+ ## 4.0.4
1237
+
1238
+ ### Patch Changes
1239
+
1240
+ - 2dc5a7a4c: Values of properties in the engines field should be written to single line.
1241
+
1242
+ ## 4.0.3
1243
+
1244
+ ### Patch Changes
1245
+
1246
+ - Updated dependencies [724c5abd8]
1247
+ - @pnpm/types@7.2.0
1248
+
1249
+ ## 4.0.2
1250
+
1251
+ ### Patch Changes
1252
+
1253
+ - a1a03d145: Import only the required functions from ramda.
1254
+ - Updated dependencies [a1a03d145]
1255
+ - @pnpm/merge-lockfile-changes@2.0.1
1256
+
1257
+ ## 4.0.1
1258
+
1259
+ ### Patch Changes
1260
+
1261
+ - Updated dependencies [97c64bae4]
1262
+ - @pnpm/types@7.1.0
1263
+
1264
+ ## 4.0.0
1265
+
1266
+ ### Major Changes
1267
+
1268
+ - 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
1269
+
1270
+ ### Minor Changes
1271
+
1272
+ - 155e70597: The "resolution" field should always be the first key. This will reduce the number of issues during lockfile merges.
1273
+ - f7750baed: Add blank lines to the lockfile between items.
1274
+
1275
+ The `resolution` object should be written in a single line.
1276
+
1277
+ ### Patch Changes
1278
+
1279
+ - 9c2a878c3: Change order of keys in package snapshot.
1280
+ - 8b66f26dc: Do not fail when `lockfileVersion` is a string.
1281
+ - 9c2a878c3: Write engines, os, and cpu to single line.
1282
+ - Updated dependencies [6871d74b2]
1283
+ - Updated dependencies [97b986fbc]
1284
+ - Updated dependencies [6871d74b2]
1285
+ - Updated dependencies [f2bb5cbeb]
1286
+ - @pnpm/constants@5.0.0
1287
+ - @pnpm/error@2.0.0
1288
+ - @pnpm/lockfile-types@3.0.0
1289
+ - @pnpm/merge-lockfile-changes@2.0.0
1290
+ - @pnpm/types@7.0.0
1291
+
1292
+ ## 3.2.1
1293
+
1294
+ ### Patch Changes
1295
+
1296
+ - 51e1456dd: Throw a standard pnpm error object on broken lockfile error. The error code is `ERR_PNPM_BROKEN_LOCKFILE`.
1297
+
1298
+ ## 3.2.0
1299
+
1300
+ ### Minor Changes
1301
+
1302
+ - 9ad8c27bf: Add optional neverBuiltDependencies property to the lockfile object.
1303
+
1304
+ ### Patch Changes
1305
+
1306
+ - Updated dependencies [9ad8c27bf]
1307
+ - Updated dependencies [9ad8c27bf]
1308
+ - @pnpm/lockfile-types@2.2.0
1309
+ - @pnpm/types@6.4.0
1310
+ - @pnpm/merge-lockfile-changes@1.0.1
1311
+
1312
+ ## 3.1.4
1313
+
1314
+ ### Patch Changes
1315
+
1316
+ - af897c324: An empty overrides field should be removed from the lockfile before saving.
1317
+
1318
+ ## 3.1.3
1319
+
1320
+ ### Patch Changes
1321
+
1322
+ - 1e4a3a17a: Update js-yaml to version 4.
1323
+
1324
+ ## 3.1.2
1325
+
1326
+ ### Patch Changes
1327
+
1328
+ - fba715512: writeLockfiles should return Promise<void>.
1329
+
1330
+ ## 3.1.1
1331
+
1332
+ ### Patch Changes
1333
+
1334
+ - Updated dependencies [0c5f1bcc9]
1335
+ - @pnpm/error@1.4.0
1336
+
1337
+ ## 3.1.0
1338
+
1339
+ ### Minor Changes
1340
+
1341
+ - 3776b5a52: New function added that reads the lockfile and autofixes any merge conflicts.
1342
+
1343
+ ### Patch Changes
1344
+
1345
+ - Updated dependencies [3776b5a52]
1346
+ - @pnpm/merge-lockfile-changes@1.0.0
1347
+
1348
+ ## 3.0.18
1349
+
1350
+ ### Patch Changes
1351
+
1352
+ - dbcc6c96f: Print a better error message when stringifying a lockfile object fails.
1353
+ - 09492b7b4: Update write-file-atomic to v3.
1354
+
1355
+ ## 3.0.17
1356
+
1357
+ ### Patch Changes
1358
+
1359
+ - aa6bc4f95: Print a better when stringifying a lockfile object fails.
1360
+
1361
+ ## 3.0.16
1362
+
1363
+ ### Patch Changes
1364
+
1365
+ - Updated dependencies [b5d694e7f]
1366
+ - @pnpm/lockfile-types@2.1.1
1367
+ - @pnpm/types@6.3.1
1368
+
1369
+ ## 3.0.15
1370
+
1371
+ ### Patch Changes
1372
+
1373
+ - Updated dependencies [d54043ee4]
1374
+ - Updated dependencies [d54043ee4]
1375
+ - Updated dependencies [fcdad632f]
1376
+ - @pnpm/lockfile-types@2.1.0
1377
+ - @pnpm/types@6.3.0
1378
+ - @pnpm/constants@4.1.0
1379
+
1380
+ ## 3.0.14
1381
+
1382
+ ### Patch Changes
1383
+
1384
+ - Updated dependencies [75a36deba]
1385
+ - @pnpm/error@1.3.1
1386
+
1387
+ ## 3.0.13
1388
+
1389
+ ### Patch Changes
1390
+
1391
+ - 9550b0505: Remove the `packages` field before saving, if it equals `undefined`.
1392
+
1393
+ ## 3.0.12
1394
+
1395
+ ### Patch Changes
1396
+
1397
+ - Updated dependencies [6d480dd7a]
1398
+ - @pnpm/error@1.3.0
1399
+
1400
+ ## 3.0.11
1401
+
1402
+ ### Patch Changes
1403
+
1404
+ - Updated dependencies [db17f6f7b]
1405
+ - @pnpm/types@6.2.0
1406
+
1407
+ ## 3.0.10
1408
+
1409
+ ### Patch Changes
1410
+
1411
+ - Updated dependencies [71a8c8ce3]
1412
+ - @pnpm/types@6.1.0
1413
+
1414
+ ## 3.0.9
1415
+
1416
+ ### Patch Changes
1417
+
1418
+ - Updated dependencies [b5f66c0f2]
1419
+ - Updated dependencies [ca9f50844]
1420
+ - Updated dependencies [da091c711]
1421
+ - Updated dependencies [6a8a97eee]
1422
+ - Updated dependencies [4f5801b1c]
1423
+ - @pnpm/constants@4.0.0
1424
+ - @pnpm/types@6.0.0
1425
+ - @pnpm/lockfile-types@2.0.1
1426
+ - @pnpm/error@1.2.1
1427
+
1428
+ ## 3.0.9-alpha.2
1429
+
1430
+ ### Patch Changes
1431
+
1432
+ - Updated dependencies [ca9f50844]
1433
+ - Updated dependencies [6a8a97eee]
1434
+ - @pnpm/constants@4.0.0-alpha.1
1435
+ - @pnpm/lockfile-types@2.0.1-alpha.0
1436
+
1437
+ ## 3.0.9-alpha.1
1438
+
1439
+ ### Patch Changes
1440
+
1441
+ - Updated dependencies [da091c71]
1442
+ - @pnpm/types@6.0.0-alpha.0
1443
+
1444
+ ## 3.0.9-alpha.0
1445
+
1446
+ ### Patch Changes
1447
+
1448
+ - Updated dependencies [b5f66c0f2]
1449
+ - @pnpm/constants@4.0.0-alpha.0
1450
+
1451
+ ## 3.0.8
1452
+
1453
+ ### Patch Changes
1454
+
1455
+ - 907c63a48: Dependencies updated.
1456
+ - 907c63a48: Dependencies updated.
1457
+ - 907c63a48: Use `fs.mkdir` instead of `make-dir`.