chore(deps): bump commander from 13.1.0 to 14.0.3#45
chore(deps): bump commander from 13.1.0 to 14.0.3#45dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:62">
P1: This bumps Commander past the project's declared Node support. Commander 14 requires Node 20+, but this package still declares `engines.node: >=18`, so Node 18 consumers can install a dependency combination that is unsupported and likely to break.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "@inquirer/prompts": "^7.0.0", | ||
| "chalk": "^5.4.0", | ||
| "commander": "^13.0.0", | ||
| "commander": "^14.0.3", |
There was a problem hiding this comment.
P1: This bumps Commander past the project's declared Node support. Commander 14 requires Node 20+, but this package still declares engines.node: >=18, so Node 18 consumers can install a dependency combination that is unsupported and likely to break.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 62:
<comment>This bumps Commander past the project's declared Node support. Commander 14 requires Node 20+, but this package still declares `engines.node: >=18`, so Node 18 consumers can install a dependency combination that is unsupported and likely to break.</comment>
<file context>
@@ -59,7 +59,7 @@
"@inquirer/prompts": "^7.0.0",
"chalk": "^5.4.0",
- "commander": "^13.0.0",
+ "commander": "^14.0.3",
"cosmiconfig": "^9.0.0",
"figlet": "^1.10.0",
</file context>
| "commander": "^14.0.3", | |
| "commander": "^13.0.0", |
Bumps [commander](https://github.com/tj/commander.js) from 13.1.0 to 14.0.3. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v13.1.0...v14.0.3) --- updated-dependencies: - dependency-name: commander dependency-version: 14.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
25184b0 to
1284865
Compare
Bumps commander from 13.1.0 to 14.0.3.
Release notes
Sourced from commander's releases.
Changelog
Sourced from commander's changelog.
... (truncated)
Commits
824736414.0.3e281fe3Update docs for 14.0.3 (#2474)7357ddaSeparate out a more detailed release policy document (#2462)b6e2e3aBump eslint from 9.39.1 to 9.39.2 (#2470)d6f63a7Bump ts-jest from 29.4.5 to 29.4.6 (#2467)2a9768aBump prettier from 3.6.2 to 3.7.4 (#2466)9211918docs(README): Tweak formatting, punctuation for clarity (#2465)4208a96Bump typescript-eslint from 8.46.2 to 8.48.0 (#2458)03308ceBump eslint-plugin-jest from 29.0.1 to 29.2.1 (#2457)4d2db1fBump globals from 16.4.0 to 16.5.0 (#2456)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)Summary by cubic
Upgrade
commanderto 14.0.3 for fixes and the new help grouping API. This also removes a redundant nestedcommanderentry from the lockfile.Written for commit 1284865. Summary will update on new commits.