@pnpm/core-loggers 1100.2.1 → 1100.2.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.
- package/CHANGELOG.md +588 -0
- package/package.json +5 -5
- package/lib/all.d.ts +0 -25
- package/lib/all.js +0 -26
- package/lib/contextLogger.d.ts +0 -10
- package/lib/contextLogger.js +0 -3
- package/lib/deprecationLogger.d.ts +0 -13
- package/lib/deprecationLogger.js +0 -3
- package/lib/executionTimeLogger.d.ts +0 -9
- package/lib/executionTimeLogger.js +0 -3
- package/lib/fetchingProgressLogger.d.ts +0 -22
- package/lib/fetchingProgressLogger.js +0 -3
- package/lib/hookLogger.d.ts +0 -11
- package/lib/hookLogger.js +0 -3
- package/lib/ignoredScriptsLogger.d.ts +0 -8
- package/lib/ignoredScriptsLogger.js +0 -3
- package/lib/index.d.ts +0 -3
- package/lib/installCheckLogger.d.ts +0 -9
- package/lib/installCheckLogger.js +0 -3
- package/lib/installingConfigDeps.d.ts +0 -19
- package/lib/installingConfigDeps.js +0 -3
- package/lib/lifecycleLogger.d.ts +0 -28
- package/lib/lifecycleLogger.js +0 -3
- package/lib/linkLogger.d.ts +0 -9
- package/lib/linkLogger.js +0 -3
- package/lib/lockfileVerificationLogger.d.ts +0 -57
- package/lib/lockfileVerificationLogger.js +0 -3
- package/lib/packageImportMethodLogger.d.ts +0 -8
- package/lib/packageImportMethodLogger.js +0 -3
- package/lib/packageManifestLogger.d.ts +0 -18
- package/lib/packageManifestLogger.js +0 -3
- package/lib/peerDependencyIssues.d.ts +0 -9
- package/lib/peerDependencyIssues.js +0 -3
- package/lib/progressLogger.d.ts +0 -15
- package/lib/progressLogger.js +0 -3
- package/lib/registryLogger.d.ts +0 -6
- package/lib/registryLogger.js +0 -2
- package/lib/removalLogger.d.ts +0 -1
- package/lib/removalLogger.js +0 -3
- package/lib/requestRetryLogger.d.ts +0 -25
- package/lib/requestRetryLogger.js +0 -3
- package/lib/rootLogger.d.ts +0 -25
- package/lib/rootLogger.js +0 -3
- package/lib/scopeLogger.d.ts +0 -10
- package/lib/scopeLogger.js +0 -3
- package/lib/skippedOptionalDependencyLogger.d.ts +0 -29
- package/lib/skippedOptionalDependencyLogger.js +0 -3
- package/lib/stageLogger.d.ts +0 -9
- package/lib/stageLogger.js +0 -3
- package/lib/statsLogger.d.ts +0 -19
- package/lib/statsLogger.js +0 -3
- package/lib/summaryLogger.d.ts +0 -8
- package/lib/summaryLogger.js +0 -3
- package/lib/updateCheckLogger.d.ts +0 -9
- package/lib/updateCheckLogger.js +0 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,588 @@
|
|
|
1
|
+
# @pnpm/core-loggers
|
|
2
|
+
|
|
3
|
+
## 1100.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Keep the interactive `minimumReleaseAge` approval prompt visible during `pnpm install`. The progress reporter now pauses its redraws while a prompt is waiting for input instead of overwriting it, so the install no longer hangs on a question the user cannot see [#13019](https://github.com/pnpm/pnpm/issues/13019).
|
|
8
|
+
|
|
9
|
+
## 1100.2.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies:
|
|
14
|
+
- @pnpm/types@1101.4.0
|
|
15
|
+
|
|
16
|
+
## 1100.2.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- a31faa7: Updated dependency ranges. Notably:
|
|
21
|
+
|
|
22
|
+
- `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
|
|
23
|
+
- `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
|
|
24
|
+
- `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
|
|
25
|
+
- `@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.
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [681b593]
|
|
28
|
+
- @pnpm/types@1101.3.2
|
|
29
|
+
|
|
30
|
+
## 1100.2.0
|
|
31
|
+
|
|
32
|
+
### Minor Changes
|
|
33
|
+
|
|
34
|
+
- f11b4fc: Print a "Lockfile passes supply-chain policies (verified 2h ago)" message when lockfile verification is skipped because a cached verdict for the same lockfile content and policy is reused. Previously the cached short-circuit was completely silent, which made it look like the policy gate never ran [#12324](https://github.com/pnpm/pnpm/issues/12324).
|
|
35
|
+
|
|
36
|
+
## 1100.1.4
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [bf1b731]
|
|
41
|
+
- @pnpm/types@1101.3.1
|
|
42
|
+
|
|
43
|
+
## 1100.1.3
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- Updated dependencies [a017bf3]
|
|
48
|
+
- @pnpm/types@1101.3.0
|
|
49
|
+
|
|
50
|
+
## 1100.1.2
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- Updated dependencies [35d2355]
|
|
55
|
+
- @pnpm/types@1101.2.0
|
|
56
|
+
|
|
57
|
+
## 1100.1.1
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- Updated dependencies [64afc92]
|
|
62
|
+
- @pnpm/types@1101.1.1
|
|
63
|
+
|
|
64
|
+
## 1100.1.0
|
|
65
|
+
|
|
66
|
+
### Minor Changes
|
|
67
|
+
|
|
68
|
+
- 4a79336: The lockfile verifier added in #11705 now emits `pnpm:lockfile-verification` log events (`status: 'started' | 'done'`) around the registry round-trip pass, and the default reporter renders them as a transient progress line so users can see that pnpm is doing work — on a cold registry cache the round-trip can take a noticeable beat, and the previous behavior was complete silence followed by either a long pause or an error. The cached short-circuit stays silent (no logs when no work happens), and the `done` line carries the number of distinct entries that were checked plus the elapsed time.
|
|
69
|
+
|
|
70
|
+
Pacquet parity: not ported — pacquet doesn't carry the lockfile verifier yet (see the parity note on #11705).
|
|
71
|
+
|
|
72
|
+
## 1100.0.2
|
|
73
|
+
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- Updated dependencies [b61e268]
|
|
77
|
+
- @pnpm/types@1101.1.0
|
|
78
|
+
|
|
79
|
+
## 1100.0.1
|
|
80
|
+
|
|
81
|
+
### Patch Changes
|
|
82
|
+
|
|
83
|
+
- Updated dependencies [ff28085]
|
|
84
|
+
- @pnpm/types@1101.0.0
|
|
85
|
+
|
|
86
|
+
## 1002.0.0
|
|
87
|
+
|
|
88
|
+
### Major Changes
|
|
89
|
+
|
|
90
|
+
- 491a84f: This package is now pure ESM.
|
|
91
|
+
- 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- Updated dependencies [76718b3]
|
|
96
|
+
- Updated dependencies [a8f016c]
|
|
97
|
+
- Updated dependencies [cc1b8e3]
|
|
98
|
+
- Updated dependencies [491a84f]
|
|
99
|
+
- Updated dependencies [7d2fd48]
|
|
100
|
+
- Updated dependencies [efb48dc]
|
|
101
|
+
- Updated dependencies [cb367b9]
|
|
102
|
+
- Updated dependencies [7b1c189]
|
|
103
|
+
- Updated dependencies [8ffb1a7]
|
|
104
|
+
- Updated dependencies [05fb1ae]
|
|
105
|
+
- Updated dependencies [71de2b3]
|
|
106
|
+
- Updated dependencies [10bc391]
|
|
107
|
+
- Updated dependencies [2df8b71]
|
|
108
|
+
- Updated dependencies [15549a9]
|
|
109
|
+
- Updated dependencies [cc7c0d2]
|
|
110
|
+
- Updated dependencies [efb48dc]
|
|
111
|
+
- @pnpm/types@1001.0.0
|
|
112
|
+
|
|
113
|
+
## 1001.0.4
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Updated dependencies [7c1382f]
|
|
118
|
+
- Updated dependencies [dee39ec]
|
|
119
|
+
- @pnpm/types@1000.9.0
|
|
120
|
+
|
|
121
|
+
## 1001.0.3
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- Updated dependencies [e792927]
|
|
126
|
+
- @pnpm/types@1000.8.0
|
|
127
|
+
|
|
128
|
+
## 1001.0.2
|
|
129
|
+
|
|
130
|
+
### Patch Changes
|
|
131
|
+
|
|
132
|
+
- Updated dependencies [1a07b8f]
|
|
133
|
+
- @pnpm/types@1000.7.0
|
|
134
|
+
|
|
135
|
+
## 1001.0.1
|
|
136
|
+
|
|
137
|
+
### Patch Changes
|
|
138
|
+
|
|
139
|
+
- 09cf46f: Update `@pnpm/logger` in peer dependencies.
|
|
140
|
+
- Updated dependencies [5ec7255]
|
|
141
|
+
- @pnpm/types@1000.6.0
|
|
142
|
+
|
|
143
|
+
## 1001.0.0
|
|
144
|
+
|
|
145
|
+
### Major Changes
|
|
146
|
+
|
|
147
|
+
- 8a9f3a4: `pref` renamed to `bareSpecifier`.
|
|
148
|
+
|
|
149
|
+
### Patch Changes
|
|
150
|
+
|
|
151
|
+
- Updated dependencies [8a9f3a4]
|
|
152
|
+
- Updated dependencies [5b73df1]
|
|
153
|
+
- @pnpm/logger@1001.0.0
|
|
154
|
+
- @pnpm/types@1000.5.0
|
|
155
|
+
|
|
156
|
+
## 1000.2.0
|
|
157
|
+
|
|
158
|
+
### Minor Changes
|
|
159
|
+
|
|
160
|
+
- 750ae7d: Now you can use the `pnpm add` command with the `--config` flag to install new configurational dependencies [#9377](https://github.com/pnpm/pnpm/pull/9377).
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- Updated dependencies [750ae7d]
|
|
165
|
+
- @pnpm/types@1000.4.0
|
|
166
|
+
|
|
167
|
+
## 1000.1.5
|
|
168
|
+
|
|
169
|
+
### Patch Changes
|
|
170
|
+
|
|
171
|
+
- Updated dependencies [5f7be64]
|
|
172
|
+
- Updated dependencies [5f7be64]
|
|
173
|
+
- @pnpm/types@1000.3.0
|
|
174
|
+
|
|
175
|
+
## 1000.1.4
|
|
176
|
+
|
|
177
|
+
### Patch Changes
|
|
178
|
+
|
|
179
|
+
- Updated dependencies [a5e4965]
|
|
180
|
+
- @pnpm/types@1000.2.1
|
|
181
|
+
|
|
182
|
+
## 1000.1.3
|
|
183
|
+
|
|
184
|
+
### Patch Changes
|
|
185
|
+
|
|
186
|
+
- Updated dependencies [8fcc221]
|
|
187
|
+
- @pnpm/types@1000.2.0
|
|
188
|
+
|
|
189
|
+
## 1000.1.2
|
|
190
|
+
|
|
191
|
+
### Patch Changes
|
|
192
|
+
|
|
193
|
+
- Updated dependencies [b562deb]
|
|
194
|
+
- @pnpm/types@1000.1.1
|
|
195
|
+
|
|
196
|
+
## 1000.1.1
|
|
197
|
+
|
|
198
|
+
### Patch Changes
|
|
199
|
+
|
|
200
|
+
- Updated dependencies [9591a18]
|
|
201
|
+
- @pnpm/types@1000.1.0
|
|
202
|
+
|
|
203
|
+
## 1000.1.0
|
|
204
|
+
|
|
205
|
+
### Minor Changes
|
|
206
|
+
|
|
207
|
+
- 516c4b3: Add new logger for ignored scripts.
|
|
208
|
+
|
|
209
|
+
## 10.0.7
|
|
210
|
+
|
|
211
|
+
### Patch Changes
|
|
212
|
+
|
|
213
|
+
- Updated dependencies [d500d9f]
|
|
214
|
+
- @pnpm/types@12.2.0
|
|
215
|
+
|
|
216
|
+
## 10.0.6
|
|
217
|
+
|
|
218
|
+
### Patch Changes
|
|
219
|
+
|
|
220
|
+
- Updated dependencies [7ee59a1]
|
|
221
|
+
- @pnpm/types@12.1.0
|
|
222
|
+
|
|
223
|
+
## 10.0.5
|
|
224
|
+
|
|
225
|
+
### Patch Changes
|
|
226
|
+
|
|
227
|
+
- Updated dependencies [cb006df]
|
|
228
|
+
- @pnpm/types@12.0.0
|
|
229
|
+
|
|
230
|
+
## 10.0.4
|
|
231
|
+
|
|
232
|
+
### Patch Changes
|
|
233
|
+
|
|
234
|
+
- Updated dependencies [0ef168b]
|
|
235
|
+
- @pnpm/types@11.1.0
|
|
236
|
+
|
|
237
|
+
## 10.0.3
|
|
238
|
+
|
|
239
|
+
### Patch Changes
|
|
240
|
+
|
|
241
|
+
- Updated dependencies [dd00eeb]
|
|
242
|
+
- Updated dependencies
|
|
243
|
+
- @pnpm/types@11.0.0
|
|
244
|
+
|
|
245
|
+
## 10.0.2
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- Updated dependencies [13e55b2]
|
|
250
|
+
- @pnpm/types@10.1.1
|
|
251
|
+
|
|
252
|
+
## 10.0.1
|
|
253
|
+
|
|
254
|
+
### Patch Changes
|
|
255
|
+
|
|
256
|
+
- Updated dependencies [45f4262]
|
|
257
|
+
- @pnpm/types@10.1.0
|
|
258
|
+
|
|
259
|
+
## 10.0.0
|
|
260
|
+
|
|
261
|
+
### Major Changes
|
|
262
|
+
|
|
263
|
+
- 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
|
|
264
|
+
|
|
265
|
+
### Patch Changes
|
|
266
|
+
|
|
267
|
+
- Updated dependencies [7733f3a]
|
|
268
|
+
- Updated dependencies [43cdd87]
|
|
269
|
+
- Updated dependencies [730929e]
|
|
270
|
+
- @pnpm/types@10.0.0
|
|
271
|
+
|
|
272
|
+
## 9.0.6
|
|
273
|
+
|
|
274
|
+
### Patch Changes
|
|
275
|
+
|
|
276
|
+
- Updated dependencies [4d34684f1]
|
|
277
|
+
- @pnpm/types@9.4.2
|
|
278
|
+
|
|
279
|
+
## 9.0.5
|
|
280
|
+
|
|
281
|
+
### Patch Changes
|
|
282
|
+
|
|
283
|
+
- Updated dependencies
|
|
284
|
+
- @pnpm/types@9.4.1
|
|
285
|
+
|
|
286
|
+
## 9.0.4
|
|
287
|
+
|
|
288
|
+
### Patch Changes
|
|
289
|
+
|
|
290
|
+
- Updated dependencies [43ce9e4a6]
|
|
291
|
+
- @pnpm/types@9.4.0
|
|
292
|
+
|
|
293
|
+
## 9.0.3
|
|
294
|
+
|
|
295
|
+
### Patch Changes
|
|
296
|
+
|
|
297
|
+
- Updated dependencies [d774a3196]
|
|
298
|
+
- @pnpm/types@9.3.0
|
|
299
|
+
|
|
300
|
+
## 9.0.2
|
|
301
|
+
|
|
302
|
+
### Patch Changes
|
|
303
|
+
|
|
304
|
+
- Updated dependencies [aa2ae8fe2]
|
|
305
|
+
- @pnpm/types@9.2.0
|
|
306
|
+
|
|
307
|
+
## 9.0.1
|
|
308
|
+
|
|
309
|
+
### Patch Changes
|
|
310
|
+
|
|
311
|
+
- Updated dependencies [a9e0b7cbf]
|
|
312
|
+
- @pnpm/types@9.1.0
|
|
313
|
+
|
|
314
|
+
## 9.0.0
|
|
315
|
+
|
|
316
|
+
### Major Changes
|
|
317
|
+
|
|
318
|
+
- eceaa8b8b: Node.js 14 support dropped.
|
|
319
|
+
|
|
320
|
+
### Patch Changes
|
|
321
|
+
|
|
322
|
+
- Updated dependencies [eceaa8b8b]
|
|
323
|
+
- @pnpm/types@9.0.0
|
|
324
|
+
|
|
325
|
+
## 8.0.3
|
|
326
|
+
|
|
327
|
+
### Patch Changes
|
|
328
|
+
|
|
329
|
+
- Updated dependencies [b77651d14]
|
|
330
|
+
- @pnpm/types@8.10.0
|
|
331
|
+
|
|
332
|
+
## 8.0.2
|
|
333
|
+
|
|
334
|
+
### Patch Changes
|
|
335
|
+
|
|
336
|
+
- Updated dependencies [702e847c1]
|
|
337
|
+
- @pnpm/types@8.9.0
|
|
338
|
+
|
|
339
|
+
## 8.0.1
|
|
340
|
+
|
|
341
|
+
### Patch Changes
|
|
342
|
+
|
|
343
|
+
- Updated dependencies [844e82f3a]
|
|
344
|
+
- @pnpm/types@8.8.0
|
|
345
|
+
|
|
346
|
+
## 8.0.0
|
|
347
|
+
|
|
348
|
+
### Major Changes
|
|
349
|
+
|
|
350
|
+
- f884689e0: Require `@pnpm/logger` v5.
|
|
351
|
+
|
|
352
|
+
## 7.1.0
|
|
353
|
+
|
|
354
|
+
### Minor Changes
|
|
355
|
+
|
|
356
|
+
- 3ae888c28: Show execution time on `install`, `update`, `add`, and `remove` [#1021](https://github.com/pnpm/pnpm/issues/1021).
|
|
357
|
+
|
|
358
|
+
## 7.0.8
|
|
359
|
+
|
|
360
|
+
### Patch Changes
|
|
361
|
+
|
|
362
|
+
- Updated dependencies [d665f3ff7]
|
|
363
|
+
- @pnpm/types@8.7.0
|
|
364
|
+
|
|
365
|
+
## 7.0.7
|
|
366
|
+
|
|
367
|
+
### Patch Changes
|
|
368
|
+
|
|
369
|
+
- Updated dependencies [156cc1ef6]
|
|
370
|
+
- @pnpm/types@8.6.0
|
|
371
|
+
|
|
372
|
+
## 7.0.6
|
|
373
|
+
|
|
374
|
+
### Patch Changes
|
|
375
|
+
|
|
376
|
+
- Updated dependencies [c90798461]
|
|
377
|
+
- @pnpm/types@8.5.0
|
|
378
|
+
|
|
379
|
+
## 7.0.5
|
|
380
|
+
|
|
381
|
+
### Patch Changes
|
|
382
|
+
|
|
383
|
+
- Updated dependencies [8e5b77ef6]
|
|
384
|
+
- @pnpm/types@8.4.0
|
|
385
|
+
|
|
386
|
+
## 7.0.4
|
|
387
|
+
|
|
388
|
+
### Patch Changes
|
|
389
|
+
|
|
390
|
+
- Updated dependencies [2a34b21ce]
|
|
391
|
+
- @pnpm/types@8.3.0
|
|
392
|
+
|
|
393
|
+
## 7.0.3
|
|
394
|
+
|
|
395
|
+
### Patch Changes
|
|
396
|
+
|
|
397
|
+
- Updated dependencies [fb5bbfd7a]
|
|
398
|
+
- @pnpm/types@8.2.0
|
|
399
|
+
|
|
400
|
+
## 7.0.2
|
|
401
|
+
|
|
402
|
+
### Patch Changes
|
|
403
|
+
|
|
404
|
+
- Updated dependencies [4d39e4a0c]
|
|
405
|
+
- @pnpm/types@8.1.0
|
|
406
|
+
|
|
407
|
+
## 7.0.1
|
|
408
|
+
|
|
409
|
+
### Patch Changes
|
|
410
|
+
|
|
411
|
+
- Updated dependencies [18ba5e2c0]
|
|
412
|
+
- @pnpm/types@8.0.1
|
|
413
|
+
|
|
414
|
+
## 7.0.0
|
|
415
|
+
|
|
416
|
+
### Major Changes
|
|
417
|
+
|
|
418
|
+
- 542014839: Node.js 12 is not supported.
|
|
419
|
+
|
|
420
|
+
### Patch Changes
|
|
421
|
+
|
|
422
|
+
- Updated dependencies [d504dc380]
|
|
423
|
+
- Updated dependencies [542014839]
|
|
424
|
+
- @pnpm/types@8.0.0
|
|
425
|
+
|
|
426
|
+
## 6.1.4
|
|
427
|
+
|
|
428
|
+
### Patch Changes
|
|
429
|
+
|
|
430
|
+
- Updated dependencies [b138d048c]
|
|
431
|
+
- @pnpm/types@7.10.0
|
|
432
|
+
|
|
433
|
+
## 6.1.3
|
|
434
|
+
|
|
435
|
+
### Patch Changes
|
|
436
|
+
|
|
437
|
+
- Updated dependencies [26cd01b88]
|
|
438
|
+
- @pnpm/types@7.9.0
|
|
439
|
+
|
|
440
|
+
## 6.1.2
|
|
441
|
+
|
|
442
|
+
### Patch Changes
|
|
443
|
+
|
|
444
|
+
- Updated dependencies [b5734a4a7]
|
|
445
|
+
- @pnpm/types@7.8.0
|
|
446
|
+
|
|
447
|
+
## 6.1.1
|
|
448
|
+
|
|
449
|
+
### Patch Changes
|
|
450
|
+
|
|
451
|
+
- Updated dependencies [6493e0c93]
|
|
452
|
+
- @pnpm/types@7.7.1
|
|
453
|
+
|
|
454
|
+
## 6.1.0
|
|
455
|
+
|
|
456
|
+
### Minor Changes
|
|
457
|
+
|
|
458
|
+
- ba9b2eba1: Add peerDependencyIssuesLogger.
|
|
459
|
+
|
|
460
|
+
### Patch Changes
|
|
461
|
+
|
|
462
|
+
- Updated dependencies [ba9b2eba1]
|
|
463
|
+
- @pnpm/types@7.7.0
|
|
464
|
+
|
|
465
|
+
## 6.0.6
|
|
466
|
+
|
|
467
|
+
### Patch Changes
|
|
468
|
+
|
|
469
|
+
- Updated dependencies [302ae4f6f]
|
|
470
|
+
- @pnpm/types@7.6.0
|
|
471
|
+
|
|
472
|
+
## 6.0.5
|
|
473
|
+
|
|
474
|
+
### Patch Changes
|
|
475
|
+
|
|
476
|
+
- Updated dependencies [4ab87844a]
|
|
477
|
+
- @pnpm/types@7.5.0
|
|
478
|
+
|
|
479
|
+
## 6.0.4
|
|
480
|
+
|
|
481
|
+
### Patch Changes
|
|
482
|
+
|
|
483
|
+
- Updated dependencies [b734b45ea]
|
|
484
|
+
- @pnpm/types@7.4.0
|
|
485
|
+
|
|
486
|
+
## 6.0.3
|
|
487
|
+
|
|
488
|
+
### Patch Changes
|
|
489
|
+
|
|
490
|
+
- Updated dependencies [8e76690f4]
|
|
491
|
+
- @pnpm/types@7.3.0
|
|
492
|
+
|
|
493
|
+
## 6.0.2
|
|
494
|
+
|
|
495
|
+
### Patch Changes
|
|
496
|
+
|
|
497
|
+
- Updated dependencies [724c5abd8]
|
|
498
|
+
- @pnpm/types@7.2.0
|
|
499
|
+
|
|
500
|
+
## 6.0.1
|
|
501
|
+
|
|
502
|
+
### Patch Changes
|
|
503
|
+
|
|
504
|
+
- Updated dependencies [97c64bae4]
|
|
505
|
+
- @pnpm/types@7.1.0
|
|
506
|
+
|
|
507
|
+
## 6.0.0
|
|
508
|
+
|
|
509
|
+
### Major Changes
|
|
510
|
+
|
|
511
|
+
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
|
|
512
|
+
|
|
513
|
+
### Minor Changes
|
|
514
|
+
|
|
515
|
+
- 90487a3a8: New logger added: `updateCheckLogger`.
|
|
516
|
+
|
|
517
|
+
### Patch Changes
|
|
518
|
+
|
|
519
|
+
- Updated dependencies [97b986fbc]
|
|
520
|
+
- @pnpm/types@7.0.0
|
|
521
|
+
|
|
522
|
+
## 5.0.3
|
|
523
|
+
|
|
524
|
+
### Patch Changes
|
|
525
|
+
|
|
526
|
+
- Updated dependencies [9ad8c27bf]
|
|
527
|
+
- @pnpm/types@6.4.0
|
|
528
|
+
|
|
529
|
+
## 5.0.2
|
|
530
|
+
|
|
531
|
+
### Patch Changes
|
|
532
|
+
|
|
533
|
+
- Updated dependencies [b5d694e7f]
|
|
534
|
+
- @pnpm/types@6.3.1
|
|
535
|
+
|
|
536
|
+
## 5.0.1
|
|
537
|
+
|
|
538
|
+
### Patch Changes
|
|
539
|
+
|
|
540
|
+
- Updated dependencies [d54043ee4]
|
|
541
|
+
- @pnpm/types@6.3.0
|
|
542
|
+
|
|
543
|
+
## 5.0.0
|
|
544
|
+
|
|
545
|
+
### Major Changes
|
|
546
|
+
|
|
547
|
+
- 86cd72de3: Remove `importingLogger`. Importing should be logged by a new type of progress log status: `imported`.
|
|
548
|
+
|
|
549
|
+
## 4.2.0
|
|
550
|
+
|
|
551
|
+
### Minor Changes
|
|
552
|
+
|
|
553
|
+
- 9a908bc07: Use `contextLogger` to log `virtualStoreDir`, `storeDir`, and `currentLockfileExists`.
|
|
554
|
+
- 9a908bc07: Add packageImportMethod logger.
|
|
555
|
+
|
|
556
|
+
## 4.1.2
|
|
557
|
+
|
|
558
|
+
### Patch Changes
|
|
559
|
+
|
|
560
|
+
- Updated dependencies [db17f6f7b]
|
|
561
|
+
- @pnpm/types@6.2.0
|
|
562
|
+
|
|
563
|
+
## 4.1.1
|
|
564
|
+
|
|
565
|
+
### Patch Changes
|
|
566
|
+
|
|
567
|
+
- Updated dependencies [71a8c8ce3]
|
|
568
|
+
- @pnpm/types@6.1.0
|
|
569
|
+
|
|
570
|
+
## 4.1.0
|
|
571
|
+
|
|
572
|
+
### Minor Changes
|
|
573
|
+
|
|
574
|
+
- 2ebb7af33: New reporter added for request retries.
|
|
575
|
+
|
|
576
|
+
## 4.0.2
|
|
577
|
+
|
|
578
|
+
### Patch Changes
|
|
579
|
+
|
|
580
|
+
- Updated dependencies [da091c711]
|
|
581
|
+
- @pnpm/types@6.0.0
|
|
582
|
+
|
|
583
|
+
## 4.0.2-alpha.0
|
|
584
|
+
|
|
585
|
+
### Patch Changes
|
|
586
|
+
|
|
587
|
+
- Updated dependencies [da091c71]
|
|
588
|
+
- @pnpm/types@6.0.0-alpha.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/core-loggers",
|
|
3
|
-
"version": "1100.2.
|
|
3
|
+
"version": "1100.2.3",
|
|
4
4
|
"description": "Core loggers of pnpm",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"funding": "https://opencollective.com/pnpm",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "https://github.com/pnpm/pnpm/tree/main/core/core-loggers"
|
|
13
|
+
"url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/core/core-loggers"
|
|
14
14
|
},
|
|
15
|
-
"homepage": "https://github.com/pnpm/pnpm/tree/main/core/core-loggers#readme",
|
|
15
|
+
"homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/core/core-loggers#readme",
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
18
18
|
},
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"test": "test"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@pnpm/types": "1101.
|
|
33
|
+
"@pnpm/types": "1101.4.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@pnpm/logger": "^1100.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@pnpm/core-loggers": "1100.2.
|
|
39
|
+
"@pnpm/core-loggers": "1100.2.3",
|
|
40
40
|
"@pnpm/logger": "1100.0.0"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
package/lib/all.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export * from './contextLogger.js';
|
|
2
|
-
export * from './deprecationLogger.js';
|
|
3
|
-
export * from './executionTimeLogger.js';
|
|
4
|
-
export * from './fetchingProgressLogger.js';
|
|
5
|
-
export * from './hookLogger.js';
|
|
6
|
-
export * from './ignoredScriptsLogger.js';
|
|
7
|
-
export * from './installCheckLogger.js';
|
|
8
|
-
export * from './installingConfigDeps.js';
|
|
9
|
-
export * from './lifecycleLogger.js';
|
|
10
|
-
export * from './linkLogger.js';
|
|
11
|
-
export * from './lockfileVerificationLogger.js';
|
|
12
|
-
export * from './packageImportMethodLogger.js';
|
|
13
|
-
export * from './packageManifestLogger.js';
|
|
14
|
-
export * from './peerDependencyIssues.js';
|
|
15
|
-
export * from './progressLogger.js';
|
|
16
|
-
export * from './registryLogger.js';
|
|
17
|
-
export * from './removalLogger.js';
|
|
18
|
-
export * from './requestRetryLogger.js';
|
|
19
|
-
export * from './rootLogger.js';
|
|
20
|
-
export * from './scopeLogger.js';
|
|
21
|
-
export * from './skippedOptionalDependencyLogger.js';
|
|
22
|
-
export * from './stageLogger.js';
|
|
23
|
-
export * from './statsLogger.js';
|
|
24
|
-
export * from './summaryLogger.js';
|
|
25
|
-
export * from './updateCheckLogger.js';
|
package/lib/all.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export * from './contextLogger.js';
|
|
2
|
-
export * from './deprecationLogger.js';
|
|
3
|
-
export * from './executionTimeLogger.js';
|
|
4
|
-
export * from './fetchingProgressLogger.js';
|
|
5
|
-
export * from './hookLogger.js';
|
|
6
|
-
export * from './ignoredScriptsLogger.js';
|
|
7
|
-
export * from './installCheckLogger.js';
|
|
8
|
-
export * from './installingConfigDeps.js';
|
|
9
|
-
export * from './lifecycleLogger.js';
|
|
10
|
-
export * from './linkLogger.js';
|
|
11
|
-
export * from './lockfileVerificationLogger.js';
|
|
12
|
-
export * from './packageImportMethodLogger.js';
|
|
13
|
-
export * from './packageManifestLogger.js';
|
|
14
|
-
export * from './peerDependencyIssues.js';
|
|
15
|
-
export * from './progressLogger.js';
|
|
16
|
-
export * from './registryLogger.js';
|
|
17
|
-
export * from './removalLogger.js';
|
|
18
|
-
export * from './requestRetryLogger.js';
|
|
19
|
-
export * from './rootLogger.js';
|
|
20
|
-
export * from './scopeLogger.js';
|
|
21
|
-
export * from './skippedOptionalDependencyLogger.js';
|
|
22
|
-
export * from './stageLogger.js';
|
|
23
|
-
export * from './statsLogger.js';
|
|
24
|
-
export * from './summaryLogger.js';
|
|
25
|
-
export * from './updateCheckLogger.js';
|
|
26
|
-
//# sourceMappingURL=all.js.map
|
package/lib/contextLogger.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const contextLogger: import("@pnpm/logger").Logger<unknown>;
|
|
3
|
-
export interface ContextMessage {
|
|
4
|
-
currentLockfileExists: boolean;
|
|
5
|
-
storeDir: string;
|
|
6
|
-
virtualStoreDir: string;
|
|
7
|
-
}
|
|
8
|
-
export type ContextLog = {
|
|
9
|
-
name: 'pnpm:context';
|
|
10
|
-
} & LogBase & ContextMessage;
|
package/lib/contextLogger.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type LogBase, type Logger } from '@pnpm/logger';
|
|
2
|
-
export declare const deprecationLogger: Logger<DeprecationMessage>;
|
|
3
|
-
export interface DeprecationMessage {
|
|
4
|
-
pkgName: string;
|
|
5
|
-
pkgVersion: string;
|
|
6
|
-
pkgId: string;
|
|
7
|
-
prefix: string;
|
|
8
|
-
deprecated: string;
|
|
9
|
-
depth: number;
|
|
10
|
-
}
|
|
11
|
-
export type DeprecationLog = {
|
|
12
|
-
name: 'pnpm:deprecation';
|
|
13
|
-
} & LogBase & DeprecationMessage;
|
package/lib/deprecationLogger.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const executionTimeLogger: import("@pnpm/logger").Logger<unknown>;
|
|
3
|
-
export interface ExecutionTimeMessage {
|
|
4
|
-
startedAt: number;
|
|
5
|
-
endedAt: number;
|
|
6
|
-
}
|
|
7
|
-
export type ExecutionTimeLog = {
|
|
8
|
-
name: 'pnpm:execution-time';
|
|
9
|
-
} & LogBase & ExecutionTimeMessage;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { type LogBase, type Logger } from '@pnpm/logger';
|
|
2
|
-
export declare const fetchingProgressLogger: Logger<FetchingProgressMessage>;
|
|
3
|
-
export interface FetchingProgressMessageBase {
|
|
4
|
-
attempt?: number;
|
|
5
|
-
downloaded?: number;
|
|
6
|
-
packageId: string;
|
|
7
|
-
size?: number | null;
|
|
8
|
-
status?: 'started' | 'in_progress';
|
|
9
|
-
}
|
|
10
|
-
export interface FetchingProgressMessageStarted extends FetchingProgressMessageBase {
|
|
11
|
-
attempt: number;
|
|
12
|
-
size: number | null;
|
|
13
|
-
status: 'started';
|
|
14
|
-
}
|
|
15
|
-
export interface FetchingProgressMessageInProgress extends FetchingProgressMessageBase {
|
|
16
|
-
downloaded: number;
|
|
17
|
-
status: 'in_progress';
|
|
18
|
-
}
|
|
19
|
-
export type FetchingProgressMessage = FetchingProgressMessageStarted | FetchingProgressMessageInProgress;
|
|
20
|
-
export type FetchingProgressLog = {
|
|
21
|
-
name: 'pnpm:fetching-progress';
|
|
22
|
-
} & LogBase & FetchingProgressMessage;
|
package/lib/hookLogger.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const hookLogger: import("@pnpm/logger").Logger<unknown>;
|
|
3
|
-
export interface HookMessage {
|
|
4
|
-
from: string;
|
|
5
|
-
hook: string;
|
|
6
|
-
message: string;
|
|
7
|
-
prefix: string;
|
|
8
|
-
}
|
|
9
|
-
export type HookLog = {
|
|
10
|
-
name: 'pnpm:hook';
|
|
11
|
-
} & LogBase & HookMessage;
|
package/lib/hookLogger.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const ignoredScriptsLogger: import("@pnpm/logger").Logger<unknown>;
|
|
3
|
-
export interface IgnoredScriptsMessage {
|
|
4
|
-
packageNames: string[];
|
|
5
|
-
}
|
|
6
|
-
export type IgnoredScriptsLog = {
|
|
7
|
-
name: 'pnpm:ignored-scripts';
|
|
8
|
-
} & LogBase & IgnoredScriptsMessage;
|
package/lib/index.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { ContextLog, DeprecationLog, ExecutionTimeLog, FetchingProgressLog, HookLog, IgnoredScriptsLog, InstallCheckLog, InstallingConfigDepsLog, LifecycleLog, LinkLog, LockfileVerificationLog, PackageImportMethodLog, PackageManifestLog, PeerDependencyIssuesLog, ProgressLog, RegistryLog, RequestRetryLog, RootLog, ScopeLog, SkippedOptionalDependencyLog, StageLog, StatsLog, SummaryLog, UpdateCheckLog } from './all.js';
|
|
2
|
-
export * from './all.js';
|
|
3
|
-
export type Log = ContextLog | DeprecationLog | FetchingProgressLog | ExecutionTimeLog | HookLog | InstallCheckLog | InstallingConfigDepsLog | IgnoredScriptsLog | LifecycleLog | LinkLog | LockfileVerificationLog | PackageManifestLog | PackageImportMethodLog | PeerDependencyIssuesLog | ProgressLog | RegistryLog | RequestRetryLog | RootLog | ScopeLog | SkippedOptionalDependencyLog | StageLog | StatsLog | SummaryLog | UpdateCheckLog;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const installCheckLogger: import("@pnpm/logger").Logger<InstallCheckMessage>;
|
|
3
|
-
export interface InstallCheckMessage {
|
|
4
|
-
code: string;
|
|
5
|
-
pkgId: string;
|
|
6
|
-
}
|
|
7
|
-
export type InstallCheckLog = {
|
|
8
|
-
name: 'pnpm:install-check';
|
|
9
|
-
} & LogBase & InstallCheckMessage;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const installingConfigDepsLogger: import("@pnpm/logger").Logger<InstallingConfigDepsMessage>;
|
|
3
|
-
export interface InstallingConfigDepsMessageBase {
|
|
4
|
-
status?: 'started' | 'done';
|
|
5
|
-
}
|
|
6
|
-
export interface InstallingConfigDepsStartedMessage extends InstallingConfigDepsMessageBase {
|
|
7
|
-
status: 'started';
|
|
8
|
-
}
|
|
9
|
-
export interface InstallingConfigDepsDoneMessage extends InstallingConfigDepsMessageBase {
|
|
10
|
-
deps: Array<{
|
|
11
|
-
name: string;
|
|
12
|
-
version: string;
|
|
13
|
-
}>;
|
|
14
|
-
status: 'done';
|
|
15
|
-
}
|
|
16
|
-
export type InstallingConfigDepsMessage = InstallingConfigDepsStartedMessage | InstallingConfigDepsDoneMessage;
|
|
17
|
-
export type InstallingConfigDepsLog = {
|
|
18
|
-
name: 'pnpm:installing-config-deps';
|
|
19
|
-
} & LogBase & InstallingConfigDepsMessage;
|
package/lib/lifecycleLogger.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const lifecycleLogger: import("@pnpm/logger").Logger<LifecycleMessage>;
|
|
3
|
-
export interface LifecycleMessageBase {
|
|
4
|
-
depPath: string;
|
|
5
|
-
stage: string;
|
|
6
|
-
wd: string;
|
|
7
|
-
exitCode?: number;
|
|
8
|
-
line?: string;
|
|
9
|
-
optional?: boolean;
|
|
10
|
-
script?: string;
|
|
11
|
-
stdio?: 'stdout' | 'stderr';
|
|
12
|
-
}
|
|
13
|
-
export interface StdioLifecycleMessage extends LifecycleMessageBase {
|
|
14
|
-
line: string;
|
|
15
|
-
stdio: 'stdout' | 'stderr';
|
|
16
|
-
}
|
|
17
|
-
export interface ExitLifecycleMessage extends LifecycleMessageBase {
|
|
18
|
-
exitCode: number;
|
|
19
|
-
optional: boolean;
|
|
20
|
-
}
|
|
21
|
-
export interface ScriptLifecycleMessage extends LifecycleMessageBase {
|
|
22
|
-
script: string;
|
|
23
|
-
optional: boolean;
|
|
24
|
-
}
|
|
25
|
-
export type LifecycleMessage = StdioLifecycleMessage | ExitLifecycleMessage | ScriptLifecycleMessage;
|
|
26
|
-
export type LifecycleLog = {
|
|
27
|
-
name: 'pnpm:lifecycle';
|
|
28
|
-
} & LogBase & LifecycleMessage;
|
package/lib/lifecycleLogger.js
DELETED
package/lib/linkLogger.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const linkLogger: import("@pnpm/logger").Logger<LinkMessage>;
|
|
3
|
-
export interface LinkMessage {
|
|
4
|
-
target: string;
|
|
5
|
-
link: string;
|
|
6
|
-
}
|
|
7
|
-
export type LinkLog = {
|
|
8
|
-
name: 'pnpm:link';
|
|
9
|
-
} & LogBase & LinkMessage;
|
package/lib/linkLogger.js
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const lockfileVerificationLogger: import("@pnpm/logger").Logger<LockfileVerificationMessage>;
|
|
3
|
-
export interface LockfileVerificationMessageBase {
|
|
4
|
-
status: 'started' | 'done' | 'failed' | 'cached';
|
|
5
|
-
/**
|
|
6
|
-
* Absolute path of the lockfile being verified. Omitted only when
|
|
7
|
-
* the verifier is invoked without a path (today only in unit tests
|
|
8
|
-
* that skip the cache wiring); production code paths always pass it.
|
|
9
|
-
*/
|
|
10
|
-
lockfilePath?: string;
|
|
11
|
-
}
|
|
12
|
-
export interface LockfileVerificationStartedMessage extends LockfileVerificationMessageBase {
|
|
13
|
-
status: 'started';
|
|
14
|
-
/** Number of distinct (name, version, resolution) entries about to be verified. */
|
|
15
|
-
entries: number;
|
|
16
|
-
}
|
|
17
|
-
export interface LockfileVerificationDoneMessage extends LockfileVerificationMessageBase {
|
|
18
|
-
status: 'done';
|
|
19
|
-
/** Number of distinct (name, version, resolution) entries that were verified. */
|
|
20
|
-
entries: number;
|
|
21
|
-
/** Milliseconds elapsed between the matching `started` event and `done`. */
|
|
22
|
-
elapsedMs: number;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Terminal event emitted on every exit path that emitted `started` but
|
|
26
|
-
* didn't succeed — both policy violations (a `PnpmError` is about to be
|
|
27
|
-
* thrown with the breakdown) and unexpected throws from the registry
|
|
28
|
-
* fan-out. Lets the reporter close out the transient `started` frame
|
|
29
|
-
* in ansi-diff mode so it isn't left looking like a hung spinner above
|
|
30
|
-
* the failure output.
|
|
31
|
-
*/
|
|
32
|
-
export interface LockfileVerificationFailedMessage extends LockfileVerificationMessageBase {
|
|
33
|
-
status: 'failed';
|
|
34
|
-
/** Number of distinct (name, version, resolution) entries that were checked before the failure. */
|
|
35
|
-
entries: number;
|
|
36
|
-
/** Milliseconds elapsed between the matching `started` event and `failed`. */
|
|
37
|
-
elapsedMs: number;
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* Emitted instead of a `started`/`done` pair when the verification
|
|
41
|
-
* cache already holds a passing verdict for this lockfile content
|
|
42
|
-
* under the same (or stricter) policy, so the gate short-circuited
|
|
43
|
-
* without contacting the registry. Carries no `entries` count — the
|
|
44
|
-
* short-circuit happens before candidates are collected.
|
|
45
|
-
*/
|
|
46
|
-
export interface LockfileVerificationCachedMessage extends LockfileVerificationMessageBase {
|
|
47
|
-
status: 'cached';
|
|
48
|
-
/**
|
|
49
|
-
* ISO-8601 timestamp of the verification run the cached verdict was
|
|
50
|
-
* recorded by. Omitted when the cache record predates the field.
|
|
51
|
-
*/
|
|
52
|
-
verifiedAt?: string;
|
|
53
|
-
}
|
|
54
|
-
export type LockfileVerificationMessage = LockfileVerificationStartedMessage | LockfileVerificationDoneMessage | LockfileVerificationFailedMessage | LockfileVerificationCachedMessage;
|
|
55
|
-
export type LockfileVerificationLog = {
|
|
56
|
-
name: 'pnpm:lockfile-verification';
|
|
57
|
-
} & LogBase & LockfileVerificationMessage;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const packageImportMethodLogger: import("@pnpm/logger").Logger<unknown>;
|
|
3
|
-
export interface PackageImportMethodMessage {
|
|
4
|
-
method: 'clone' | 'hardlink' | 'copy';
|
|
5
|
-
}
|
|
6
|
-
export type PackageImportMethodLog = {
|
|
7
|
-
name: 'pnpm:package-import-method';
|
|
8
|
-
} & LogBase & PackageImportMethodMessage;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
import type { ProjectManifest } from '@pnpm/types';
|
|
3
|
-
export declare const packageManifestLogger: import("@pnpm/logger").Logger<PackageManifestMessage>;
|
|
4
|
-
export interface PackageManifestMessageBase {
|
|
5
|
-
prefix: string;
|
|
6
|
-
initial?: ProjectManifest;
|
|
7
|
-
updated?: ProjectManifest;
|
|
8
|
-
}
|
|
9
|
-
export interface PackageManifestMessageInitial extends PackageManifestMessageBase {
|
|
10
|
-
initial: ProjectManifest;
|
|
11
|
-
}
|
|
12
|
-
export interface PackageManifestMessageUpdated extends PackageManifestMessageBase {
|
|
13
|
-
updated: ProjectManifest;
|
|
14
|
-
}
|
|
15
|
-
export type PackageManifestMessage = PackageManifestMessageInitial | PackageManifestMessageUpdated;
|
|
16
|
-
export type PackageManifestLog = {
|
|
17
|
-
name: 'pnpm:package-manifest';
|
|
18
|
-
} & LogBase & PackageManifestMessage;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type LogBase, type Logger } from '@pnpm/logger';
|
|
2
|
-
import type { PeerDependencyIssuesByProjects } from '@pnpm/types';
|
|
3
|
-
export declare const peerDependencyIssuesLogger: Logger<PeerDependencyIssuesMessage>;
|
|
4
|
-
export interface PeerDependencyIssuesMessage {
|
|
5
|
-
issuesByProjects: PeerDependencyIssuesByProjects;
|
|
6
|
-
}
|
|
7
|
-
export type PeerDependencyIssuesLog = {
|
|
8
|
-
name: 'pnpm:peer-dependency-issues';
|
|
9
|
-
} & LogBase & PeerDependencyIssuesMessage;
|
package/lib/progressLogger.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { type LogBase, type Logger } from '@pnpm/logger';
|
|
2
|
-
export declare const progressLogger: Logger<ProgressMessage>;
|
|
3
|
-
export type ProgressMessage = {
|
|
4
|
-
packageId: string;
|
|
5
|
-
requester: string;
|
|
6
|
-
status: 'fetched' | 'found_in_store' | 'resolved';
|
|
7
|
-
} | {
|
|
8
|
-
status: 'imported';
|
|
9
|
-
method: string;
|
|
10
|
-
requester: string;
|
|
11
|
-
to: string;
|
|
12
|
-
};
|
|
13
|
-
export type ProgressLog = {
|
|
14
|
-
name: 'pnpm:progress';
|
|
15
|
-
} & LogBase & ProgressMessage;
|
package/lib/progressLogger.js
DELETED
package/lib/registryLogger.d.ts
DELETED
package/lib/registryLogger.js
DELETED
package/lib/removalLogger.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const removalLogger: import("@pnpm/logger").Logger<string>;
|
package/lib/removalLogger.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const requestRetryLogger: import("@pnpm/logger").Logger<RequestRetryMessage>;
|
|
3
|
-
export interface RequestRetryError {
|
|
4
|
-
name?: string;
|
|
5
|
-
message?: string;
|
|
6
|
-
status?: number;
|
|
7
|
-
statusCode?: number;
|
|
8
|
-
errno?: number;
|
|
9
|
-
code?: string;
|
|
10
|
-
cause?: {
|
|
11
|
-
code?: string;
|
|
12
|
-
errno?: number;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
export interface RequestRetryMessage {
|
|
16
|
-
attempt: number;
|
|
17
|
-
error: RequestRetryError;
|
|
18
|
-
maxRetries: number;
|
|
19
|
-
method: string;
|
|
20
|
-
timeout: number;
|
|
21
|
-
url: string;
|
|
22
|
-
}
|
|
23
|
-
export type RequestRetryLog = {
|
|
24
|
-
name: 'pnpm:request-retry';
|
|
25
|
-
} & LogBase & RequestRetryMessage;
|
package/lib/rootLogger.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const rootLogger: import("@pnpm/logger").Logger<RootMessage>;
|
|
3
|
-
export type DependencyType = 'prod' | 'dev' | 'optional';
|
|
4
|
-
export type RootMessage = {
|
|
5
|
-
prefix: string;
|
|
6
|
-
} & ({
|
|
7
|
-
added: {
|
|
8
|
-
id?: string;
|
|
9
|
-
name: string;
|
|
10
|
-
realName: string;
|
|
11
|
-
version?: string;
|
|
12
|
-
dependencyType?: DependencyType;
|
|
13
|
-
latest?: string;
|
|
14
|
-
linkedFrom?: string;
|
|
15
|
-
};
|
|
16
|
-
} | {
|
|
17
|
-
removed: {
|
|
18
|
-
name: string;
|
|
19
|
-
version?: string;
|
|
20
|
-
dependencyType?: DependencyType;
|
|
21
|
-
};
|
|
22
|
-
});
|
|
23
|
-
export type RootLog = {
|
|
24
|
-
name: 'pnpm:root';
|
|
25
|
-
} & LogBase & RootMessage;
|
package/lib/rootLogger.js
DELETED
package/lib/scopeLogger.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const scopeLogger: import("@pnpm/logger").Logger<ScopeMessage>;
|
|
3
|
-
export interface ScopeMessage {
|
|
4
|
-
selected: number;
|
|
5
|
-
total?: number;
|
|
6
|
-
workspacePrefix?: string;
|
|
7
|
-
}
|
|
8
|
-
export type ScopeLog = {
|
|
9
|
-
name: 'pnpm:scope';
|
|
10
|
-
} & LogBase & ScopeMessage;
|
package/lib/scopeLogger.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const skippedOptionalDependencyLogger: import("@pnpm/logger").Logger<SkippedOptionalDependencyMessage>;
|
|
3
|
-
export type SkippedOptionalDependencyLog = {
|
|
4
|
-
name: 'pnpm:skipped-optional-dependency';
|
|
5
|
-
} & LogBase & SkippedOptionalDependencyMessage;
|
|
6
|
-
export type SkippedOptionalDependencyMessage = {
|
|
7
|
-
details?: string;
|
|
8
|
-
parents?: Array<{
|
|
9
|
-
id: string;
|
|
10
|
-
name: string;
|
|
11
|
-
version: string;
|
|
12
|
-
}>;
|
|
13
|
-
prefix: string;
|
|
14
|
-
} & ({
|
|
15
|
-
package: {
|
|
16
|
-
id: string;
|
|
17
|
-
name: string;
|
|
18
|
-
version: string;
|
|
19
|
-
};
|
|
20
|
-
reason: 'unsupported_engine' | 'unsupported_platform' | 'build_failure';
|
|
21
|
-
} | {
|
|
22
|
-
package: {
|
|
23
|
-
id?: never;
|
|
24
|
-
name: string | undefined;
|
|
25
|
-
version: string | undefined;
|
|
26
|
-
bareSpecifier: string;
|
|
27
|
-
};
|
|
28
|
-
reason: 'resolution_failure';
|
|
29
|
-
});
|
package/lib/stageLogger.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const stageLogger: import("@pnpm/logger").Logger<StageMessage>;
|
|
3
|
-
export interface StageMessage {
|
|
4
|
-
prefix: string;
|
|
5
|
-
stage: 'resolution_started' | 'resolution_done' | 'importing_started' | 'importing_done';
|
|
6
|
-
}
|
|
7
|
-
export type StageLog = {
|
|
8
|
-
name: 'pnpm:stage';
|
|
9
|
-
} & LogBase & StageMessage;
|
package/lib/stageLogger.js
DELETED
package/lib/statsLogger.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const statsLogger: import("@pnpm/logger").Logger<StatsMessage>;
|
|
3
|
-
export interface StatsMessageBase {
|
|
4
|
-
prefix: string;
|
|
5
|
-
added?: number;
|
|
6
|
-
removed?: number;
|
|
7
|
-
}
|
|
8
|
-
export interface StatsMessageAdded extends StatsMessageBase {
|
|
9
|
-
added: number;
|
|
10
|
-
removed?: never;
|
|
11
|
-
}
|
|
12
|
-
export interface StatsMessageRemoved extends StatsMessageBase {
|
|
13
|
-
added?: never;
|
|
14
|
-
removed: number;
|
|
15
|
-
}
|
|
16
|
-
export type StatsMessage = StatsMessageAdded | StatsMessageRemoved;
|
|
17
|
-
export type StatsLog = {
|
|
18
|
-
name: 'pnpm:stats';
|
|
19
|
-
} & LogBase & StatsMessage;
|
package/lib/statsLogger.js
DELETED
package/lib/summaryLogger.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const summaryLogger: import("@pnpm/logger").Logger<SummaryMessage>;
|
|
3
|
-
export interface SummaryMessage {
|
|
4
|
-
prefix: string;
|
|
5
|
-
}
|
|
6
|
-
export type SummaryLog = {
|
|
7
|
-
name: 'pnpm:summary';
|
|
8
|
-
} & LogBase & SummaryMessage;
|
package/lib/summaryLogger.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type LogBase } from '@pnpm/logger';
|
|
2
|
-
export declare const updateCheckLogger: import("@pnpm/logger").Logger<unknown>;
|
|
3
|
-
export interface UpdateCheckMessage {
|
|
4
|
-
currentVersion: string;
|
|
5
|
-
latestVersion: string;
|
|
6
|
-
}
|
|
7
|
-
export type UpdateCheckLog = {
|
|
8
|
-
name: 'pnpm:update-check';
|
|
9
|
-
} & LogBase & UpdateCheckMessage;
|
package/lib/updateCheckLogger.js
DELETED