Update dependency npm-run-all2 to v9 #519

Open
renovate-bot wants to merge 1 commit from renovate/npm-run-all2-9.x into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
npm-run-all2 7.0.2 -> 9.0.3 age adoption passing confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bcomnes/npm-run-all2 (npm-run-all2)

v9.0.3

Compare Source

Merged
  • Upgrade: Bump ansi-styles from 6.2.3 to 7.0.0 #244
  • Upgrade: Bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 #243
  • Upgrade: Bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 #242
  • Upgrade: Bump actions/setup-node from 6 to 7 #241
  • chore: update schema version in .knip.jsonc to v6 #237
  • Upgrade: Bump @​types/node from 25.9.4 to 26.0.0 #239
  • Upgrade: Bump actions/checkout from 6 to 7 #238
Commits
  • Harden GitHub Actions workflows 7f5fca6
  • Remove obsolete shell-quote types d970668

v9.0.2

Compare Source

Merged
  • fix: update Node.js version requirements #232
  • Upgrade: Bump codecov/codecov-action from 6 to 7 #233
  • fix: bump shell-quote to ^1.8.4 #236
  • Upgrade: Bump pidtree from 0.6.1 to 1.0.0 #234

v9.0.1

Compare Source

Merged
  • fix: update help.js to include --node-run option details #230

v9.0.0

Compare Source

Merged
  • Add more colors based on terminal capabilities #222
  • Upgrade: Bump releasearoni from 0.1.14 to 0.2.0 #227
  • Breaking change: Glob patterns that match no tasks now succeed silently #226
  • Add -x / --node-run flag to bypass the package manager #225
  • Remove redundant build call from prepublishOnly #224
  • Whitelist files to include in npm package #199
  • Fix jsdoc types and use tsc for type safety checks #220
  • Upgrade: Bump codecov/codecov-action from 5 to 6 #215
  • Update SECURITY.md with new reporting process #201
  • Upgrade: Bump actions/checkout from 5 to 6 #200
  • Upgrade: Bump actions/setup-node from 5 to 6 #196
  • Upgrade: Bump github/codeql-action from 3 to 4 #195
  • Upgrade: Bump actions/setup-node from 4 to 5 #192
  • Upgrade: Bump actions/checkout from 4 to 5 #191
  • chore: fix typo in test #185
  • refactor: use optional chain for better readability #184
Fixed
  • Breaking change: Glob patterns that match no tasks now succeed silently (#​226) #149
  • Add -x / --node-run flag to use node --run instead of the package manager #155
  • docs: clarify glob pattern execution order guarantee #167
Commits
  • Add node-run smoke tests f4ac667
  • Implement releasaroni for the release process 6a2baff
  • Use shared publishing action b6a39a6

v8.0.4

Compare Source

Commits

v8.0.3

Compare Source

Commits
  • Merge pull request #​175 from bcomnes/revert-pico 75bb00e
  • Revert "replace minimatch with picomatch" 5d93a54

v8.0.2

Compare Source

Commits

v8.0.1

Compare Source

Commits
  • Merge pull request #​159 from bcomnes/dependabot/npm_and_yarn/minimatch-10.0.1 54af3ab
  • Upgrade: Bump minimatch from 9.0.5 to 10.0.1 f50ddf4
  • Merge pull request #​170 from bcomnes/fix-engine-range e43e670

v8.0.0

Compare Source

Commits
  • Breaking change: Raise engine floor to >= Node 20 b1b12f8
  • Merge pull request #​169 from bcomnes/node-20-or-greater bb27458

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [npm-run-all2](https://github.com/bcomnes/npm-run-all2) | [`7.0.2` -> `9.0.3`](https://renovatebot.com/diffs/npm/npm-run-all2/7.0.2/9.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-run-all2/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-run-all2/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-run-all2/7.0.2/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-run-all2/7.0.2/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>bcomnes/npm-run-all2 (npm-run-all2)</summary> ### [`v9.0.3`](https://github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v903) [Compare Source](https://github.com/bcomnes/npm-run-all2/compare/v9.0.2...v9.0.3) ##### Merged - Upgrade: Bump ansi-styles from 6.2.3 to 7.0.0 [`#244`](https://github.com/bcomnes/npm-run-all2/pull/244) - Upgrade: Bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 [`#243`](https://github.com/bcomnes/npm-run-all2/pull/243) - Upgrade: Bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 [`#242`](https://github.com/bcomnes/npm-run-all2/pull/242) - Upgrade: Bump actions/setup-node from 6 to 7 [`#241`](https://github.com/bcomnes/npm-run-all2/pull/241) - chore: update schema version in .knip.jsonc to v6 [`#237`](https://github.com/bcomnes/npm-run-all2/pull/237) - Upgrade: Bump [@&#8203;types/node](https://github.com/types/node) from 25.9.4 to 26.0.0 [`#239`](https://github.com/bcomnes/npm-run-all2/pull/239) - Upgrade: Bump actions/checkout from 6 to 7 [`#238`](https://github.com/bcomnes/npm-run-all2/pull/238) ##### Commits - Harden GitHub Actions workflows [`7f5fca6`](https://github.com/bcomnes/npm-run-all2/commit/7f5fca6de6a0b454458baf1e650b9535b689aa1d) - Remove obsolete shell-quote types [`d970668`](https://github.com/bcomnes/npm-run-all2/commit/d970668ba2c5a1c835df1d22c5f66a2abc507e9c) ### [`v9.0.2`](https://github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v902---2026-06-12) [Compare Source](https://github.com/bcomnes/npm-run-all2/compare/v9.0.1...v9.0.2) ##### Merged - fix: update Node.js version requirements [`#232`](https://github.com/bcomnes/npm-run-all2/pull/232) - Upgrade: Bump codecov/codecov-action from 6 to 7 [`#233`](https://github.com/bcomnes/npm-run-all2/pull/233) - fix: bump shell-quote to ^1.8.4 [`#236`](https://github.com/bcomnes/npm-run-all2/pull/236) - Upgrade: Bump pidtree from 0.6.1 to 1.0.0 [`#234`](https://github.com/bcomnes/npm-run-all2/pull/234) ### [`v9.0.1`](https://github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v901---2026-05-23) [Compare Source](https://github.com/bcomnes/npm-run-all2/compare/v9.0.0...v9.0.1) ##### Merged - fix: update `help.js` to include `--node-run` option details [`#230`](https://github.com/bcomnes/npm-run-all2/pull/230) ### [`v9.0.0`](https://github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v900---2026-05-19) [Compare Source](https://github.com/bcomnes/npm-run-all2/compare/v8.0.4...v9.0.0) ##### Merged - Add more colors based on terminal capabilities [`#222`](https://github.com/bcomnes/npm-run-all2/pull/222) - Upgrade: Bump releasearoni from 0.1.14 to 0.2.0 [`#227`](https://github.com/bcomnes/npm-run-all2/pull/227) - **Breaking change:** Glob patterns that match no tasks now succeed silently [`#226`](https://github.com/bcomnes/npm-run-all2/pull/226) - Add -x / --node-run flag to bypass the package manager [`#225`](https://github.com/bcomnes/npm-run-all2/pull/225) - Remove redundant build call from prepublishOnly [`#224`](https://github.com/bcomnes/npm-run-all2/pull/224) - Whitelist files to include in npm package [`#199`](https://github.com/bcomnes/npm-run-all2/pull/199) - Fix jsdoc types and use tsc for type safety checks [`#220`](https://github.com/bcomnes/npm-run-all2/pull/220) - Upgrade: Bump codecov/codecov-action from 5 to 6 [`#215`](https://github.com/bcomnes/npm-run-all2/pull/215) - Update SECURITY.md with new reporting process [`#201`](https://github.com/bcomnes/npm-run-all2/pull/201) - Upgrade: Bump actions/checkout from 5 to 6 [`#200`](https://github.com/bcomnes/npm-run-all2/pull/200) - Upgrade: Bump actions/setup-node from 5 to 6 [`#196`](https://github.com/bcomnes/npm-run-all2/pull/196) - Upgrade: Bump github/codeql-action from 3 to 4 [`#195`](https://github.com/bcomnes/npm-run-all2/pull/195) - Upgrade: Bump actions/setup-node from 4 to 5 [`#192`](https://github.com/bcomnes/npm-run-all2/pull/192) - Upgrade: Bump actions/checkout from 4 to 5 [`#191`](https://github.com/bcomnes/npm-run-all2/pull/191) - chore: fix typo in test [`#185`](https://github.com/bcomnes/npm-run-all2/pull/185) - refactor: use optional chain for better readability [`#184`](https://github.com/bcomnes/npm-run-all2/pull/184) ##### Fixed - **Breaking change:** Glob patterns that match no tasks now succeed silently ([#&#8203;226](https://github.com/bcomnes/npm-run-all2/issues/226)) [`#149`](https://github.com/bcomnes/npm-run-all2/issues/149) - Add -x / --node-run flag to use node --run instead of the package manager [`#155`](https://github.com/bcomnes/npm-run-all2/issues/155) - docs: clarify glob pattern execution order guarantee [`#167`](https://github.com/bcomnes/npm-run-all2/issues/167) ##### Commits - Add node-run smoke tests [`f4ac667`](https://github.com/bcomnes/npm-run-all2/commit/f4ac6678fa3784cadbca375fcce2b75dedca611b) - Implement releasaroni for the release process [`6a2baff`](https://github.com/bcomnes/npm-run-all2/commit/6a2baff156d810c01c7271d98b1f58908f3e5612) - Use shared publishing action [`b6a39a6`](https://github.com/bcomnes/npm-run-all2/commit/b6a39a6bd2e697efbe1614b9b1f0a278e410b506) ### [`v8.0.4`](https://github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v804---2025-05-25) [Compare Source](https://github.com/bcomnes/npm-run-all2/compare/v8.0.3...v8.0.4) ##### Commits - Merge pull request [#&#8203;182](https://github.com/bcomnes/npm-run-all2/issues/182) from bcomnes/beta [`afcc18a`](https://github.com/bcomnes/npm-run-all2/commit/afcc18a7c68805ae1678871b31cd5103691a4bce) ### [`v8.0.3`](https://github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v803---2025-05-20) [Compare Source](https://github.com/bcomnes/npm-run-all2/compare/v8.0.2...v8.0.3) ##### Commits - Merge pull request [#&#8203;175](https://github.com/bcomnes/npm-run-all2/issues/175) from bcomnes/revert-pico [`75bb00e`](https://github.com/bcomnes/npm-run-all2/commit/75bb00e0a13d96cb4f873fd2967ea3ebeaffd815) - Revert "replace minimatch with picomatch" [`5d93a54`](https://github.com/bcomnes/npm-run-all2/commit/5d93a5485a5749b2b171c24f4e6e9fe0d64299f6) ### [`v8.0.2`](https://github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v802---2025-05-16) [Compare Source](https://github.com/bcomnes/npm-run-all2/compare/v8.0.1...v8.0.2) ##### Commits - Merge pull request [#&#8203;172](https://github.com/bcomnes/npm-run-all2/issues/172) from beeequeue/picomatch [`4f42923`](https://github.com/bcomnes/npm-run-all2/commit/4f42923e1fdea84fc97796e774a5550e8f78f092) - replace minimatch with picomatch [`74201f5`](https://github.com/bcomnes/npm-run-all2/commit/74201f5f7238d9a2c9d5e7b889db8748687fd4f9) - add type field [`e8f046a`](https://github.com/bcomnes/npm-run-all2/commit/e8f046af4d4c14b61449695c7eb58f6a385ab2b6) ### [`v8.0.1`](https://github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v801---2025-05-02) [Compare Source](https://github.com/bcomnes/npm-run-all2/compare/v8.0.0...v8.0.1) ##### Commits - Merge pull request [#&#8203;159](https://github.com/bcomnes/npm-run-all2/issues/159) from bcomnes/dependabot/npm_and_yarn/minimatch-10.0.1 [`54af3ab`](https://github.com/bcomnes/npm-run-all2/commit/54af3abd3d9fe5c32d21c8bac8a5ef12b7b448aa) - Upgrade: Bump minimatch from 9.0.5 to 10.0.1 [`f50ddf4`](https://github.com/bcomnes/npm-run-all2/commit/f50ddf48a0622d5473a7f9480069ebec8c5acd45) - Merge pull request [#&#8203;170](https://github.com/bcomnes/npm-run-all2/issues/170) from bcomnes/fix-engine-range [`e43e670`](https://github.com/bcomnes/npm-run-all2/commit/e43e6705fedfa87b8d80200f9d55ceb943ad77c7) ### [`v8.0.0`](https://github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v800---2025-05-02) [Compare Source](https://github.com/bcomnes/npm-run-all2/compare/v7.0.2...v8.0.0) ##### Commits - **Breaking change:** Raise engine floor to >= Node 20 [`b1b12f8`](https://github.com/bcomnes/npm-run-all2/commit/b1b12f858291a7b3d73b20b28ca134407d927166) - Merge pull request [#&#8203;169](https://github.com/bcomnes/npm-run-all2/issues/169) from bcomnes/node-20-or-greater [`bb27458`](https://github.com/bcomnes/npm-run-all2/commit/bb274582dadbaaeeb2c3a2c54b4171660fb92399) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5IiwiamF2YXNjcmlwdCIsIm1ham9yIl19-->
Update dependency npm-run-all2 to v9
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
f057e96e4e
tobi force-pushed renovate/npm-run-all2-9.x from f057e96e4e
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 2da3c1841b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-05-28 21:37:48 +00:00
Compare
renovate-bot force-pushed renovate/npm-run-all2-9.x from 2da3c1841b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 30964c99ce
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-15 18:43:51 +00:00
Compare
renovate-bot force-pushed renovate/npm-run-all2-9.x from 30964c99ce
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 9a10b2fd84
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-29 16:43:56 +00:00
Compare
renovate-bot force-pushed renovate/npm-run-all2-9.x from 9a10b2fd84
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 65369acb0f
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-06-30 15:43:46 +00:00
Compare
renovate-bot force-pushed renovate/npm-run-all2-9.x from 65369acb0f
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 533f6606c6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-08-01 04:43:34 +00:00
Compare
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/npm-run-all2-9.x:renovate/npm-run-all2-9.x
git switch renovate/npm-run-all2-9.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/npm-run-all2-9.x
git switch renovate/npm-run-all2-9.x
git rebase main
git switch main
git merge --ff-only renovate/npm-run-all2-9.x
git switch renovate/npm-run-all2-9.x
git rebase main
git switch main
git merge --no-ff renovate/npm-run-all2-9.x
git switch main
git merge --squash renovate/npm-run-all2-9.x
git switch main
git merge --ff-only renovate/npm-run-all2-9.x
git switch main
git merge renovate/npm-run-all2-9.x
git push origin main
Sign in to join this conversation.
No description provided.