@pnpm/testing.temp-store 1100.1.13 → 1100.1.15

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