fix(deps): update dependencies (non-major) #433
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.1.4
->^5.2.4
^5.7.3
->^5.8.2
^3.0.0
->^3.0.1
Release Notes
ant-design/ant-design-icons (@ant-design/icons)
v5.2.4
Compare Source
v5.2.3
Compare Source
v5.2.2
Compare Source
v5.2.1
Compare Source
v5.2.0
Compare Source
ant-design/ant-design (antd)
v5.8.2
Compare Source
ant-wave-target
for this case. #44014FormInstance
. #43996ant-wave-target
className 到对应元素上。#44014FormInstance
。#43996direction
为rlt
时展开图标的方向和展开行的缩进有误的问题。#43977 @Yuiai01v5.8.1
Compare Source
clearIcon
#43945 @kiner-tangMappingAlgorithm
as type of theme algorithm. #43953clearIcon
废弃报错。#43945 @kiner-tangMappingAlgorithm
作为主题算法的类型。#43953v5.8.0
Compare Source
algorithm
to calculate derivative tokens same as global. #43810 @MadCccawait
call. #43470wave
to customize wave effect. #43784getFieldsValue({ strict: true })
to support only Item bind values. #43828items
prop. #43483 @RedJuedisabledAlpha
prop. #43355 @RedJueshape
prop. #43817 @li-jia-nanallowClear
prop to customize clear button。#43582 @kiner-tangpresets
support callback functions. #43476 @Wxh16144preview={{ movable: Boolean }}
prop to the Image component to support dragging and dropping into folders. #43823 @linxianxitooltip
supportautoAdjustOverflow
prop. #43788selectionsIcon
property to the Transfer component to support custom icons for the dropdown menu. #43773 @li-jia-nanshowArrow
prop. Now suffix arrow should be configured withsuffixIcon
. #43520 @MuxinFeng@ant-design/icons
to avoid importing all icons. #43915 @ssxenon01getCurrentAnchor
when scroll. #43916hover
not trigger ondisabled
element. #43872onChangeComplete
callback when changing value. #43867 @RedJueModal.confirm
locale
setting were reset. #43277 @Yuiai01@ant-design/cssinjs
, antd styles will always be inserted at the top to avoid style override issues caused by loading order. #43847aria-activedescendant
didn't conform to valid value. #43800Layout.Header
accessibility role. #43749 @khaliblooForm.Item
support for generic pairsname
props verification. #43904 @crazyairalgorithm
参数,添加配置即可像全局 Token 一样由部分修改的 token 计算派生 token 的值并用于组件样式中。#43810 @MadCccawait
调用。#43470wave
配置以自定义水波纹效果。#43784getFieldsValue({ strict: true })
以支持获取仅通过 Item 绑定的字段。#43828items
属性。#43483 @RedJuedisabledAlpha
属性。#43355 @RedJueshape
属性。#43817 @li-jia-nanallowClear.clearIcon
属性自定义清除按钮。#43582 @kiner-tangpresets
属性支持回调函数。#43476 @Wxh16144preivew={{ movable: Boolean }}
属性以支持可拖拽到文件夹。#43823 @linxianxitooltip
支持配置autoAdjustOverflow
属性。#43788selectionsIcon
属性以支持自定义下拉菜单图标。#43773 @li-jia-nanshowArrow
属性,可由suffixIcon
统一配置。#43520 @MuxinFeng@ant-design/icons
导入写法以避免 Tree Shaking 在 Next.js 中失效的问题。#43915 @ssxenon01getCurrentAnchor
的问题。#43916disabled
元素上触发的问题。#43872onChangeComplete
回调的问题。#43867 @RedJueModal.confirm
的locale
设置被重置的问题。#43277 @Yuiai01@ant-design/cssinjs
的组件库混合使用,antd 的样式总是会插入在最前面,以避免加载顺序导致的样式覆盖问题。#43847aria-activedescendant
缺少有效值的问题。#43800Layout.Header
a11yrole
属性。#43749 @khaliblooForm.Item
支持泛型对name
属性校验。#43904 @crazyairprettier/prettier (prettier)
v3.0.1
Compare Source
diff
Fix cursor positioning for a special case (#14812 by @fisker)
Fix plugins/estree.d.ts to make it a module (#15018 by @kingyue737)
Add
export {}
inplugins/estree.d.ts
to fix the "File is not a module" errorAdd parenthesis around leading multiline comment in return statement (#15037 by @auvred)
Add support for Vue "Generic Components" (#15066 by @auvred)
https://blog.vuejs.org/posts/vue-3-3#generic-components
<!-- Input --> <script setup lang="ts" generic="T extends Type1 & Type2 & (Type3 | Type4), U extends string | number | boolean"></script> <!-- Prettier 3.0.0 --> <script setup lang="ts" generic="T extends Type1 & Type2 & (Type3 | Type4), U extends string | number | boolean" ></script> <!-- Prettier 3.0.1 --> <script setup lang="ts" generic=" T extends Type1 & Type2 & (Type3 | Type4), U extends string | number | boolean " ></script>
Fix comments print in
IfStatement
(#15076 by @fisker)Add missing type definition for
printer.preprocess
(#15123 by @so1ve)Add missing
getVisitorKeys
method type definition forPrinter
(#15125 by @auvred)Add typing to support
readonly
array properties of AST Node (#15127 by @auvred)Add space before unary minus followed by a function call (#15129 by @pamelalozano)
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.