Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps the dev-dependencies group with 4 updates in the / directory: @antv/g6, @inquirer/prompts, antd-token-previewer and glob.

Updates @antv/g6 from 4.8.25 to 5.0.50

Release notes

Sourced from @​antv/g6's releases.

5.0.49

What's Changed

New Contributors

Full Changelog: antvis/G6@5.0.48...5.0.49

5.0.48

What's Changed

... (truncated)

Commits

Updates @inquirer/prompts from 7.10.1 to 8.0.1

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​8.0.0

Release Notes

🚨 Breaking Changes

This is a major release that modernizes the codebase for Node.js ≥ 20.

ESM Only - No More CommonJS Support

Impact: All packages are now ESM-only. CommonJS imports are no longer supported.

If you're on modern Node versions (≥ 20), this should be transparent and have no impact.

Node.js Version Requirement

Minimum Node.js version is now 20.x

Node.js versions below 20 are no longer supported. Please upgrade to Node.js 20 or later.

Node min versions: >=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0

Deprecated APIs Removed

The following deprecated APIs have been removed after being deprecated in previous releases:

list prompt alias removed (affects inquirer package only)

The list alias has been removed from the inquirer package. This only impacts users of the legacy inquirer package, not users of @inquirer/prompts or individual prompt packages.

// ❌ No longer available (inquirer package only)
import inquirer from 'inquirer';
const answer = await inquirer.prompt([
  { type: 'list', name: 'choice', message: 'Pick one:', choices: ['a', 'b'] }
]);
// ✅ Use 'select' instead
import inquirer from 'inquirer';
const answer = await inquirer.prompt([
{ type: 'select', name: 'choice', message: 'Pick one:', choices: ['a', 'b'] }
]);

helpMode theme property removed

// ❌ No longer available
const answer = await select({
  theme: { helpMode: 'never' }
});
</tr></table>

... (truncated)

Commits
  • cce79ce chore: Publish new release
  • b1101a8 fix: Replace lerna with lerna-lite (Fix #1894)
  • aaedbec fix: yarn cache
  • 676685d Publish
  • 06268e4 Chore(deps): Bump js-yaml from 3.14.1 to 3.14.2
  • 74d2695 chore: Bump all dependencies to latest
  • 0d18ada BREAKING: dropping CJS dual module export (now ESM only) (#1856)
  • d75643f chore: Remove all deprecated code
  • caf53b9 breaking: Drop yoctocolors in favor of styleText (Node built-in util)
  • 4a16c34 breaking(*): Set officially supported Node version >=20
  • See full diff in compare view

Updates antd-token-previewer from 2.0.8 to 3.0.0

Release notes

Sourced from antd-token-previewer's releases.

v3.0.0-alpha.3

  • fix import path (#221) df44e7a

ant-design/antd-token-previewer@v3.0.0-alpha.2...v3.0.0-alpha.3

v3.0.0-alpha.2

  • chore: upgrade to React 19 (#220) b92278e

ant-design/antd-token-previewer@v3.0.0-alpha.1...v3.0.0-alpha.2

v3.0.0-alpha.1

  • feat: Modify the theme editor theme color selection position (#219) 59e3565
  • ci: update ver 2a05294
  • fix: The Ghost Button of the theme is not visible (#218) d00fcab

ant-design/antd-token-previewer@v3.0.0-alpha.0...v3.0.0-alpha.1

v3.0.0-alpha.0

  • chore: bump cssinjs (#217) 273d732

ant-design/antd-token-previewer@v2.0.8...v3.0.0-alpha.0

Commits

Updates glob from 11.1.0 to 12.0.0

Changelog

Sourced from glob's changelog.

changeglob

12

  • Remove the unsafe --shell option. The --shell option is now ONLY supported on known shells where the behavior can be implemented safely.

11.1

GHSA-5j98-mcp5-4vw2

  • Add the --shell option for the command line, with a warning that this is unsafe. (It will be removed in v12.)
  • Add the --cmd-arg/-g as a way to safely add positional arguments to the command provided to the CLI tool.
  • Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding shell:true execution.

11.0

  • Drop support for node before v20

10.4

  • Add includeChildMatches: false option
  • Export the Ignore class

10.3

  • Add --default -p flag to provide a default pattern
  • exclude symbolic links to directories when follow and nodir are both set

10.2

  • Add glob cli

10.1

  • Return '.' instead of the empty string '' when the current working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on Windows.

10.0.0

  • No default exports, only named exports

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 4 updates

Bumps the dev-dependencies group with 4 updates in the / directory: [@antv/g6](https://github.com/antvis/g6), [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js), [antd-token-previewer](https://github.com/ant-design/antd-token-previewer) and [glob](https://github.com/isaacs/node-glob).


Updates `@antv/g6` from 4.8.25 to 5.0.50
- [Release notes](https://github.com/antvis/g6/releases)
- [Changelog](https://github.com/antvis/G6/blob/v5/CHANGELOG.md)
- [Commits](https://github.com/antvis/g6/commits)

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/[email protected]...@inquirer/[email protected])

Updates `antd-token-previewer` from 2.0.8 to 3.0.0
- [Release notes](https://github.com/ant-design/antd-token-previewer/releases)
- [Commits](ant-design/antd-token-previewer@v2.0.8...v3.0.0)

Updates `glob` from 11.1.0 to 12.0.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.1.0...v12.0.0)

---
updated-dependencies:
- dependency-name: "@antv/g6"
  dependency-version: 5.0.50
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-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: 12.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
@github-actions
Copy link

github-actions bot commented Nov 17, 2025

Visual Regression Build for PR #4032 Failed ❌

Potential causes:

@github-actions
Copy link

github-actions bot commented Nov 17, 2025

Preview failed

@github-actions
Copy link

size-limit report 📦

Path Size
dist/antd.min.js 446.05 KB
dist/antd-with-locales.min.js 534.2 KB

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 18, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 18, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-08cc11a52f branch November 18, 2025 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant