From 92b1364735e1f2cf379cf1047c60c4fb897d55f5 Mon Sep 17 00:00:00 2001 From: Daniel Stockman <5605+evocateur@users.noreply.github.com> Date: Sat, 14 Nov 2020 13:05:17 -0800 Subject: [PATCH] feat(deps): p-map@^4.0.0 --- commands/add/package.json | 2 +- commands/bootstrap/package.json | 2 +- commands/clean/package.json | 2 +- commands/exec/package.json | 2 +- commands/init/package.json | 2 +- commands/link/package.json | 2 +- commands/publish/package.json | 2 +- commands/run/package.json | 2 +- commands/version/package.json | 2 +- core/project/package.json | 2 +- package-lock.json | 103 ++++++++++-------------- package.json | 2 +- utils/symlink-binary/package.json | 2 +- utils/symlink-dependencies/package.json | 2 +- 14 files changed, 55 insertions(+), 74 deletions(-) diff --git a/commands/add/package.json b/commands/add/package.json index 96355df9ba..f278ad7f1c 100644 --- a/commands/add/package.json +++ b/commands/add/package.json @@ -41,7 +41,7 @@ "@lerna/validation-error": "file:../../core/validation-error", "dedent": "^0.7.0", "npm-package-arg": "^6.1.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "semver": "^7.3.2" } } diff --git a/commands/bootstrap/package.json b/commands/bootstrap/package.json index c4617a365f..3169acc397 100644 --- a/commands/bootstrap/package.json +++ b/commands/bootstrap/package.json @@ -51,7 +51,7 @@ "npm-package-arg": "^6.1.0", "npmlog": "^4.1.2", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-waterfall": "^2.1.0", "read-package-tree": "^5.3.1", diff --git a/commands/clean/package.json b/commands/clean/package.json index cdd6463995..9f64fd7042 100644 --- a/commands/clean/package.json +++ b/commands/clean/package.json @@ -37,7 +37,7 @@ "@lerna/prompt": "file:../../core/prompt", "@lerna/pulse-till-done": "file:../../utils/pulse-till-done", "@lerna/rimraf-dir": "file:../../utils/rimraf-dir", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-waterfall": "^2.1.0" } diff --git a/commands/exec/package.json b/commands/exec/package.json index 96b2cac427..b0034b6426 100644 --- a/commands/exec/package.json +++ b/commands/exec/package.json @@ -38,6 +38,6 @@ "@lerna/profiler": "file:../../utils/profiler", "@lerna/run-topologically": "file:../../utils/run-topologically", "@lerna/validation-error": "file:../../core/validation-error", - "p-map": "^2.1.0" + "p-map": "^4.0.0" } } diff --git a/commands/init/package.json b/commands/init/package.json index 22aacb1a47..62d3899e14 100644 --- a/commands/init/package.json +++ b/commands/init/package.json @@ -35,7 +35,7 @@ "@lerna/child-process": "file:../../core/child-process", "@lerna/command": "file:../../core/command", "fs-extra": "^8.1.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "write-json-file": "^4.3.0" } } diff --git a/commands/link/package.json b/commands/link/package.json index ada2a0c844..7a2a3932e5 100644 --- a/commands/link/package.json +++ b/commands/link/package.json @@ -35,7 +35,7 @@ "@lerna/command": "file:../../core/command", "@lerna/package-graph": "file:../../core/package-graph", "@lerna/symlink-dependencies": "file:../../utils/symlink-dependencies", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "slash": "^3.0.0" } } diff --git a/commands/publish/package.json b/commands/publish/package.json index e9f4c304ea..615c90955e 100644 --- a/commands/publish/package.json +++ b/commands/publish/package.json @@ -61,7 +61,7 @@ "npm-package-arg": "^6.1.0", "npmlog": "^4.1.2", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-pipe": "^3.1.0", "semver": "^7.3.2" } diff --git a/commands/run/package.json b/commands/run/package.json index 0aeca88835..cd55fad702 100644 --- a/commands/run/package.json +++ b/commands/run/package.json @@ -40,6 +40,6 @@ "@lerna/run-topologically": "file:../../utils/run-topologically", "@lerna/timer": "file:../../utils/timer", "@lerna/validation-error": "file:../../core/validation-error", - "p-map": "^2.1.0" + "p-map": "^4.0.0" } } diff --git a/commands/version/package.json b/commands/version/package.json index 90fc063af3..b6b0edde53 100644 --- a/commands/version/package.json +++ b/commands/version/package.json @@ -52,7 +52,7 @@ "load-json-file": "^5.3.0", "minimatch": "^3.0.4", "npmlog": "^4.1.2", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-pipe": "^3.1.0", "p-reduce": "^2.1.0", "p-waterfall": "^2.1.0", diff --git a/core/project/package.json b/core/project/package.json index 54fbbdc0d0..80f01f6991 100644 --- a/core/project/package.json +++ b/core/project/package.json @@ -41,7 +41,7 @@ "globby": "^9.2.0", "load-json-file": "^5.3.0", "npmlog": "^4.1.2", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "resolve-from": "^5.0.0", "write-json-file": "^4.3.0" } diff --git a/package-lock.json b/package-lock.json index 8f334997d3..bda286667f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "npm-packlist": "^1.4.4", "npmlog": "^4.1.2", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-pipe": "^3.1.0", "p-queue": "^6.6.2", @@ -159,7 +159,7 @@ "@lerna/validation-error": "file:../../core/validation-error", "dedent": "^0.7.0", "npm-package-arg": "^6.1.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "semver": "^7.3.2" }, "engines": { @@ -189,7 +189,7 @@ "npm-package-arg": "^6.1.0", "npmlog": "^4.1.2", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-waterfall": "^2.1.0", "read-package-tree": "^5.3.1", @@ -223,7 +223,7 @@ "@lerna/prompt": "file:../../core/prompt", "@lerna/pulse-till-done": "file:../../utils/pulse-till-done", "@lerna/rimraf-dir": "file:../../utils/rimraf-dir", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-waterfall": "^2.1.0" }, @@ -284,7 +284,7 @@ "@lerna/profiler": "file:../../utils/profiler", "@lerna/run-topologically": "file:../../utils/run-topologically", "@lerna/validation-error": "file:../../core/validation-error", - "p-map": "^2.1.0" + "p-map": "^4.0.0" }, "engines": { "node": ">= 10.18.0" @@ -329,7 +329,7 @@ "@lerna/child-process": "file:../../core/child-process", "@lerna/command": "file:../../core/command", "fs-extra": "^8.1.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "write-json-file": "^4.3.0" }, "engines": { @@ -344,7 +344,7 @@ "@lerna/command": "file:../../core/command", "@lerna/package-graph": "file:../../core/package-graph", "@lerna/symlink-dependencies": "file:../../utils/symlink-dependencies", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "slash": "^3.0.0" }, "engines": { @@ -397,7 +397,7 @@ "npm-package-arg": "^6.1.0", "npmlog": "^4.1.2", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-pipe": "^3.1.0", "semver": "^7.3.2" }, @@ -418,7 +418,7 @@ "@lerna/run-topologically": "file:../../utils/run-topologically", "@lerna/timer": "file:../../utils/timer", "@lerna/validation-error": "file:../../core/validation-error", - "p-map": "^2.1.0" + "p-map": "^4.0.0" }, "engines": { "node": ">= 10.18.0" @@ -447,7 +447,7 @@ "load-json-file": "^5.3.0", "minimatch": "^3.0.4", "npmlog": "^4.1.2", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-pipe": "^3.1.0", "p-reduce": "^2.1.0", "p-waterfall": "^2.1.0", @@ -635,7 +635,7 @@ "globby": "^9.2.0", "load-json-file": "^5.3.0", "npmlog": "^4.1.2", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "resolve-from": "^5.0.0", "write-json-file": "^4.3.0" }, @@ -3519,7 +3519,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -4423,7 +4422,6 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true, "engines": { "node": ">=6" } @@ -5364,21 +5362,6 @@ "node": ">=8" } }, - "node_modules/del/node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dev": true, - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/del/node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -13211,11 +13194,17 @@ } }, "node_modules/p-map": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dependencies": { + "aggregate-error": "^3.0.0" + }, "engines": { - "node": ">=6" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-map-series": { @@ -17264,7 +17253,7 @@ "@lerna/create-symlink": "file:../create-symlink", "@lerna/package": "file:../../core/package", "fs-extra": "^8.1.0", - "p-map": "^2.1.0" + "p-map": "^4.0.0" }, "engines": { "node": ">= 10.18.0" @@ -17280,7 +17269,7 @@ "@lerna/symlink-binary": "file:../symlink-binary", "fs-extra": "^8.1.0", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0" }, "engines": { @@ -18699,7 +18688,7 @@ "@lerna/validation-error": "file:../../core/validation-error", "dedent": "^0.7.0", "npm-package-arg": "^6.1.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "semver": "^7.3.2" } }, @@ -18724,7 +18713,7 @@ "npm-package-arg": "^6.1.0", "npmlog": "^4.1.2", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-waterfall": "^2.1.0", "read-package-tree": "^5.3.1", @@ -18764,7 +18753,7 @@ "@lerna/prompt": "file:../../core/prompt", "@lerna/pulse-till-done": "file:../../utils/pulse-till-done", "@lerna/rimraf-dir": "file:../../utils/rimraf-dir", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-waterfall": "^2.1.0" } @@ -18884,7 +18873,7 @@ "@lerna/profiler": "file:../../utils/profiler", "@lerna/run-topologically": "file:../../utils/run-topologically", "@lerna/validation-error": "file:../../core/validation-error", - "p-map": "^2.1.0" + "p-map": "^4.0.0" } }, "@lerna/filter-options": { @@ -18974,7 +18963,7 @@ "@lerna/child-process": "file:../../core/child-process", "@lerna/command": "file:../../core/command", "fs-extra": "^8.1.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "write-json-file": "^4.3.0" } }, @@ -18984,7 +18973,7 @@ "@lerna/command": "file:../../core/command", "@lerna/package-graph": "file:../../core/package-graph", "@lerna/symlink-dependencies": "file:../../utils/symlink-dependencies", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "slash": "^3.0.0" } }, @@ -19143,7 +19132,7 @@ "globby": "^9.2.0", "load-json-file": "^5.3.0", "npmlog": "^4.1.2", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "resolve-from": "^5.0.0", "write-json-file": "^4.3.0" } @@ -19185,7 +19174,7 @@ "npm-package-arg": "^6.1.0", "npmlog": "^4.1.2", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-pipe": "^3.1.0", "semver": "^7.3.2" } @@ -19231,7 +19220,7 @@ "@lerna/run-topologically": "file:../../utils/run-topologically", "@lerna/timer": "file:../../utils/timer", "@lerna/validation-error": "file:../../core/validation-error", - "p-map": "^2.1.0" + "p-map": "^4.0.0" } }, "@lerna/run-lifecycle": { @@ -19257,7 +19246,7 @@ "@lerna/create-symlink": "file:../create-symlink", "@lerna/package": "file:../../core/package", "fs-extra": "^8.1.0", - "p-map": "^2.1.0" + "p-map": "^4.0.0" } }, "@lerna/symlink-dependencies": { @@ -19268,7 +19257,7 @@ "@lerna/symlink-binary": "file:../symlink-binary", "fs-extra": "^8.1.0", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0" } }, @@ -19302,7 +19291,7 @@ "load-json-file": "^5.3.0", "minimatch": "^3.0.4", "npmlog": "^4.1.2", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-pipe": "^3.1.0", "p-reduce": "^2.1.0", "p-waterfall": "^2.1.0", @@ -19958,7 +19947,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, "requires": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -20675,8 +20663,7 @@ "clean-stack": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" }, "cli-cursor": { "version": "2.1.0", @@ -21420,15 +21407,6 @@ "picomatch": "^2.0.5" } }, - "p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dev": true, - "requires": { - "aggregate-error": "^3.0.0" - } - }, "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -27521,9 +27499,12 @@ } }, "p-map": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "requires": { + "aggregate-error": "^3.0.0" + } }, "p-map-series": { "version": "2.1.0", diff --git a/package.json b/package.json index 1fab3deb33..97a3ba3607 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "npm-packlist": "^1.4.4", "npmlog": "^4.1.2", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0", "p-pipe": "^3.1.0", "p-queue": "^6.6.2", diff --git a/utils/symlink-binary/package.json b/utils/symlink-binary/package.json index 134f51e1a3..4d9a8b63e6 100644 --- a/utils/symlink-binary/package.json +++ b/utils/symlink-binary/package.json @@ -34,6 +34,6 @@ "@lerna/create-symlink": "file:../create-symlink", "@lerna/package": "file:../../core/package", "fs-extra": "^8.1.0", - "p-map": "^2.1.0" + "p-map": "^4.0.0" } } diff --git a/utils/symlink-dependencies/package.json b/utils/symlink-dependencies/package.json index 8a8b1a7ef6..4db1946c5a 100644 --- a/utils/symlink-dependencies/package.json +++ b/utils/symlink-dependencies/package.json @@ -36,7 +36,7 @@ "@lerna/symlink-binary": "file:../symlink-binary", "fs-extra": "^8.1.0", "p-finally": "^1.0.0", - "p-map": "^2.1.0", + "p-map": "^4.0.0", "p-map-series": "^2.1.0" } }