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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arco-design/web-react (source) 2.61.2 -> 2.62.1 age adoption passing confidence
@babel/core (source) 7.24.4 -> 7.24.7 age adoption passing confidence
@babel/preset-react (source) 7.24.1 -> 7.24.7 age adoption passing confidence
@biomejs/biome (source) 1.8.0 -> 1.8.1 age adoption passing confidence
@microsoft/api-extractor (source) 7.43.1 -> 7.47.0 age adoption passing confidence
@napi-rs/cli 2.18.0 -> 2.18.3 age adoption passing confidence
@napi-rs/cli 3.0.0-alpha.45 -> 3.0.0-alpha.55 age adoption passing confidence
@swc/core (source) 1.4.0 -> 1.5.28 age adoption passing confidence
@swc/helpers (source) 0.5.8 -> 0.5.11 age adoption passing confidence
@swc/helpers (source) 0.5.6 -> 0.5.11 age adoption passing confidence
@types/node (source) 18.19.31 -> 18.19.34 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.14.2 age adoption passing confidence
@types/react (source) 18.2.75 -> 18.3.3 age adoption passing confidence
@types/react-dom (source) 18.2.24 -> 18.3.0 age adoption passing confidence
browserslist 4.23.0 -> 4.23.1 age adoption passing confidence
bundle-stats (source) 4.12.2 -> 4.13.2 age adoption passing confidence
commander 12.0.0 -> 12.1.0 age adoption passing confidence
core-js (source) 3.36.1 -> 3.37.1 age adoption passing confidence
cspell (source) 8.7.0 -> 8.8.4 age adoption passing confidence
enhanced-resolve 5.12.0 -> 5.17.0 age adoption passing confidence
glob 10.3.12 -> 10.4.1 age adoption passing confidence
graceful-fs 4.2.10 -> 4.2.11 age adoption passing confidence
jsdom 24.0.0 -> 24.1.0 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.5 age adoption passing confidence
memfs 4.7.7 -> 4.9.2 age adoption passing confidence
memfs 4.8.1 -> 4.9.2 age adoption passing confidence
mini-css-extract-plugin 2.8.1 -> 2.9.0 age adoption passing confidence
monaco-editor 0.47.0 -> 0.49.0 age adoption passing confidence
oxlint (source) 0.3.4 -> 0.4.3 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence
react-refresh (source) 0.14.0 -> 0.14.2 age adoption passing confidence
serve 14.2.1 -> 14.2.3 age adoption passing confidence
styled-components (source) 6.1.8 -> 6.1.11 age adoption passing confidence
tailwindcss (source) 3.4.3 -> 3.4.4 age adoption passing confidence
terser (source) 5.27.2 -> 5.31.1 age adoption passing confidence
ts-jest (source) 29.1.2 -> 29.1.4 age adoption passing confidence
tsc-alias (source) 1.8.8 -> 1.8.10 age adoption passing confidence
vue (source) 3.4.21 -> 3.4.27 age adoption passing confidence
ws 8.16.0 -> 8.17.0 age adoption passing confidence
zod (source) 3.22.4 -> 3.23.8 age adoption passing confidence
zod-validation-error 1.3.1 -> 1.5.0 age adoption passing confidence

Release Notes

arco-design/arco-design (@​arco-design/web-react)

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

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6

Compare Source

🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
  • babel-parser, babel-plugin-transform-typescript
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
🏃‍♀️ Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3
biomejs/biome (@​biomejs/biome)

v1.8.1

Compare Source

Analyzer
CLI
Bug fixes
  • Fix #​3069, prevent overwriting paths when using --staged or --changed options. Contributed by @​unvalley
  • Fix a case where the file link inside a diagnostic wasn't correctly displayed inside a terminal run by VSCode. Contributed by @​uncenter
Configuration
Bug fixes
Editors
Formatter
Bug fixes
  • Fix the bug where whitespace after the & character in CSS nesting was incorrectly trimmed, ensuring proper targeting of child classes #​3061. Contributed by @​denbezrukov
  • Fix #​3068 where the CSS formatter was inadvertently converting variable declarations and function calls to lowercase. Contributed by @​denbezrukov
  • Fix the formatting of CSS grid layout properties. Contributed by @​denbezrukov
JavaScript APIs
Linter
Bug fixes
Parser
New features
  • Implemented CSS Unknown At-Rule parsing, allowing the parser to gracefully handle unsupported or unrecognized CSS at-rules. Contributed by @​denbezrukov
Bug fixes
  • Fix #​3055 CSS: Layout using named grid lines is now correctly parsed. Contributed by @​denbezrukov
  • Fix #​3091. Allows the parser to handle nested style rules and at-rules properly, enhancing the parser's compatibility with the CSS Nesting Module. Contributed by @​denbezrukov
microsoft/rushstack (@​microsoft/api-extractor)

v7.47.0

Compare Source

Mon, 03 Jun 2024 23:43:15 GMT

Minor changes
  • Add support for re-exporting modules using syntax such as export * as ns from './file' (GitHub #​2780)

v7.46.2

Compare Source

Thu, 30 May 2024 00:13:05 GMT

Patches
  • Include missing type modifiers on type-only exports.

v7.46.1

Compare Source

Wed, 29 May 2024 02:03:50 GMT

Version update only

v7.46.0

Compare Source

Wed, 29 May 2024 00:10:52 GMT

Minor changes
  • Bump TSDoc dependencies.

v7.45.1

Compare Source

Tue, 28 May 2024 15:10:09 GMT

Version update only

v7.45.0

Compare Source

Tue, 28 May 2024 00:09:47 GMT

Minor changes
  • Improve support for resolving the tsdoc-metadata.json to include the folder referenced by a types field in an "exports" field and an "typesVersions" field in addition to "types", "typings", and "tsdocMetadata" fields.

v7.44.1

Compare Source

Sat, 25 May 2024 04:54:07 GMT

Version update only

v7.44.0

Compare Source

Fri, 24 May 2024 00:15:08 GMT

Minor changes
  • Add support for "variants" of API reports which include or exclude items by release tag

v7.43.8

Compare Source

Thu, 23 May 2024 02:26:56 GMT

Version update only

v7.43.7

Compare Source

Thu, 16 May 2024 15:10:22 GMT

Version update only

v7.43.6

Compare Source

Wed, 15 May 2024 23:42:58 GMT

Version update only

v7.43.5

Compare Source

Wed, 15 May 2024 06:04:17 GMT

Version update only

v7.43.4

Compare Source

Fri, 10 May 2024 05:33:33 GMT

Version update only

v7.43.3

Compare Source

Wed, 08 May 2024 22:23:50 GMT

Version update only

v7.43.2

Compare Source

Mon, 06 May 2024 15:11:04 GMT

Version update only

napi-rs/napi-rs (@​napi-rs/cli)

v2.18.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.2...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.3

v2.18.2

Compare Source

Bug Fixes
  • cli: freebsd ci template (0f42e21)

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.1...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.2

v2.18.1

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.0...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.1

swc-project/swc (@​swc/core)

v1.5.28

Compare Source

Bug Fixes

v1.5.27

Compare Source

v1.5.25

Compare Source

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 has been generated by Mend Renovate. View repository job log here.

Copy link

netlify bot commented Apr 30, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 58f0d28
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/6668393fe6e0350008222f25

@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 19 times, most recently from d0400e3 to 2292726 Compare June 5, 2024 20:08
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 9 times, most recently from fa30419 to 0172367 Compare June 11, 2024 07:37
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch from 0172367 to 58f0d28 Compare June 11, 2024 11:47
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.

None yet

1 participant