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 #6429

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/core (source) 1.10.1 -> 1.11.1 age adoption passing confidence
@arco-design/web-react (source) 2.61.2 -> 2.64.1 age adoption passing confidence
@babel/core (source) 7.24.4 -> 7.26.0 age adoption passing confidence
@babel/preset-react (source) 7.24.1 -> 7.25.9 age adoption passing confidence
@biomejs/biome (source) 1.8.0 -> 1.9.4 age adoption passing confidence
@microsoft/api-extractor (source) 7.47.10 -> 7.47.11 age adoption passing confidence
@napi-rs/cli 2.18.0 -> 2.18.4 age adoption passing confidence
@napi-rs/cli 3.0.0-alpha.45 -> 3.0.0-alpha.64 age adoption passing confidence
@rslib/core (source) 0.0.12 -> 0.0.15 age adoption passing confidence
@rspack/dev-server (source) 1.0.5 -> 1.0.9 age adoption passing confidence
@rspack/plugin-preact-refresh 1.0.0 -> 1.1.0 age adoption passing confidence
@rspress/plugin-rss (source) 1.33.1 -> 1.35.2 age adoption passing confidence
@swc/core (source) 1.4.0 -> 1.7.40 age adoption passing confidence
@swc/plugin-remove-console 3.0.1 -> 3.0.3 age adoption passing confidence
@types/babel__traverse (source) 7.20.5 -> 7.20.6 age adoption passing confidence
@types/jest (source) 29.5.12 -> 29.5.14 age adoption passing confidence
@types/neo-async (source) 2.6.6 -> 2.6.7 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.17.3 age adoption passing confidence
@types/react (source) 18.2.75 -> 18.3.12 age adoption passing confidence
@types/react-dom (source) 18.2.24 -> 18.3.1 age adoption passing confidence
@types/yargs (source) 17.0.32 -> 17.0.33 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
browserslist 4.24.0 -> 4.24.2 age adoption passing confidence
case-police 0.6.1 -> 0.7.0 age adoption passing confidence
commander 12.0.0 -> 12.1.0 age adoption passing confidence
core-js (source) 3.36.1 -> 3.38.1 age adoption passing confidence
cspell (source) 8.15.2 -> 8.15.4 age adoption passing confidence
cspell-ban-words 0.0.3 -> 0.0.4 age adoption passing confidence
enhanced-resolve 5.12.0 -> 5.17.1 age adoption passing confidence
graceful-fs 4.2.10 -> 4.2.11 age adoption passing confidence
html-loader 5.0.0 -> 5.1.0 age adoption passing confidence
html-webpack-plugin 5.6.0 -> 5.6.3 age adoption passing confidence
husky 9.0.11 -> 9.1.6 age adoption passing confidence
json-parse-even-better-errors 3.0.1 -> 3.0.2 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.10 age adoption passing confidence
memfs 4.8.1 -> 4.14.0 age adoption passing confidence
monaco-editor 0.47.0 -> 0.52.0 age adoption passing confidence
prebundle 1.1.0 -> 1.2.2 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.3 age adoption passing confidence
react-refresh (source) 0.14.0 -> 0.14.2 age adoption passing confidence
rspress (source) 1.33.1 -> 1.35.2 age adoption passing confidence
sass-embedded 1.79.5 -> 1.80.5 age adoption passing confidence
sass-loader 16.0.1 -> 16.0.2 age adoption passing confidence
terser (source) 5.27.2 -> 5.36.0 age adoption passing confidence
ts-jest (source) 29.1.2 -> 29.2.5 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
watchpack 2.4.1 -> 2.4.2 age adoption passing confidence
zod-validation-error 3.3.1 -> 3.4.0 age adoption passing confidence

Release Notes

actions/toolkit (@​actions/core)

v1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #​1842

v1.11.0

  • Add platform info utilities #​1551
  • Remove dependency on uuid package #​1824
arco-design/arco-design (@​arco-design/web-react)

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


babel/babel (@​babel/core)

v7.26.0

Compare Source

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.25.8

Compare Source

🐛 Bug Fix
🏠 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

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.

@renovate renovate bot requested a review from IWANABETHATGUY as a code owner April 30, 2024 22:53
Copy link

netlify bot commented Apr 30, 2024

Deploy Preview for rspack ready!

Name Link
🔨 Latest commit 668acbb
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/672332f3c5f9710008771012
😎 Deploy Preview https://deploy-preview-6429--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 3 times, most recently from 450f08d to f89dd9d Compare May 4, 2024 18:23
@Boshen Boshen removed the request for review from IWANABETHATGUY May 6, 2024 03:49
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 17 times, most recently from ba3f6b2 to 5be81ee Compare May 10, 2024 06:01
@Boshen Boshen removed their assignment May 11, 2024
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 5 times, most recently from 0d8922a to 6644eec Compare May 13, 2024 10:48
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 16 times, most recently from 0330d1c to b9400e8 Compare October 29, 2024 23:12
@chenjiahan chenjiahan requested a review from SoonIter October 30, 2024 06:36
@SoonIter SoonIter force-pushed the renovate/npm-dev-dependencies branch from b9400e8 to 8c71be0 Compare October 30, 2024 07:12
Copy link
Contributor Author

renovate bot commented Oct 30, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@SoonIter SoonIter force-pushed the renovate/npm-dev-dependencies branch 3 times, most recently from a3f896d to 770d01c Compare October 31, 2024 06:57
@SoonIter
Copy link
Member

can't upgrade @napi-rs/cli at present because of napi-rs/napi-rs#2340

@SoonIter SoonIter force-pushed the renovate/npm-dev-dependencies branch from 6c81a4c to 668acbb Compare October 31, 2024 07:34
@SoonIter SoonIter enabled auto-merge (squash) October 31, 2024 07:46
@SoonIter SoonIter merged commit bfb2209 into main Oct 31, 2024
29 checks passed
@SoonIter SoonIter deleted the renovate/npm-dev-dependencies branch October 31, 2024 07:53
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.

2 participants