Skip to content

Commit 0d7972d

Browse files
committed
build: update dependency @inquirer/prompts to v8
See associated pull request for more information. Closes #32566 as a pr takeover
1 parent d5fd9b9 commit 0d7972d

File tree

4 files changed

+96
-213
lines changed

4 files changed

+96
-213
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "7.10.1",
28+
"@inquirer/prompts": "8.3.0",
2929
"@listr2/prompt-adapter-inquirer": "4.1.1",
3030
"@modelcontextprotocol/sdk": "1.26.0",
3131
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",

packages/angular/cli/src/utilities/prompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function askQuestion(
4343
const answer = await select({
4444
message,
4545
choices,
46-
default: defaultResponseIndex,
46+
default: choices[defaultResponseIndex].value,
4747
theme: {
4848
prefix: '',
4949
},

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "7.10.1"
21+
"@inquirer/prompts": "8.3.0"
2222
}
2323
}

0 commit comments

Comments
 (0)