Skip to content

Commit 28d553a

Browse files
chore(deps): update dependency npm-run-all2 to v7 (#6539)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [npm-run-all2](https://redirect.github.com/bcomnes/npm-run-all2) | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/npm-run-all2/6.2.3/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-run-all2/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-run-all2/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-run-all2/6.2.3/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-run-all2/6.2.3/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>bcomnes/npm-run-all2 (npm-run-all2)</summary> ### [`v7.0.0`](https://redirect.github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v700) [Compare Source](https://redirect.github.com/bcomnes/npm-run-all2/compare/v6.2.6...v7.0.0) ##### Merged - Prevent a throw when looking up undefined results [`#158`](https://redirect.github.com/bcomnes/npm-run-all2/pull/158) ##### Commits - **Breaking change:** Bump node engines ^18.17.0 || >=20.5.0 [`49b95f0`](https://redirect.github.com/bcomnes/npm-run-all2/commit/49b95f0c4905504a94d1a7ce87fbb7e77ab60df5) - Merge pull request [#&#8203;156](https://redirect.github.com/bcomnes/npm-run-all2/issues/156) from bcomnes/rm-rf-rimraf [`c661ffc`](https://redirect.github.com/bcomnes/npm-run-all2/commit/c661ffc942e09a68b1a553190d3a550dc0f6a39c) - Remove rimraf [`c77e085`](https://redirect.github.com/bcomnes/npm-run-all2/commit/c77e0856c65115b32788c3e9a1e441ba69fbd430) ### [`v6.2.6`](https://redirect.github.com/bcomnes/npm-run-all2/compare/v6.2.5...67a6356a185f6ca5b4a39d88613c8aa491c648c0) [Compare Source](https://redirect.github.com/bcomnes/npm-run-all2/compare/ee3bf122e700102b9ab27b1d172d98856765f4a4...v6.2.6) ### [`v6.2.5`](https://redirect.github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v625) [Compare Source](https://redirect.github.com/bcomnes/npm-run-all2/compare/v6.2.4...ee3bf122e700102b9ab27b1d172d98856765f4a4) ##### Merged - Prevent a throw when looking up undefined results [`#158`](https://redirect.github.com/bcomnes/npm-run-all2/pull/158) ##### Commits - **Breaking change:** Bump node engines ^18.17.0 || >=20.5.0 [`49b95f0`](https://redirect.github.com/bcomnes/npm-run-all2/commit/49b95f0c4905504a94d1a7ce87fbb7e77ab60df5) - Merge pull request [#&#8203;156](https://redirect.github.com/bcomnes/npm-run-all2/issues/156) from bcomnes/rm-rf-rimraf [`c661ffc`](https://redirect.github.com/bcomnes/npm-run-all2/commit/c661ffc942e09a68b1a553190d3a550dc0f6a39c) - Remove rimraf [`c77e085`](https://redirect.github.com/bcomnes/npm-run-all2/commit/c77e0856c65115b32788c3e9a1e441ba69fbd430) ### [`v6.2.4`](https://redirect.github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v624) [Compare Source](https://redirect.github.com/bcomnes/npm-run-all2/compare/v6.2.3...v6.2.4) ##### Merged - Switch to JS-based `which` command [`#154`](https://redirect.github.com/bcomnes/npm-run-all2/pull/154) ##### Fixed - Switch to JS-based `which` command [`#153`](https://redirect.github.com/bcomnes/npm-run-all2/issues/153) </details> --- ### Configuration 📅 **Schedule**: 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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ed85b9 commit 28d553a

File tree

2 files changed

+43
-19
lines changed

2 files changed

+43
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"husky": "^9.0.6",
8686
"lerna": "^8.0.0",
8787
"lint-staged": "^15.0.0",
88-
"npm-run-all2": "^6.0.0",
88+
"npm-run-all2": "^7.0.0",
8989
"postcss": "^8.4.25",
9090
"postcss-cli": "^11.0.0",
9191
"postcss-import": "^16.0.0",

yarn.lock

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13929,6 +13929,13 @@ __metadata:
1392913929
languageName: node
1393013930
linkType: hard
1393113931

13932+
"json-parse-even-better-errors@npm:^4.0.0":
13933+
version: 4.0.0
13934+
resolution: "json-parse-even-better-errors@npm:4.0.0"
13935+
checksum: 10c0/84cd9304a97e8fb2af3937bf53acb91c026aeb859703c332684e688ea60db27fc2242aa532a84e1883fdcbe1e5c1fb57c2bef38e312021aa1cd300defc63cf16
13936+
languageName: node
13937+
linkType: hard
13938+
1393213939
"json-schema-traverse@npm:^0.4.1":
1393313940
version: 0.4.1
1393413941
resolution: "json-schema-traverse@npm:0.4.1"
@@ -15650,7 +15657,7 @@ __metadata:
1565015657
languageName: node
1565115658
linkType: hard
1565215659

15653-
"minimatch@npm:^10.0.0":
15660+
"minimatch@npm:^10.0.0, minimatch@npm:^10.0.1":
1565415661
version: 10.0.1
1565515662
resolution: "minimatch@npm:10.0.1"
1565615663
dependencies:
@@ -16273,6 +16280,13 @@ __metadata:
1627316280
languageName: node
1627416281
linkType: hard
1627516282

16283+
"npm-normalize-package-bin@npm:^4.0.0":
16284+
version: 4.0.0
16285+
resolution: "npm-normalize-package-bin@npm:4.0.0"
16286+
checksum: 10c0/1fa546fcae8eaab61ef9b9ec237b6c795008da50e1883eae030e9e38bb04ffa32c5aabcef9a0400eae3dc1f91809bcfa85e437ce80d677c69b419d1d9cacf0ab
16287+
languageName: node
16288+
linkType: hard
16289+
1627616290
"npm-package-arg@npm:11.0.2, npm-package-arg@npm:^11.0.2":
1627716291
version: 11.0.2
1627816292
resolution: "npm-package-arg@npm:11.0.2"
@@ -16355,24 +16369,24 @@ __metadata:
1635516369
languageName: node
1635616370
linkType: hard
1635716371

16358-
"npm-run-all2@npm:^6.0.0":
16359-
version: 6.2.6
16360-
resolution: "npm-run-all2@npm:6.2.6"
16372+
"npm-run-all2@npm:^7.0.0":
16373+
version: 7.0.0
16374+
resolution: "npm-run-all2@npm:7.0.0"
1636116375
dependencies:
1636216376
ansi-styles: "npm:^6.2.1"
1636316377
cross-spawn: "npm:^7.0.3"
1636416378
memorystream: "npm:^0.3.1"
16365-
minimatch: "npm:^9.0.0"
16379+
minimatch: "npm:^10.0.1"
1636616380
pidtree: "npm:^0.6.0"
16367-
read-package-json-fast: "npm:^3.0.2"
16381+
read-package-json-fast: "npm:^4.0.0"
1636816382
shell-quote: "npm:^1.7.3"
16369-
which: "npm:^3.0.1"
16383+
which: "npm:^5.0.0"
1637016384
bin:
1637116385
npm-run-all: bin/npm-run-all/index.js
1637216386
npm-run-all2: bin/npm-run-all/index.js
1637316387
run-p: bin/run-p/index.js
1637416388
run-s: bin/run-s/index.js
16375-
checksum: 10c0/043b0851958b22b1910002cacd996e2ee8d45fefd3aa0f6da2795c50f1eb1d520631f993f6c8c7d28aeca73882a95b35451024fcd796c26a7907e1a1dacb0a84
16389+
checksum: 10c0/ee09d88820e67d61497b3058a179e4d13ff9518242546d0114bdb6e657e3ba8427e672ce99abf3b680ac4433fa79639a47897b232a90f465d9a6eea5744b56bc
1637616390
languageName: node
1637716391
linkType: hard
1637816392

@@ -18577,6 +18591,16 @@ __metadata:
1857718591
languageName: node
1857818592
linkType: hard
1857918593

18594+
"read-package-json-fast@npm:^4.0.0":
18595+
version: 4.0.0
18596+
resolution: "read-package-json-fast@npm:4.0.0"
18597+
dependencies:
18598+
json-parse-even-better-errors: "npm:^4.0.0"
18599+
npm-normalize-package-bin: "npm:^4.0.0"
18600+
checksum: 10c0/8a03509ae8e852f1abc4b109c1be571dd90ac9ea65d55433b2fe287e409113441a9b00df698288fe48aa786c1a2550569d47b5ab01ed83ada073d691d5aff582
18601+
languageName: node
18602+
linkType: hard
18603+
1858018604
"read-pkg-up@npm:^1.0.1":
1858118605
version: 1.0.1
1858218606
resolution: "read-pkg-up@npm:1.0.1"
@@ -21313,7 +21337,7 @@ __metadata:
2131321337
husky: "npm:^9.0.6"
2131421338
lerna: "npm:^8.0.0"
2131521339
lint-staged: "npm:^15.0.0"
21316-
npm-run-all2: "npm:^6.0.0"
21340+
npm-run-all2: "npm:^7.0.0"
2131721341
postcss: "npm:^8.4.25"
2131821342
postcss-cli: "npm:^11.0.0"
2131921343
postcss-import: "npm:^16.0.0"
@@ -22111,25 +22135,25 @@ __metadata:
2211122135
languageName: node
2211222136
linkType: hard
2211322137

22114-
"which@npm:^3.0.1":
22115-
version: 3.0.1
22116-
resolution: "which@npm:3.0.1"
22138+
"which@npm:^4.0.0":
22139+
version: 4.0.0
22140+
resolution: "which@npm:4.0.0"
2211722141
dependencies:
22118-
isexe: "npm:^2.0.0"
22142+
isexe: "npm:^3.1.1"
2211922143
bin:
2212022144
node-which: bin/which.js
22121-
checksum: 10c0/15263b06161a7c377328fd2066cb1f093f5e8a8f429618b63212b5b8847489be7bcab0ab3eb07f3ecc0eda99a5a7ea52105cf5fa8266bedd083cc5a9f6da24f1
22145+
checksum: 10c0/449fa5c44ed120ccecfe18c433296a4978a7583bf2391c50abce13f76878d2476defde04d0f79db8165bdf432853c1f8389d0485ca6e8ebce3bbcded513d5e6a
2212222146
languageName: node
2212322147
linkType: hard
2212422148

22125-
"which@npm:^4.0.0":
22126-
version: 4.0.0
22127-
resolution: "which@npm:4.0.0"
22149+
"which@npm:^5.0.0":
22150+
version: 5.0.0
22151+
resolution: "which@npm:5.0.0"
2212822152
dependencies:
2212922153
isexe: "npm:^3.1.1"
2213022154
bin:
2213122155
node-which: bin/which.js
22132-
checksum: 10c0/449fa5c44ed120ccecfe18c433296a4978a7583bf2391c50abce13f76878d2476defde04d0f79db8165bdf432853c1f8389d0485ca6e8ebce3bbcded513d5e6a
22156+
checksum: 10c0/e556e4cd8b7dbf5df52408c9a9dd5ac6518c8c5267c8953f5b0564073c66ed5bf9503b14d876d0e9c7844d4db9725fb0dcf45d6e911e17e26ab363dc3965ae7b
2213322157
languageName: node
2213422158
linkType: hard
2213522159

0 commit comments

Comments
 (0)