Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.26.10 -> 7.27.1 age adoption passing confidence
@babel/core (source) ^7.26.10 -> ^7.27.1 age adoption passing confidence
@babel/plugin-syntax-jsx (source) ^7.25.9 -> ^7.27.1 age adoption passing confidence
@babel/plugin-syntax-typescript (source) ^7.25.9 -> ^7.27.1 age adoption passing confidence
@babel/preset-env (source) 7.26.9 -> 7.27.1 age adoption passing confidence
@babel/preset-react (source) ^7.26.3 -> ^7.27.1 age adoption passing confidence
@babel/preset-typescript (source) ^7.27.0 -> ^7.27.1 age adoption passing confidence
@module-federation/enhanced (source) ^0.13.0 -> ^0.13.1 age adoption passing confidence
@module-federation/rsbuild-plugin (source) ^0.13.0 -> ^0.13.1 age adoption passing confidence
@pmmmwh/react-refresh-webpack-plugin ^0.5.16 -> ^0.6.0 age adoption passing confidence
@rsbuild/core (source) 1.3.13 -> 1.3.15 age adoption passing confidence
@rspack/cli (source) 1.3.7 -> 1.3.8 age adoption passing confidence
@rspack/core (source) 1.3.7 -> 1.3.8 age adoption passing confidence
@types/node (source) ^22.15.2 -> ^22.15.3 age adoption passing confidence
@types/react-dom (source) ^19.1.2 -> ^19.1.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.31.0 -> ^8.31.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.31.0 -> ^8.31.1 age adoption passing confidence
babel-preset-solid (source) 1.9.5 -> 1.9.6 age adoption passing confidence
core-js (source) 3.41.0 -> 3.42.0 age adoption passing confidence
less-loader ^12.2.0 -> ^12.3.0 age adoption passing confidence
less-loader 12.2.0 -> 12.3.0 age adoption passing confidence
lucide-react (source) ^0.503.0 -> ^0.507.0 age adoption passing confidence
solid-js (source) 1.9.5 -> 1.9.6 age adoption passing confidence
solid-js (source) ^1.9.5 -> ^1.9.6 age adoption passing confidence
styled-jsx ^5.1.6 -> ^5.1.7 age adoption passing confidence
tailwindcss (source) 4.1.4 -> 4.1.5 age adoption passing confidence
unplugin-stylex ^0.5.2 -> ^0.5.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.27.1

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #​17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator
💅 Polish
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
🏠 Internal
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
  • babel-plugin-transform-regenerator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-regenerator
  • babel-helpers
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
module-federation/core (@​module-federation/enhanced)

v0.13.1

Compare Source

Patch Changes
module-federation/core (@​module-federation/rsbuild-plugin)

v0.13.1

Compare Source

Patch Changes
pmmmwh/react-refresh-webpack-plugin (@​pmmmwh/react-refresh-webpack-plugin)

v0.6.0

Compare Source

BREAKING
  • Minimum required Node.js version has been bumped to 18.12.0.
  • Minimum required webpack version has been bumped to 5.2.0.
  • Minimum supported webpack-dev-server version has been bumped to 4.8.0.
  • Minimum supported webpack-plugin-serve version has been bumped to 1.0.0.
  • overlay.sockHost, overlay.sockPath, overlay.sockPort, overlay.sockProtocol and overlay.useURLPolyfill have all been removed (#​850).
    It was necessary to support WDS below 4.8.0 (published in April 2022).
    It is no-longer necessary as a direct integration with WDS is now possible.
Features
  • Added helper script to better support use cases where React and/or React-DOM are externalized (#​852)
Fixes
  • Ensure plugin injected entries are no-op in production (#​900)
Internal
  • Dropped support for Webpack 4 / WDS 3 (#​850, #​904)
  • Migrated from ansi-html to anser in error overlay (#​854)
  • Bumped all development dependencies (#​905)
web-infra-dev/rsbuild (@​rsbuild/core)

v1.3.15

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.14...v1.3.15

v1.3.14

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.13...v1.3.14

web-infra-dev/rspack (@​rspack/cli)

v1.3.8

Compare Source

Highlights 💡
Exposing SWC JS API

Rspack now experimentally exposes some SWC JavaScript APIs via rspack.experiments.swc. This allows you to call SWC methods like transform or minify without installing the additional @​swc/core package.

See SWC API for more details.

What's Changed
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v1.3.7...v1.3.8

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.31.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

solidjs/solid (babel-preset-solid)

v1.9.6

Compare Source

zloirock/core-js (core-js)

v3.42.0

Compare Source

  • Changes v3.41.0...v3.42.0 (142 commits)
  • Map upsert proposal:
    • Moved to stage 2.7, April 2025 TC39 meeting
    • Validation order of WeakMap.prototype.getOrInsertComputed updated following tc39/proposal-upsert#79
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
  • Don't call well-known Symbol methods for RegExp on primitive values following tc39/ecma262#3009:
    • For avoid performance regression, temporarily, only in own core-js implementations
    • Built-ins:
      • String.prototype.matchAll
      • String.prototype.match
      • String.prototype.replaceAll
      • String.prototype.replace
      • String.prototype.search
      • String.prototype.split
  • Added workaround for the Uint8Array.prototype.setFromBase64 bug in some of Linux builds of WebKit
  • Implemented early-error iterator closing following tc39/ecma262#3467, including fix of a WebKit bug, in the following methods:
    • Iterator.prototype.drop
    • Iterator.prototype.every
    • Iterator.prototype.filter
    • Iterator.prototype.find
    • Iterator.prototype.flatMap
    • Iterator.prototype.forEach
    • Iterator.prototype.map
    • Iterator.prototype.reduce
    • Iterator.prototype.some
    • Iterator.prototype.take
  • Fixed missing forced replacement of AsyncIterator helpers
  • Added closing of sync iterator when async wrapper yields a rejection following tc39/ecma262#2600. Affected methods:
  • Added detection for throwing on undefined initial parameter in Iterator.prototype.reduce (see WebKit bug)
  • core-js-compat and core-js-builder API:
    • Added 'intersect' support for targets.esmodules (Babel 7 behavior)
    • Fixed handling of targets.esmodules: true (Babel 7 behavior)
  • Compat data improvements:
webpack-contrib/less-loader (less-loader)

v12.3.0

Compare Source

Features
  • add support for using only webpackImporter (12839c8)
lucide-icons/lucide (lucide-react)

v0.507.0: Version 0.507.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

@chenjiahan chenjiahan merged commit 84d7aca into main May 5, 2025
4 checks passed
@chenjiahan chenjiahan deleted the renovate/all-non-major branch May 5, 2025 08:04
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