@pnpm/installing.dedupe.check 1100.1.1 → 1100.1.3

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 +446 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,446 @@
1
+ # @pnpm/dedupe.check
2
+
3
+ ## 1100.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/lockfile.types@1100.0.14
9
+ - @pnpm/types@1101.4.0
10
+
11
+ ## 1100.1.2
12
+
13
+ ### Patch Changes
14
+
15
+ - @pnpm/lockfile.types@1100.0.13
16
+
17
+ ## 1100.1.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [852d537]
22
+ - @pnpm/error@1100.0.1
23
+ - @pnpm/lockfile.types@1100.0.12
24
+
25
+ ## 1100.1.0
26
+
27
+ ### Minor Changes
28
+
29
+ - c112b61: Added a `--dry-run` option to `pnpm install`. It runs a full dependency resolution and reports what an install would change, but writes nothing to disk (no lockfile, no `node_modules`) and always exits with code 0. This mirrors the preview semantics of `npm install --dry-run` [#7340](https://github.com/pnpm/pnpm/issues/7340).
30
+
31
+ ## 1100.0.11
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [681b593]
36
+ - @pnpm/types@1101.3.2
37
+ - @pnpm/lockfile.types@1100.0.11
38
+
39
+ ## 1100.0.10
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [bf1b731]
44
+ - @pnpm/types@1101.3.1
45
+ - @pnpm/lockfile.types@1100.0.10
46
+
47
+ ## 1100.0.9
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [a017bf3]
52
+ - @pnpm/types@1101.3.0
53
+ - @pnpm/lockfile.types@1100.0.9
54
+
55
+ ## 1100.0.8
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [35d2355]
60
+ - @pnpm/types@1101.2.0
61
+ - @pnpm/lockfile.types@1100.0.8
62
+
63
+ ## 1100.0.7
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [64afc92]
68
+ - @pnpm/types@1101.1.1
69
+ - @pnpm/lockfile.types@1100.0.7
70
+
71
+ ## 1100.0.6
72
+
73
+ ### Patch Changes
74
+
75
+ - @pnpm/lockfile.types@1100.0.6
76
+
77
+ ## 1100.0.5
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [b61e268]
82
+ - @pnpm/types@1101.1.0
83
+ - @pnpm/lockfile.types@1100.0.5
84
+
85
+ ## 1100.0.4
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [27425d7]
90
+ - @pnpm/lockfile.types@1100.0.4
91
+
92
+ ## 1100.0.3
93
+
94
+ ### Patch Changes
95
+
96
+ - 184ce26: Fix the package name in README.md.
97
+ - Updated dependencies [184ce26]
98
+ - @pnpm/installing.dedupe.types@1100.0.1
99
+ - @pnpm/lockfile.types@1100.0.3
100
+
101
+ ## 1100.0.2
102
+
103
+ ### Patch Changes
104
+
105
+ - @pnpm/lockfile.types@1100.0.2
106
+
107
+ ## 1100.0.1
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies [ff28085]
112
+ - @pnpm/types@1101.0.0
113
+ - @pnpm/lockfile.types@1100.0.1
114
+
115
+ ## 1002.0.0
116
+
117
+ ### Major Changes
118
+
119
+ - 491a84f: This package is now pure ESM.
120
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
121
+
122
+ ### Patch Changes
123
+
124
+ - 6f806be: Removed TypeScript specific syntax (such as enums and visibility modifiers in constructors) to enable `erasableSyntaxOnly`.
125
+ - Updated dependencies [76718b3]
126
+ - Updated dependencies [a8f016c]
127
+ - Updated dependencies [cc1b8e3]
128
+ - Updated dependencies [606f53e]
129
+ - Updated dependencies [491a84f]
130
+ - Updated dependencies [7d2fd48]
131
+ - Updated dependencies [efb48dc]
132
+ - Updated dependencies [50fbeca]
133
+ - Updated dependencies [cb367b9]
134
+ - Updated dependencies [7b1c189]
135
+ - Updated dependencies [8ffb1a7]
136
+ - Updated dependencies [05fb1ae]
137
+ - Updated dependencies [71de2b3]
138
+ - Updated dependencies [10bc391]
139
+ - Updated dependencies [38b8e35]
140
+ - Updated dependencies [831f574]
141
+ - Updated dependencies [2df8b71]
142
+ - Updated dependencies [15549a9]
143
+ - Updated dependencies [cc7c0d2]
144
+ - Updated dependencies [efb48dc]
145
+ - @pnpm/types@1001.0.0
146
+ - @pnpm/lockfile.types@1003.0.0
147
+ - @pnpm/error@1001.0.0
148
+ - @pnpm/installing.dedupe.types@1001.0.0
149
+
150
+ ## 1001.0.13
151
+
152
+ ### Patch Changes
153
+
154
+ - Updated dependencies [7c1382f]
155
+ - Updated dependencies [dee39ec]
156
+ - @pnpm/types@1000.9.0
157
+ - @pnpm/lockfile.types@1002.0.2
158
+
159
+ ## 1001.0.12
160
+
161
+ ### Patch Changes
162
+
163
+ - @pnpm/error@1000.0.5
164
+
165
+ ## 1001.0.11
166
+
167
+ ### Patch Changes
168
+
169
+ - Updated dependencies [e792927]
170
+ - @pnpm/types@1000.8.0
171
+ - @pnpm/lockfile.types@1002.0.1
172
+
173
+ ## 1001.0.10
174
+
175
+ ### Patch Changes
176
+
177
+ - Updated dependencies [d1edf73]
178
+ - Updated dependencies [f91922c]
179
+ - @pnpm/lockfile.types@1002.0.0
180
+ - @pnpm/error@1000.0.4
181
+
182
+ ## 1001.0.9
183
+
184
+ ### Patch Changes
185
+
186
+ - Updated dependencies [1a07b8f]
187
+ - Updated dependencies [1a07b8f]
188
+ - @pnpm/types@1000.7.0
189
+ - @pnpm/lockfile.types@1001.1.0
190
+ - @pnpm/error@1000.0.3
191
+
192
+ ## 1001.0.8
193
+
194
+ ### Patch Changes
195
+
196
+ - Updated dependencies [5ec7255]
197
+ - @pnpm/types@1000.6.0
198
+ - @pnpm/lockfile.types@1001.0.8
199
+
200
+ ## 1001.0.7
201
+
202
+ ### Patch Changes
203
+
204
+ - Updated dependencies [5b73df1]
205
+ - @pnpm/types@1000.5.0
206
+ - @pnpm/lockfile.types@1001.0.7
207
+
208
+ ## 1001.0.6
209
+
210
+ ### Patch Changes
211
+
212
+ - Updated dependencies [750ae7d]
213
+ - @pnpm/types@1000.4.0
214
+ - @pnpm/lockfile.types@1001.0.6
215
+
216
+ ## 1001.0.5
217
+
218
+ ### Patch Changes
219
+
220
+ - Updated dependencies [5f7be64]
221
+ - Updated dependencies [5f7be64]
222
+ - @pnpm/types@1000.3.0
223
+ - @pnpm/lockfile.types@1001.0.5
224
+
225
+ ## 1001.0.4
226
+
227
+ ### Patch Changes
228
+
229
+ - Updated dependencies [a5e4965]
230
+ - @pnpm/types@1000.2.1
231
+ - @pnpm/lockfile.types@1001.0.4
232
+
233
+ ## 1001.0.3
234
+
235
+ ### Patch Changes
236
+
237
+ - Updated dependencies [8fcc221]
238
+ - @pnpm/types@1000.2.0
239
+ - @pnpm/lockfile.types@1001.0.3
240
+
241
+ ## 1001.0.2
242
+
243
+ ### Patch Changes
244
+
245
+ - Updated dependencies [b562deb]
246
+ - @pnpm/types@1000.1.1
247
+ - @pnpm/error@1000.0.2
248
+ - @pnpm/lockfile.types@1001.0.2
249
+
250
+ ## 1001.0.1
251
+
252
+ ### Patch Changes
253
+
254
+ - Updated dependencies [9591a18]
255
+ - @pnpm/types@1000.1.0
256
+ - @pnpm/lockfile.types@1001.0.1
257
+
258
+ ## 1001.0.0
259
+
260
+ ### Major Changes
261
+
262
+ - a76da0c: Removed lockfile conversion from v6 to v9. If you need to convert lockfile v6 to v9, use pnpm CLI v9.
263
+
264
+ ### Patch Changes
265
+
266
+ - Updated dependencies [6483b64]
267
+ - Updated dependencies [a76da0c]
268
+ - @pnpm/lockfile.types@1001.0.0
269
+ - @pnpm/error@1000.0.1
270
+
271
+ ## 2.0.12
272
+
273
+ ### Patch Changes
274
+
275
+ - @pnpm/error@6.0.3
276
+
277
+ ## 2.0.11
278
+
279
+ ### Patch Changes
280
+
281
+ - @pnpm/error@6.0.2
282
+
283
+ ## 2.0.10
284
+
285
+ ### Patch Changes
286
+
287
+ - Updated dependencies [d500d9f]
288
+ - @pnpm/types@12.2.0
289
+ - @pnpm/lockfile.types@1.0.3
290
+
291
+ ## 2.0.9
292
+
293
+ ### Patch Changes
294
+
295
+ - Updated dependencies [7ee59a1]
296
+ - @pnpm/types@12.1.0
297
+ - @pnpm/lockfile.types@1.0.2
298
+
299
+ ## 2.0.8
300
+
301
+ ### Patch Changes
302
+
303
+ - Updated dependencies [cb006df]
304
+ - @pnpm/lockfile.types@1.0.1
305
+ - @pnpm/types@12.0.0
306
+
307
+ ## 2.0.7
308
+
309
+ ### Patch Changes
310
+
311
+ - Updated dependencies [797ef0f]
312
+ - @pnpm/lockfile.types@1.0.0
313
+
314
+ ## 2.0.6
315
+
316
+ ### Patch Changes
317
+
318
+ - Updated dependencies [0ef168b]
319
+ - @pnpm/types@11.1.0
320
+ - @pnpm/lockfile-types@7.1.3
321
+
322
+ ## 2.0.5
323
+
324
+ ### Patch Changes
325
+
326
+ - Updated dependencies [dd00eeb]
327
+ - Updated dependencies
328
+ - @pnpm/types@11.0.0
329
+ - @pnpm/lockfile-types@7.1.2
330
+
331
+ ## 2.0.4
332
+
333
+ ### Patch Changes
334
+
335
+ - Updated dependencies [13e55b2]
336
+ - @pnpm/types@10.1.1
337
+ - @pnpm/lockfile-types@7.1.1
338
+
339
+ ## 2.0.3
340
+
341
+ ### Patch Changes
342
+
343
+ - Updated dependencies [47341e5]
344
+ - @pnpm/lockfile-types@7.1.0
345
+
346
+ ## 2.0.2
347
+
348
+ ### Patch Changes
349
+
350
+ - Updated dependencies [45f4262]
351
+ - Updated dependencies
352
+ - @pnpm/types@10.1.0
353
+ - @pnpm/lockfile-types@7.0.0
354
+
355
+ ## 2.0.1
356
+
357
+ ### Patch Changes
358
+
359
+ - Updated dependencies [a7aef51]
360
+ - @pnpm/error@6.0.1
361
+
362
+ ## 2.0.0
363
+
364
+ ### Major Changes
365
+
366
+ - 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
367
+
368
+ ### Patch Changes
369
+
370
+ - Updated dependencies [7733f3a]
371
+ - Updated dependencies [3ded840]
372
+ - Updated dependencies [43cdd87]
373
+ - Updated dependencies [086b69c]
374
+ - Updated dependencies [27a96a8]
375
+ - Updated dependencies [730929e]
376
+ - @pnpm/types@10.0.0
377
+ - @pnpm/error@6.0.0
378
+ - @pnpm/lockfile-types@6.0.0
379
+ - @pnpm/dedupe.types@2.0.0
380
+
381
+ ## 1.0.7
382
+
383
+ ### Patch Changes
384
+
385
+ - Updated dependencies [4d34684f1]
386
+ - @pnpm/lockfile-types@5.1.5
387
+ - @pnpm/types@9.4.2
388
+
389
+ ## 1.0.6
390
+
391
+ ### Patch Changes
392
+
393
+ - Updated dependencies
394
+ - @pnpm/lockfile-types@5.1.4
395
+ - @pnpm/types@9.4.1
396
+
397
+ ## 1.0.5
398
+
399
+ ### Patch Changes
400
+
401
+ - Updated dependencies [43ce9e4a6]
402
+ - @pnpm/types@9.4.0
403
+ - @pnpm/lockfile-types@5.1.3
404
+
405
+ ## 1.0.4
406
+
407
+ ### Patch Changes
408
+
409
+ - Updated dependencies [d774a3196]
410
+ - @pnpm/types@9.3.0
411
+ - @pnpm/lockfile-types@5.1.2
412
+
413
+ ## 1.0.3
414
+
415
+ ### Patch Changes
416
+
417
+ - Updated dependencies [aa2ae8fe2]
418
+ - @pnpm/types@9.2.0
419
+ - @pnpm/lockfile-types@5.1.1
420
+
421
+ ## 1.0.2
422
+
423
+ ### Patch Changes
424
+
425
+ - @pnpm/error@5.0.2
426
+
427
+ ## 1.0.1
428
+
429
+ ### Patch Changes
430
+
431
+ - Updated dependencies [9c4ae87bd]
432
+ - Updated dependencies [a9e0b7cbf]
433
+ - @pnpm/lockfile-types@5.1.0
434
+ - @pnpm/types@9.1.0
435
+ - @pnpm/error@5.0.1
436
+
437
+ ## 1.0.0
438
+
439
+ ### Major Changes
440
+
441
+ - 6850bb135: Initial release.
442
+
443
+ ### Patch Changes
444
+
445
+ - Updated dependencies [6850bb135]
446
+ - @pnpm/dedupe.types@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.dedupe.check",
3
- "version": "1100.1.1",
3
+ "version": "1100.1.3",
4
4
  "description": "Visualize pnpm dedupe --check issues.",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,13 +28,13 @@
28
28
  ],
29
29
  "dependencies": {
30
30
  "@pnpm/error": "1100.0.1",
31
- "@pnpm/lockfile.types": "1100.0.12",
32
- "@pnpm/types": "1101.3.2",
33
- "@pnpm/installing.dedupe.types": "1100.0.1"
31
+ "@pnpm/installing.dedupe.types": "1100.0.1",
32
+ "@pnpm/lockfile.types": "1100.0.14",
33
+ "@pnpm/types": "1101.4.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@jest/globals": "30.4.1",
37
- "@pnpm/installing.dedupe.check": "1100.1.1"
37
+ "@pnpm/installing.dedupe.check": "1100.1.3"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=22.13"