chore(deps): update npm-run-all2 to v9.0.1 (major)#1089
Closed
dgee2 wants to merge 1 commit into
Closed
Conversation
Update npm-run-all2 from 8.0.4 to 9.0.1 (major version). npm-run-all2 is a build script tool used to run multiple npm scripts in parallel or sequentially. This is a major version update that may include breaking changes. Validation: ESLint passed. Tool is used in build scripts only. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the UI build tooling dependency npm-run-all2 to a new major version in ui/menu-website, with corresponding lockfile changes.
Changes:
- Bump
npm-run-all2from^8.0.4to^9.0.1in the UI’s devDependencies. - Refresh
pnpm-lock.yamlto capture the newnpm-run-all2version and updated transitive dependencies.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| ui/menu-website/package.json | Updates npm-run-all2 to ^9.0.1. |
| ui/menu-website/pnpm-lock.yaml | Locks npm-run-all2@9.0.1 and updates related transitive packages/engine requirements. |
Files not reviewed (1)
- ui/menu-website/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
66
to
70
| "jsdom": "^29.1.1", | ||
| "msw": "^2.12.14", | ||
| "msw-storybook-addon": "^2.0.6", | ||
| "npm-run-all2": "^8.0.4", | ||
| "npm-run-all2": "^9.0.1", | ||
| "openapi-typescript": "^7.13.0", |
Comment on lines
+3519
to
3526
| npm-normalize-package-bin@6.0.0: | ||
| resolution: {integrity: sha512-tdt4aFn9QamlhdN3HV2D2ccpBwO5/fyjjbXUxYA6uBjyekMZcZvDq0aSj9t5Jo+tih6AYFnt/cuIRn9013e0Uw==} | ||
| engines: {node: ^22.22.2 || ^24.15.0 || >=26.0.0} | ||
|
|
||
| npm-run-all2@8.0.4: | ||
| resolution: {integrity: sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==} | ||
| engines: {node: ^20.5.0 || >=22.0.0, npm: '>= 10'} | ||
| npm-run-all2@9.0.1: | ||
| resolution: {integrity: sha512-ZtK8WXZBUA9x0XD6nxYdFLe86FxpkCTq2LiQxzX0LeXQY/vyAigQZXjjj/xfTwgV4Yqe/vYNIq2W09lrHKTcuQ==} | ||
| engines: {node: ^22.22.2 || ^24.15.0 || >=26.0.0, npm: '>= 10'} | ||
| hasBin: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Update
npm-run-all2from v8.0.4 to v9.0.1 — a major version update.Dependency Updates
What is npm-run-all2?
npm-run-all2is a CLI tool that runs multiple npm scripts in parallel or sequentially. It's used in thebuildscript:This script runs
type-checkandbuild-onlyin parallel before building.Validation
Risk Assessment
Medium-High Risk: Major version update that may include breaking changes. However:
run-p) with no complex featuresBreaking Changes
Review the npm-run-all2 v9 release notes for any breaking changes that might affect the build scripts.
Testing Recommendation
After merging, verify that the following commands still work correctly:
Notes
pnpm-lock.yaml) updated to match new versionThis PR was created by the automated dependency update workflow.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
cdn.playwright.devSee Network Configuration for more information.