chore(deps): concurrently 10, commander 15, npm-check-updates 23 (majors) - #81
Merged
Merged
Conversation
…ors) Three CLI-only dev tools that share the same upgrade path (ESM-only builds, Node >= 22): - concurrently 9.2.1 -> 10.0.5: ESM-only, prefix colors auto-assigned, --name-separator and killOthers removed; scripts use neither - commander 14.0.3 -> 15.0.0: ESM-only, Node >= 22.12, esm.mjs entry removed; scripts/git-sync-upstream.ts runs under tsx with "type": "module" and only uses .option/.parse (--help verified) - npm-check-updates 19.6.6 -> 23.1.0: pure ESM, grouped output by default, filterVersion/rejectVersion no longer take functions; .ncurc is JSON with a string reject list, `ncu` verified Claude-Session: https://claude.ai/code/session_01KLWmWU1KLE2diUH14ryqv1
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Sep 14, 2026
This branch was successfully deployed
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.
One sentence
Major bumps of three CLI-only dev tools that share one upgrade path (ESM-only, Node >= 22), left open for review because they are majors.
Bumps
Breaking changes
--name-separatorand thekillOthersAPI option removed. Used only asconcurrently "npm run a" "npm run b"indev:allandworkers:dev; none of the removed flags.concurrently --versionverified.commander/esm.mjsentry removed,--no-*default semantics changed when both forms are defined. Only consumer isscripts/git-sync-upstream.ts(basic.option/.parse, run undertsx, package is"type": "module").tsx scripts/git-sync-upstream.ts --helpverified.filterVersion/rejectVersionno longer accept functions, cooldown from pnpmminimumReleaseAge. The repo.ncurcis JSON with a stringrejectlist, still supported;ncuverified and prints the expected remaining majors.Supersedes dependabot #51.
Verification
pnpm typecheckcleanpnpm test: 4 files, 16 tests greenpnpm exec vitest run --config vitest.config.node.ts: 3 files, 21 tests greenpnpm buildpassesnext startsmoke:/200,/changelog200,/changelog/nope-xyz404,/faq200,/nope-404404Installed with
--ignore-scripts(isolated-vm postinstall fails under Node 26 locally; matches how Vercel builds).https://claude.ai/code/session_01KLWmWU1KLE2diUH14ryqv1