mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
chore(deps-dev): upgrade @inquirer/prompts to 8.0.1 (#55775)
* chore(deps-dev): bump the dev-dependencies group with 4 updates Bumps the dev-dependencies group with 4 updates: [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js), [antd-token-previewer](https://github.com/ant-design/antd-token-previewer), [glob](https://github.com/isaacs/node-glob) and [webpack-bundle-analyzer](https://github.com/webpack/webpack-bundle-analyzer). Updates `@inquirer/prompts` from 7.10.1 to 8.0.1 - [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.0.1) Updates `antd-token-previewer` from 2.0.8 to 3.0.0 - [Release notes](https://github.com/ant-design/antd-token-previewer/releases) - [Commits](https://github.com/ant-design/antd-token-previewer/compare/v2.0.8...v3.0.0) Updates `glob` from 12.0.0 to 13.0.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v12.0.0...v13.0.0) Updates `webpack-bundle-analyzer` from 4.10.2 to 5.0.1 - [Changelog](https://github.com/webpack/webpack-bundle-analyzer/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-bundle-analyzer/compare/v4.10.2...v5.0.1) --- updated-dependencies: - dependency-name: "@inquirer/prompts" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: antd-token-previewer dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: glob dependency-version: 13.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: webpack-bundle-analyzer dependency-version: 5.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update package.json Signed-off-by: thinkasany <480968828@qq.com> * Update package.json Signed-off-by: thinkasany <480968828@qq.com> * Initial plan * chore(deps-dev): upgrade @inquirer/prompts to 8.0.1 Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com> * fix: remove deprecated helpMode option from checkbox theme Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: thinkasany <480968828@qq.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com>
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@eslint-react/eslint-plugin": "^2.0.6",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
|
||||
"@inquirer/prompts": "^7.1.0",
|
||||
"@inquirer/prompts": "^8.0.1",
|
||||
"@madccc/duplicate-package-checker-webpack-plugin": "^1.0.0",
|
||||
"@microflash/rehype-figure": "^2.1.1",
|
||||
"@npmcli/run-script": "^10.0.0",
|
||||
|
||||
@@ -182,7 +182,6 @@ async function run() {
|
||||
message: '📚 请选择需要测试的组件,不建议选择全部【全量快照生成需要耗费很长时间】\n',
|
||||
pageSize: Math.floor(components.length / 4),
|
||||
loop: false,
|
||||
theme: { helpMode: 'always' },
|
||||
choices: components.map((component) => ({
|
||||
value: component,
|
||||
checked: component.endsWith('components/button'), // 默认选中 button
|
||||
|
||||
Reference in New Issue
Block a user