chore(deps): bump @inquirer/prompts from 7.10.1 to 8.3.2#47
chore(deps): bump @inquirer/prompts from 7.10.1 to 8.3.2#47dependabot[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:60">
P1: This major bump drops support for the project's advertised Node 18 runtime. Keep `@inquirer/prompts` on 7.x until you also raise `engines.node` (and docs/CI) to Node 20.12+.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| }, | ||
| "dependencies": { | ||
| "@inquirer/prompts": "^7.0.0", | ||
| "@inquirer/prompts": "^8.3.2", |
There was a problem hiding this comment.
P1: This major bump drops support for the project's advertised Node 18 runtime. Keep @inquirer/prompts on 7.x until you also raise engines.node (and docs/CI) to Node 20.12+.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 60:
<comment>This major bump drops support for the project's advertised Node 18 runtime. Keep `@inquirer/prompts` on 7.x until you also raise `engines.node` (and docs/CI) to Node 20.12+.</comment>
<file context>
@@ -57,7 +57,7 @@
},
"dependencies": {
- "@inquirer/prompts": "^7.0.0",
+ "@inquirer/prompts": "^8.3.2",
"chalk": "^5.4.0",
"commander": "^13.0.0",
</file context>
| "@inquirer/prompts": "^8.3.2", | |
| "@inquirer/prompts": "^7.10.1", |
Bumps [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) from 7.10.1 to 8.3.2. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@7.10.1...@inquirer/prompts@8.3.2) --- updated-dependencies: - dependency-name: "@inquirer/prompts" dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
273fdc6 to
a266cd2
Compare
|
Bumps @inquirer/prompts from 7.10.1 to 8.3.2.
Release notes
Sourced from
@inquirer/prompts's releases.... (truncated)
Commits
b218fccchore: Publish new releaseb6aabedfix: set prepublish script1ce0319chore: Publish new release62a1b2dMerge pull request #2031 from SBoudrias/sboudrias/debug-xterm-80g09fcc6cchore(@inquirer/testing): fix formatting56bdf30fix(@inquirer/testing): resolve xterm CJS named export error under native Nod...58d3bf0chore(deps): Bump brace-expansion from 1.1.11 to 1.1.12 (#2029)f9a3adbMerge pull request #2026 from SBoudrias/emdash/semver-315264f5dachore(setup-packages): simplify coerce using tryParseRangefeab678chore(setup-packages): replace semver with std-semverDependabot 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
@inquirer/promptsfrom 7.10.1 to 8.3.2 to bring bug fixes, new prompt features, and ESM-only packages. This major bump requires Node 20.12+.Dependencies
@inquirer/promptsto^8.3.2(updates@inquirer/*to latest).wrap-ansiwithfast-wrap-ansi; removesyoctocolors-cjs; bumpsmute-streamto v3.Migration
engines, CI, and runtime environments.@inquirer/*is now ESM-only. Replacerequire('@inquirer/prompts')withimport ... from '@inquirer/prompts'(or use dynamicimport()in CJS).Written for commit a266cd2. Summary will update on new commits.