Skip to content

chore(deps): bump commander from 14.0.3 to 15.0.0 and align Node engine requirements#1266

Merged
ffflorian merged 2 commits into
mainfrom
dependabot/npm_and_yarn/commander-15.0.0
Jun 4, 2026
Merged

chore(deps): bump commander from 14.0.3 to 15.0.0 and align Node engine requirements#1266
ffflorian merged 2 commits into
mainfrom
dependabot/npm_and_yarn/commander-15.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps commander from 14.0.3 to 15.0.0.

Also aligns the engines.node entries for Commander-consuming packages to >=22.12.0 to match Commander 15's new runtime requirement.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/commander-15.0.0 branch from 7cf9a5a to 25d20bf Compare June 4, 2026 12:39
@ffflorian

Copy link
Copy Markdown
Owner

@copilot any relevant breaking changes we need to adapt to in projects which use commander?

Bumps [commander](https://github.com/tj/commander.js) from 14.0.3 to 15.0.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v14.0.3...v15.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/commander-15.0.0 branch from 25d20bf to 41fd047 Compare June 4, 2026 12:41

Copilot AI commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

@copilot any relevant breaking changes we need to adapt to in projects which use commander?

Yes: the relevant Commander 15 break is the new runtime floor and module format. It is now ESM-only and requires Node >=22.12.0. The ESM change is fine for these CLIs since they already use type: "module" and import { program } from 'commander', and build/test/lint stayed green. I did make one follow-up in 12f2938: the Commander-consuming packages now advertise engines.node: >=22.12.0 so we do not claim support for older Node versions.

Copilot AI changed the title chore(deps): bump commander from 14.0.3 to 15.0.0 chore(deps): bump commander from 14.0.3 to 15.0.0 and align Node engine requirements Jun 4, 2026
Copilot AI requested a review from ffflorian June 4, 2026 12:47
@ffflorian ffflorian merged commit be67dd4 into main Jun 4, 2026
5 checks passed
@ffflorian ffflorian deleted the dependabot/npm_and_yarn/commander-15.0.0 branch June 4, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants