chore(deps-dev): bump commander from 14.0.2 to 15.0.0#13939
chore(deps-dev): bump commander from 14.0.2 to 15.0.0#13939dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [commander](https://github.com/tj/commander.js) from 14.0.2 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.2...v15.0.0) --- updated-dependencies: - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
dj4oC
left a comment
There was a problem hiding this comment.
Bumps commander from 14.0.2 to 15.0.0 (major, root devDependency, used by internal CLI/build scripts).
Findings
- Build (blocking, likely unrelated to this diff): Same production-build failure as #13937 and #13938:
[vite:worker] ... Transforming destructuring to the configured target environment (...) is not supported yetinpackages/web-pkg/src/composables/webWorkers/mfaExpiryWorker/worker.ts, identical file/line across all three unrelated bumps — points to a pre-existing base-branch build break rather than this PR's change. - Compatibility note: commander 15 raises its
engines.noderequirement to>=22.12.0(from>=20for 14.0.2). Worth confirming the CI/build environment's Node version satisfies this before relying on commander-based scripts. - Security: Snyk/CLA passed.
- Performance / Coverage: N/A — build tooling only.
Verdict
Commenting — this PR's own diff looks low-risk, but it can't merge while build is red. See #13937 for the shared root-cause discussion.
🤖 Automated review by Claude Code (security · stability · performance · coverage)
Generated by Claude Code



Bumps commander from 14.0.2 to 15.0.0.
Release notes
Sourced from commander's releases.
... (truncated)
Changelog
Sourced from commander's changelog.
... (truncated)
Commits
ba6d13dFix release dates in changelog (#2523)a752ed9Pin GitHub actions with hash (#2521)74d5dfeDrop EOL node 20 from test matrix, and add node 26 (#2520)6df9b68Update details for 15.0.0 release (#2519)01ce5d0Remove jest esm examples (#2517)d785d8bUpdate dependencies (#2518)9098b48Update dependencies (#2506)373f660Use node:util stripVTControlCharacters instead of own code (#2486)987f289Use simple match in test (to avoid warning about expensive regex) (#2485)0ea3bb3Update dependecies and lint (#2489)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)