chore(deps): update npm dev dependencies #6429
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:
1.10.1
->1.11.1
2.61.2
->2.64.1
7.24.4
->7.26.0
7.24.1
->7.25.9
1.8.0
->1.9.4
7.47.10
->7.47.11
2.18.0
->2.18.4
3.0.0-alpha.45
->3.0.0-alpha.64
0.0.12
->0.0.15
1.0.5
->1.0.9
1.0.0
->1.1.0
1.33.1
->1.35.2
1.4.0
->1.7.40
3.0.1
->3.0.3
7.20.5
->7.20.6
29.5.12
->29.5.14
2.6.6
->2.6.7
20.12.7
->20.17.3
18.2.75
->18.3.12
18.2.24
->18.3.1
17.0.32
->17.0.33
8.11.3
->8.14.0
9.1.3
->9.2.1
4.24.0
->4.24.2
0.6.1
->0.7.0
12.0.0
->12.1.0
3.36.1
->3.38.1
8.15.2
->8.15.4
0.0.3
->0.0.4
5.12.0
->5.17.1
4.2.10
->4.2.11
5.0.0
->5.1.0
5.6.0
->5.6.3
9.0.11
->9.1.6
3.0.1
->3.0.2
15.2.2
->15.2.10
4.8.1
->4.14.0
0.47.0
->0.52.0
1.1.0
->1.2.2
3.2.5
->3.3.3
0.14.0
->0.14.2
1.33.1
->1.35.2
1.79.5
->1.80.5
16.0.1
->16.0.2
5.27.2
->5.36.0
29.1.2
->29.2.5
1.8.8
->1.8.10
8.3.0
->8.3.5
2.4.1
->2.4.2
3.3.1
->3.4.0
Release Notes
actions/toolkit (@actions/core)
v1.11.1
crypto.randomUUID
on Node 18 and earlier #1842v1.11.0
uuid
package #1824arco-design/arco-design (@arco-design/web-react)
v2.64.1
Compare Source
🐛 BugFix
scroll-into-view-if-needed
version number updated(#2848)Cascader
search panel.(#2848)Table
component fixes the problem that fixed columns become invalid when the virtual list is enabled and the amount of data is small(#2847)ColorPicker
to select the outer DOM element when the mouse is moved out of the popup artboard after pressing the mouse(#2824)ConfigProvider
forColorPicker
does not take effect.(#2822)AutoComplete
下拉框未完全对齐 bug。(#2804)🆎 TypeScript
count
type issue ofBadge
component.(#2750)🐛 问题修复
scroll-into-view-if-needed
版本号更新(#2848)Cascader
搜索面板键盘操作时当前高亮选项未自动滚动到视口的 bug。(#2848)Table
组件修复开启虚拟列表且数据量少时,固定列失效的问题(#2847)ColorPicker
在弹出画板上按下鼠标后,鼠标移出画板时,会选中外层 DOM 元素(#2824)ConfigProvider
对ColorPicker
提供的 size 属性不生效 bug。(#2822)AutoComplete
下拉框未完全对齐 bug。(#2804)🆎 类型修正
Badge
组件count
类型问题。(#2750)v2.64.0
Compare Source
🆕 Feature
DatePicker
supports customizing the time format of the panel header by configuringyearFormat
andmonthFormat
in thelocale
file.(#2795)🐛 BugFix
DatePicker
component is not aligned with the selection box style(#2794)🆕 功能升级
DatePicker
支持通过配置locale
文件中的yearFormat
和monthFormat
来定制面板头部的时间格式。(#2795)🐛 问题修复
DatePicker
组件弹出层位置未对齐选择框的样式问题(#2794)v2.63.3
Compare Source
v2.63.2
Compare Source
💎 Enhancement
Upload
component(#2774)Affix
component is unmounted(#2772)Upload
component to avoid errors in edge scenarios(#2771)react-focus-lock
version to solve the WeakRef incompatibility issue(#2735)🐛 BugFix
dataTransfer.setData
does not take effect when settingdataTransfer.setData
inonDragStart
ofTree
component.(#2743)DatePicker
displays the focus style when it gets focus through tab(#2738)DatePicker
andDatePicker.RangePicker
components missing refs, addforwardRef
to expose refs.(#2734)💎 功能优化
Upload
组件展示错误提示信息报错(#2774)Affix
组件卸载时避免调用位置更新逻辑(#2772)Upload
组件文件夹上传读取文件判空逻辑,避免边界场景下报错(#2771)react-focus-lock
版本,解决 WeakRef 不兼容问题(#2735)🐛 问题修复
Tree
组件在onDragStart
设置dataTransfer.setData
不生效的 bug。(#2743)DatePicker
通过 tab 获取焦点时显示 focus 的样式(#2738)DatePicker
和DatePicker.RangePicker
组件缺失ref的问题,使用forwardRef
转发ref(#2734)v2.63.1
Compare Source
💎 Enhancement
findDOMNode
console warning(#2727)🐛 BugFix
Select
component options changed (introduced in2.63.0
)(#2732)💎 功能优化
findDOMNode
控制台 warning(#2727)🐛 问题修复
Select
组件 options 改变时,选中项展示未及时更新的 bug(2.63.0
引入)(#2732)Avatar
组件内部 img 元素存在空白的样式问题(#2692)v2.63.0
Compare Source
💎 Enhancement
🐛 BugFix
Select
renderTag and maxTagCount are used at the same time (introduced in2.62.0
).(#2706)label
data of typeReactNode
in theCascader
component is converted to a string during search.(#2698)💎 功能优化
🐛 问题修复
Select
renderTag 和 maxTagCount 同时使用时渲染节点样式有误的 bug(2.62.0
引入)。(#2706)Cascader
组件在搜索时,ReactNode
类型的label
数据被转换成字符串的问题。(#2698)v2.62.1
Compare Source
🐛 BugFix
InputTag
component reported an error.(#2684)Form.Item
(#2676)🐛 问题修复
InputTag
组件 maxTagCount.render 属性报错的 bug.(#2684)Form.Item
未设置 rules 时,校验状态出现 validating 的 bug。(#2676)v2.62.0
Compare Source
💎 Enhancement
Select
component focus control(#2657)🆕 Feature
Message.config
supportsclosable
parameter(#2659)Select
supports responsive Tag number(#2656)InputTag
supports responsive Tag number(#2656)ColorPicker
component addsonChangeComplete
andrenderFooter
properties(#2633)🐛 BugFix
Typography.Ellipsis
is not displayed in safari. Due to environmental differences, compatibility is displayed under safari.(#2662)disabled
configuration of the internal Radio is invalid afterRadio.Group
is set to disabled.(#2653)💎 功能优化
Select
组件焦点控制(#2657)🆕 功能升级
Message.config
支持closable
参数(#2659)Select
支持响应式 Tag 数(#2656)InputTag
支持响应式 Tag 数(#2656)ColorPicker
组件增加onChangeComplete
和renderFooter
属性(#2633)🐛 问题修复
Typography.Ellipsis
在 safari 下不显示的问题。因环境差异, safari 下为兼容显示(#2662)Slider
组件输入负号触发onChange
的值为NaN
的问题。(#2660)Tabs
组件的ref
引用可能为null
的问题。(#2660)Radio.Group
设置 disabled 后,内部 Radio 的disabled
配置无效的问题 。(#2653)v2.61.3
Compare Source
babel/babel (@babel/core)
v7.26.0
Compare Source
v7.25.9
Compare Source
🐛 Bug Fix
babel-parser
,babel-template
,babel-types
syntacticPlaceholders
mode (@liuxingbaoyu)babel-helper-compilation-targets
,babel-preset-env
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner
🏃♀️ Performance
babel-parser
,babel-types
VISITOR_KEYS
etc. faster to access (@liuxingbaoyu)v7.25.8
Compare Source
🐛 Bug Fix
babel-core
resolvePlugin
/resolvePreset
(@nicolo-ribaudo)🏠 Internal
babel-parser
,babel-plugin-proposal-async-do-expressions
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-import-defer
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-class-static-block
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-export-namespace-from
,babel-plugin-transform-json-strings
,babel-plugin-transform-logical-assignment-operators
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-numeric-separator
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-catch-binding
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-preset-env
v7.25.7
Compare Source
🐛 Bug Fix
babel-helper-validator-identifier
babel-traverse
babel-plugin-transform-classes
super()
check (@nicolo-ribaudo)babel-generator
infer
in compact mode (@nicolo-ribaudo)Configuration
📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.