chore(deps): update dependency npm-run-all2 to v9#135
Conversation
doistbot
left a comment
There was a problem hiding this comment.
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.
| "husky": "9.1.7", | ||
| "lint-staged": "17.0.5", | ||
| "npm-run-all2": "8.0.4", | ||
| "npm-run-all2": "9.0.0", |
There was a problem hiding this comment.
[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.
1dd648c to
4949c6a
Compare
This PR contains the following updates:
8.0.4→9.0.1Reference
Release Notes
bcomnes/npm-run-all2 (npm-run-all2)
v9.0.1Compare Source
Merged
help.jsto include--node-runoption details#230v9.0.0Compare Source
Merged
#222#227#226#225#224#199#220#215#201#200#196#195#192#191#185#184Fixed
#149#155#167Commits
f4ac6676a2baffb6a39a6Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.