pnpm 8.6.9 → 8.6.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.
- package/README.md +8 -3
- package/dist/node_modules/.modules.yaml +133 -4
- package/dist/node_modules/.pnpm/lock.yaml +120 -7
- package/dist/node_modules/jackspeak/dist/cjs/index.d.ts.map +1 -1
- package/dist/node_modules/jackspeak/dist/cjs/index.js +8 -3
- package/dist/node_modules/jackspeak/dist/cjs/index.js.map +1 -1
- package/dist/node_modules/jackspeak/dist/mjs/index.d.ts.map +1 -1
- package/dist/node_modules/jackspeak/dist/mjs/index.js +8 -3
- package/dist/node_modules/jackspeak/dist/mjs/index.js.map +1 -1
- package/dist/node_modules/jackspeak/package.json +1 -1
- package/dist/node_modules/signal-exit/dist/cjs/index.d.ts.map +1 -1
- package/dist/node_modules/signal-exit/dist/cjs/index.js +19 -12
- package/dist/node_modules/signal-exit/dist/cjs/index.js.map +1 -1
- package/dist/node_modules/signal-exit/dist/mjs/index.d.ts.map +1 -1
- package/dist/node_modules/signal-exit/dist/mjs/index.js +19 -12
- package/dist/node_modules/signal-exit/dist/mjs/index.js.map +1 -1
- package/dist/node_modules/signal-exit/package.json +1 -1
- package/dist/pnpm.cjs +2241 -1985
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,10 +24,10 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
24
24
|
|
|
25
25
|
> Microsoft uses pnpm in Rush repos with hundreds of projects and hundreds of PRs per day, and we’ve found it to be very fast and reliable.
|
|
26
26
|
|
|
27
|
-
[](https://
|
|
27
|
+
[](https://github.com/pnpm/pnpm/releases/latest)
|
|
28
28
|
[](https://r.pnpm.io/chat)
|
|
29
|
-
[](
|
|
30
|
-
[](
|
|
29
|
+
[](https://opencollective.com/pnpm)
|
|
30
|
+
[](https://opencollective.com/pnpm)
|
|
31
31
|
[](https://twitter.com/intent/follow?screen_name=pnpmjs®ion=follow_link)
|
|
32
32
|
|
|
33
33
|
## Gold Sponsors
|
|
@@ -35,6 +35,9 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
35
35
|
<table>
|
|
36
36
|
<tbody>
|
|
37
37
|
<tr>
|
|
38
|
+
<td align="center" valign="middle">
|
|
39
|
+
<a href="https://bit.dev/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"></a>
|
|
40
|
+
</td>
|
|
38
41
|
<td align="center" valign="middle">
|
|
39
42
|
<a href="https://novu.co/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
40
43
|
<picture>
|
|
@@ -44,6 +47,8 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
44
47
|
</picture>
|
|
45
48
|
</a>
|
|
46
49
|
</td>
|
|
50
|
+
</tr>
|
|
51
|
+
<tr>
|
|
47
52
|
<td align="center" valign="middle">
|
|
48
53
|
<a href="https://prisma.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
49
54
|
<picture>
|
|
@@ -122,7 +122,7 @@ hoistedLocations:
|
|
|
122
122
|
- node_modules/is-lambda
|
|
123
123
|
/isexe/2.0.0:
|
|
124
124
|
- node_modules/isexe
|
|
125
|
-
/jackspeak/2.2.
|
|
125
|
+
/jackspeak/2.2.2:
|
|
126
126
|
- node_modules/jackspeak
|
|
127
127
|
/lru-cache/10.0.0:
|
|
128
128
|
- node_modules/path-scurry/node_modules/lru-cache
|
|
@@ -203,7 +203,7 @@ hoistedLocations:
|
|
|
203
203
|
- node_modules/shebang-regex
|
|
204
204
|
/signal-exit/3.0.7:
|
|
205
205
|
- node_modules/gauge/node_modules/signal-exit
|
|
206
|
-
/signal-exit/4.0
|
|
206
|
+
/signal-exit/4.1.0:
|
|
207
207
|
- node_modules/signal-exit
|
|
208
208
|
/smart-buffer/4.2.0:
|
|
209
209
|
- node_modules/smart-buffer
|
|
@@ -256,12 +256,141 @@ included:
|
|
|
256
256
|
injectedDeps: {}
|
|
257
257
|
layoutVersion: 5
|
|
258
258
|
nodeLinker: hoisted
|
|
259
|
-
packageManager: pnpm@8.6.
|
|
259
|
+
packageManager: pnpm@8.6.10
|
|
260
260
|
pendingBuilds:
|
|
261
261
|
- /node-gyp/9.4.0
|
|
262
|
+
- /env-paths/2.2.1
|
|
263
|
+
- /exponential-backoff/3.1.1
|
|
264
|
+
- /glob/7.2.3
|
|
265
|
+
- /graceful-fs/4.2.11
|
|
266
|
+
- /make-fetch-happen/11.1.1
|
|
267
|
+
- /nopt/6.0.0
|
|
268
|
+
- /npmlog/6.0.2
|
|
269
|
+
- /rimraf/3.0.2
|
|
270
|
+
- /semver/7.5.4
|
|
271
|
+
- /lru-cache/6.0.0
|
|
272
|
+
- /tar/6.1.15
|
|
273
|
+
- /fs-minipass/2.1.0
|
|
274
|
+
- /minipass/3.3.6
|
|
275
|
+
- /which/2.0.2
|
|
276
|
+
- /fs.realpath/1.0.0
|
|
277
|
+
- /inflight/1.0.6
|
|
278
|
+
- /inherits/2.0.4
|
|
279
|
+
- /minimatch/3.1.2
|
|
280
|
+
- /once/1.4.0
|
|
281
|
+
- /path-is-absolute/1.0.1
|
|
282
|
+
- /agentkeepalive/4.3.0
|
|
283
|
+
- /cacache/17.1.3
|
|
284
|
+
- /glob/10.3.3
|
|
285
|
+
- /minimatch/9.0.3
|
|
286
|
+
- /brace-expansion/2.0.1
|
|
287
|
+
- /http-cache-semantics/4.1.1
|
|
288
|
+
- /http-proxy-agent/5.0.0
|
|
289
|
+
- /https-proxy-agent/5.0.1
|
|
290
|
+
- /is-lambda/1.0.1
|
|
291
|
+
- /lru-cache/7.18.3
|
|
292
|
+
- /minipass/5.0.0
|
|
293
|
+
- /minipass-fetch/3.0.3
|
|
294
|
+
- /minipass-flush/1.0.5
|
|
295
|
+
- /minipass/3.3.6
|
|
296
|
+
- /minipass-pipeline/1.2.4
|
|
297
|
+
- /minipass/3.3.6
|
|
298
|
+
- /negotiator/0.6.3
|
|
299
|
+
- /promise-retry/2.0.1
|
|
300
|
+
- /socks-proxy-agent/7.0.0
|
|
301
|
+
- /ssri/10.0.4
|
|
302
|
+
- /abbrev/1.1.1
|
|
303
|
+
- /are-we-there-yet/3.0.1
|
|
304
|
+
- /console-control-strings/1.1.0
|
|
305
|
+
- /gauge/4.0.4
|
|
306
|
+
- /signal-exit/3.0.7
|
|
307
|
+
- /strip-ansi/6.0.1
|
|
308
|
+
- /ansi-regex/5.0.1
|
|
309
|
+
- /set-blocking/2.0.0
|
|
310
|
+
- /yallist/4.0.0
|
|
311
|
+
- /chownr/2.0.0
|
|
312
|
+
- /minizlib/2.1.2
|
|
313
|
+
- /minipass/3.3.6
|
|
314
|
+
- /mkdirp/1.0.4
|
|
315
|
+
- /isexe/2.0.0
|
|
316
|
+
- /wrappy/1.0.2
|
|
317
|
+
- /brace-expansion/1.1.11
|
|
318
|
+
- /debug/4.3.4
|
|
319
|
+
- /depd/2.0.0
|
|
320
|
+
- /humanize-ms/1.2.1
|
|
321
|
+
- /ms/2.1.3
|
|
322
|
+
- /@npmcli/fs/3.1.0
|
|
323
|
+
- /fs-minipass/3.0.2
|
|
324
|
+
- /minipass-collect/1.0.2
|
|
325
|
+
- /minipass/3.3.6
|
|
326
|
+
- /p-map/4.0.0
|
|
327
|
+
- /unique-filename/3.0.0
|
|
328
|
+
- /foreground-child/3.1.1
|
|
329
|
+
- /jackspeak/2.2.2
|
|
330
|
+
- /path-scurry/1.10.1
|
|
331
|
+
- /lru-cache/10.0.0
|
|
332
|
+
- /balanced-match/1.0.2
|
|
333
|
+
- /@tootallnate/once/2.0.0
|
|
334
|
+
- /agent-base/6.0.2
|
|
335
|
+
- /minipass-sized/1.0.3
|
|
336
|
+
- /minipass/3.3.6
|
|
262
337
|
- /encoding/0.1.13
|
|
338
|
+
- /err-code/2.0.3
|
|
339
|
+
- /retry/0.12.0
|
|
340
|
+
- /socks/2.7.1
|
|
341
|
+
- /delegates/1.0.0
|
|
342
|
+
- /readable-stream/3.6.2
|
|
343
|
+
- /aproba/2.0.0
|
|
344
|
+
- /color-support/1.1.3
|
|
345
|
+
- /has-unicode/2.0.1
|
|
346
|
+
- /string-width/4.2.3
|
|
347
|
+
- /emoji-regex/8.0.0
|
|
348
|
+
- /strip-ansi/6.0.1
|
|
349
|
+
- /ansi-regex/5.0.1
|
|
350
|
+
- /wide-align/1.1.5
|
|
351
|
+
- /concat-map/0.0.1
|
|
352
|
+
- /ms/2.1.2
|
|
353
|
+
- /aggregate-error/3.1.0
|
|
354
|
+
- /unique-slug/4.0.0
|
|
355
|
+
- /cross-spawn/7.0.3
|
|
356
|
+
- /signal-exit/4.1.0
|
|
357
|
+
- /@isaacs/cliui/8.0.2
|
|
358
|
+
- /string-width/5.1.2
|
|
263
359
|
- /@pkgjs/parseargs/0.11.0
|
|
264
|
-
|
|
360
|
+
- /iconv-lite/0.6.3
|
|
361
|
+
- /ip/2.0.0
|
|
362
|
+
- /smart-buffer/4.2.0
|
|
363
|
+
- /string_decoder/1.3.0
|
|
364
|
+
- /util-deprecate/1.0.2
|
|
365
|
+
- /is-fullwidth-code-point/3.0.0
|
|
366
|
+
- /clean-stack/2.2.0
|
|
367
|
+
- /indent-string/4.0.0
|
|
368
|
+
- /imurmurhash/0.1.4
|
|
369
|
+
- /path-key/3.1.1
|
|
370
|
+
- /shebang-command/2.0.0
|
|
371
|
+
- /string-width/4.2.3
|
|
372
|
+
- /emoji-regex/8.0.0
|
|
373
|
+
- /strip-ansi/6.0.1
|
|
374
|
+
- /ansi-regex/5.0.1
|
|
375
|
+
- /strip-ansi/7.1.0
|
|
376
|
+
- /strip-ansi/6.0.1
|
|
377
|
+
- /ansi-regex/5.0.1
|
|
378
|
+
- /wrap-ansi/8.1.0
|
|
379
|
+
- /string-width/5.1.2
|
|
380
|
+
- /wrap-ansi/7.0.0
|
|
381
|
+
- /ansi-styles/4.3.0
|
|
382
|
+
- /strip-ansi/6.0.1
|
|
383
|
+
- /ansi-regex/5.0.1
|
|
384
|
+
- /eastasianwidth/0.2.0
|
|
385
|
+
- /emoji-regex/9.2.2
|
|
386
|
+
- /safer-buffer/2.1.2
|
|
387
|
+
- /safe-buffer/5.2.1
|
|
388
|
+
- /shebang-regex/3.0.0
|
|
389
|
+
- /ansi-regex/6.0.1
|
|
390
|
+
- /ansi-styles/6.2.1
|
|
391
|
+
- /color-convert/2.0.1
|
|
392
|
+
- /color-name/1.1.4
|
|
393
|
+
prunedAt: Sun, 30 Jul 2023 17:57:14 GMT
|
|
265
394
|
publicHoistPattern:
|
|
266
395
|
- '*eslint*'
|
|
267
396
|
- '*prettier*'
|