chore(deps): update npm dev dependencies#6429
Merged
Conversation
✅ Deploy Preview for rspack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
450f08d to
f89dd9d
Compare
ba3f6b2 to
5be81ee
Compare
0d8922a to
6644eec
Compare
beda820 to
7333cfe
Compare
a88f366 to
f4c7ff6
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Member
|
can't upgrade |
SoonIter
approved these changes
Oct 31, 2024
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.12.61.2->2.64.17.24.4->7.26.07.24.1->7.25.91.8.0->1.9.47.47.10->7.47.112.18.0->2.18.43.0.0-alpha.45->3.0.0-alpha.640.0.12->0.0.151.0.5->1.0.91.0.0->1.1.01.33.1->1.35.21.4.0->1.7.403.0.1->3.0.37.20.5->7.20.629.5.12->29.5.142.6.6->2.6.720.12.7->20.17.318.2.75->18.3.1218.2.24->18.3.117.0.32->17.0.338.11.3->8.14.09.1.3->9.2.14.24.0->4.24.20.6.1->0.7.012.0.0->12.1.03.36.1->3.38.18.15.2->8.15.40.0.3->0.0.45.12.0->5.17.14.2.10->4.2.115.0.0->5.1.05.6.0->5.6.39.0.11->9.1.63.0.1->3.0.215.2.2->15.2.104.8.1->4.14.00.47.0->0.52.01.1.0->1.2.23.2.5->3.3.30.14.0->0.14.21.33.1->1.35.21.79.5->1.80.516.0.1->16.0.25.27.2->5.36.029.1.2->29.2.51.8.8->1.8.108.3.0->8.3.52.4.1->2.4.23.3.1->3.4.0Release Notes
actions/toolkit (@actions/core)
v1.11.1crypto.randomUUIDon Node 18 and earlier #1842v1.11.0uuidpackage #1824arco-design/arco-design (@arco-design/web-react)
v2.64.1Compare Source
🐛 BugFix
scroll-into-view-if-neededversion number updated(#2848)Cascadersearch panel.(#2848)Tablecomponent fixes the problem that fixed columns become invalid when the virtual list is enabled and the amount of data is small(#2847)ColorPickerto select the outer DOM element when the mouse is moved out of the popup artboard after pressing the mouse(#2824)ConfigProviderforColorPickerdoes not take effect.(#2822)AutoComplete下拉框未完全对齐 bug。(#2804)🆎 TypeScript
counttype issue ofBadgecomponent.(#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.0Compare Source
🆕 Feature
DatePickersupports customizing the time format of the panel header by configuringyearFormatandmonthFormatin thelocalefile.(#2795)🐛 BugFix
DatePickercomponent is not aligned with the selection box style(#2794)🆕 功能升级
DatePicker支持通过配置locale文件中的yearFormat和monthFormat来定制面板头部的时间格式。(#2795)🐛 问题修复
DatePicker组件弹出层位置未对齐选择框的样式问题(#2794)v2.63.3Compare Source
v2.63.2Compare Source
💎 Enhancement
Uploadcomponent(#2774)Affixcomponent is unmounted(#2772)Uploadcomponent to avoid errors in edge scenarios(#2771)react-focus-lockversion to solve the WeakRef incompatibility issue(#2735)🐛 BugFix
dataTransfer.setDatadoes not take effect when settingdataTransfer.setDatainonDragStartofTreecomponent.(#2743)DatePickerdisplays the focus style when it gets focus through tab(#2738)DatePickerandDatePicker.RangePickercomponents missing refs, addforwardRefto 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.1Compare Source
💎 Enhancement
findDOMNodeconsole warning(#2727)🐛 BugFix
Selectcomponent options changed (introduced in2.63.0)(#2732)💎 功能优化
findDOMNode控制台 warning(#2727)🐛 问题修复
Select组件 options 改变时,选中项展示未及时更新的 bug(2.63.0引入)(#2732)Avatar组件内部 img 元素存在空白的样式问题(#2692)v2.63.0Compare Source
💎 Enhancement
🐛 BugFix
SelectrenderTag and maxTagCount are used at the same time (introduced in2.62.0).(#2706)labeldata of typeReactNodein theCascadercomponent is converted to a string during search.(#2698)💎 功能优化
🐛 问题修复
SelectrenderTag 和 maxTagCount 同时使用时渲染节点样式有误的 bug(2.62.0引入)。(#2706)Cascader组件在搜索时,ReactNode类型的label数据被转换成字符串的问题。(#2698)v2.62.1Compare Source
🐛 BugFix
InputTagcomponent reported an error.(#2684)Form.Item(#2676)🐛 问题修复
InputTag组件 maxTagCount.render 属性报错的 bug.(#2684)Form.Item未设置 rules 时,校验状态出现 validating 的 bug。(#2676)v2.62.0Compare Source
💎 Enhancement
Selectcomponent focus control(#2657)🆕 Feature
Message.configsupportsclosableparameter(#2659)Selectsupports responsive Tag number(#2656)InputTagsupports responsive Tag number(#2656)ColorPickercomponent addsonChangeCompleteandrenderFooterproperties(#2633)🐛 BugFix
Typography.Ellipsisis not displayed in safari. Due to environmental differences, compatibility is displayed under safari.(#2662)disabledconfiguration of the internal Radio is invalid afterRadio.Groupis 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.3Compare Source
babel/babel (@babel/core)
v7.26.0Compare Source
v7.25.9Compare Source
🐛 Bug Fix
babel-parser,babel-template,babel-typessyntacticPlaceholdersmode (@liuxingbaoyu)babel-helper-compilation-targets,babel-preset-envClassAccessorPropertyto prevent theno-undefrule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner🏃♀️ Performance
babel-parser,babel-typesVISITOR_KEYSetc. faster to access (@liuxingbaoyu)v7.25.8Compare Source
🐛 Bug Fix
babel-coreresolvePlugin/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-envv7.25.7Compare Source
🐛 Bug Fix
babel-helper-validator-identifierbabel-traversebabel-plugin-transform-classessuper()check (@nicolo-ribaudo)babel-generatorinferin 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.