Skip to content

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

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#135
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-run-all2-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 25, 2026

This PR contains the following updates:

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

Reference


Release Notes

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

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
    • "before 7am every weekday"
  • 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 a team as a code owner May 25, 2026 06:50
@renovate renovate Bot requested review from nvignola and removed request for a team May 25, 2026 06:50
@renovate renovate Bot requested a review from a team May 25, 2026 06:50
Copy link
Copy Markdown
Member

@doistbot doistbot left a comment

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 dependency to version 9. Keeping our task running dependencies up to date ensures we benefit from the latest improvements, including expanded terminal color support and native Node execution flags. However, a Node.js version compatibility mismatch was noted, as the updated package requires Node 22 while the project's configuration still indicates support for Node 20.

Share FeedbackReview Logs

Comment thread package.json Outdated
"husky": "9.1.7",
"lint-staged": "17.0.5",
"npm-run-all2": "8.0.4",
"npm-run-all2": "9.0.0",
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 v9 increases its minimum Node.js requirement to ^22.22.2 (as seen in the package-lock.json changes), but this project's engines.node field still claims support for Node 20 (^20.0.0 || >=22.0.0). This will cause warnings or npm ci failures for contributors developing on Node 20. Consider bumping the project's engines.node requirement to drop Node 20 before merging, or hold off on this update if Node 20 support is still needed.

@renovate renovate Bot force-pushed the renovate/npm-run-all2-9.x branch from 1dd648c to 4949c6a Compare May 28, 2026 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants