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

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

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.0 age adoption passing confidence
@babel/core (source) 7.24.4 -> 7.25.7 age adoption passing confidence
@babel/preset-react (source) 7.24.1 -> 7.25.7 age adoption passing confidence
@biomejs/biome (source) 1.8.0 -> 1.9.3 age adoption passing confidence
@microsoft/api-extractor (source) 7.43.1 -> 7.47.9 age adoption passing confidence
@microsoft/api-extractor-model (source) 7.29.3 -> 7.29.8 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.63 age adoption passing confidence
@playwright/test (source) 1.35.0 -> 1.47.2 age adoption passing confidence
@rslib/core (source) 0.0.5 -> 0.0.8 age adoption passing confidence
@rspack/dev-server (source) 1.0.5 -> 1.0.7 age adoption passing confidence
@rspack/plugin-preact-refresh 1.0.0 -> 1.0.1 age adoption passing confidence
@rspress/plugin-rss (source) 1.28.2 -> 1.31.1 age adoption passing confidence
@swc/core (source) 1.4.0 -> 1.7.26 age adoption passing confidence
@swc/helpers (source) 0.5.8 -> 0.5.13 age adoption passing confidence
@swc/plugin-remove-console 3.0.1 -> 3.0.2 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.13 age adoption passing confidence
@types/node (source) 18.19.31 -> 18.19.54 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.16.10 age adoption passing confidence
@types/react (source) 18.2.75 -> 18.3.11 age adoption passing confidence
@types/react-dom (source) 18.2.24 -> 18.3.0 age adoption passing confidence
@types/yargs (source) 17.0.32 -> 17.0.33 age adoption passing confidence
acorn 8.11.3 -> 8.12.1 age adoption passing confidence
babel-loader 9.1.3 -> 9.2.1 age adoption passing confidence
browserslist 4.23.0 -> 4.24.0 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.7.0 -> 8.14.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
glob 10.3.12 -> 10.4.5 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
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.12.0 age adoption passing confidence
monaco-editor 0.47.0 -> 0.52.0 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.47 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
rsbuild-plugin-google-analytics 1.0.1 -> 1.0.3 age adoption passing confidence
rsbuild-plugin-open-graph 1.0.1 -> 1.0.2 age adoption passing confidence
rspress (source) 1.28.2 -> 1.31.1 age adoption passing confidence
rspress-plugin-sitemap 1.0.1 -> 1.1.1 age adoption passing confidence
sass-embedded 1.77.8 -> 1.79.4 age adoption passing confidence
sass-loader 16.0.1 -> 16.0.2 age adoption passing confidence
semver 7.6.2 -> 7.6.3 age adoption passing confidence
tailwindcss (source) 3.4.3 -> 3.4.13 age adoption passing confidence
terser (source) 5.27.2 -> 5.34.1 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
vue (source) 3.4.21 -> 3.5.11 age adoption passing confidence
watchpack 2.4.1 -> 2.4.2 age adoption passing confidence
ws 8.17.1 -> 8.18.0 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.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 数(

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 Apr 30, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 7726c84
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/67008a30f718730008799148

@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 20 times, most recently from 2c7f910 to 864fbaf Compare September 30, 2024 02:31
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 3 times, most recently from 0460d92 to b147bb1 Compare October 2, 2024 18:16
@renovate renovate bot requested a review from jerrykingxyz as a code owner October 2, 2024 18:16
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 4 times, most recently from 5f4f81b to bf32d63 Compare October 4, 2024 14:26
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch from bf32d63 to 7726c84 Compare October 5, 2024 00:37
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