Skip to content

Commit 3732a87

Browse files
chore(deps): update dependency npm-run-all2 to v9 (#8621)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [npm-run-all2](https://redirect.github.com/bcomnes/npm-run-all2) | [`8.0.4` → `9.0.0`](https://renovatebot.com/diffs/npm/npm-run-all2/8.0.4/9.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/npm-run-all2/9.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-run-all2/8.0.4/9.0.0?slim=true) | --- ### Release Notes <details> <summary>bcomnes/npm-run-all2 (npm-run-all2)</summary> ### [`v9.0.0`](https://redirect.github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v900) [Compare Source](https://redirect.github.com/bcomnes/npm-run-all2/compare/v8.0.4...v9.0.0) ##### Merged - Add more colors based on terminal capabilities [`#222`](https://redirect.github.com/bcomnes/npm-run-all2/pull/222) - Upgrade: Bump releasearoni from 0.1.14 to 0.2.0 [`#227`](https://redirect.github.com/bcomnes/npm-run-all2/pull/227) - **Breaking change:** Glob patterns that match no tasks now succeed silently [`#226`](https://redirect.github.com/bcomnes/npm-run-all2/pull/226) - Add -x / --node-run flag to bypass the package manager [`#225`](https://redirect.github.com/bcomnes/npm-run-all2/pull/225) - Remove redundant build call from prepublishOnly [`#224`](https://redirect.github.com/bcomnes/npm-run-all2/pull/224) - Whitelist files to include in npm package [`#199`](https://redirect.github.com/bcomnes/npm-run-all2/pull/199) - Fix jsdoc types and use tsc for type safety checks [`#220`](https://redirect.github.com/bcomnes/npm-run-all2/pull/220) - Upgrade: Bump codecov/codecov-action from 5 to 6 [`#215`](https://redirect.github.com/bcomnes/npm-run-all2/pull/215) - Update SECURITY.md with new reporting process [`#201`](https://redirect.github.com/bcomnes/npm-run-all2/pull/201) - Upgrade: Bump actions/checkout from 5 to 6 [`#200`](https://redirect.github.com/bcomnes/npm-run-all2/pull/200) - Upgrade: Bump actions/setup-node from 5 to 6 [`#196`](https://redirect.github.com/bcomnes/npm-run-all2/pull/196) - Upgrade: Bump github/codeql-action from 3 to 4 [`#195`](https://redirect.github.com/bcomnes/npm-run-all2/pull/195) - Upgrade: Bump actions/setup-node from 4 to 5 [`#192`](https://redirect.github.com/bcomnes/npm-run-all2/pull/192) - Upgrade: Bump actions/checkout from 4 to 5 [`#191`](https://redirect.github.com/bcomnes/npm-run-all2/pull/191) - chore: fix typo in test [`#185`](https://redirect.github.com/bcomnes/npm-run-all2/pull/185) - refactor: use optional chain for better readability [`#184`](https://redirect.github.com/bcomnes/npm-run-all2/pull/184) ##### Fixed - **Breaking change:** Glob patterns that match no tasks now succeed silently ([#&#8203;226](https://redirect.github.com/bcomnes/npm-run-all2/issues/226)) [`#149`](https://redirect.github.com/bcomnes/npm-run-all2/issues/149) - Add -x / --node-run flag to use node --run instead of the package manager [`#155`](https://redirect.github.com/bcomnes/npm-run-all2/issues/155) - docs: clarify glob pattern execution order guarantee [`#167`](https://redirect.github.com/bcomnes/npm-run-all2/issues/167) ##### Commits - Add node-run smoke tests [`f4ac667`](https://redirect.github.com/bcomnes/npm-run-all2/commit/f4ac6678fa3784cadbca375fcce2b75dedca611b) - Implement releasaroni for the release process [`6a2baff`](https://redirect.github.com/bcomnes/npm-run-all2/commit/6a2baff156d810c01c7271d98b1f58908f3e5612) - Use shared publishing action [`b6a39a6`](https://redirect.github.com/bcomnes/npm-run-all2/commit/b6a39a6bd2e697efbe1614b9b1f0a278e410b506) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87fcb35 commit 3732a87

2 files changed

Lines changed: 39 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"lerna": "9.0.7",
100100
"lint-staged": "17.0.5",
101101
"monocart-reporter": "2.11.2",
102-
"npm-run-all2": "8.0.4",
102+
"npm-run-all2": "9.0.0",
103103
"pagefind": "1.5.2",
104104
"postcss": "8.5.14",
105105
"postcss-cli": "11.0.1",

yarn.lock

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14304,6 +14304,13 @@ __metadata:
1430414304
languageName: node
1430514305
linkType: hard
1430614306

14307+
"json-parse-even-better-errors@npm:^6.0.0":
14308+
version: 6.0.0
14309+
resolution: "json-parse-even-better-errors@npm:6.0.0"
14310+
checksum: 10c0/d90b1fee6aa37eddbebe9a79564ec5d2b8cf2629f9eecc6d383e43121097a29213211f62765e5c963c589efacb7be1ed22fbd4917f737c4d073481b76ba0d6c0
14311+
languageName: node
14312+
linkType: hard
14313+
1430714314
"json-schema-traverse@npm:^0.4.1":
1430814315
version: 0.4.1
1430914316
resolution: "json-schema-traverse@npm:0.4.1"
@@ -17234,6 +17241,13 @@ __metadata:
1723417241
languageName: node
1723517242
linkType: hard
1723617243

17244+
"npm-normalize-package-bin@npm:^6.0.0":
17245+
version: 6.0.0
17246+
resolution: "npm-normalize-package-bin@npm:6.0.0"
17247+
checksum: 10c0/0edede94ea6b6a71d665e04f256bd3db893317c60536f75f954fa2fe1b3b64bad61308ffa88be8567a5594186d11ab85475e5d2d9dadf2def982fe1c0aec57b5
17248+
languageName: node
17249+
linkType: hard
17250+
1723717251
"npm-package-arg@npm:13.0.1":
1723817252
version: 13.0.1
1723917253
resolution: "npm-package-arg@npm:13.0.1"
@@ -17346,24 +17360,24 @@ __metadata:
1734617360
languageName: node
1734717361
linkType: hard
1734817362

17349-
"npm-run-all2@npm:8.0.4":
17350-
version: 8.0.4
17351-
resolution: "npm-run-all2@npm:8.0.4"
17363+
"npm-run-all2@npm:9.0.0":
17364+
version: 9.0.0
17365+
resolution: "npm-run-all2@npm:9.0.0"
1735217366
dependencies:
1735317367
ansi-styles: "npm:^6.2.1"
1735417368
cross-spawn: "npm:^7.0.6"
1735517369
memorystream: "npm:^0.3.1"
1735617370
picomatch: "npm:^4.0.2"
1735717371
pidtree: "npm:^0.6.0"
17358-
read-package-json-fast: "npm:^4.0.0"
17372+
read-package-json-fast: "npm:^6.0.0"
1735917373
shell-quote: "npm:^1.7.3"
17360-
which: "npm:^5.0.0"
17374+
which: "npm:^7.0.0"
1736117375
bin:
1736217376
npm-run-all: bin/npm-run-all/index.js
1736317377
npm-run-all2: bin/npm-run-all/index.js
1736417378
run-p: bin/run-p/index.js
1736517379
run-s: bin/run-s/index.js
17366-
checksum: 10c0/cfc2987df224e55456629301991b5fa6980cc644d1836fe3c22d74a4508512737d30389795b759bb5d659103e54281c59741ecdc0241cfd2615cb9bffbf7cceb
17380+
checksum: 10c0/96368c5df6ede7e0fed895a64df0b40df68c31fb9fc8e31321e23163f1a2244c17c80b61b7d7069465eaa7f31d91ef0b7d3fb465b252803da13eb535f3b42759
1736717381
languageName: node
1736817382
linkType: hard
1736917383

@@ -19768,13 +19782,13 @@ __metadata:
1976819782
languageName: node
1976919783
linkType: hard
1977019784

19771-
"read-package-json-fast@npm:^4.0.0":
19772-
version: 4.0.0
19773-
resolution: "read-package-json-fast@npm:4.0.0"
19785+
"read-package-json-fast@npm:^6.0.0":
19786+
version: 6.0.0
19787+
resolution: "read-package-json-fast@npm:6.0.0"
1977419788
dependencies:
19775-
json-parse-even-better-errors: "npm:^4.0.0"
19776-
npm-normalize-package-bin: "npm:^4.0.0"
19777-
checksum: 10c0/8a03509ae8e852f1abc4b109c1be571dd90ac9ea65d55433b2fe287e409113441a9b00df698288fe48aa786c1a2550569d47b5ab01ed83ada073d691d5aff582
19789+
json-parse-even-better-errors: "npm:^6.0.0"
19790+
npm-normalize-package-bin: "npm:^6.0.0"
19791+
checksum: 10c0/a34947f099982de1db56ecde8bf4cbc440ca06839d92c14936da4c6bfc712bc3df84f8ddda8b457772e30ea5e567831c73679cb319a304c5bf126b0ce1a8a49d
1977819792
languageName: node
1977919793
linkType: hard
1978019794

@@ -22486,7 +22500,7 @@ __metadata:
2248622500
lerna: "npm:9.0.7"
2248722501
lint-staged: "npm:17.0.5"
2248822502
monocart-reporter: "npm:2.11.2"
22489-
npm-run-all2: "npm:8.0.4"
22503+
npm-run-all2: "npm:9.0.0"
2249022504
pagefind: "npm:1.5.2"
2249122505
postcss: "npm:8.5.14"
2249222506
postcss-cli: "npm:11.0.1"
@@ -23569,6 +23583,17 @@ __metadata:
2356923583
languageName: node
2357023584
linkType: hard
2357123585

23586+
"which@npm:^7.0.0":
23587+
version: 7.0.0
23588+
resolution: "which@npm:7.0.0"
23589+
dependencies:
23590+
isexe: "npm:^4.0.0"
23591+
bin:
23592+
node-which: bin/which.js
23593+
checksum: 10c0/ca0b54f198f78bbc4b7c02e34bda8d335cb352e0adb4cbca1c37b1a957af3a879a82c4c27ca6525bc942f548d8b64f816ef6528360af9f3de55ffb9b979b620d
23594+
languageName: node
23595+
linkType: hard
23596+
2357223597
"wide-align@npm:1.1.5":
2357323598
version: 1.1.5
2357423599
resolution: "wide-align@npm:1.1.5"

0 commit comments

Comments
 (0)