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 25 updates #3093

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the js-minor group in /ui with 25 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.3
antd 5.21.2 5.22.3
react-hook-form 7.53.0 7.54.0
recharts 2.12.7 2.14.1
yaml 2.5.1 2.6.1
@eslint/compat 1.1.1 1.2.4
@tanstack/react-query-devtools 5.59.0 5.62.3
@types/node 22.7.4 22.10.1
@typescript-eslint/eslint-plugin 8.7.0 8.17.0
@typescript-eslint/parser 8.7.0 8.17.0
eslint 9.11.1 9.16.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.3

Release notes

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

v5.62.3

Version 5.62.3 - 12/6/24, 3:33 PM

Changes

Fix

  • allow passing enabled:true when skipToken is present (#8407) (32d7189) by Dominik Dorfmeister

Docs

  • angular-query: add auto-refetching example (#8371) (d6621a8) by @​MatanShushan
  • useQuery to object syntax (#8387) (8ccc36c) by Max

Packages

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

v5.62.2

Version 5.62.2 - 12/3/24, 7:29 AM

Changes

Fix

  • types: Fix type errors when using fully-typed inputs like QueryFilters, and test all QueryClient methods to detect similar issues (#8375) (175757a) by Nick Lucas

Packages

  • @​tanstack/query-core@​5.62.2
  • @​tanstack/query-broadcast-client-experimental@​5.62.2
  • @​tanstack/query-persist-client-core@​5.62.2

... (truncated)

Commits

Updates antd from 5.21.2 to 5.22.3

Release notes

Sourced from antd's releases.

5.22.3

  • 🐞 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

  • 🐞 修复 Select 清除按钮在 Form.Item 中位置可能错误的问题。#51649 @​dislido
  • 🐞 修复 InputNumber handleVisible token 不生效的问题。#51728 @​dengfuping
  • 🐞 修复 ColorPicker 的 presets 属性中的 label 字段传入 ReactNode 会报错的问题。#51808 @​li-jia-nan
  • 🐞 修复 Menu 的 inlineCollapsed 属性在 Layout 中不生效的问题。#51775 @​coderz-w
  • 🐞 修复 Table onHeaderCell 提供的 style 无法被覆盖的问题。#51793 @​Wxh16144
  • ⌨️ 优化 Collapse 组件的可访问性。#51836 @​aojunhao123
  • TypeScript
    • 🤖 增加 Table 属性中 clearFilters 函数的入参类型。#51754 @​fubd
    • 🤖 修复 Form 设置 preservefalse 时,Form.List 中嵌套的字段卸载会丢失值的问题。#51796 @​zombieJ

5.22.2

  • 🐞 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
  • 🐞 Fix Button custom icon not center-aligned. #51652 @​afc163
  • 🐞 Fix Table getCheckboxProps event handlers being overridden by internal selection logic. #51661 @​Zyf665
  • 🐞 Fix Tree that onCheck and onSelect were not properly triggered. #51448 @​Wxh16144
  • 🌐 Localization

  • 🐞 修复 Input.OTP 组件在有非法输入时仍会切换到下一个输入框的问题。#51664 @​thecodesalim
  • 🐞 调整 Modal 确认函数,使其在弹出后聚焦确认按钮时不要滚动窗体。#51647 @​zombieJ
  • 🐞 修复 Form rules 生成多条相同错误时会报 React 渲染错误的问题。#51636 @​zombieJ
  • 🐞 调整 Button 使用 useEffect 来触发 autoFocus 逻辑,以解决一些异步渲染场景下 Button 无法自动聚焦的问题。#51624 @​zombieJ
  • 🐞 修复 Button 中使用自定义三方图标库时图标未居中的问题。#51652 @​afc163
  • 🐞 修复 Table 组件 getCheckboxProps 中的事件处理器被内部选择逻辑覆盖的问题。#51661 @​Zyf665
  • 🐞 修复 Tree 组件的 onCheckonSelect 事件没有被正确触发的问题。#51448 @​Wxh16144
  • 🌐 本地化

5.22.1

  • 🛠 Adjust DatePicker.RangePicker to not allow switching to the next field by clicking the input when needConfirm and the user has not submitted the date. #51591 @​zombieJ
  • 🛠 Lock Input.OTP ctrl + z operation to avoid data not correct. #51609 @​zombieJ
  • 🐞 Fix Select tags or multiple mode display issue. #51605 @​guoyunhe
  • 🐞 Fix Badge count motion missing in Safari. #51598 @​zombieJ
  • 🐞 Fix Tabs with centered the tabs can not fully display. #51571 @​DDDDD12138

... (truncated)

Changelog

Sourced from antd's changelog.

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
  • 🐞 Fix Button custom icon not center-aligned. #51652 @​afc163
  • 🐞 Fix Table getCheckboxProps event handlers being overridden by internal selection logic. #51661 @​Zyf665
  • 🐞 Fix Tree that onCheck and onSelect were not properly triggered. #51448 @​Wxh16144
  • 🐞 Fix vertical alignment of clear icon in Input component. #51700 @​jynxio
  • 🐞 Fix Select with prefix style issue with color, line break, status error. #51694 @​zombieJ
  • 🌐 Localization

5.22.1

2024-11-13

  • 🛠 Adjust DatePicker.RangePicker to not allow switching to the next field by clicking the input when needConfirm and the user has not submitted the date. #51591 @​zombieJ
  • 🛠 Lock Input.OTP ctrl + z operation to avoid data not correct. #51609 @​zombieJ
  • 🐞 Fix Select tags or multiple mode display issue. #51605 @​guoyunhe
  • 🐞 Fix Badge count motion missing in Safari. #51598 @​zombieJ
  • 🐞 Fix Tabs with centered the tabs can not fully display. #51571 @​DDDDD12138
  • 🐞 Fix Transfer with controlled dataSource & selectedKeys sometime miss sync checked state. #51523 @​IsKaros
  • 🐞 Revert Button display inline-flex back to inline-block to resolve Icon align issue. #51588 @​Wxh16144

5.22.0

2024-11-12

  • Form
    • 🆕 Form.Item...

      Description has been truncated

Bumps the js-minor group in /ui with 25 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.3` |
| [antd](https://github.com/ant-design/ant-design) | `5.21.2` | `5.22.3` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.53.0` | `7.54.0` |
| [recharts](https://github.com/recharts/recharts) | `2.12.7` | `2.14.1` |
| [yaml](https://github.com/eemeli/yaml) | `2.5.1` | `2.6.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.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.10.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.7.0` | `8.17.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.7.0` | `8.17.0` |
| [eslint](https://github.com/eslint/eslint) | `9.11.1` | `9.16.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.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.3/packages/react-query)

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

Updates `react-hook-form` from 7.53.0 to 7.54.0
- [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.0)

Updates `recharts` from 2.12.7 to 2.14.1
- [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.14.1)

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 `@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.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.3/packages/react-query-devtools)

Updates `@types/node` from 22.7.4 to 22.10.1
- [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.17.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.17.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.7.0 to 8.17.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.17.0/packages/parser)

Updates `eslint` from 9.11.1 to 9.16.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.16.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: "@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 8, 2024 05:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 8, 2024
Copy link

netlify bot commented Dec 8, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit da9198c
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/675533030cb6f40008601a3b
😎 Deploy Preview https://deploy-preview-3093.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.

@krancour krancour added this to the v1.2.0 milestone Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

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

@dependabot dependabot bot closed this Dec 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/js-minor-d9f151ff76 branch December 13, 2024 20:33
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.

2 participants