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.63.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.3 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.4 age adoption passing confidence
@napi-rs/cli 3.0.0-alpha.45 -> 3.0.0-alpha.55 age adoption passing confidence
@swc/helpers (source) 0.5.8 -> 0.5.11 age adoption passing confidence
@types/node (source) 18.19.31 -> 18.19.39 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.14.9 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
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.10.0 age adoption passing confidence
enhanced-resolve 5.12.0 -> 5.17.0 age adoption passing confidence
glob 10.3.12 -> 10.4.2 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.7 age adoption passing confidence
memfs 4.8.1 -> 4.9.3 age adoption passing confidence
monaco-editor 0.47.0 -> 0.50.0 age adoption passing confidence
npm-run-all2 6.2.0 -> 6.2.1 age adoption passing confidence
oxlint (source) 0.3.4 -> 0.5.2 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.39 age adoption passing confidence
preact (source) 10.22.0 -> 10.22.1 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
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.5 age adoption passing confidence
tsc-alias (source) 1.8.8 -> 1.8.10 age adoption passing confidence
vue (source) 3.4.21 -> 3.4.31 age adoption passing confidence
ws 8.17.1 -> 8.18.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.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.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.3

Compare Source

CLI
Bug fixes
  • Fix #​3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#​3148). Contributed by @​Sec-ant

Parser
Bug fixes
Formatter
Bug fixes
Linter
New features
Bug fixes
  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #​3247. Contributed by @​Conaclos
  • Fixes #​3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #​3292. Contributed by @​Sec-ant
Enhancements
  • Enhance tailwind sorting lint rule #​1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order.
    Since nesting variants on the same utility class is possible, the resulting weight is the Bitwise XOR of all the variants weight for that class.
    Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight).
    Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant.
    Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last.
    Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

    Contributed by @​lutaok

v1.8.2

Compare Source

CLI
Bug fixes
  • Fix #​3201 by correctly injecting the source code of the file when printing the diagnostics. Contributed by @​ematipico
  • Fix #​3179 where comma separators are not correctly removed after running biome migrate and thus choke the parser. Contributed by @​Sec-ant
  • Fix #​3232 by correctly using the colors set by the user. Contributed by @​ematipico
Enhancement
  • Reword the reporter message No fixes needed to No fixes applied.

    The former message is misleading when there're still errors or warnings in the files that should be taken care of manually. For example:

    Checked 2 files in <TIME>. No fixes needed.
    Found 2 errors.
    

    The new message suits better in these cases.

    Contributed by @​Sec-ant

Configuration
Bug fixes
  • Don't conceal previous overrides (#​3176).

    Previously, each override inherited the unset configuration of the base configuration.
    This means that setting a configuration in an override can be concealed by a subsequent override that inherits of the value from the base configuration.

    For example, in the next example, noDebugger was disabled for the index.js file.

    {
      "linter": {
        "rules": {
          "suspicious": { "noDebugger": "off" }
        }
      },
      "overrides": [
        {
          "include": ["index.js"],
          "linter": {
            "rules": {
              "suspicious": { "noDebugger": "warn" }
            }
          }
        }, {
          "include": ["index.js"],
          "linter": {
            "rules": {
              "suspicious": { "noDoubleEquals": "off" }
            }
          }
        }
      ]
    }

    The rule is now correctly enabled for the index.js file.

    Contributed by @​Conaclos

Formatter
Bug fixes
JavaScript APIs
Bug fixes
  • Fix a regression introduced by the release of v1.8.0
Linter
New features
Bug fixes
  • Add nursery/noShorthandPropertyOverrides. #​2958 Contributed by @​neokidev

  • Fix [#​3084] false positive by correctly recognize parenthesized return statement. Contributed by @​unvalley

  • useImportExtensions now suggests a correct fix for import '.' and import './.'. Contributed by @​minht11

  • Fix useDateNow false positive when new Date object has arguments new Date(0).getTime(). Contributed by @​minht11.

  • The noUnmatchableAnbSelector rule is now able to catch unmatchable an+b selectors like 0n+0 or -0n+0. Contributed by @​Sec-ant.

  • The useHookAtTopLevel rule now recognizes properties named as hooks like foo.useFoo(). Contributed by @​ksnyder9801

  • Fix #​3092, prevent warning for Custom properties (--*). Contributed by @​chansuke

  • Fix a false positive in the useLiteralKeys rule. (#​3160)

    This rule now ignores the following kind of computed member name:

    const a = {
      [`line1
      line2`]: true,
    };

    Contributed by @​Sec-ant

  • The noUnknownProperty rule now ignores the composes property often used in css modules. #​3000 Contributed by @​chansuke

  • Fix false positives of the useExhaustiveDependencies rule.

    The component itself is considered stable when it is used recursively inside a hook closure defined inside of it:

    import { useMemo } from "react";
    
    function MyRecursiveComponent() {
      // MyRecursiveComponent is stable, we don't need to add it to the dependencies list.
      const children = useMemo(() => <MyRecursiveComponent />, []);
      return <div>{children}</div>;
    }

    Also, export default function and export default class are considered stable now because they can only appear at the top level of a module.

    Contributed by @​Sec-ant

  • Fix missing withDefaults macro in vue files for globals variables. Contributed by @​Shyam-Chen

Parser
Bug fixes

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,

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 ready!

Name Link
🔨 Latest commit a7c8be8
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/6685d3192d81bb0008d72158
😎 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 12 times, most recently from a905bf6 to f63957c Compare June 25, 2024 22:48
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 14 times, most recently from fa3ffea to 5f4f7e2 Compare July 2, 2024 16:18
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch 2 times, most recently from 9f6f2a6 to 77d6d47 Compare July 3, 2024 18:23
@renovate renovate bot force-pushed the renovate/npm-dev-dependencies branch from 77d6d47 to a7c8be8 Compare July 3, 2024 22:39
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