Skip to content

Bump the production-dependencies group across 1 directory with 12 updates#25

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-58a0326d74
Open

Bump the production-dependencies group across 1 directory with 12 updates#25
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-58a0326d74

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the production-dependencies group with 12 updates in the / directory:

Package From To
@ant-design/icons 5.6.1 6.1.0
@clack/prompts 0.11.0 1.0.0
@floating-ui/dom 1.7.4 1.7.5
antd 5.29.3 6.2.2
esbuild-sass-plugin 3.3.1 3.6.0
lightningcss 1.30.2 1.31.1
preact 10.28.2 10.28.3
satori 0.18.3 0.19.1
shiki 3.21.0 3.22.0
unist-util-visit 5.0.0 5.1.0
@types/node 25.0.3 25.2.0
prettier 3.7.4 3.8.1

Updates @ant-design/icons from 5.6.1 to 6.1.0

Commits

Updates @clack/prompts from 0.11.0 to 1.0.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.0.0

Major Changes

  • c713fd5: The package is now distributed as ESM-only. In v0 releases, the package was dual-published as CJS and ESM.

    For existing CJS projects using Node v20+, please see Node's guide on Loading ECMAScript modules using require().

Minor Changes

  • 415410b: This adds a custom filter function to autocompleteMultiselect. It could be used, for example, to support fuzzy searching logic.

  • 7bc3301: Prompts now have a userInput stored separately from their value.

  • 8409f2c: feat: add styleFrame option for spinner

  • 2837845: Adds suggestion and path prompts

  • 99c3530: Adds format option to the note prompt to allow formatting of individual lines

  • 0aaee4c: Added new taskLog prompt for log output which is cleared on success

  • 729bbb6: Add support for customizable spinner cancel and error messages. Users can now customize these messages either per spinner instance or globally via the updateSettings function to support multilingual CLIs.

    This update also improves the architecture by exposing the core settings to the prompts package, enabling more consistent default message handling across the codebase.

    // Per-instance customization
    const spinner = prompts.spinner({
      cancelMessage: "Operación cancelada", // "Operation cancelled" in Spanish
      errorMessage: "Se produjo un error", // "An error occurred" in Spanish
    });
    // Global customization via updateSettings
    prompts.updateSettings({
    messages: {
    cancel: "Operación cancelada", // "Operation cancelled" in Spanish
    error: "Se produjo un error", // "An error occurred" in Spanish
    },
    });
    // Settings can now be accessed directly
    console.log(prompts.settings.messages.cancel); // "Operación cancelada"
    // Direct options take priority over global settings
    const spinner = prompts.spinner({
    cancelMessage: "Cancelled", // This will be used instead of the global setting
    });

  • 44df9af: Adds a new groupSpacing option to grouped multi-select prompts. If set to an integer greater than 0, it will add that number of new lines between each group.

... (truncated)

Changelog

Sourced from @​clack/prompts's changelog.

1.0.0

Major Changes

  • c713fd5: The package is now distributed as ESM-only. In v0 releases, the package was dual-published as CJS and ESM.

    For existing CJS projects using Node v20+, please see Node's guide on Loading ECMAScript modules using require().

Minor Changes

  • 415410b: This adds a custom filter function to autocompleteMultiselect. It could be used, for example, to support fuzzy searching logic.

  • 7bc3301: Prompts now have a userInput stored separately from their value.

  • 8409f2c: feat: add styleFrame option for spinner

  • 2837845: Adds suggestion and path prompts

  • 99c3530: Adds format option to the note prompt to allow formatting of individual lines

  • 0aaee4c: Added new taskLog prompt for log output which is cleared on success

  • 729bbb6: Add support for customizable spinner cancel and error messages. Users can now customize these messages either per spinner instance or globally via the updateSettings function to support multilingual CLIs.

    This update also improves the architecture by exposing the core settings to the prompts package, enabling more consistent default message handling across the codebase.

    // Per-instance customization
    const spinner = prompts.spinner({
      cancelMessage: "Operación cancelada", // "Operation cancelled" in Spanish
      errorMessage: "Se produjo un error", // "An error occurred" in Spanish
    });
    // Global customization via updateSettings
    prompts.updateSettings({
    messages: {
    cancel: "Operación cancelada", // "Operation cancelled" in Spanish
    error: "Se produjo un error", // "An error occurred" in Spanish
    },
    });
    // Settings can now be accessed directly
    console.log(prompts.settings.messages.cancel); // "Operación cancelada"
    // Direct options take priority over global settings
    const spinner = prompts.spinner({
    cancelMessage: "Cancelled", // This will be used instead of the global setting
    });

  • 44df9af: Adds a new groupSpacing option to grouped multi-select prompts. If set to an integer greater than 0, it will add that number of new lines between each group.

  • 55645c2: Support wrapping autocomplete and select prompts.

  • 9e5bc6c: Add support for signals in prompts, allowing them to be aborted.

  • f2c2b89: Adds AutocompletePrompt to core with comprehensive tests and implement both autocomplete and autocomplete-multiselect components in prompts package.

  • 38019c7: Updates the API for stopping spinners and progress bars to be clearer

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​clack/prompts since your current version.


Updates @floating-ui/dom from 1.7.4 to 1.7.5

Changelog

Sourced from @​floating-ui/dom's changelog.

1.7.5

Patch Changes

  • Update dependencies: @floating-ui/core@1.7.4
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​floating-ui/dom since your current version.


Updates antd from 5.29.3 to 6.2.2

Release notes

Sourced from antd's releases.

6.2.2

  • 🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. #56619 @​QdabuliuQ
  • 🐞 Fix component token not taking effect for Button with type="text". #56291 @​QDyanbing
  • 🐞 Fix where components within the Popover were affected by the state association with Form.Item. #56728
  • 🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. #56675
  • 💄 Fix misaligned elements in Pagination when the global fontSize is increased. #56715 @​QDyanbing
  • 💄 Fix incorrect Drawer dragger position in RTL mode. #56693 @​QdabuliuQ

  • 🐞 修复被 Typography 包裹的带 href 的 Button 显示错误颜色和 hover 时 outline 闪烁的问题。#56619 @​QdabuliuQ
  • 🐞 修复 Button type="text" 时组件 Token 不生效的问题。#56291 @​QDyanbing
  • 🐞 修复 Popover 内组件被 Form.Item 状态关联影响的问题。#56728
  • 🐞 修复 Select 多选时占位符显示异常的问题。#56675
  • 💄 修复 Pagination 全局 fontSize 变大时各元素上下错位的问题。#56715 @​QDyanbing
  • 💄 修复 Drawer 在 rtl 模式下 dragger 位置错误的样式问题。#56693 @​QdabuliuQ

6.2.1

  • 🐞 Fix Button child element's className be cleared if it contains two Chinese characters. #56593 @​QdabuliuQ
  • 🐞 Fix DatePicker DOM not updated bug after update suffixIcon as null. #56637 @​AlanQtten
  • 🐞 Fix Table content area border radius when set border radius for container. #56478 @​QDyanbing
  • 💄 Fix Card unexpected border radius for Body area. #56653 @​ug-hero
  • 💄 MISC: Fix unexpected undefined and null in the injected styles. #56636 @​li-jia-nan
  • 💄 MISC: Improve background transition to background-color for all components. #56598 @​li-jia-nan
  • 🛠 Improve Grid use genCssVar method to generate more stable CSS variable names. #56635 @​li-jia-nan
  • 🛠 Improve @​ant-design/icons usage to avoid depend on full package since externals. #56639 @​ShenHongFei

  • 🐞 修复 Button 子元素为包含两个中文字符的标签时,原有 className 被清空的问题。#56593 @​QdabuliuQ
  • 🐞 修复 DatePicker 在设置 suffixIconnull 后不会更新 DOM 的问题。#56637 @​AlanQtten
  • 🐞 修复 Table 容器设置圆角时,内部内容区域圆角不一致的问题。#56478 @​QDyanbing
  • 💄 修复 Card Body 区域有非预期圆角值的问题。#56653 @​ug-hero
  • 💄 杂项:修复 undefinednull 值被注入到 CSS 的问题。#56636 @​li-jia-nan
  • 💄 杂项:优化所有组件中的 background 过渡为 background-color#56598 @​li-jia-nan
  • 🛠 优化 Grid 使用 genCssVar 方法以生成更加稳定的 CSS 变量名。#56635 @​li-jia-nan
  • 🛠 优化 @​ant-design/icons 引入方式为独立图标引入,避免被 externals 增加前置依赖。#56639 @​ShenHongFei

6.2.0

... (truncated)

Changelog

Sourced from antd's changelog.

6.2.2

2026-01-26

  • 🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. #56619 @​QdabuliuQ
  • 🐞 Fix component token not taking effect for Button with type="text". #56291 @​QDyanbing
  • 🐞 Fix where components within the Popover were affected by the state association with Form.Item. #56728
  • 🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. #56675
  • 💄 Fix misaligned elements in Pagination when the global fontSize is increased. #56715 @​QDyanbing
  • 💄 Fix incorrect Drawer dragger position in RTL mode. #56693 @​QdabuliuQ

6.2.1

2026-01-20

  • 🐞 Fix Button child element's className be cleared if it contains two Chinese characters. #56593 @​QdabuliuQ
  • 🐞 Fix DatePicker DOM not updated bug after update suffixIcon as null. #56637 @​AlanQtten
  • 🐞 Fix Table content area border radius when set border radius for container. #56478 @​QDyanbing
  • 💄 Fix Card unexpected border radius for Body area. #56653 @​ug-hero
  • 💄 MISC: Fix unexpected undefined and null in the injected styles. #56636 @​li-jia-nan
  • 💄 MISC: Improve background transition to background-color for all components. #56598 @​li-jia-nan
  • 🛠 Improve Grid use genCssVar method to generate more stable CSS variable names. #56635 @​li-jia-nan
  • 🛠 Improve @​ant-design/icons usage to avoid depend on full package since externals. #56639 @​ShenHongFei

6.2.0

2026-01-13

... (truncated)

Commits

Updates esbuild-sass-plugin from 3.3.1 to 3.6.0

Release notes

Sourced from esbuild-sass-plugin's releases.

v3.5.0

Thanks to @​mattlewis92 for fixing css chunk prefix clashes when using transform and multiple plugins #192

Commits

Updates lightningcss from 1.30.2 to 1.31.1

Release notes

Sourced from lightningcss's releases.

v1.31.0

Features

Fixes

Commits

Updates preact from 10.28.2 to 10.28.3

Release notes

Sourced from preact's releases.

10.28.3

Fixes

Maintenance

Commits

Updates satori from 0.18.3 to 0.19.1

Release notes

Sourced from satori's releases.

0.19.1

0.19.1 (2026-01-16)

Bug Fixes

0.19.0

0.19.0 (2026-01-16)

Bug Fixes

  • textShadow with transparent text color (#718) (02ff1c0)

Features

  • Color support in backgroundImage for semi-transparent gradients (#719) (2630740)

0.18.4

0.18.4 (2026-01-16)

Bug Fixes

Commits
  • 6203e87 fix: support text-decoration-skip-ink (#717)
  • 2630740 feat: Color support in backgroundImage for semi-transparent gradients (#719)
  • 02ff1c0 fix: textShadow with transparent text color (#718)
  • e1022e5 fix: shuding's Twitter link in README (#720)
  • See full diff in compare view

Updates shiki from 3.21.0 to 3.22.0

Release notes

Sourced from shiki's releases.

v3.22.0

   🚀 Features

    View changes on GitHub
Commits

Updates unist-util-visit from 5.0.0 to 5.1.0

Release notes

Sourced from unist-util-visit's releases.

5.1.0

Types

Full Changelog: syntax-tree/unist-util-visit@5.0.0...5.1.0

Commits

Updates @types/node from 25.0.3 to 25.2.0

Commits

Updates prettier from 3.7.4 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

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

…ates

Bumps the production-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ant-design/icons](https://github.com/ant-design/ant-design-icons) | `5.6.1` | `6.1.0` |
| [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.11.0` | `1.0.0` |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.4` | `1.7.5` |
| [antd](https://github.com/ant-design/ant-design) | `5.29.3` | `6.2.2` |
| [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin) | `3.3.1` | `3.6.0` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.30.2` | `1.31.1` |
| [preact](https://github.com/preactjs/preact) | `10.28.2` | `10.28.3` |
| [satori](https://github.com/vercel/satori) | `0.18.3` | `0.19.1` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `3.21.0` | `3.22.0` |
| [unist-util-visit](https://github.com/syntax-tree/unist-util-visit) | `5.0.0` | `5.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |



Updates `@ant-design/icons` from 5.6.1 to 6.1.0
- [Commits](https://github.com/ant-design/ant-design-icons/commits)

Updates `@clack/prompts` from 0.11.0 to 1.0.0
- [Release notes](https://github.com/bombshell-dev/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.0.0/packages/prompts)

Updates `@floating-ui/dom` from 1.7.4 to 1.7.5
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/HEAD/packages/dom)

Updates `antd` from 5.29.3 to 6.2.2
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.29.3...6.2.2)

Updates `esbuild-sass-plugin` from 3.3.1 to 3.6.0
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases)
- [Commits](https://github.com/glromeo/esbuild-sass-plugin/commits)

Updates `lightningcss` from 1.30.2 to 1.31.1
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/commits)

Updates `preact` from 10.28.2 to 10.28.3
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.28.2...10.28.3)

Updates `satori` from 0.18.3 to 0.19.1
- [Release notes](https://github.com/vercel/satori/releases)
- [Commits](vercel/satori@0.18.3...0.19.1)

Updates `shiki` from 3.21.0 to 3.22.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.22.0/packages/shiki)

Updates `unist-util-visit` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/syntax-tree/unist-util-visit/releases)
- [Commits](syntax-tree/unist-util-visit@5.0.0...5.1.0)

Updates `@types/node` from 25.0.3 to 25.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `prettier` from 3.7.4 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.1)

---
updated-dependencies:
- dependency-name: "@ant-design/icons"
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@clack/prompts"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: antd
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: esbuild-sass-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: lightningcss
  dependency-version: 1.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-version: 10.28.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: satori
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: shiki
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: unist-util-visit
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 2, 2026
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.

0 participants