Skip to content

chore(deps): update dependency npm-run-all2 to v9#290

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-run-all2-9.x
Open

chore(deps): update dependency npm-run-all2 to v9#290
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-run-all2-9.x

Conversation

@renovate

@renovate renovate Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
npm-run-all2 8.0.49.0.2 age confidence

Release Notes

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

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from henningmu as a code owner June 5, 2026 11:55
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 5, 2026

@doistbot doistbot left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR updates the npm-run-all2 development dependency to version 9.

Few things worth tightening:

  • The v9 update brings in a stricter Node.js engine requirement (>=22.22.2) that conflicts with the repository's currently advertised setup minimums in .nvmrc and README.md. Please either hold back on v8 or update the repository's documented Node requirements alongside this bump.

Share FeedbackReview Logs

Comment thread package.json Outdated
"nock": "14.0.15",
"node-fetch": "3.3.2",
"npm-run-all2": "8.0.4",
"npm-run-all2": "9.0.1",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 P2 npm-run-all2@9 now brings in a toolchain that only supports Node ^22.22.2 || ^24.15.0 || >=26 (the new lockfile entries show that engine floor). This repo still advertises much looser setup requirements (README.md says Node >=15 and .nvmrc is only 22), so a contributor can follow the repo instructions and still end up on an unsupported runtime for the workspace build/integrity-check scripts that call npm-run-all. Please either keep v8 here or update/pin the repo’s declared Node version alongside this bump.

@renovate renovate Bot force-pushed the renovate/npm-run-all2-9.x branch 2 times, most recently from 52e2d7e to e1e0b60 Compare June 11, 2026 09:06
@renovate renovate Bot force-pushed the renovate/npm-run-all2-9.x branch from e1e0b60 to 3a49191 Compare June 17, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant