chore(deps): update npm dev dependencies #8420
Open
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:
^2.56.1
->^2.65.0
0.0.15
->0.1.1
1.1.0
->1.1.1
1.7.40
->1.9.3
0.5.13
->0.5.15
0.1.12
->0.1.17
^20.12.7
->^20.17.9
^18.2.48
->^18.3.12
^18.2.18
->^18.3.1
^0.6.1
->^0.6.4
^7.5.6
->^7.5.8
^2.4.0
->^2.4.4
^4.6.0
->^4.7.0
^8.11.3
->^8.14.0
^9.1.3
->^9.2.1
^1.13.5
->^1.13.8
^4.21.3
->^4.24.2
0.7.0
->0.7.2
^4.1.0
->^4.1.2
^2.5.1
->^2.7.0
3.38.1
->3.39.0
^8.7.0
->^8.16.1
^5.0.0
->^5.1.1
^10.3.10
->^10.4.5
^5.0.0
->^5.1.0
^5.5.0
->^5.6.3
^9.0.0
->^9.1.7
^3.0.0
->^3.0.2
^15.0.0
->^15.2.10
^8.0.0
->^8.0.1
^8.0.0
->^8.1.1
^6.0.0
->^6.1.0
^1.1.0
->^1.2.5
^18.2.0
->^18.3.1
^18.2.0
->^18.3.1
^0.14.0
->^0.14.2
^1.77.8
->^1.81.0
^16.0.0
->^16.0.3
^7.6.2
->^7.6.3
^1.8.8
->^1.8.10
^8.3.0
->^8.3.5
^17.3.1
->^17.4.2
^1.12.1
->^1.14.1
^2.4.0
->^2.4.2
Release Notes
arco-design/arco-design (@arco-design/web-react)
v2.65.0
Compare Source
🆕 Feature
Tree
component supports turning off node expansion and collapse animations through theanimation
property(#2880)Select
/Cascader
/TreeSelect
components support displaying hidden tags inPopover
form throughmaxTagCount.showPopover
property(#2877)🐛 BugFix
flat
syntax inForm
component is not compatible with lower version browsers(#2881)DatePicker
component lackedkey
, causing the consolewarning
(#2878)renderTag
ofInputTag
component will execute for+x...
tag. (Introduced in2.62.0
)(#2877)maxTagCount
is set forSelect
/Cascader
/TreeSelect
components, drag and sort will cause some selected values to be unselected. (Introduced in2.62.0
)(#2877)react-focus-lock
dependency version to solve the iframe focus grabbing problem(#2874)Cascader
setschangeOnSelect
, the search panel rendering node behaves abnormally(#2872)Select
component occasionally behaved abnormally when maxTag=responsive.(#2871)Menu
automatically omits the border scene and causes loop calculation, causing the browser to flicker continuously(#2816)🆕 功能升级
Tree
组件支持通过animation
属性关闭节点展开收起动画(#2880)Select
/Cascader
/TreeSelect
组件支持通过maxTagCount.showPopover
设置以Popover
形式展示隐藏 tag(#2877)🐛 问题修复
Form
组件里flat
语法不兼容低版本浏览器 bug(#2881)DatePicker
组件(#2878)InputTag
组件renderTag
会针对+x...
标签执行的 bug。(2.62.0
引入)(#2877)Select
/Cascader
/TreeSelect
组件设置maxTagCount
后,拖拽排序导致部分已选中值取消选中的 bug。(2.62.0 引入)(#2877)react-focus-lock
依赖版本,解决 iframe 焦点抢占问题(#2874)Cascader
设置changeOnSelect
时,搜索面板渲染节点表现异常(#2872)Select
组件 maxTag=responsive 时偶发表现异常的 bug。(#2871)Menu
自动省略边界场景会循环计算,导致浏览器不停闪烁的 bug(#2816)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
web-infra-dev/rslib (@rslib/core)
v0.1.1
Compare Source
What's Changed
New Features 🎉
rslib.config
to rebuild by @9aoy in https://github.com/web-infra-dev/rslib/pull/489Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.1.0...v0.1.1
v0.1.0
Compare Source
What's Changed
New Features 🎉
--root
cli option and make basic js api work by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/453dist
instead ofdist/static/css
by @chenjiahan in https://github.com/web-infra-dev/rslib/pull/460Bug Fixes 🐞
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.