mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-24 07:38:12 -05:00
fix(deps): update p-limit to v3
This commit is contained in:
18
.changeset/olive-jobs-shake.md
Normal file
18
.changeset/olive-jobs-shake.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
"@pnpm/build-modules": patch
|
||||
"@pnpm/cafs": patch
|
||||
"@pnpm/headless": patch
|
||||
"@pnpm/lifecycle": patch
|
||||
"@pnpm/list": patch
|
||||
"@pnpm/npm-resolver": patch
|
||||
"@pnpm/package-requester": patch
|
||||
"@pnpm/package-store": patch
|
||||
"@pnpm/plugin-commands-installation": patch
|
||||
"@pnpm/plugin-commands-rebuild": patch
|
||||
"@pnpm/plugin-commands-script-runners": patch
|
||||
"@pnpm/plugin-commands-store": patch
|
||||
"@pnpm/server": patch
|
||||
"supi": patch
|
||||
---
|
||||
|
||||
Update p-limit to v3.
|
||||
@@ -39,7 +39,7 @@
|
||||
"@pnpm/types": "workspace:6.0.0",
|
||||
"graph-sequencer": "2.0.0",
|
||||
"ramda": "0.27.0",
|
||||
"run-groups": "2.0.3"
|
||||
"run-groups": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/build-modules": "link:",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"decompress-maybe": "^1.0.0",
|
||||
"get-stream": "5.1.0",
|
||||
"mz": "2.7.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"path-exists": "4.0.0",
|
||||
"path-temp": "2.0.0",
|
||||
"rename-overwrite": "^3.0.0",
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
"@pnpm/symlink-dependency": "workspace:3.0.5",
|
||||
"@pnpm/types": "workspace:6.0.0",
|
||||
"dependency-path": "workspace:4.0.7",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"path-absolute": "1.0.1",
|
||||
"path-exists": "4.0.0",
|
||||
"ramda": "0.27.0",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"@pnpm/types": "workspace:6.0.0",
|
||||
"@zkochan/npm-lifecycle": "4.0.0",
|
||||
"path-exists": "4.0.0",
|
||||
"run-groups": "2.0.3"
|
||||
"run-groups": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/lifecycle": "link:",
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"chalk": "4.0.0",
|
||||
"cli-columns": "3.1.2",
|
||||
"dependencies-hierarchy": "workspace:8.0.21",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"ramda": "0.27.0",
|
||||
"semver": "^7.3.2"
|
||||
},
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"mem": "^6.1.0",
|
||||
"mz": "^2.7.0",
|
||||
"normalize-path": "3.0.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"p-memoize": "4.0.0",
|
||||
"parse-npm-tarball-url": "3.0.0",
|
||||
"path-temp": "^2.0.0",
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
"load-json-file": "6.2.0",
|
||||
"mz": "2.7.0",
|
||||
"p-defer": "^3.0.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"p-queue": "^6.4.0",
|
||||
"path-temp": "^2.0.0",
|
||||
"promise-share": "1.0.0",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"make-empty-dir": "^1.0.0",
|
||||
"mz": "2.7.0",
|
||||
"p-filter": "2.1.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"path-exists": "4.0.0",
|
||||
"path-temp": "2.0.0",
|
||||
"ramda": "0.27.0",
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
"mem": "^6.1.0",
|
||||
"mz": "2.7.0",
|
||||
"p-filter": "2.1.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"path-absolute": "1.0.1",
|
||||
"path-exists": "4.0.0",
|
||||
"ramda": "0.27.0",
|
||||
|
||||
@@ -73,11 +73,11 @@
|
||||
"graph-sequencer": "2.0.0",
|
||||
"load-json-file": "6.2.0",
|
||||
"mem": "^6.1.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"ramda": "0.27.0",
|
||||
"read-ini-file": "3.0.0",
|
||||
"render-help": "1.0.0",
|
||||
"run-groups": "2.0.3",
|
||||
"run-groups": "^3.0.0",
|
||||
"semver": "^7.3.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
"@pnpm/sort-packages": "workspace:1.0.11",
|
||||
"@pnpm/types": "workspace:6.0.0",
|
||||
"common-tags": "1.8.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"ramda": "0.27.0",
|
||||
"realpath-missing": "1.0.0",
|
||||
"render-help": "1.0.0"
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
"archy": "1.0.0",
|
||||
"common-tags": "1.8.0",
|
||||
"dependency-path": "workspace:4.0.7",
|
||||
"dint": "4.0.0",
|
||||
"dint": "^5.0.0",
|
||||
"p-filter": "2.1.0",
|
||||
"ramda": "0.27.0",
|
||||
"render-help": "1.0.0"
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"@pnpm/fetch": "workspace:1.0.3",
|
||||
"@pnpm/store-controller-types": "workspace:8.0.0",
|
||||
"@pnpm/types": "workspace:6.0.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"promise-share": "1.0.0",
|
||||
"uuid": "^3.4.0"
|
||||
},
|
||||
|
||||
@@ -63,10 +63,10 @@
|
||||
"normalize-path": "3.0.0",
|
||||
"p-every": "2.0.0",
|
||||
"p-filter": "2.1.0",
|
||||
"p-limit": "2.3.0",
|
||||
"p-limit": "^3.0.0",
|
||||
"path-absolute": "1.0.1",
|
||||
"ramda": "0.27.0",
|
||||
"run-groups": "2.0.3",
|
||||
"run-groups": "^3.0.0",
|
||||
"semver": "^7.3.2",
|
||||
"semver-utils": "1.1.4",
|
||||
"version-selector-type": "^3.0.0"
|
||||
|
||||
92
pnpm-lock.yaml
generated
92
pnpm-lock.yaml
generated
@@ -75,7 +75,7 @@ importers:
|
||||
'@pnpm/types': 'link:../types'
|
||||
graph-sequencer: 2.0.0
|
||||
ramda: 0.27.0
|
||||
run-groups: 2.0.3
|
||||
run-groups: 3.0.0
|
||||
devDependencies:
|
||||
'@pnpm/build-modules': 'link:'
|
||||
'@pnpm/logger': 3.2.2
|
||||
@@ -93,7 +93,7 @@ importers:
|
||||
'@types/ramda': ^0.27.6
|
||||
graph-sequencer: 2.0.0
|
||||
ramda: 0.27.0
|
||||
run-groups: 2.0.3
|
||||
run-groups: ^3.0.0
|
||||
packages/cafs:
|
||||
dependencies:
|
||||
'@pnpm/fetcher-base': 'link:../fetcher-base'
|
||||
@@ -103,7 +103,7 @@ importers:
|
||||
decompress-maybe: 1.0.0
|
||||
get-stream: 5.1.0
|
||||
mz: 2.7.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
path-exists: 4.0.0
|
||||
path-temp: 2.0.0
|
||||
rename-overwrite: 3.0.0
|
||||
@@ -129,7 +129,7 @@ importers:
|
||||
decompress-maybe: ^1.0.0
|
||||
get-stream: 5.1.0
|
||||
mz: 2.7.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
path-exists: 4.0.0
|
||||
path-temp: 2.0.0
|
||||
rename-overwrite: ^3.0.0
|
||||
@@ -615,7 +615,7 @@ importers:
|
||||
'@pnpm/symlink-dependency': 'link:../symlink-dependency'
|
||||
'@pnpm/types': 'link:../types'
|
||||
dependency-path: 'link:../dependency-path'
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
path-absolute: 1.0.1
|
||||
path-exists: 4.0.0
|
||||
ramda: 0.27.0
|
||||
@@ -690,7 +690,7 @@ importers:
|
||||
load-json-file: 6.2.0
|
||||
mz: 2.7.0
|
||||
npm-run-all: 4.1.5
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
path-absolute: 1.0.1
|
||||
path-exists: 4.0.0
|
||||
ramda: 0.27.0
|
||||
@@ -735,7 +735,7 @@ importers:
|
||||
'@pnpm/types': 'link:../types'
|
||||
'@zkochan/npm-lifecycle': 4.0.0
|
||||
path-exists: 4.0.0
|
||||
run-groups: 2.0.3
|
||||
run-groups: 3.0.0
|
||||
devDependencies:
|
||||
'@pnpm/lifecycle': 'link:'
|
||||
'@pnpm/logger': 3.2.2
|
||||
@@ -753,7 +753,7 @@ importers:
|
||||
json-append: 1.1.1
|
||||
load-json-file: 6.2.0
|
||||
path-exists: 4.0.0
|
||||
run-groups: 2.0.3
|
||||
run-groups: ^3.0.0
|
||||
packages/link-bins:
|
||||
dependencies:
|
||||
'@pnpm/error': 'link:../error'
|
||||
@@ -821,7 +821,7 @@ importers:
|
||||
chalk: 4.0.0
|
||||
cli-columns: 3.1.2
|
||||
dependencies-hierarchy: 'link:../dependencies-hierarchy'
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
ramda: 0.27.0
|
||||
semver: 7.3.2
|
||||
devDependencies:
|
||||
@@ -849,7 +849,7 @@ importers:
|
||||
cli-columns: 3.1.2
|
||||
common-tags: 1.8.0
|
||||
dependencies-hierarchy: 'workspace:8.0.21'
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
ramda: 0.27.0
|
||||
semver: ^7.3.2
|
||||
packages/local-resolver:
|
||||
@@ -1091,7 +1091,7 @@ importers:
|
||||
mem: 6.1.0
|
||||
mz: 2.7.0
|
||||
normalize-path: 3.0.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
p-memoize: 4.0.0
|
||||
parse-npm-tarball-url: 3.0.0
|
||||
path-temp: 2.0.0
|
||||
@@ -1128,7 +1128,7 @@ importers:
|
||||
mz: ^2.7.0
|
||||
nock: 12.0.3
|
||||
normalize-path: 3.0.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
p-memoize: 4.0.0
|
||||
parse-npm-tarball-url: 3.0.0
|
||||
path-exists: 4.0.0
|
||||
@@ -1237,7 +1237,7 @@ importers:
|
||||
load-json-file: 6.2.0
|
||||
mz: 2.7.0
|
||||
p-defer: 3.0.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
p-queue: 6.4.0
|
||||
path-temp: 2.0.0
|
||||
promise-share: 1.0.0
|
||||
@@ -1289,7 +1289,7 @@ importers:
|
||||
nock: 12.0.3
|
||||
normalize-path: 3.0.0
|
||||
p-defer: ^3.0.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
p-queue: ^6.4.0
|
||||
path-temp: ^2.0.0
|
||||
promise-share: 1.0.0
|
||||
@@ -1312,7 +1312,7 @@ importers:
|
||||
make-empty-dir: 1.0.0
|
||||
mz: 2.7.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
path-exists: 4.0.0
|
||||
path-temp: 2.0.0
|
||||
ramda: 0.27.0
|
||||
@@ -1354,7 +1354,7 @@ importers:
|
||||
make-empty-dir: ^1.0.0
|
||||
mz: 2.7.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
path-exists: 4.0.0
|
||||
path-temp: 2.0.0
|
||||
proxyquire: 2.1.3
|
||||
@@ -1510,7 +1510,7 @@ importers:
|
||||
mem: 6.1.0
|
||||
mz: 2.7.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
path-absolute: 1.0.1
|
||||
path-exists: 4.0.0
|
||||
ramda: 0.27.0
|
||||
@@ -1585,7 +1585,7 @@ importers:
|
||||
mem: ^6.1.0
|
||||
mz: 2.7.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
path-absolute: 1.0.1
|
||||
path-exists: 4.0.0
|
||||
proxyquire: 2.1.3
|
||||
@@ -1829,11 +1829,11 @@ importers:
|
||||
graph-sequencer: 2.0.0
|
||||
load-json-file: 6.2.0
|
||||
mem: 6.1.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
ramda: 0.27.0
|
||||
read-ini-file: 3.0.0
|
||||
render-help: 1.0.0
|
||||
run-groups: 2.0.3
|
||||
run-groups: 3.0.0
|
||||
semver: 7.3.2
|
||||
devDependencies:
|
||||
'@pnpm/filter-workspace-packages': 'link:../filter-workspace-packages'
|
||||
@@ -1885,12 +1885,12 @@ importers:
|
||||
graph-sequencer: 2.0.0
|
||||
load-json-file: 6.2.0
|
||||
mem: ^6.1.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
path-exists: 4.0.0
|
||||
ramda: 0.27.0
|
||||
read-ini-file: 3.0.0
|
||||
render-help: 1.0.0
|
||||
run-groups: 2.0.3
|
||||
run-groups: ^3.0.0
|
||||
semver: ^7.3.2
|
||||
sinon: 9.0.2
|
||||
write-yaml-file: ^4.1.0
|
||||
@@ -1905,7 +1905,7 @@ importers:
|
||||
'@pnpm/sort-packages': 'link:../sort-packages'
|
||||
'@pnpm/types': 'link:../types'
|
||||
common-tags: 1.8.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
ramda: 0.27.0
|
||||
realpath-missing: 1.0.0
|
||||
render-help: 1.0.0
|
||||
@@ -1941,7 +1941,7 @@ importers:
|
||||
common-tags: 1.8.0
|
||||
execa: ^4.0.2
|
||||
mz: 2.7.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
ramda: 0.27.0
|
||||
realpath-missing: 1.0.0
|
||||
render-help: 1.0.0
|
||||
@@ -2022,7 +2022,7 @@ importers:
|
||||
archy: 1.0.0
|
||||
common-tags: 1.8.0
|
||||
dependency-path: 'link:../dependency-path'
|
||||
dint: 4.0.0
|
||||
dint: 5.0.0
|
||||
p-filter: 2.1.0
|
||||
ramda: 0.27.0
|
||||
render-help: 1.0.0
|
||||
@@ -2074,7 +2074,7 @@ importers:
|
||||
archy: 1.0.0
|
||||
common-tags: 1.8.0
|
||||
dependency-path: 'workspace:4.0.7'
|
||||
dint: 4.0.0
|
||||
dint: ^5.0.0
|
||||
execa: ^4.0.2
|
||||
load-json-file: 6.2.0
|
||||
p-filter: 2.1.0
|
||||
@@ -2460,7 +2460,7 @@ importers:
|
||||
'@pnpm/fetch': 'link:../fetch'
|
||||
'@pnpm/store-controller-types': 'link:../store-controller-types'
|
||||
'@pnpm/types': 'link:../types'
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
promise-share: 1.0.0
|
||||
uuid: 3.4.0
|
||||
devDependencies:
|
||||
@@ -2497,7 +2497,7 @@ importers:
|
||||
load-json-file: 6.2.0
|
||||
mz: 2.7.0
|
||||
node-fetch: 2.6.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
promise-share: 1.0.0
|
||||
tempy: 0.5.0
|
||||
uuid: ^3.4.0
|
||||
@@ -2605,10 +2605,10 @@ importers:
|
||||
normalize-path: 3.0.0
|
||||
p-every: 2.0.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
path-absolute: 1.0.1
|
||||
ramda: 0.27.0
|
||||
run-groups: 2.0.3
|
||||
run-groups: 3.0.0
|
||||
semver: 7.3.2
|
||||
semver-utils: 1.1.4
|
||||
version-selector-type: 3.0.0
|
||||
@@ -2737,14 +2737,14 @@ importers:
|
||||
npm-run-all: 4.1.5
|
||||
p-every: 2.0.0
|
||||
p-filter: 2.1.0
|
||||
p-limit: 2.3.0
|
||||
p-limit: ^3.0.0
|
||||
path-absolute: 1.0.1
|
||||
path-exists: 4.0.0
|
||||
path-name: 1.0.0
|
||||
ramda: 0.27.0
|
||||
read-yaml-file: 2.0.0
|
||||
resolve-link-target: 1.0.1
|
||||
run-groups: 2.0.3
|
||||
run-groups: ^3.0.0
|
||||
semver: ^7.3.2
|
||||
semver-utils: 1.1.4
|
||||
sinon: 9.0.2
|
||||
@@ -5980,6 +5980,18 @@ packages:
|
||||
node: '>=8'
|
||||
resolution:
|
||||
integrity: sha512-CISZwy/n83/l+I1K9eDxVkixe4OZLjgB/zq4eGJekmKxbNThpmY4QqzReGpe0csJ+eiMToOosoL3McZF2NHgjA==
|
||||
/dint/5.0.0:
|
||||
dependencies:
|
||||
graceful-fs: 4.2.4
|
||||
mz: 2.7.0
|
||||
p-every: 2.0.0
|
||||
p-limit: 3.0.0
|
||||
ssri: 8.0.0
|
||||
dev: false
|
||||
engines:
|
||||
node: '>=10'
|
||||
resolution:
|
||||
integrity: sha512-YF9vd24EgtyB5mXm8rVugkm8RlKVXqvxPx9LWXcElHPxm9IcKCkl8LlwcJFLntdCN9vZmhh/9FQsD7/EravJyA==
|
||||
/dir-glob/2.2.2:
|
||||
dependencies:
|
||||
path-type: 3.0.0
|
||||
@@ -9627,6 +9639,14 @@ packages:
|
||||
node: '>=6'
|
||||
resolution:
|
||||
integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
|
||||
/p-limit/3.0.0:
|
||||
dependencies:
|
||||
p-try: 2.2.0
|
||||
dev: false
|
||||
engines:
|
||||
node: '>=10'
|
||||
resolution:
|
||||
integrity: sha512-2FnzNu8nBx8Se231yrvScYw34Is5J5MtvKOQt7Lii+DGpM89xnCT7kIH/HJwniNkQpjB7zy/O3LckEfMVqYvFg==
|
||||
/p-locate/2.0.0:
|
||||
dependencies:
|
||||
p-limit: 1.3.0
|
||||
@@ -10874,14 +10894,14 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=
|
||||
/run-groups/2.0.3:
|
||||
/run-groups/3.0.0:
|
||||
dependencies:
|
||||
p-limit: 2.3.0
|
||||
p-limit: 3.0.0
|
||||
dev: false
|
||||
engines:
|
||||
node: '>=8'
|
||||
node: '>=10'
|
||||
resolution:
|
||||
integrity: sha512-Mg1h6J0ic2QRT2LTJ+7J58naQ2PiIgcry6H+qSSYZYgpvdoiw9kJGuwGOFOSyf180bsOMFaf3pkVuL/SXu3plg==
|
||||
integrity: sha512-doMqNCcGjDkvGDqdK4ZozQmZPlDe5CGv6DY3Hd6L/XTxsj3vcrr6timL3XWNp+LYcr6d1BH/VWCCqx3Y2Aqc9w==
|
||||
/run-parallel/1.1.9:
|
||||
resolution:
|
||||
integrity: sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==
|
||||
|
||||
Reference in New Issue
Block a user