Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the js-minor group in /ui with 26 updates #3142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2024

Bumps the js-minor group in /ui with 26 updates:

Package From To
@fortawesome/fontawesome-svg-core 6.6.0 6.7.1
@fortawesome/free-brands-svg-icons 6.6.0 6.7.1
@fortawesome/free-solid-svg-icons 6.6.0 6.7.1
@rjsf/antd 5.21.1 5.23.1
@rjsf/core 5.21.1 5.23.1
@rjsf/utils 5.21.2 5.23.1
@rjsf/validator-ajv8 5.21.1 5.23.1
@tanstack/react-query 5.56.2 5.62.7
antd 5.21.2 5.22.5
react-hook-form 7.53.0 7.54.1
recharts 2.12.7 2.15.0
yaml 2.5.1 2.6.1
zod 3.23.8 3.24.1
@eslint/compat 1.1.1 1.2.4
@tanstack/react-query-devtools 5.59.0 5.62.7
@types/node 22.7.4 22.10.2
@typescript-eslint/eslint-plugin 8.7.0 8.18.0
@typescript-eslint/parser 8.7.0 8.18.0
eslint 9.11.1 9.17.0
eslint-plugin-import 2.30.0 2.31.0
eslint-plugin-react 7.36.1 7.37.2
globals 15.9.0 15.13.0
prettier 3.3.3 3.4.2
typescript 5.6.2 5.7.2
vite-tsconfig-paths 5.0.1 5.1.4
zx 8.1.8 8.2.4

Updates @fortawesome/fontawesome-svg-core from 6.6.0 to 6.7.1

Release notes

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

Release 6.7.1

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

Release 6.7.0

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

Commits

Updates @fortawesome/free-brands-svg-icons from 6.6.0 to 6.7.1

Release notes

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

Release 6.7.1

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

Release 6.7.0

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

Commits

Updates @fortawesome/free-solid-svg-icons from 6.6.0 to 6.7.1

Release notes

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

Release 6.7.1

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

Release 6.7.0

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

Commits

Updates @rjsf/antd from 5.21.1 to 5.23.1

Release notes

Sourced from @​rjsf/antd's releases.

5.23.1

@​rjsf/chakra-ui

  • Updated package.json to restrict @chakra-ui/react's peer dependency to be < 3.0.0, fixing #4390

@​rjsf/core

  • Updated NumberField to properly pass through the errorSchema and id in the onChange handler, fixing #4382

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.23.x

5.23.0

New features added

Experimental_DefaultFormStateBehavior.constAsDefaults

@​rjsf/core

  • Updated SchemaField to no longer make schema fields with const read-only by default, partially fixing #4344

@​rjsf/utils

  • Updated Experimental_DefaultFormStateBehavior to add a new constAsDefaults option
  • Updated getDefaultFormState() to use the new constAsDefaults option to control how const is used for defaulting, fixing #4344, #4361 and #4377
  • Use experimental_customMergeAllOf option in functions that have previously missed it.
  • Updated ErrorSchemaBuilder methods addErrors and setErrors to prevent duplicate error messages.

@​rjsf/validator-ajv8

  • Fixed issue where error messages do not have title or ui:title if a Localizer function is used. Fixes #4387

Dev / docs / playground

  • Updated the playground to add a selector for the constAsDefaults option

5.22.4

@​rjsf/utils

  • Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing #4335.

Dev / docs / playground

  • Fix issue 'Maximum call stack size exceeded' with playground share with large content.

5.22.3

@​rjsf/utils

  • Fixed deep nested dependencies issue with assigning values to formData, fixing [#4334]

... (truncated)

Changelog

Sourced from @​rjsf/antd's changelog.

5.23.1

@​rjsf/chakra-ui

  • Updated package.json to restrict @chakra-ui/react's peer dependency to be < 3.0.0, fixing #4390

@​rjsf/core

  • Updated NumberField to properly pass through the errorSchema and id in the onChange handler, fixing #4382

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.23.x

5.23.0

@​rjsf/core

  • Updated SchemaField to no longer make schema fields with const read-only by default, partially fixing #4344

@​rjsf/utils

  • Updated Experimental_DefaultFormStateBehavior to add a new constAsDefaults option
  • Updated getDefaultFormState() to use the new constAsDefaults option to control how const is used for defaulting, fixing #4344, #4361 and #4377
  • Use experimental_customMergeAllOf option in functions that have previously missed it.
  • Updated ErrorSchemaBuilder methods addErrors and setErrors to prevent duplicate error messages.

@​rjsf/validator-ajv8

  • Fixed issue where error messages do not have title or ui:title if a Localizer function is used. Fixes #4387

Dev / docs / playground

  • Updated the playground to add a selector for the constAsDefaults option

5.22.4

@​rjsf/utils

  • Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing #4335.

Dev / docs / playground

  • Fix issue 'Maximum call stack size exceeded' with playground share with large content.

5.22.3

@​rjsf/utils

  • Fixed deep nested dependencies issue with assigning values to formData, fixing #4334

... (truncated)

Commits
  • 85df7b2 v5.23.1
  • 5a8fbdb Fix 4382 by passing errorSchema and id through in NumberField's onChange (#4395)
  • b870298 Chakra-UI must be <3.0.0
  • 650032b v5.23.0 (#4392)
  • 306f2b3 fix: Update schema builder add/set actions to have unique errors (#4386)
  • 713d04b Fixed issue where error messages do not have title or ui:title if a Localizer...
  • 011659d experimental_customMergeAllOf v2 (#4383)
  • e71cb8d Adding feature to support const as default bug fix seeming like a regression ...
  • 1e12bfe v5.22.4 (#4373)
  • 62f3397 Bug: Issue with array schema defaults not applying properly when formData is ...
  • Additional commits viewable in compare view

Updates @rjsf/core from 5.21.1 to 5.23.1

Release notes

Sourced from @​rjsf/core's releases.

5.23.1

@​rjsf/chakra-ui

  • Updated package.json to restrict @chakra-ui/react's peer dependency to be < 3.0.0, fixing #4390

@​rjsf/core

  • Updated NumberField to properly pass through the errorSchema and id in the onChange handler, fixing #4382

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.23.x

5.23.0

New features added

Experimental_DefaultFormStateBehavior.constAsDefaults

@​rjsf/core

  • Updated SchemaField to no longer make schema fields with const read-only by default, partially fixing #4344

@​rjsf/utils

  • Updated Experimental_DefaultFormStateBehavior to add a new constAsDefaults option
  • Updated getDefaultFormState() to use the new constAsDefaults option to control how const is used for defaulting, fixing #4344, #4361 and #4377
  • Use experimental_customMergeAllOf option in functions that have previously missed it.
  • Updated ErrorSchemaBuilder methods addErrors and setErrors to prevent duplicate error messages.

@​rjsf/validator-ajv8

  • Fixed issue where error messages do not have title or ui:title if a Localizer function is used. Fixes #4387

Dev / docs / playground

  • Updated the playground to add a selector for the constAsDefaults option

5.22.4

@​rjsf/utils

  • Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing #4335.

Dev / docs / playground

  • Fix issue 'Maximum call stack size exceeded' with playground share with large content.

5.22.3

@​rjsf/utils

  • Fixed deep nested dependencies issue with assigning values to formData, fixing [#4334]

... (truncated)

Changelog

Sourced from @​rjsf/core's changelog.

5.23.1

@​rjsf/chakra-ui

  • Updated package.json to restrict @chakra-ui/react's peer dependency to be < 3.0.0, fixing #4390

@​rjsf/core

  • Updated NumberField to properly pass through the errorSchema and id in the onChange handler, fixing #4382

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.23.x

5.23.0

@​rjsf/core

  • Updated SchemaField to no longer make schema fields with const read-only by default, partially fixing #4344

@​rjsf/utils

  • Updated Experimental_DefaultFormStateBehavior to add a new constAsDefaults option
  • Updated getDefaultFormState() to use the new constAsDefaults option to control how const is used for defaulting, fixing #4344, #4361 and #4377
  • Use experimental_customMergeAllOf option in functions that have previously missed it.
  • Updated ErrorSchemaBuilder methods addErrors and setErrors to prevent duplicate error messages.

@​rjsf/validator-ajv8

  • Fixed issue where error messages do not have title or ui:title if a Localizer function is used. Fixes #4387

Dev / docs / playground

  • Updated the playground to add a selector for the constAsDefaults option

5.22.4

@​rjsf/utils

  • Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing #4335.

Dev / docs / playground

  • Fix issue 'Maximum call stack size exceeded' with playground share with large content.

5.22.3

@​rjsf/utils

  • Fixed deep nested dependencies issue with assigning values to formData, fixing #4334

... (truncated)

Commits
  • 85df7b2 v5.23.1
  • 5a8fbdb Fix 4382 by passing errorSchema and id through in NumberField's onChange (#4395)
  • b870298 Chakra-UI must be <3.0.0
  • 650032b v5.23.0 (#4392)
  • 306f2b3 fix: Update schema builder add/set actions to have unique errors (#4386)
  • 713d04b Fixed issue where error messages do not have title or ui:title if a Localizer...
  • 011659d experimental_customMergeAllOf v2 (#4383)
  • e71cb8d Adding feature to support const as default bug fix seeming like a regression ...
  • 1e12bfe v5.22.4 (#4373)
  • 62f3397 Bug: Issue with array schema defaults not applying properly when formData is ...
  • Additional commits viewable in compare view

Updates @rjsf/utils from 5.21.2 to 5.23.1

Release notes

Sourced from @​rjsf/utils's releases.

5.23.1

@​rjsf/chakra-ui

  • Updated package.json to restrict @chakra-ui/react's peer dependency to be < 3.0.0, fixing #4390

@​rjsf/core

  • Updated NumberField to properly pass through the errorSchema and id in the onChange handler, fixing #4382

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.23.x

5.23.0

New features added

Experimental_DefaultFormStateBehavior.constAsDefaults

@​rjsf/core

  • Updated SchemaField to no longer make schema fields with const read-only by default, partially fixing #4344

@​rjsf/utils

  • Updated Experimental_DefaultFormStateBehavior to add a new constAsDefaults option
  • Updated getDefaultFormState() to use the new constAsDefaults option to control how const is used for defaulting, fixing #4344, #4361 and #4377
  • Use experimental_customMergeAllOf option in functions that have previously missed it.
  • Updated ErrorSchemaBuilder methods addErrors and setErrors to prevent duplicate error messages.

@​rjsf/validator-ajv8

  • Fixed issue where error messages do not have title or ui:title if a Localizer function is used. Fixes #4387

Dev / docs / playground

  • Updated the playground to add a selector for the constAsDefaults option

5.22.4

@​rjsf/utils

  • Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing #4335.

Dev / docs / playground

  • Fix issue 'Maximum call stack size exceeded' with playground share with large content.

5.22.3

@​rjsf/utils

  • Fixed deep nested dependencies issue with assigning values to formData, fixing [#4334]

... (truncated)

Changelog

Sourced from @​rjsf/utils's changelog.

5.23.1

@​rjsf/chakra-ui

  • Updated package.json to restrict @chakra-ui/react's peer dependency to be < 3.0.0, fixing #4390

@​rjsf/core

  • Updated NumberField to properly pass through the errorSchema and id in the onChange handler, fixing #4382

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.23.x

5.23.0

@​rjsf/core

  • Updated SchemaField to no longer make schema fields with const read-only by default, partially fixing #4344

@​rjsf/utils

  • Updated Experimental_DefaultFormStateBehavior to add a new constAsDefaults option
  • Updated getDefaultFormState() to use the new constAsDefaults option to control how const is used for defaulting, fixing #4344, #4361 and #4377
  • Use experimental_customMergeAllOf option in functions that have previously missed it.
  • Updated ErrorSchemaBuilder methods addErrors and setErrors to prevent duplicate error messages.

@​rjsf/validator-ajv8

  • Fixed issue where error messages do not have title or ui:title if a Localizer function is used. Fixes #4387

Dev / docs / playground

  • Updated the playground to add a selector for the constAsDefaults option

5.22.4

@​rjsf/utils

  • Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing #4335.

Dev / docs / playground

  • Fix issue 'Maximum call stack size exceeded' with playground share with large content.

5.22.3

@​rjsf/utils

  • Fixed deep nested dependencies issue with assigning values to formData, fixing #4334

... (truncated)

Commits
  • 85df7b2 v5.23.1
  • 5a8fbdb Fix 4382 by passing errorSchema and id through in NumberField's onChange (#4395)
  • b870298 Chakra-UI must be <3.0.0
  • 650032b v5.23.0 (#4392)
  • 306f2b3 fix: Update schema builder add/set actions to have unique errors (#4386)
  • 713d04b Fixed issue where error messages do not have title or ui:title if a Localizer...
  • 011659d experimental_customMergeAllOf v2 (#4383)
  • e71cb8d Adding feature to support const as default bug fix seeming like a regression ...
  • 1e12bfe v5.22.4 (#4373)
  • 62f3397 Bug: Issue with array schema defaults not applying properly when formData is ...
  • Additional commits viewable in compare view

Updates @rjsf/validator-ajv8 from 5.21.1 to 5.23.1

Release notes

Sourced from @​rjsf/validator-ajv8's releases.

5.23.1

@​rjsf/chakra-ui

  • Updated package.json to restrict @chakra-ui/react's peer dependency to be < 3.0.0, fixing #4390

@​rjsf/core

  • Updated NumberField to properly pass through the errorSchema and id in the onChange handler, fixing #4382

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.23.x

5.23.0

New features added

Experimental_DefaultFormStateBehavior.constAsDefaults

@​rjsf/core

  • Updated SchemaField to no longer make schema fields with const read-only by default, partially fixing #4344

@​rjsf/utils

  • Updated Experimental_DefaultFormStateBehavior to add a new constAsDefaults option
  • Updated getDefaultFormState() to use the new constAsDefaults option to control how const is used for defaulting, fixing #4344, #4361 and #4377
  • Use experimental_customMergeAllOf option in functions that have previously missed it.
  • Updated ErrorSchemaBuilder methods addErrors and setErrors to prevent duplicate error messages.

@​rjsf/validator-ajv8

  • Fixed issue where error messages do not have title or ui:title if a Localizer function is used. Fixes #4387

Dev / docs / playground

  • Updated the playground to add a selector for the constAsDefaults option

5.22.4

@​rjsf/utils

  • Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing #4335.

Dev / docs / playground

  • Fix issue 'Maximum call stack size exceeded' with playground share with large content.

5.22.3

@​rjsf/utils

  • Fixed deep nested dependencies issue with assigning values to formData, fixing [#4334]

... (truncated)

Changelog

Sourced from @​rjsf/validator-ajv8's changelog.

5.23.1

@​rjsf/chakra-ui

  • Updated package.json to restrict @chakra-ui/react's peer dependency to be < 3.0.0, fixing #4390

@​rjsf/core

  • Updated NumberField to properly pass through the errorSchema and id in the onChange handler, fixing #4382

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.23.x

5.23.0

@​rjsf/core

  • Updated SchemaField to no longer make schema fields with const read-only by default, partially fixing #4344

@​rjsf/utils

  • Updated Experimental_DefaultFormStateBehavior to add a new constAsDefaults option
  • Updated getDefaultFormState() to use the new constAsDefaults option to control how const is used for defaulting, fixing #4344, #4361 and #4377
  • Use experimental_customMergeAllOf option in functions that have previously missed it.
  • Updated ErrorSchemaBuilder methods addErrors and setErrors to prevent duplicate error messages.

@​rjsf/validator-ajv8

  • Fixed issue where error messages do not have title or ui:title if a Localizer function is used. Fixes #4387

Dev / docs / playground

  • Updated the playground to add a selector for the constAsDefaults option

5.22.4

@​rjsf/utils

  • Fixed issue with array schema defaults not applying properly when formData is an empty array, fixing #4335.

Dev / docs / playground

  • Fix issue 'Maximum call stack size exceeded' with playground share with large content.

5.22.3

@​rjsf/utils

  • Fixed deep nested dependencies issue with assigning values to formData, fixing #4334

... (truncated)

Commits
  • 85df7b2 v5.23.1
  • 5a8fbdb Fix 4382 by passing errorSchema and id through in NumberField's onChange (#4395)
  • b870298 Chakra-UI must be <3.0.0
  • 650032b v5.23.0 (#4392)
  • 306f2b3 fix: Update schema builder add/set actions to have unique errors (#4386)
  • 713d04b Fixed issue where error messages do not have title or ui:title if a Localizer...
  • 011659d experimental_customMergeAllOf v2 (#4383)
  • e71cb8d Adding feature to support const as default bug fix seeming like a regression ...
  • 1e12bfe v5.22.4 (#4373)
  • 62f3397 Bug: Issue with array schema defaults not applying properly when formData is ...
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.56.2 to 5.62.7

Release notes

Sourced from @​tanstack/react-query's releases.

v5.62.7

Version 5.62.7 - 12/10/24, 7:04 PM

Changes

Fix

  • query-core: respect initialData for queryClient.ensureQueryData (#8425) (465906a) by Dominik Dorfmeister

Chore

  • examples to react19 (#8408) (27ce0b6) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.62.7
  • @​tanstack/react-query@​5.62.7
  • @​tanstack/react-query-devtools@​5.62.7
  • @​tanstack/react-query-persist-client@​5.62.7
  • @​tanstack/react-query-next-experimental@​5.62.7
  • @​tanstack/query-broadcast-client-experimental@​5.62.7
  • @​tanstack/query-persist-client-core@​5.62.7
  • @​tanstack/query-sync-storage-persister@​5.62.7
  • @​tanstack/solid-query@​5.62.7
  • @​tanstack/solid-query-devtools@​5.62.7
  • @​tanstack/solid-query-persist-client@​5.62.7
  • @​tanstack/svelte-query@​5.62.7
  • @​tanstack/svelte-query-devtools@​5.62.7
  • @​tanstack/svelte-query-persist-client@​5.62.7
  • @​tanstack/vue-query@​5.62.7
  • @​tanstack/vue-query-devtools@​5.62.7
  • @​tanstack/angular-query-experimental@​5.62.7
  • @​tanstack/query-async-storage-persister@​5.62.7
  • @​tanstack/angular-query-devtools-experimental@​5.62.7

v5.62.6

Version 5.62.6 - 12/9/24, 2:27 PM

Changes

Fix

  • angular-query: fix console warning on Angular 19 (#8422) (4dc8256) by Arnoud

Packages

  • @​tanstack/angular-query-experimental@​5.62.6
  • @​tanstack/angular-query-devtools-experimental@​5.62.6

v5.62.5

... (truncated)

Commits

Updates antd from 5.21.2 to 5.22.5

Release notes

Sourced from antd's releases.

5.22.5


  • 🛠 重构 Wave/Menu/Form ref 检查逻辑以解决 React 19 ref 部分冲突(注:该更新不会完全解决 React 19 兼容问题,后续将会持续更新)。#51952 @​zombieJ
  • 🐞 修复 Dropdown children 不支持传入 ReactNode 的问题。#50174 @​coding-ice
  • 🐞 修复 Carousel 某些情况下在 Modal 中无法正确展示的问题。#51988 @​quan060798
  • 🐞 修复 Select 选中文本溢出的问题 。#52011 @​OysterD3
  • 🐞 修复 Form setFieldValue 没有重置字段校验信息的问题。#51993 @​zombieJ
  • 🐞 修复 Pagination 配置 showSizeChanger.showSearch 无效的问题。#51962 @​zombieJ
  • 🇰🇷 优化 DatePicker 韩语本地化文案。#51983 @​DevLeti
  • 🤖 从 antd 里导出 CheckboxChangeEvent 类型。#52008 @​SpecLad

5.22.4

  • Transfer
    • 🐞 Fix the background overflow when Transfer selects the last item on the current page. #51884 @​ayangweb
    • 🐞 Fix Transfer toggle button being enabled when all items are disabled. #51784 @​WwwHhhYran
  • 🐞 Fix the arrow would be outside the container when the Tooltip content was too small. #51904
  • 🐞 Fix where clicking the Radio or Checkbox under Upload would trigger the popup window twice. #51874
  • 💄 Fix Menu icon alignment when using collapsedIconSize. #51863 @​Gnomeek
  • 💄 Fix incorrect styling of Tabs component when type="editable-card". #51935 @​aojunhao123
  • 💄 Fix insufficient trigger style priority in Layout.Sider component in zero-width mode. #51936 @​aojunhao123
  • 💄 MISC: Fix the icon styles were created repeatedly. #51897 @​YumoImer
  • 💄 MISC: Inline styles refactored to cssinjs. #51843

  • Transfer
    • 🐞 修复 Transfer 选中当前页最后一项时背景溢出的问题。#51884 @​ayangweb
    • 🐞 修正 Transfer 切换按钮当所有 item 禁用时依然可用的问题。#51784 @​WwwHhhYran
  • 🐞 修复 Tooltip 内容过少时,箭头会在容器外的问题。#51904
  • 🐞 修复点击 Upload 下的 Radio 或 Checkbox 会触发两次弹窗的问题。#51874
  • 💄 修复 Menu 在使用 collapsedIconSize 时图标对齐的问题。#51863 @​Gnomeek
  • 💄 修复 Tabs 组件在 type="editable-card" 时样式不正确的问题。#51935 @​aojunhao123
  • 💄 修复 Layout.Sider 组件在 zero-width 模式下触发器样式优先级不足的问题。#51936 @​aojunhao123
  • 💄 MISC: 修复 icon 样式被重复创建的问题。#51897 @​YumoImer
  • 💄 MISC: 行内样式重构为 cssinjs。#51843

5.22.3

... (truncated)

Changelog

Sourced from antd's changelog.

5.22.5

2024-12-15

5.22.4

2024-12-09

  • Transfer
    • 🐞 Fix the background overflow when Transfer selects the last item on the current page. #51884 @​ayangweb
    • 🐞 Fix Transfer toggle button being enabled when all items are disabled. #51784 @​WwwHhhYran
  • 🐞 Fix the arrow would be outside the container when the Tooltip content was too small. #51904
  • 🐞 Fix where clicking the Radio or Checkbox under Upload would trigger the popup window twice. #51874
  • 💄 Fix Menu icon alignment when using collapsedIconSize. #51863 @​Gnomeek
  • 💄 Fix incorrect styling of Tabs component when type="editable-card". #51935 @​aojunhao123
  • 💄 Fix insufficient trigger style priority in Layout.Sider component in zero-width mode. #51936 @​aojunhao123
  • 💄 MISC: Fix the icon styles were created repeatedly. #51897 @​YumoImer
  • 💄 MISC: Inline styles refactored to cssinjs. #51843

5.22.3

2024-12-02

  • 🐞 Fix Select clear button may has incorrect position within Form.item. #51649 @​dislido
  • 🐞 Fix InputNumber handleVisible token not work as expected. #51728 @​dengfuping
  • 🐞 Fix ColorPicker error when pass ReactNode to label field of presets property. #51808 @​li-jia-nan
  • 🐞 Fix Menu inlineCollapsed property not works bug within Layout. #51775 @​coderz-w
  • 🐞 Fix Table onHeaderCell provided part style can not override. #51793 @​Wxh16144
  • ⌨️ Improve Collapse accessibility. #51836 @​aojunhao123
  • TypeScript
    • 🤖 Add Table argument type for clearFilters function property. #51754 @​fubd
    • 🤖 Fix Form.List with nest field will miss value with remove when set Form preserve to false. #51796 @​zombieJ

5.22.2

2024-11-21

  • 🐞 Fix Input.OTP focus from advancing when previous input is empty. #51664 @​thecodesalim
  • 🐞 Adjust Modal function call not to scroll the confirm button when it get auto focused. #51647 @​zombieJ
  • 🐞 Fix Form rules with same error content will cause React render warning. #51636 @​zombieJ
  • 🐞 Refactor Button focus logic trigger with useEffect to resolve some async load case not get autoFocus. #51624 @​zombieJ

... (truncated)

Commits

Bumps the js-minor group in /ui with 26 updates:

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.6.0` | `6.7.1` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.6.0` | `6.7.1` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.6.0` | `6.7.1` |
| [@rjsf/antd](https://github.com/rjsf-team/react-jsonschema-form) | `5.21.1` | `5.23.1` |
| [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) | `5.21.1` | `5.23.1` |
| [@rjsf/utils](https://github.com/rjsf-team/react-jsonschema-form) | `5.21.2` | `5.23.1` |
| [@rjsf/validator-ajv8](https://github.com/rjsf-team/react-jsonschema-form) | `5.21.1` | `5.23.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.56.2` | `5.62.7` |
| [antd](https://github.com/ant-design/ant-design) | `5.21.2` | `5.22.5` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.53.0` | `7.54.1` |
| [recharts](https://github.com/recharts/recharts) | `2.12.7` | `2.15.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.5.1` | `2.6.1` |
| [zod](https://github.com/colinhacks/zod) | `3.23.8` | `3.24.1` |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.1.1` | `1.2.4` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.59.0` | `5.62.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.10.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.7.0` | `8.18.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.7.0` | `8.18.0` |
| [eslint](https://github.com/eslint/eslint) | `9.11.1` | `9.17.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.30.0` | `2.31.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.36.1` | `7.37.2` |
| [globals](https://github.com/sindresorhus/globals) | `15.9.0` | `15.13.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.0.1` | `5.1.4` |
| [zx](https://github.com/google/zx) | `8.1.8` | `8.2.4` |


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

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

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

Updates `@rjsf/antd` from 5.21.1 to 5.23.1
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md)
- [Commits](rjsf-team/react-jsonschema-form@5.21.1...5.23.1)

Updates `@rjsf/core` from 5.21.1 to 5.23.1
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md)
- [Commits](rjsf-team/react-jsonschema-form@5.21.1...5.23.1)

Updates `@rjsf/utils` from 5.21.2 to 5.23.1
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md)
- [Commits](rjsf-team/react-jsonschema-form@5.21.2...5.23.1)

Updates `@rjsf/validator-ajv8` from 5.21.1 to 5.23.1
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md)
- [Commits](rjsf-team/react-jsonschema-form@5.21.1...5.23.1)

Updates `@tanstack/react-query` from 5.56.2 to 5.62.7
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.7/packages/react-query)

Updates `antd` from 5.21.2 to 5.22.5
- [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.21.2...5.22.5)

Updates `react-hook-form` from 7.53.0 to 7.54.1
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.53.0...v7.54.1)

Updates `recharts` from 2.12.7 to 2.15.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](recharts/recharts@v2.12.7...v2.15.0)

Updates `yaml` from 2.5.1 to 2.6.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.5.1...v2.6.1)

Updates `zod` from 3.23.8 to 3.24.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.8...v3.24.1)

Updates `@eslint/compat` from 1.1.1 to 1.2.4
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.1.1...compat-v1.2.4)

Updates `@tanstack/react-query-devtools` from 5.59.0 to 5.62.7
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.7/packages/react-query-devtools)

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

Updates `@typescript-eslint/eslint-plugin` from 8.7.0 to 8.18.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.7.0 to 8.18.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/parser)

Updates `eslint` from 9.11.1 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.1...v9.17.0)

Updates `eslint-plugin-import` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.30.0...v2.31.0)

Updates `eslint-plugin-react` from 7.36.1 to 7.37.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.36.1...v7.37.2)

Updates `globals` from 15.9.0 to 15.13.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.9.0...v15.13.0)

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

Updates `typescript` from 5.6.2 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.7.2)

Updates `vite-tsconfig-paths` from 5.0.1 to 5.1.4
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v5.0.1...v5.1.4)

Updates `zx` from 8.1.8 to 8.2.4
- [Release notes](https://github.com/google/zx/releases)
- [Commits](google/zx@8.1.8...8.2.4)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@rjsf/antd"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@rjsf/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@rjsf/utils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@rjsf/validator-ajv8"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: recharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
- dependency-name: zx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 15, 2024 05:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2024
Copy link

netlify bot commented Dec 15, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 24dcd2d
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/675e6a835bc99d000868bdae
😎 Deploy Preview https://deploy-preview-3142.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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