Upgrade npm-run-all2 to v9 - #1231
Draft
dgee2 wants to merge 1 commit into
Draft
Conversation
Bumps npm-run-all2 8.0.4 -> 9.0.3, used by the build script's
`run-p type-check "build-only {@}" --` invocation. v9's only
documented breaking change (glob patterns matching zero tasks now
succeed instead of erroring) doesn't affect this repo's fixed
script names, and its CLI syntax is unchanged.
Note: v9's own package.json requires Node ^22.22.2 || ^24.15.0 ||
>=26.0.0, narrower than this repo's engines.node
(^20.19.0 || ^22.13.0 || >=24.0.0). CI's actions/setup-node@v6 pins
node-version: 22.x, which floats to the latest 22.x patch and should
already satisfy this, but local devs on Node 20.x or an early 22.x
patch may need to upgrade.
Verified: lint, build (exercises run-p directly), unit tests
(57/57), storybook interaction tests (78/78).
Co-authored-by: Claude <noreply@anthropic.com>
dgee2
force-pushed
the
deps-npm-run-all2-major
branch
from
August 13, 2026 21:45
75ba0fc to
f27b349
Compare
|
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.



Bumps npm-run-all2 8.0.4 -> 9.0.3, used by the build script's
run-p type-check "build-only {@}" --invocation. v9's onlydocumented breaking change (glob patterns matching zero tasks now
succeed instead of erroring) doesn't affect this repo's fixed
script names, and its CLI syntax is unchanged.
Note: v9's own package.json requires Node ^22.22.2 || ^24.15.0 ||
Verified: lint, build (exercises run-p directly), unit tests
(57/57), storybook interaction tests (78/78).
Co-authored-by: Claude noreply@anthropic.com
Stack created with GitHub Stacks CLI • Give Feedback 💬