@pnpm/testing.temp-store 1100.1.12 → 1100.1.14

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 +493 -0
  2. package/package.json +6 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,493 @@
1
+ # @pnpm/testing.temp-store
2
+
3
+ ## 1100.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - @pnpm/installing.client@1100.2.13
8
+ - @pnpm/store.controller@1102.0.4
9
+
10
+ ## 1100.1.13
11
+
12
+ ### Patch Changes
13
+
14
+ - @pnpm/installing.client@1100.2.12
15
+ - @pnpm/store.controller@1102.0.3
16
+
17
+ ## 1100.1.12
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [dcabb78]
22
+ - @pnpm/resolving.resolver-base@1100.5.1
23
+ - @pnpm/store.controller-types@1100.1.7
24
+ - @pnpm/installing.client@1100.2.11
25
+ - @pnpm/store.controller@1102.0.3
26
+ - @pnpm/testing.registry-mock@1100.0.8
27
+
28
+ ## 1100.1.11
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [bae694f]
33
+ - @pnpm/resolving.resolver-base@1100.5.0
34
+ - @pnpm/store.controller-types@1100.1.6
35
+ - @pnpm/installing.client@1100.2.10
36
+ - @pnpm/store.controller@1102.0.2
37
+ - @pnpm/testing.registry-mock@1100.0.7
38
+ - @pnpm/store.index@1100.2.1
39
+
40
+ ## 1100.1.10
41
+
42
+ ### Patch Changes
43
+
44
+ - @pnpm/installing.client@1100.2.9
45
+ - @pnpm/store.controller@1102.0.1
46
+
47
+ ## 1100.1.9
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [61810aa]
52
+ - Updated dependencies [a31faa7]
53
+ - @pnpm/store.index@1100.2.0
54
+ - @pnpm/store.controller@1102.0.0
55
+ - @pnpm/installing.client@1100.2.8
56
+ - @pnpm/resolving.resolver-base@1100.4.2
57
+ - @pnpm/store.controller-types@1100.1.5
58
+ - @pnpm/testing.registry-mock@1100.0.6
59
+
60
+ ## 1100.1.8
61
+
62
+ ### Patch Changes
63
+
64
+ - @pnpm/store.controller@1101.0.13
65
+ - @pnpm/installing.client@1100.2.7
66
+ - @pnpm/testing.registry-mock@1100.0.5
67
+
68
+ ## 1100.1.7
69
+
70
+ ### Patch Changes
71
+
72
+ - @pnpm/installing.client@1100.2.6
73
+ - @pnpm/resolving.resolver-base@1100.4.1
74
+ - @pnpm/store.controller@1101.0.12
75
+ - @pnpm/store.controller-types@1100.1.4
76
+ - @pnpm/testing.registry-mock@1100.0.4
77
+
78
+ ## 1100.1.6
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [6d17b66]
83
+ - @pnpm/resolving.resolver-base@1100.4.0
84
+ - @pnpm/installing.client@1100.2.5
85
+ - @pnpm/testing.registry-mock@1100.0.3
86
+ - @pnpm/store.controller@1101.0.11
87
+ - @pnpm/store.controller-types@1100.1.3
88
+
89
+ ## 1100.1.5
90
+
91
+ ### Patch Changes
92
+
93
+ - @pnpm/testing.registry-mock@1100.0.2
94
+ - @pnpm/installing.client@1100.2.4
95
+ - @pnpm/store.controller@1101.0.10
96
+
97
+ ## 1100.1.4
98
+
99
+ ### Patch Changes
100
+
101
+ - @pnpm/installing.client@1100.2.3
102
+ - @pnpm/resolving.resolver-base@1100.3.1
103
+ - @pnpm/store.controller@1101.0.9
104
+ - @pnpm/store.controller-types@1100.1.2
105
+
106
+ ## 1100.1.3
107
+
108
+ ### Patch Changes
109
+
110
+ - @pnpm/installing.client@1100.2.2
111
+ - @pnpm/store.controller@1101.0.8
112
+
113
+ ## 1100.1.2
114
+
115
+ ### Patch Changes
116
+
117
+ - @pnpm/installing.client@1100.2.1
118
+ - @pnpm/store.controller@1101.0.8
119
+
120
+ ## 1100.1.1
121
+
122
+ ### Patch Changes
123
+
124
+ - Updated dependencies [1627943]
125
+ - @pnpm/installing.client@1100.2.0
126
+ - @pnpm/resolving.resolver-base@1100.3.0
127
+ - @pnpm/store.controller@1101.0.8
128
+ - @pnpm/store.controller-types@1100.1.1
129
+
130
+ ## 1100.1.0
131
+
132
+ ### Minor Changes
133
+
134
+ - 31538bf: Restructured the `minimumReleaseAge` lockfile revalidation gate around a generic `ResolutionVerifier` interface. Each resolver may now export a sibling verifier factory (today: `createNpmResolutionVerifier`) that re-checks an already-resolved lockfile entry against its policies; the resolver chain returns the verifier list as `resolutionVerifiers` and the install side fans out across it. A `ResolutionVerifier` carries `verify` plus `policy` and `canTrustPastCheck` — the cache contract that lets repeat installs against an unchanged lockfile skip the per-package registry round trip entirely.
135
+
136
+ Verification results are memoized in JSON Lines at `<cacheDir>/lockfile-verified.jsonl`: a stat-only fast path matches on lockfile size, mtime, and inode, falling back to a content hash when those drift (typical after a CI checkout). Every active verifier's policy contribution is merged into a single `policy` bag on the record; the gate runs in full whenever the lockfile changes, any verifier rejects the cached policy, or no record exists [#11687](https://github.com/pnpm/pnpm/issues/11687).
137
+
138
+ ### Patch Changes
139
+
140
+ - Updated dependencies [4195766]
141
+ - Updated dependencies [31538bf]
142
+ - @pnpm/resolving.resolver-base@1100.2.0
143
+ - @pnpm/store.controller-types@1100.1.0
144
+ - @pnpm/installing.client@1100.1.0
145
+ - @pnpm/store.controller@1101.0.7
146
+
147
+ ## 1100.0.16
148
+
149
+ ### Patch Changes
150
+
151
+ - Updated dependencies [c2c2890]
152
+ - @pnpm/store.controller-types@1100.0.7
153
+ - @pnpm/installing.client@1100.0.15
154
+ - @pnpm/store.controller@1101.0.6
155
+
156
+ ## 1100.0.15
157
+
158
+ ### Patch Changes
159
+
160
+ - @pnpm/installing.client@1100.0.14
161
+ - @pnpm/store.controller@1101.0.5
162
+
163
+ ## 1100.0.14
164
+
165
+ ### Patch Changes
166
+
167
+ - @pnpm/installing.client@1100.0.13
168
+ - @pnpm/store.controller@1101.0.5
169
+ - @pnpm/store.controller-types@1100.0.6
170
+
171
+ ## 1100.0.13
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies [0c67cb5]
176
+ - @pnpm/store.index@1100.1.0
177
+ - @pnpm/installing.client@1100.0.12
178
+ - @pnpm/store.controller@1101.0.4
179
+
180
+ ## 1100.0.12
181
+
182
+ ### Patch Changes
183
+
184
+ - @pnpm/installing.client@1100.0.11
185
+ - @pnpm/store.controller@1101.0.3
186
+
187
+ ## 1100.0.11
188
+
189
+ ### Patch Changes
190
+
191
+ - @pnpm/installing.client@1100.0.10
192
+ - @pnpm/store.controller@1101.0.3
193
+ - @pnpm/store.controller-types@1100.0.5
194
+
195
+ ## 1100.0.10
196
+
197
+ ### Patch Changes
198
+
199
+ - @pnpm/installing.client@1100.0.9
200
+ - @pnpm/store.controller@1101.0.2
201
+
202
+ ## 1100.0.9
203
+
204
+ ### Patch Changes
205
+
206
+ - @pnpm/installing.client@1100.0.8
207
+ - @pnpm/store.controller@1101.0.2
208
+
209
+ ## 1100.0.8
210
+
211
+ ### Patch Changes
212
+
213
+ - Updated dependencies [184ce26]
214
+ - @pnpm/store.controller-types@1100.0.4
215
+ - @pnpm/installing.client@1100.0.7
216
+ - @pnpm/store.controller@1101.0.2
217
+
218
+ ## 1100.0.7
219
+
220
+ ### Patch Changes
221
+
222
+ - @pnpm/store.controller@1101.0.1
223
+
224
+ ## 1100.0.6
225
+
226
+ ### Patch Changes
227
+
228
+ - @pnpm/installing.client@1100.0.6
229
+ - @pnpm/store.controller@1101.0.0
230
+
231
+ ## 1100.0.5
232
+
233
+ ### Patch Changes
234
+
235
+ - @pnpm/installing.client@1100.0.5
236
+ - @pnpm/store.controller@1101.0.0
237
+
238
+ ## 1100.0.4
239
+
240
+ ### Patch Changes
241
+
242
+ - @pnpm/installing.client@1100.0.4
243
+ - @pnpm/store.controller@1101.0.0
244
+ - @pnpm/store.controller-types@1100.0.3
245
+
246
+ ## 1100.0.3
247
+
248
+ ### Patch Changes
249
+
250
+ - @pnpm/installing.client@1100.0.3
251
+ - @pnpm/store.controller@1100.0.2
252
+ - @pnpm/store.controller-types@1100.0.2
253
+
254
+ ## 1100.0.2
255
+
256
+ ### Patch Changes
257
+
258
+ - @pnpm/installing.client@1100.0.2
259
+ - @pnpm/store.controller@1100.0.1
260
+
261
+ ## 1100.0.1
262
+
263
+ ### Patch Changes
264
+
265
+ - @pnpm/installing.client@1100.0.1
266
+ - @pnpm/store.controller@1100.0.1
267
+ - @pnpm/store.controller-types@1100.0.1
268
+
269
+ ## 1001.0.0
270
+
271
+ ### Major Changes
272
+
273
+ - 491a84f: This package is now pure ESM.
274
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
275
+
276
+ ### Patch Changes
277
+
278
+ - Updated dependencies [facdd71]
279
+ - Updated dependencies [e2e0a32]
280
+ - Updated dependencies [5a0ed1d]
281
+ - Updated dependencies [491a84f]
282
+ - Updated dependencies [9eddabb]
283
+ - Updated dependencies [ba065f6]
284
+ - Updated dependencies [7d2fd48]
285
+ - Updated dependencies [9eddabb]
286
+ - Updated dependencies [56a59df]
287
+ - Updated dependencies [96704a1]
288
+ - Updated dependencies [10bc391]
289
+ - Updated dependencies [38b8e35]
290
+ - Updated dependencies [b7f0f21]
291
+ - Updated dependencies [2f98ec8]
292
+ - Updated dependencies [09bb8db]
293
+ - Updated dependencies [9d3f00b]
294
+ - Updated dependencies [98a0410]
295
+ - @pnpm/store.controller-types@1005.0.0
296
+ - @pnpm/store.controller@1005.0.0
297
+ - @pnpm/installing.client@1002.0.0
298
+ - @pnpm/store.index@1000.0.0
299
+
300
+ ## 1000.0.23
301
+
302
+ ### Patch Changes
303
+
304
+ - @pnpm/client@1001.1.4
305
+ - @pnpm/package-store@1004.0.0
306
+
307
+ ## 1000.0.22
308
+
309
+ ### Patch Changes
310
+
311
+ - Updated dependencies [7c1382f]
312
+ - @pnpm/store-controller-types@1004.1.0
313
+ - @pnpm/package-store@1004.0.0
314
+ - @pnpm/client@1001.1.3
315
+
316
+ ## 1000.0.21
317
+
318
+ ### Patch Changes
319
+
320
+ - @pnpm/client@1001.1.2
321
+ - @pnpm/package-store@1003.0.0
322
+
323
+ ## 1000.0.20
324
+
325
+ ### Patch Changes
326
+
327
+ - @pnpm/package-store@1003.0.0
328
+ - @pnpm/client@1001.1.1
329
+
330
+ ## 1000.0.19
331
+
332
+ ### Patch Changes
333
+
334
+ - Updated dependencies [fb4da0c]
335
+ - @pnpm/client@1001.1.0
336
+ - @pnpm/package-store@1002.0.12
337
+
338
+ ## 1000.0.18
339
+
340
+ ### Patch Changes
341
+
342
+ - @pnpm/client@1001.0.7
343
+ - @pnpm/package-store@1002.0.11
344
+
345
+ ## 1000.0.17
346
+
347
+ ### Patch Changes
348
+
349
+ - @pnpm/client@1001.0.6
350
+ - @pnpm/package-store@1002.0.11
351
+
352
+ ## 1000.0.16
353
+
354
+ ### Patch Changes
355
+
356
+ - @pnpm/package-store@1002.0.11
357
+ - @pnpm/client@1001.0.5
358
+
359
+ ## 1000.0.15
360
+
361
+ ### Patch Changes
362
+
363
+ - @pnpm/client@1001.0.4
364
+ - @pnpm/package-store@1002.0.10
365
+ - @pnpm/store-controller-types@1004.0.2
366
+
367
+ ## 1000.0.14
368
+
369
+ ### Patch Changes
370
+
371
+ - @pnpm/client@1001.0.3
372
+ - @pnpm/package-store@1002.0.9
373
+
374
+ ## 1000.0.13
375
+
376
+ ### Patch Changes
377
+
378
+ - @pnpm/client@1001.0.2
379
+ - @pnpm/package-store@1002.0.9
380
+
381
+ ## 1000.0.12
382
+
383
+ ### Patch Changes
384
+
385
+ - @pnpm/client@1001.0.1
386
+ - @pnpm/package-store@1002.0.9
387
+
388
+ ## 1000.0.11
389
+
390
+ ### Patch Changes
391
+
392
+ - Updated dependencies [d1edf73]
393
+ - Updated dependencies [d1edf73]
394
+ - Updated dependencies [f91922c]
395
+ - @pnpm/client@1001.0.0
396
+ - @pnpm/package-store@1002.0.9
397
+ - @pnpm/store-controller-types@1004.0.1
398
+
399
+ ## 1000.0.10
400
+
401
+ ### Patch Changes
402
+
403
+ - Updated dependencies [1a07b8f]
404
+ - Updated dependencies [1a07b8f]
405
+ - @pnpm/store-controller-types@1004.0.0
406
+ - @pnpm/client@1000.1.0
407
+ - @pnpm/package-store@1002.0.8
408
+
409
+ ## 1000.0.9
410
+
411
+ ### Patch Changes
412
+
413
+ - @pnpm/package-store@1002.0.7
414
+ - @pnpm/client@1000.0.21
415
+
416
+ ## 1000.0.8
417
+
418
+ ### Patch Changes
419
+
420
+ - @pnpm/package-store@1002.0.6
421
+
422
+ ## 1000.0.7
423
+
424
+ ### Patch Changes
425
+
426
+ - @pnpm/client@1000.0.20
427
+ - @pnpm/package-store@1002.0.5
428
+ - @pnpm/store-controller-types@1003.0.3
429
+
430
+ ## 1000.0.6
431
+
432
+ ### Patch Changes
433
+
434
+ - Updated dependencies [509948d]
435
+ - @pnpm/store-controller-types@1003.0.2
436
+ - @pnpm/package-store@1002.0.4
437
+ - @pnpm/client@1000.0.19
438
+
439
+ ## 1000.0.5
440
+
441
+ ### Patch Changes
442
+
443
+ - Updated dependencies [09cf46f]
444
+ - Updated dependencies [c24c66e]
445
+ - @pnpm/package-store@1002.0.3
446
+ - @pnpm/store-controller-types@1003.0.1
447
+ - @pnpm/client@1000.0.18
448
+
449
+ ## 1000.0.4
450
+
451
+ ### Patch Changes
452
+
453
+ - @pnpm/client@1000.0.17
454
+ - @pnpm/package-store@1002.0.2
455
+
456
+ ## 1000.0.3
457
+
458
+ ### Patch Changes
459
+
460
+ - Updated dependencies [8a9f3a4]
461
+ - Updated dependencies [5b73df1]
462
+ - Updated dependencies [9c3dd03]
463
+ - @pnpm/store-controller-types@1003.0.0
464
+ - @pnpm/package-store@1002.0.2
465
+ - @pnpm/client@1000.0.16
466
+
467
+ ## 1000.0.2
468
+
469
+ ### Patch Changes
470
+
471
+ - @pnpm/client@1000.0.15
472
+ - @pnpm/package-store@1002.0.1
473
+ - @pnpm/store-controller-types@1002.0.1
474
+
475
+ ## 1000.0.1
476
+
477
+ ### Patch Changes
478
+
479
+ - Updated dependencies [72cff38]
480
+ - @pnpm/store-controller-types@1002.0.0
481
+ - @pnpm/package-store@1002.0.0
482
+ - @pnpm/client@1000.0.14
483
+
484
+ ## 1000.0.0
485
+
486
+ ### Major Changes
487
+
488
+ - a54d3ad: Initial release.
489
+
490
+ ### Patch Changes
491
+
492
+ - Updated dependencies [a54d3ad]
493
+ - @pnpm/package-store@1001.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/testing.temp-store",
3
- "version": "1100.1.12",
3
+ "version": "1100.1.14",
4
4
  "description": "A temporary store for testing purposes",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,15 +28,15 @@
28
28
  "!*.map"
29
29
  ],
30
30
  "dependencies": {
31
+ "@pnpm/installing.client": "1100.2.13",
31
32
  "@pnpm/resolving.resolver-base": "1100.5.1",
33
+ "@pnpm/store.controller": "1102.0.4",
32
34
  "@pnpm/store.controller-types": "1100.1.7",
33
- "@pnpm/installing.client": "1100.2.11",
34
- "@pnpm/store.controller": "1102.0.3",
35
- "@pnpm/testing.registry-mock": "1100.0.8",
36
- "@pnpm/store.index": "1100.2.1"
35
+ "@pnpm/store.index": "1100.2.1",
36
+ "@pnpm/testing.registry-mock": "1100.0.8"
37
37
  },
38
38
  "devDependencies": {
39
- "@pnpm/testing.temp-store": "1100.1.12"
39
+ "@pnpm/testing.temp-store": "1100.1.14"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=22.13"