Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

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

Package From To
@fortawesome/fontawesome-svg-core 6.7.2 7.0.1
@fortawesome/free-solid-svg-icons 6.7.2 7.0.1
@fortawesome/react-fontawesome 0.2.2 3.0.2
@tauri-apps/api 2.3.0 2.8.0
@tauri-apps/plugin-dialog 2.2.0 2.4.0
@tauri-apps/plugin-os 2.2.1 2.3.1
@tauri-apps/plugin-process 2.2.0 2.3.0
@tauri-apps/plugin-shell 2.2.0 2.3.1
@tauri-apps/plugin-updater 2.6.0 2.9.0
@tauri-apps/plugin-window-state d6f2b83 c53bdd7
antd 5.24.3 5.27.4
i18next 24.2.2 25.5.2
react 19.0.0 19.1.1
react-dom 19.0.0 19.1.1
react-i18next 15.4.1 15.7.3
styled-components 6.1.15 6.1.19
typescript 5.8.2 5.9.2

Updates @fortawesome/fontawesome-svg-core from 6.7.2 to 7.0.1

Release notes

Sourced from @​fortawesome/fontawesome-svg-core's releases.

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-solid-svg-icons from 6.7.2 to 7.0.1

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/react-fontawesome from 0.2.2 to 3.0.2

Release notes

Sourced from @​fortawesome/react-fontawesome's releases.

Release 3.0.2

3.0.2 (2025-09-01)

Bug Fixes

  • constants: resolve JSON import errors for vite/remix users (850a804)
  • test: flaky converter performance test in CI (8f43f0e)
  • WCAG: correctly read aria-label and ensure aria-hidden is false when label present (19ddeb3)

Testing

  • converter: fix unit test for aria-label handling (8c49cdc)
  • remove flaky test (f9605ab)
  • remove unnecessary test conditionals for v5 (fd5bf9b)

Chores

  • don't include release notes in release commit (78ce3f8)
  • dx: integrate semantic-release and commitlint (de5b958)
  • remove dependency on semver (066019b)
  • update release config for better changelogs (7d2c242)

CI/CD

  • actions: refactor CI workflow to split some jobs out of matrix (d0d1fb6)
  • actions: use commitlint github action (4ab8726)
  • use public npm registry for npm ci (69ea57b)

Release 3.0.1

Bug Fixes

  • Added additional module resolution configs in package.json (b078d99)
  • Refactored SVGCore version checks to use dynamic import to fix #589 (bc7cad0)

Full Changelog: FortAwesome/react-fontawesome@3.0.0...3.0.1

Release 3.0.0

BREAKING

  • Dropped support for end-of-life FontAwesome versions (below v6), Node versions (below 20.x) and React versions (below 18.x)
  • Dropped support for browser versions that don't support the ES2020 standard, namely JavaScript built-in: globalThis

Changes

  • Rewrote the entire library from plain JavaScript to TypeScript
  • Replaced rollup with tsup for providing both ESM and CJS exports from one TypeScript source
  • Removed prop-types in favour of colocated typings for React component props
  • Added better type definitions to each prop including examples of usage
  • Upgraded eslint from v6 to v9, rewrote config as Flat Config, modernised ESLint config, plugins and rules
  • Refactored all unit tests from the deprecated react-test-renderer to the industry standard @testing-library/react
  • Upgraded all other development dependencies to latest versions as of release date

... (truncated)

Changelog

Sourced from @​fortawesome/react-fontawesome's changelog.

3.0.2 (2025-09-01)

Bug Fixes

  • constants: resolve JSON import errors for vite/remix users (850a804)
  • test: flaky converter performance test in CI (8f43f0e)
  • WCAG: correctly read aria-label and ensure aria-hidden is false when label present (19ddeb3)

Testing

  • converter: fix unit test for aria-label handling (8c49cdc)
  • remove flaky test (f9605ab)
  • remove unnecessary test conditionals for v5 (fd5bf9b)

Chores

  • don't include release notes in release commit (78ce3f8)
  • dx: integrate semantic-release and commitlint (de5b958)
  • remove dependency on semver (066019b)
  • update release config for better changelogs (7d2c242)

CI/CD

  • actions: refactor CI workflow to split some jobs out of matrix (d0d1fb6)
  • actions: use commitlint github action (4ab8726)
  • use public npm registry for npm ci (69ea57b)

3.0.1 - 2025-08-27

Bug Fixes

  • Added additional module resolution configs in package.json (b078d99)
  • Refactored SVGCore version checks to use dynamic import to fix #589 (bc7cad0)

3.0.0 - 2025-08-22

BREAKING

  • Dropped support for end-of-life FontAwesome versions (below v6), Node versions (below 20.x) and React versions (below 18.x)
  • Dropped support for browser versions that don't support the ES2020 standard, namely JavaScript built-in: globalThis

Changes

  • Rewrote the entire library from plain JavaScript to TypeScript
  • Replaced rollup with tsup for providing both ESM and CJS exports from one TypeScript source
  • Removed prop-types in favour of colocated typings for React component props

... (truncated)

Commits
  • 97fdfaa chore(release): 3.0.2 [skip ci]
  • 78ce3f8 chore: don't include release notes in release commit
  • 46ab61d Merge pull request #597 from FortAwesome/chore/semantic-release-config-update
  • 7d2c242 chore: update release config for better changelogs
  • 233db73 Merge pull request #596 from FortAwesome/chore/remove-semver-dependency
  • 066019b chore: remove dependency on semver
  • e476957 Merge pull request #594 from FortAwesome/chore/integrate-semantic-release
  • f9605ab test: remove flaky test
  • 69ea57b ci: use public npm registry for npm ci
  • d0d1fb6 ci(actions): refactor CI workflow to split some jobs out of matrix
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lordofbacon, a new releaser for @​fortawesome/react-fontawesome since your current version.


Updates @tauri-apps/api from 2.3.0 to 2.8.0

Release notes

Sourced from @​tauri-apps/api's releases.

@​tauri-apps/api v2.8.0

No known vulnerabilities found

[2.8.0]

New Features

Enhancements

  • 5ba1c3faa (#13722 by @​s00d) Added icon (icon and nativeIcon) support for Submenu:

    • In the Rust API (tauri), you can now set an icon for submenus via the builder and dedicated methods.
    • In the JS/TS API (@tauri-apps/api), SubmenuOptions now has an icon field, and the Submenu class provides setIcon and setNativeIcon methods.
    • Usage examples are added to the documentation and demo app.

    This is a backwards-compatible feature. Submenus can now display icons just like regular menu items.

> @tauri-apps/api@2.8.0 npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/api@​2.8.0 build /home/runner/work/tauri/tauri/packages/api > rollup -c --configPlugin typescript

�[36m �[1m./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/image.ts, ./src/index.ts, ./src/menu.ts, ./src/mocks.ts, ./src/path.ts, ./src/tray.ts, ./src/webview.ts, ./src/webviewWindow.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m �[32mcreated �[1m./dist, ./dist�[22m in �[1m1.7s�[22m�[39m �[36m �[1msrc/index.ts�[22m → �[1m../../crates/tauri/scripts/bundle.global.js�[22m...�[39m �[32mcreated �[1m../../crates/tauri/scripts/bundle.global.js�[22m in �[1m1.9s�[22m�[39m npm verbose cli /opt/hostedtoolcache/node/20.19.4/x64/bin/node /opt/hostedtoolcache/node/20.19.4/x64/bin/npm npm info using npm@10.8.2 npm info using node@v20.19.4 npm silly config load:file:/opt/hostedtoolcache/node/20.19.4/x64/lib/node_modules/npm/npmrc npm silly config load:file:/tmp/dae4d7dba587bf04d8f1d71cbc53f9eb/.npmrc npm silly config load:file:/home/runner/work/_temp/.npmrc </tr></table>

... (truncated)

Commits

Updates @tauri-apps/plugin-dialog from 2.2.0 to 2.4.0

Release notes

Sourced from @​tauri-apps/plugin-dialog's releases.

cli-js v2.4.0

[2.4.0]

npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦  @tauri-apps/plugin-cli@2.4.0
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 3.4kB README.md
npm notice 1.1kB dist-js/index.cjs
npm notice 1.3kB dist-js/index.d.ts
npm notice 1.0kB dist-js/index.js
npm notice 653B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-cli
npm notice version: 2.4.0
npm notice filename: tauri-apps-plugin-cli-2.4.0.tgz
npm notice package size: 2.9 kB
npm notice unpacked size: 8.4 kB
npm notice shasum: 8d6eacb113a377bb690a36676c63c7b426212f46
npm notice integrity: sha512-3AUUaaqj3Pkac[...]WBNAL4I4iIZRg==
npm notice total files: 6
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=249977649
+ @tauri-apps/plugin-cli@2.4.0

cli v2.4.0

[2.4.0]

Updating crates.io index
</tr></table> 

... (truncated)

Commits
  • adc23d6 publish new versions (#2808)
  • fc573b3 chore(deps): update rust crate tokio-tungstenite to 0.27 (#2768)
  • 901ddfb ci: enable create-pull-request sign commits (#2809)
  • f209b2f chore(deps): update tauri monorepo to v2.6.0 (v2) (#2804)
  • 19ed1bd chore(deps): update dependency prettier to v3.6.1 (#2806)
  • 5779099 publish new versions (#2780)
  • 2aec8ff feat(opener): add inAppBrowser option for iOS and Android (#2803)
  • 9799f0d fix(log): iOS simulator freezing due to early logging (#2802)
  • 8cdaacd chore(examples): update API example mobile projects
  • d46778e chore(deps): update dependency typescript-eslint to v8.35.0 (#2794)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-os from 2.2.1 to 2.3.1

Release notes

Sourced from @​tauri-apps/plugin-os's releases.

dialog-js v2.3.1

[2.3.1]

Dependencies

  • Upgraded to fs-js@2.4.1
npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦  @tauri-apps/plugin-dialog@2.3.1
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 2.9kB README.md
npm notice 5.8kB dist-js/index.cjs
npm notice 7.8kB dist-js/index.d.ts
npm notice 5.6kB dist-js/index.js
npm notice 11B dist-js/init.d.ts
npm notice 656B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-dialog
npm notice version: 2.3.1
npm notice filename: tauri-apps-plugin-dialog-2.3.1.tgz
npm notice package size: 4.3 kB
npm notice unpacked size: 23.7 kB
npm notice shasum: ae29fdc9346fce2e4a54dd0a80a35a1ba86c05f0
npm notice integrity: sha512-B7jvyhycV8SI/[...]4QPonYahoYnZQ==
npm notice total files: 7
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=296203362
+ @tauri-apps/plugin-dialog@2.3.1

dialog v2.3.1

[2.3.1]

Dependencies

  • Upgraded to fs-js@2.4.1

... (truncated)

Commits
  • 2371804 publish new versions (#2888)
  • 90f9b93 chore: fix cli version in deep-link package.json
  • 1c58f33 chore(deps): update dependency rollup to v4.46.4 (v2) (#2935)
  • 75617a6 fix(mobile): deeplinks (#2870)
  • 5a963a0 chore(deps): update dependency @​tauri-apps/cli to v2.8.1 (#2930)
  • 76f4e7b chore(deps): update eslint monorepo to v9.33.0 (#2903)
  • 670ac1d chore(deps): update dependency typescript-eslint to v8.40.0 (#2923)
  • ed0deef chore(deps): update dependency @​tauri-apps/api to v2.8.0 (#2929)
  • 50cebdb chore(deps): update to tauri 2.8.0 (#2925)
  • dd2ea9c chore(deps): update dependency rollup to v4.46.3 (#2920)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-process from 2.2.0 to 2.3.0

Release notes

Sourced from @​tauri-apps/plugin-process's releases.

biometric v2.3.0

[2.3.0]

Updating crates.io index
   Packaging tauri-plugin-biometric v2.3.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Updating crates.io index
    Packaged 42 files, 190.5KiB (53.8KiB compressed)
   Uploading tauri-plugin-biometric v2.3.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Uploaded tauri-plugin-biometric v2.3.0 to registry `crates-io`
note: waiting for `tauri-plugin-biometric v2.3.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-biometric v2.3.0 at registry `crates-io`

clipboard-manager-js v2.3.0

[2.3.0]

npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦  @tauri-apps/plugin-clipboard-manager@2.3.0
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 3.1kB README.md
npm notice 3.8kB dist-js/index.cjs
npm notice 3.0kB dist-js/index.d.ts
npm notice 3.6kB dist-js/index.js
npm notice 667B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-clipboard-manager
npm notice version: 2.3.0
npm notice filename: tauri-apps-plugin-clipboard-manager-2.3.0.tgz
npm notice package size: 3.4 kB
npm notice unpacked size: 15.1 kB
</tr></table> 

... (truncated)

Commits
  • adc23d6 publish new versions (#2808)
  • fc573b3 chore(deps): update rust crate tokio-tungstenite to 0.27 (#2768)
  • 901ddfb ci: enable create-pull-request sign commits (#2809)
  • f209b2f chore(deps): update tauri monorepo to v2.6.0 (v2) (#2804)
  • 19ed1bd chore(deps): update dependency prettier to v3.6.1 (#2806)
  • 5779099 publish new versions (#2780)
  • 2aec8ff feat(opener): add inAppBrowser option for iOS and Android (#2803)
  • 9799f0d fix(log): iOS simulator freezing due to early logging (#2802)
  • 8cdaacd chore(examples): update API example mobile projects
  • d46778e chore(deps): update dependency typescript-eslint to v8.35.0 (#2794)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-shell from 2.2.0 to 2.3.1

Release notes

Sourced from @​tauri-apps/plugin-shell's releases.

dialog-js v2.3.1

[2.3.1]

Dependencies

  • Upgraded to fs-js@2.4.1
npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦  @tauri-apps/plugin-dialog@2.3.1
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 2.9kB README.md
npm notice 5.8kB dist-js/index.cjs
npm notice 7.8kB dist-js/index.d.ts
npm notice 5.6kB dist-js/index.js
npm notice 11B dist-js/init.d.ts
npm notice 656B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-dialog
npm notice version: 2.3.1
npm notice filename: tauri-apps-plugin-dialog-2.3.1.tgz
npm notice package size: 4.3 kB
npm notice unpacked size: 23.7 kB
npm notice shasum: ae29fdc9346fce2e4a54dd0a80a35a1ba86c05f0
npm notice integrity: sha512-B7jvyhycV8SI/[...]4QPonYahoYnZQ==
npm notice total files: 7
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=296203362
+ @tauri-apps/plugin-dialog@2.3.1

dialog v2.3.1

[2.3.1]

Dependencies

  • Upgraded to fs-js@2.4.1

... (truncated)

Commits
  • 2371804 publish new versions (#2888)
  • 90f9b93 chore: fix cli version in deep-link package.json
  • 1c58f33 chore(deps): update dependency rollup to v4.46.4 (v2) (#2935)
  • 75617a6 fix(mobile): deeplinks (#2870)
  • 5a963a0 chore(deps): update dependency @​tauri-apps/cli to v2.8.1 (#2930)
  • 76f4e7b chore(deps): update eslint monorepo to v9.33.0 (#2903)
  • 670ac1d chore(deps): update dependency typescript-eslint to v8.40.0 (#2923)
  • ed0deef chore(deps): update dependency @​tauri-apps/api to v2.8.0 (#2929)
  • 50cebdb chore(deps): update to tauri 2.8.0 (#2925)
  • dd2ea9c chore(deps): update dependency rollup to v4.46.3 (#2920)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-updater from 2.6.0 to 2.9.0

Release notes

Sourced from @​tauri-apps/plugin-updater's releases.

updater-js v2.9.0

[2.9.0]

npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦  @tauri-apps/plugin-updater@2.9.0
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 3.5kB README.md
npm notice 2.6kB dist-js/index.cjs
npm notice 2.3kB dist-js/index.d.ts
npm notice 2.6kB dist-js/index.js
npm notice 657B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-updater
npm notice version: 2.9.0
npm notice filename: tauri-apps-plugin-updater-2.9.0.tgz
npm notice package size: 3.8 kB
npm notice unpacked size: 12.6 kB
npm notice shasum: ba50b4e644fe19fa6f8465bd86d48119b0d3f41c
npm notice integrity: sha512-j++sgY8XpeDvz[...]i/r/HFmOmoxCg==
npm notice total files: 6
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=249984790
+ @tauri-apps/plugin-updater@2.9.0

updater v2.9.0

[2.9.0]

Updating crates.io index
</tr></table> 

... (truncated)

Commits

Updates @tauri-apps/plugin-window-state from d6f2b83 to c53bdd7

Commits

Updates antd from 5.24.3 to 5.27.4

Release notes

Sourced from antd's releases.

5.27.4

  • Table
    • 🐞 Fix Table duplicated filter dropdowns and tooltips when using sticky headers or scroll.y. #54910 @​afc163
    • 🐞 Fix Table header not rendering on initial load. #54910 @​afc163
    • 🐞 Fix Table column alignment when scroll.x is enabled. #54899 @​afc163
  • 🐞 Fix Button where the padding of icon-only was affected by the theme. #54970 @​guoyunhe
  • 🐞 Fix Splitter minSize and maxSize not taking effect on initial mount in uncontrolled mode. #54939 @​zombieJ
  • 🐞 Fix Switch wave effect compatibility with Tailwind CSS disabled variant. #54933 @​Jiyur
  • 🐞 Fix Input.Search hover color changes for the border and icon when the search button is disabled. #54892 @​Jiyur

  • Table
    • 🐞 修复 Table 在使 sticky 表头或设置 scroll.y 时,筛选下拉与 Tooltip 重复显示的问题。#54910 @​afc163
    • 🐞 修复 Table 表头在首次加载时未正确渲染的问题。#54910 @​afc163
    • 🐞 修复 Table 在启用 scroll.x 时,固定列的对齐问题。#54899 @​afc163
  • 🐞 修复 Button 仅图标(icon-only)按钮的内边距受主题影响的问题。 #54970 @​guoyunhe
  • 🐞 修复 Splitter 在非受控模式下初次挂载时,minSizemaxSize 未生效的问题。#54939 @​zombieJ
  • 🐞 修复 Switch 波纹效果与 Tailwind CSS disabled 变体的兼容性问题。#54933 @​Jiyur
  • 🐞 修复 Input.Search 在搜索按钮为 disabled 时,悬停仍会导致边框和图标变色的问题。#54892 @​Jiyur

5.27.3

  • Table
    • 🐞 Fix Table header width compression issues and render flickering issues when scroll.y or sticky is set. #54824 @​afc163
      Before ❌ After ✅
    • 🐞 Fix Table scroll.scrollToFirstRowOnChange not working with virtual scroll. #54734 @​Wxh16144
    • 🐞 Fix Table columns with children not working with fixed: 'right'. #51812 @​ryantang247
    • 🐞 Fix Table expand column not being displayed when expandable.fixed is set to true. @​inottn
    • 🐞 Fix Table columns minWidth props not working when virtualized. #54856 @​cactuser-Lu
  • 🐞 Fix Pagination style issues with simple and small size props. #54837 @​MrWangJustToDo
  • 🐞 Fix Button padding issue when shape="round". #54845 @​guoyunhe
  • 🐞 Fix Input.OTP not allowing continuous deletion. #54850 @​765477020
  • 🐞 Fix Dropdown onOpenChange closure issue. #54880 @​zombieJ
  • 🐞 Fix Carousel component style and button switching issues in RTL mode. #54868 @​EmilyyyLiu
  • 🐞 Fix incorrect margin in Typography when editable. #54871 @​Tarun2605
  • 🇮🇹 Add missing Italian translations for ColorPicker and QRCode components. #54842 @​nikzanda

  • Table
    • 🐞 修复 Table 设置 scroll.y 或者 sticky 时表头列宽度被挤压或渲染闪烁的问题。#54824 @​afc163
      Before ❌ After ✅
    • 🐞 修复 Table 在虚拟滚动时,scroll.scrollToFirstRowOnChange 配置不生效的问题。#54734 @​Wxh16144
    • 🐞 修复 Table 的列配置了 children 时,无法 fixed: 'right' 的问题。#51812 @​ryantang247
    • 🐞 修复 Table 配置 expandable.fixed 时,展开列没有显示的问题。@​inottn
    • 🐞 修复 Table 虚拟化时列 minWidth 属性不生效的问题。#54856 @​cactuser-Lu
  • 🐞 修复 Pagination 在 simplesmall 尺寸下的样式问题。#54837 @​MrWangJustToDo
  • 🐞 修复 Button shape="round" 时的 padding 样式问题。#54845 @​guoyunhe
  • 🐞 修复 Input.OTP 不允许连续删除的问题。#54850 @​765477020
  • 🐞 修复 Dropdown onOpenChange 闭包问题。#54880 @​zombieJ

... (truncated)

Changelog

Sourced from antd's changelog.

5.27.4

2025-09-17

  • Table
    • 🐞 Fix Table duplicated filter dropdowns and tooltips when using sticky headers or scroll.y. #54910 @​afc163
    • 🐞 Fix Table header not rendering on initial load. #54910 @​afc163
    • 🐞 Fix Table column alignment when scroll.x is enabled. #54899 @​afc163
  • 🐞 Fix Button where the padding of icon-only was affected by the theme. #54970 @​guoyunhe
  • 🐞 Fix Splitter minSize and maxSize not taking effect on initial mount in uncontrolled mode. #54939 @​zombieJ
  • 🐞 Fix Switch wave effect compatibility with Tailwind CSS disabled variant. #54933 @​Jiyur
  • 🐞 Fix Input.Search hover color changes for the border and icon when the search button is disabled. #54892 @​Jiyur

5.27.3

2025-09-04

  • Table
    • 🐞 Fix Table header width compression issues and render flickering issues when scroll.y or sticky is set. #54824 @​afc163
      Before ❌ After ✅
    • 🐞 Fix Table scroll.scrollToFirstRowOnChange not working with virtual scroll. #54734 @​Wxh16144
    • 🐞 Fix Table columns with children not working with fixed: 'right'. #51812 @​ryantang247
    • 🐞 Fix Table expand column not being displayed when expandable.fixed is set to true. @​inottn
    • 🐞 Fix Table columns minWidth props not working when virtualized. #54856 @​cactuser-Lu
  • 🐞 Fix Pagination style issues with simple and small size props. #54837 @​MrWangJustToDo
  • 🐞 Fix Button padding issue when shape="round". #54845 @​guoyunhe
  • 🐞 Fix Input.OTP not allowing continuous deletion. #54850 @​765477020
  • 🐞 Fix Dropdown onOpenChange closure issue. #54880 @​zombieJ
  • 🐞 Fix Carousel component style and button switching issues in RTL mode. #54868 @​EmilyyyLiu
  • 🐞 Fix incorrect margin in Typography when editable. #54871 @​Tarun2605
  • 🇮🇹 Add missing Italian translations for ColorPicker and QRCode components. #54842 @​nikzanda

5.27.2

2025-09-02

  • Button
    • 🐞 Fix custom token.paddingInline not taking effect when the Button's shape is round. #54787
    • 🐞 Fix accessibility issue when Button href is disabled. #54738 @​doandevhere
  • 🐞 Fix the Badge text property did not support the number 0. #54747 @​davidhsing
  • 💄 Optimize Table to no longer display "no data" when initialized with dataSource=null and loading.

…ates

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

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.0.1` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.0.1` |
| [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) | `0.2.2` | `3.0.2` |
| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `2.3.0` | `2.8.0` |
| [@tauri-apps/plugin-dialog](https://github.com/tauri-apps/plugins-workspace) | `2.2.0` | `2.4.0` |
| [@tauri-apps/plugin-os](https://github.com/tauri-apps/plugins-workspace) | `2.2.1` | `2.3.1` |
| [@tauri-apps/plugin-process](https://github.com/tauri-apps/plugins-workspace) | `2.2.0` | `2.3.0` |
| [@tauri-apps/plugin-shell](https://github.com/tauri-apps/plugins-workspace) | `2.2.0` | `2.3.1` |
| [@tauri-apps/plugin-updater](https://github.com/tauri-apps/plugins-workspace) | `2.6.0` | `2.9.0` |
| [@tauri-apps/plugin-window-state](https://github.com/tauri-apps/tauri-plugin-window-state) | ``d6f2b83`` | ``c53bdd7`` |
| [antd](https://github.com/ant-design/ant-design) | `5.24.3` | `5.27.4` |
| [i18next](https://github.com/i18next/i18next) | `24.2.2` | `25.5.2` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.0.0` | `19.1.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.0.0` | `19.1.1` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.4.1` | `15.7.3` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.15` | `6.1.19` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.9.2` |



Updates `@fortawesome/fontawesome-svg-core` from 6.7.2 to 7.0.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.0.1)

Updates `@fortawesome/free-solid-svg-icons` from 6.7.2 to 7.0.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.0.1)

Updates `@fortawesome/react-fontawesome` from 0.2.2 to 3.0.2
- [Release notes](https://github.com/FortAwesome/react-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/main/CHANGELOG.md)
- [Commits](FortAwesome/react-fontawesome@0.2.2...v3.0.2)

Updates `@tauri-apps/api` from 2.3.0 to 2.8.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v2.3.0...@tauri-apps/api-v2.8.0)

Updates `@tauri-apps/plugin-dialog` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.2.0...fs-v2.4.0)

Updates `@tauri-apps/plugin-os` from 2.2.1 to 2.3.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.2.1...os-v2.3.1)

Updates `@tauri-apps/plugin-process` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.2.0...os-v2.3.0)

Updates `@tauri-apps/plugin-shell` from 2.2.0 to 2.3.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.2.0...os-v2.3.1)

Updates `@tauri-apps/plugin-updater` from 2.6.0 to 2.9.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@log-v2.6.0...updater-v2.9.0)

Updates `@tauri-apps/plugin-window-state` from `d6f2b83` to `c53bdd7`
- [Release notes](https://github.com/tauri-apps/tauri-plugin-window-state/releases)
- [Commits](tauri-apps/tauri-plugin-window-state@d6f2b83...c53bdd7)

Updates `antd` from 5.24.3 to 5.27.4
- [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.24.3...5.27.4)

Updates `i18next` from 24.2.2 to 25.5.2
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v24.2.2...v25.5.2)

Updates `react` from 19.0.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react)

Updates `react-dom` from 19.0.0 to 19.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom)

Updates `react-i18next` from 15.4.1 to 15.7.3
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.4.1...v15.7.3)

Updates `styled-components` from 6.1.15 to 6.1.19
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.1.15...styled-components@6.1.19)

Updates `typescript` from 5.8.2 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.2...v5.9.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@fortawesome/react-fontawesome"
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@tauri-apps/api"
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tauri-apps/plugin-dialog"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tauri-apps/plugin-os"
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tauri-apps/plugin-process"
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tauri-apps/plugin-shell"
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tauri-apps/plugin-updater"
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tauri-apps/plugin-window-state"
  dependency-version: c53bdd7e5f3cc1b15bec59e84cbb2ab9c1229682
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: antd
  dependency-version: 5.27.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: i18next
  dependency-version: 25.5.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-i18next
  dependency-version: 15.7.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: styled-components
  dependency-version: 6.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:production
  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 Sep 22, 2025
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