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): update npm dev dependencies #8420

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arco-design/web-react (source) ^2.56.1 -> ^2.65.0 age adoption passing confidence
@rslib/core (source) 0.0.15 -> 0.1.1 age adoption passing confidence
@rspack/plugin-preact-refresh 1.1.0 -> 1.1.1 age adoption passing confidence
@swc/core (source) 1.7.40 -> 1.9.3 age adoption passing confidence
@swc/helpers (source) 0.5.13 -> 0.5.15 age adoption passing confidence
@swc/types (source) 0.1.12 -> 0.1.17 age adoption passing confidence
@types/node (source) ^20.12.7 -> ^20.17.9 age adoption passing confidence
@types/react (source) ^18.2.48 -> ^18.3.12 age adoption passing confidence
@types/react-dom (source) ^18.2.18 -> ^18.3.1 age adoption passing confidence
@types/rechoir (source) ^0.6.1 -> ^0.6.4 age adoption passing confidence
@types/semver (source) ^7.5.6 -> ^7.5.8 age adoption passing confidence
@types/watchpack (source) ^2.4.0 -> ^2.4.4 age adoption passing confidence
@types/webpack-bundle-analyzer (source) ^4.6.0 -> ^4.7.0 age adoption passing confidence
acorn ^8.11.3 -> ^8.14.0 age adoption passing confidence
babel-loader ^9.1.3 -> ^9.2.1 age adoption passing confidence
babel-plugin-import ^1.13.5 -> ^1.13.8 age adoption passing confidence
browserslist ^4.21.3 -> ^4.24.2 age adoption passing confidence
case-police 0.7.0 -> 0.7.2 age adoption passing confidence
chalk ^4.1.0 -> ^4.1.2 age adoption passing confidence
coffeescript (source) ^2.5.1 -> ^2.7.0 age adoption passing confidence
core-js (source) 3.38.1 -> 3.39.0 age adoption passing confidence
cspell (source) ^8.7.0 -> ^8.16.1 age adoption passing confidence
execa ^5.0.0 -> ^5.1.1 age adoption passing confidence
glob ^10.3.10 -> ^10.4.5 age adoption passing confidence
html-loader ^5.0.0 -> ^5.1.0 age adoption passing confidence
html-webpack-plugin ^5.5.0 -> ^5.6.3 age adoption passing confidence
husky ^9.0.0 -> ^9.1.7 age adoption passing confidence
json-parse-even-better-errors ^3.0.0 -> ^3.0.2 age adoption passing confidence
lint-staged ^15.0.0 -> ^15.2.10 age adoption passing confidence
normalize.css (source) ^8.0.0 -> ^8.0.1 age adoption passing confidence
postcss-loader ^8.0.0 -> ^8.1.1 age adoption passing confidence
postcss-pxtorem ^6.0.0 -> ^6.1.0 age adoption passing confidence
prebundle ^1.1.0 -> ^1.2.5 age adoption passing confidence
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-refresh (source) ^0.14.0 -> ^0.14.2 age adoption passing confidence
sass-embedded ^1.77.8 -> ^1.81.0 age adoption passing confidence
sass-loader ^16.0.0 -> ^16.0.3 age adoption passing confidence
semver ^7.6.2 -> ^7.6.3 age adoption passing confidence
tsc-alias (source) ^1.8.8 -> ^1.8.10 age adoption passing confidence
tsup (source) ^8.3.0 -> ^8.3.5 age adoption passing confidence
vue-loader ^17.3.1 -> ^17.4.2 age adoption passing confidence
wast-loader ^1.12.1 -> ^1.14.1 age adoption passing confidence
watchpack ^2.4.0 -> ^2.4.2 age adoption passing confidence

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 the animation property(#​2880)
  • Select / Cascader / TreeSelect components support displaying hidden tags in Popover form through maxTagCount.showPopover property(#​2877)
🐛 BugFix
  • Fixed the bug that flat syntax in Form component is not compatible with lower version browsers(#​2881)
  • Fixed the bug that some nodes of the DatePicker component lacked key, causing the console warning(#​2878)
  • Fixed the bug that renderTag of InputTag component will execute for +x... tag. (Introduced in 2.62.0)(#​2877)
  • Fixed the bug that after maxTagCount is set for Select / Cascader / TreeSelect components, drag and sort will cause some selected values ​​to be unselected. (Introduced in 2.62.0)(#​2877)
  • Upgrade react-focus-lock dependency version to solve the iframe focus grabbing problem(#​2874)
  • When Cascader sets changeOnSelect, the search panel rendering node behaves abnormally(#​2872)
  • Fixed a bug where Select component occasionally behaved abnormally when maxTag=responsive.(#​2871)
  • Fixed the bug that 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
  • Dependency library scroll-into-view-if-needed version number updated(#​2848)
  • Fixed the bug that the currently highlighted option did not automatically scroll to the viewport when using the keyboard in the 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)
  • Fix for ColorPicker to select the outer DOM element when the mouse is moved out of the popup artboard after pressing the mouse(#​2824)
  • Fixed the bug that the size attribute provided by ConfigProvider for ColorPicker does not take effect.(#​2822)
  • 修复 AutoComplete 下拉框未完全对齐 bug。(#​2804)
🆎 TypeScript
  • Fix count type issue of Badge component.(#​2750)

🐛 问题修复
  • 依赖库 scroll-into-view-if-needed 版本号更新(#​2848)
  • 修复 Cascader 搜索面板键盘操作时当前高亮选项未自动滚动到视口的 bug。(#​2848)
  • Table 组件修复开启虚拟列表且数据量少时,固定列失效的问题(#​2847)
  • 修复 ColorPicker 在弹出画板上按下鼠标后,鼠标移出画板时,会选中外层 DOM 元素(#​2824)
  • 修复 ConfigProviderColorPicker 提供的 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 configuring yearFormat and monthFormat in the locale file.(#​2795)
🐛 BugFix
  • Fixed the problem that the popup layer position of the DatePicker component is not aligned with the selection box style(#​2794)

🆕 功能升级
  • DatePicker 支持通过配置 locale 文件中的 yearFormatmonthFormat 来定制面板头部的时间格式。(#​2795)
🐛 问题修复
  • 修复 DatePicker 组件弹出层位置未对齐选择框的样式问题(#​2794)

v2.63.3

Compare Source


v2.63.2

Compare Source

💎 Enhancement
  • Optimize the error message display of Upload component(#​2774)
  • Avoid calling location update logic when Affix component is unmounted(#​2772)
  • Optimize the logic of judging empty files when reading files in folder upload of Upload component to avoid errors in edge scenarios(#​2771)
  • Compatible with react 19 findDOMNode error(#​2755)
  • Upgrade the dependency react-focus-lock version to solve the WeakRef incompatibility issue(#​2735)
🐛 BugFix
  • Fixed the bug where dataTransfer.setData does not take effect when setting dataTransfer.setData in onDragStart of Tree component.(#​2743)
  • DatePicker displays the focus style when it gets focus through tab(#​2738)
  • Fixed a bug where DatePicker and DatePicker.RangePicker components missing refs, add forwardRef to expose refs.(#​2734)

💎 功能优化
  • 优化 Upload 组件展示错误提示信息报错(#​2774)
  • Affix 组件卸载时避免调用位置更新逻辑(#​2772)
  • 优化 Upload 组件文件夹上传读取文件判空逻辑,避免边界场景下报错(#​2771)
  • 兼容 react 19 findDOMNode 报错(#​2755)
  • 升级依赖 react-focus-lock 版本,解决 WeakRef 不兼容问题(#​2735)
🐛 问题修复
  • 修复 Tree 组件在 onDragStart 设置 dataTransfer.setData 不生效的 bug。(#​2743)
  • DatePicker 通过 tab 获取焦点时显示 focus 的样式(#​2738)
  • 修复DatePickerDatePicker.RangePicker组件缺失ref的问题,使用forwardRef转发ref(#​2734)

v2.63.1

Compare Source

💎 Enhancement
  • Optimize findDOMNode console warning(#​2727)
🐛 BugFix
  • Fixed a bug where the selected item display was not updated in time when the Select component options changed (introduced in 2.63.0)(#​2732)
  • DatePicker default placeholder remove "Please"(#​2709)
  • Prevent phantom space in avatar image(#​2692)

💎 功能优化
  • 优化 findDOMNode 控制台 warning(#​2727)
🐛 问题修复
  • 修复 Select 组件 options 改变时,选中项展示未及时更新的 bug(2.63.0 引入)(#​2732)
  • 移除 DatePicker 默认 placeholder "Please"(#​2709)
  • 修复 Avatar 组件内部 img 元素存在空白的样式问题(#​2692)

v2.63.0

Compare Source

💎 Enhancement
  • Enhance the rendering performance of SelectView(#​2690)
  • reduce time complexity of InputTag(#​2690)
  • 优化 findDOMNode 逻辑(#​2540)
🐛 BugFix
  • Fixed a bug in which the rendering node style is incorrect when Select renderTag and maxTagCount are used at the same time (introduced in 2.62.0).(#​2706)
  • Fix the issue where the label data of type ReactNode in the Cascader component is converted to a string during search.(#​2698)

💎 功能优化
  • 优化 SelectView 渲染逻辑,避免选中多个结点时渲染卡顿(#​2690)
  • 优化 InputTag 渲染逻辑,降低时间复杂度(#​2690)
  • 整体优化 findDOMNode 逻辑,避免 API 废弃警告(#​2540)
🐛 问题修复
  • 修复 Select renderTag 和 maxTagCount 同时使用时渲染节点样式有误的 bug(2.62.0 引入)。(#​2706)
  • 修复Cascader组件在搜索时, ReactNode 类型的label数据被转换成字符串的问题。(#​2698)

v2.62.1

Compare Source

🐛 BugFix
  • Fixed the bug where the maxTagCount.render property of the InputTag component reported an error.(#​2684)
  • Fix the bug that the verification status appears validating when rules are not set in Form.Item(#​2676)

🐛 问题修复
  • 修复 InputTag 组件 maxTagCount.render 属性报错的 bug.(#​2684)
  • 修复 Form.Item 未设置 rules 时,校验状态出现 validating 的 bug。(#​2676)

v2.62.0

Compare Source

💎 Enhancement
  • Optimize Select component focus control(#​2657)
🆕 Feature
  • Message.config supports closable parameter(#​2659)
  • Select supports responsive Tag number(#​2656)
  • InputTag supports responsive Tag number(#​2656)
  • ColorPicker component adds onChangeComplete and renderFooter properties(#​2633)
🐛 BugFix
  • Fix the problem that Typography.Ellipsis is not displayed in safari. Due to environmental differences, compatibility is displayed under safari.(#​2662)
  • Fixed the issue where entering a minus sign in the Slider component triggered an onChange value of NaN.(#​2660)
  • Fixed the issue where the ref reference in the Tabs component could be null.(#​2660)
  • Fixed the issue where the disabled configuration of the internal Radio is invalid after Radio.Group is set to disabled.(#​2653)

💎 功能优化
  • 优化 Select 组件焦点控制(#​2657)
🆕 功能升级
  • Message.config 支持 closable 参数(#​2659)
  • Select 支持响应式 Tag 数(#​2656)
  • InputTag 支持响应式 Tag 数(#​2656)
  • ColorPicker 组件增加 onChangeCompleterenderFooter 属性(#​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 🎉
Bug 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 🎉
Bug 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Nov 12, 2024

Deploy Preview for rspack ready!

Name Link
🔨 Latest commit 29d88b7
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/6749b89e0080ff00080269fc
😎 Deploy Preview https://deploy-preview-8420--rspack.netlify.app
📱 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.

@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 6 times, most recently from 8da354b to 72b7a0f Compare November 18, 2024 17:13
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 13 times, most recently from a035e4b to 224d6ba Compare November 27, 2024 05:02
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 3 times, most recently from b1cc27c to e1f72a4 Compare November 28, 2024 12:06
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch from e1f72a4 to 29d88b7 Compare November 29, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant