8000 chore(deps): lock file maintenance npm packages by renovate[bot] · Pull Request #11429 · oxc-project/oxc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): lock file maintenance npm packages #11429

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

Merged
merged 2 commits into from
Jun 2, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@babel/core (source) devDependencies patch 7.27.1 -> 7.27.4 age adoption passing confidence
@babel/plugin-proposal-explicit-resource-management (source) devDependencies patch 7.27.1 -> 7.27.4 age adoption passing confidence
@nestjs/common (source) dependencies patch 11.1.1 -> 11.1.2 age adoption passing confidence
@nestjs/core (source) dependencies patch 11.1.1 -> 11.1.2 age adoption passing confidence
@nestjs/platform-express (source) dependencies patch 11.1.1 -> 11.1.2 age adoption passing confidence
@nestjs/testing (source) dependencies patch 11.1.1 -> 11.1.2 age adoption passing confidence
@types/node (source) devDependencies patch 22.15.21 -> 22.15.29 age adoption passing confidence
@vscode/test-cli devDependencies patch ^0.0.10 -> ^0.0.11 age adoption passing confidence
antd (source) devDependencies patch 5.25.2 -> 5.25.4 age adoption passing confidence
esbuild devDependencies patch 0.25.4 -> 0.25.5 age adoption passing confidence
happy-dom devDependencies minor 17.4.7 -> 17.5.6 age adoption passing confidence
motion devDependencies minor 12.12.2 -> 12.15.0 age adoption passing confidence
ovsx (source) devDependencies patch 0.10.2 -> 0.10.3 age adoption passing confidence
oxlint (source) devDependencies minor ^0.16.0 -> ^0.17.0 age adoption passing confidence
preact (source) devDependencies patch 10.26.7 -> 10.26.8 age adoption passing confidence
terser (source) devDependencies minor 5.39.2 -> 5.40.0 age adoption passing confidence
vue (source) devDependencies patch 3.5.14 -> 3.5.16 age adoption passing confidence
zod (source) devDependencies minor =3.24.2 -> =3.25.46 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

babel/babel (@​babel/core)

v7.27.4

Compare Source

👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

v7.27.3

Compare Source

🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #​17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser
nestjs/nest (@​nestjs/common)

v11.1.2

Compare Source

nestjs/nest (@​nestjs/core)

v11.1.2

Compare Source

nestjs/nest (@​nestjs/platform-express)

v11.1.2

Compare Source

v11.1.2 (2025-05-26)

Bug fixes
Dependencies
Committers: 2
nestjs/nest (@​nestjs/testing)

v11.1.2

Compare Source

Microsoft/vscode-test-cli (@​vscode/test-cli)

v0.0.11

Compare Source

  • Package version bumps
ant-design/ant-design (antd)

v5.25.4

Compare Source


v5.25.3

Compare Source


evanw/esbuild (esbuild)

v0.25.5

Compare Source

  • Fix a regression with browser in package.json (#​4187)

    The fix to #​4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the axios@0.30.0 package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#​4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
  • Add CSS prefixes for the stretch sizing value (#​4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
capricorn86/happy-dom (happy-dom)

v17.5.6

Compare Source

👷‍♂️ Patch fixes
  • Removes the min and max boundary check when setting the value of an input field of type "date" - By @​zgrybus in task #​1815

v17.5.5

Compare Source

v17.5.4

Compare Source

👷‍♂️ Patch fixes

v17.5.3

Compare Source

👷‍♂️ Patch fixes
  • Adds previousSibling and nextSibling to MutationObserver records when a child is removed - By @​uxuip in task #​1803

v17.5.2

Compare Source

v17.5.1

Compare Source

👷‍♂️ Patch fixes
  • Existing URL query string should be overwritten on form submit when method is "GET" - By @​rslabbert in task #​1786

v17.5.0

Compare Source

🎨 Features

v17.4.9

Compare Source

v17.4.8

Compare Source

motiondivision/motion (motion)

v12.15.0

Compare Source

Added
  • Support for pathLength/pathSpacing/pathOffset for svgEffect.
  • Auto kebab-casing of data and aria attributes in attrEffect.
  • attrEffect applies attributes via JS property where possible.
  • Auto transform-box: fill-box for SVGs with transform in styleEffect.

v12.14.0

Compare Source

Added
  • Support for originX/Y/Z in styleEffect.
Fixed
  • Added markers for pure function calls with effects.

v12.13.0

Compare Source

Added
  • svgEffect, propEffect and attrEffect.
Fixed
  • Fixed a jump in layout animations in select circumstances.
eclipse/openvsx (ovsx)

v0.10.3

Compare Source

Bug Fixes
  • Use nullish coalescing (#​1233)
  • Move personal access token functionality to pat.ts (#​1225)
  • Reduce nested functions in zip.ts (#​1223)
  • Split command and op 8000 tions (#​1222)
  • Move PAT functionality from util.ts to login.ts (#​1220)
  • Expected the Promise rejection reason to be an Error (#​1197)
Dependencies
  • Replace yauzl with yauzl-promise (#​1226)
  • Upgrade yarn from 4.5.1 to 4.9.1 (#​1190)

oxc-project/oxc (oxlint)

v0.17.0: oxlint v0.17.0

Compare Source

[0.17.0] - 2025-05-30

  • ead5309 linter: [BREAKING] Remove react from default plugin set (#​11382) (camc314)
Features
  • 2d25bd8 linter: Remove unicorn/no-for-loop over typescript/prefer-for-of (#​11354) (camc314)
  • bbb7eb1 linter: Add auto-fix to react/forward-ref-uses-ref (#​11342) (yefan)
  • 590c27b linter: Add auto-fix to unicorn/no-await-expression-member (#​11306) (yefan)
  • 7824f01 linter: Implement suggestion for jsx/no-useless-fragment (#​10800) (Cam McHenry)
  • 2083d33 linter/language_server: Add second editor suggestion for react/forward-ref-uses-ref (#​11375) (Sysix)
Bug Fixes
  • f6424dd linter: Reflect react plugin is disabled by default in cli (#​11397) (camc314)
  • 25ecbfe linter: Remove use of FrameworkFlags::React to decide whether rules should run (#​11383) (camc314)
  • 0d240e4 linter: False positive in react/exhaustive-deps with default formal parameter (#​11395) (camc314)
  • c91697e linter: Fix panic in multi byte char in TryFrom aria (#​11350) (camc314)
  • 9798ef1 linter: Stack overflow in no-async-endpoint-handlers (#​11317) (camc314)
  • 348ad97 linter: Skip no-unused-vars on astro files (#​11303) (camc314)
  • 183d7f0 linter: Make jest/no-large-snapshots error easier to comprehend (#​11294) (Ulrich Stark)
  • 4e606a5 linter: Improve jest/no-large-snapshots (#​11291) (Ulrich Stark)
  • 14f790f linter: Improve jest/no-restricted-matchers (#​11292) (Ulrich Stark)
  • a2c82be linter/block-scoped-var: Better diagnostic messages (#​11290) (DonIsaac)
  • 19772e5 linter/no-unused-vars: Panic when variable is redeclared as function in same scope (#​11280) (Dunqing)
  • 7af5bb1 oxc_language_server: Include save option for text document sync capability (#​11297) (Nicholas Rayburn)
Performance
  • 0ed6c1a language_server: Use Arc<RwLock> instead of Mutex for workspace workers (#​11328) (Sysix)
  • a0ee946 linter: Reduce code size in globals (#​11333) (shulaoda)
  • c90c5e9 linter/no-unused-vars: Simplify checking self call usage (#​11281) (Dunqing)
Documentation
Refactor
  • 42738f0 linter: Shorten code of match arms (#​11389) (Ulrich Stark)
  • 8a34447 linter: Improve unicorn/text-encoding-identifier-case (#​11386) (shulaoda)
  • eaa605e linter: Avoid some Arc::clone in linter runtime (#​11388) (Boshen)
  • 1cd8b9c linter: Fixes in react/forward-ref-uses-ref are suggestions (#​11376) (Sysix)
  • 50ef691 linter: Add diagnostics_with_multiple_fixes to LintContext (#​11357) (Sysix)
  • 606bb34 linter: Accept PossibleFixes instead of Fix for Messages (#​11295) (Sysix)
  • 042a3f3 linter: Use PossibleFixes instead of Option<Fix> (#​11284) (Sysix)
  • ffcfb46 linter: Improve unicorn/throw-new-error (#​11364) (shulaoda)
  • 8fb55c3 linter: Cleanup docs and simplify code of eslint/no-fallthrough (#​11331) (Ulrich Stark)
  • e2f0f0a linter: Improve docs and simplify code of eslint/no-duplicate-imports (#​11320) (Ulrich Stark)
  • b53b053 linter: Simplify accessing span of NameSpan (#​11305) (Ulrich Stark)
  • 4bc2650 linter: Improve eslint/no-void (#​11285) (shulaoda)
Styling
  • 49b664c linter: Remove needless newline in declare_oxc_lint (#​11400) (camc314)
Testing
  • c4f64aa linter: Explicitly disable correctness for clarity (#​11327) (camc314)
  • a404b2c linter: eslint/no-duplicate-imports shouldn't report the same span (#​11324) (Ulrich Stark)
preactjs/preact (preact)

v10.26.8

Compare Source

Fixes

terser/terser (terser)

v5.40.0

Compare Source

  • Fix exporting AssignmentExpression (default assign pattern) to ESTree
  • Fix ESTree output of object keys with quotes
  • Fix handling of an ESTree empty export {} (#​1601)
  • Fix some const and let resulting from ESTree input (#​1599)
vuejs/core (vue)

v3.5.16

Compare Source

Reverts

v3.5.15

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

colinhacks/zod (zod)

v3.25.46

Compare Source

v3.25.45

Compare Source

Commits:

v3.25.44

Compare Source

v3.25.43

Compare Source

Commits:

v3.25.42

Compare Source

v3.25.41

Compare Source

v3.25.40

Compare Source

v3.25.39

Compare Source

v3.25.38

Compare Source

Commits:

v3.25.37

Compare Source

Commits:

v3.25.36

Compare Source

v3.25.35

Compare Source

Commits:

v3.25.34

Compare Source

v3.25.33

Compare Source

Commits:

v3.25.32

Compare Source

v3.25.31

Compare Source

v3.25.30

Compare Source

v3.25.29

Compare Source

v3.25.28

Compare Source

Commits:


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 camc314 as a code owner June 1, 2025 16:42
Copy link
Contributor
graphite-app bot commented Jun 1, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Jun 1, 2025
@renovate renovate bot force-pushed the renovate/npm-packages branch 4 times, most recently from 11d01c9 to e13aa73 Compare June 2, 2025 02:44
@renovate renovate bot force-pushed the renovate/npm-packages branch from e13aa73 to 324d584 Compare June 2, 2025 02:52
Copy link
Contributor Author
renovate bot commented Jun 2, 2025

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.

@Boshen Boshen merged commit d0cc331 into main Jun 2, 2025
16 checks passed
@Boshen Boshen deleted the renovate/npm-packages branch June 2, 2025 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-editor Area - Editor and Language Server C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0