Skip to content

fix(deps): update all non-major dependencies#444

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 22, 2026
Merged

fix(deps): update all non-major dependencies#444
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 22, 2026

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/core (source) 2.0.0-rc.42.0.0 age confidence
@rsbuild/plugin-react (source) ^2.0.0-rc.4^2.0.0 age confidence
@rspack/cli (source) 2.0.0-rc.32.0.0 age confidence
@rspack/core (source) 2.0.0-rc.32.0.0 age confidence
@rspack/dev-server 2.0.0-rc.32.0.0 age confidence
@rspack/plugin-react-refresh ^1.5.3^1.6.2 age confidence
@stylexjs/stylex ^0.18.2^0.18.3 age confidence
@tailwindcss/postcss (source) ^4.2.2^4.2.4 age confidence
@tailwindcss/webpack (source) ^4.2.2^4.2.4 age confidence
@types/node (source) ^24.10.1^24.12.2 age confidence
@types/react (source) ^19.2.6^19.2.14 age confidence
@typescript-eslint/eslint-plugin (source) ^8.58.2^8.59.0 age confidence
@typescript-eslint/parser (source) ^8.58.2^8.59.0 age confidence
css-loader ^7.1.2^7.1.4 age confidence
express (source) ^5.1.0^5.2.1 age confidence
react (source) ^19.2.0^19.2.5 age confidence
react-dom (source) ^19.2.0^19.2.5 age confidence
react-server-dom-rspack 0.0.1-alpha.100.0.2 age confidence
srvx (source) ^0.11.0^0.11.15 age confidence
styled-components (source) 6.4.06.4.1 age confidence
styled-components (source) ^6.4.0^6.4.1 age confidence
tailwindcss (source) ^4.2.2^4.2.4 age confidence
ws ^8.19.0^8.20.0 age confidence

Release Notes

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

v2.0.0

Compare Source

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

v2.0.0

Compare Source

rstackjs/rspack-dev-server (@​rspack/dev-server)

v2.0.0

Compare Source

Notable Changes

@rspack/dev-server v2 is designed for Rspack v2.

See the Migration Guide (v1 -> v2) for more details.

What's Changed

Breaking changes
Features
Bugfixes
Others

New Contributors

Full Changelog: rstackjs/rspack-dev-server@v1.2.1...v2.0.0

facebook/stylex (@​stylexjs/stylex)

v0.18.3

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.2.4

Compare Source

Fixed
  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#​19947)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.59.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub Releases for more information.

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

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

v8.59.0

Compare Source

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

See GitHub Releases for more information.

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

webpack/css-loader (css-loader)

v7.1.4

Compare Source

v7.1.3

Compare Source

expressjs/express (express)

v5.2.1

Compare Source

=======================

v5.2.0

Compare Source

========================

  • Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
  • deps: body-parser@^2.2.1
  • A deprecation warning was added when using res.redirect with undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.
facebook/react (react)

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components

v19.2.4: 19.2.4 (January 26th, 2026)

Compare Source

React Server Components

v19.2.3: 19.2.3 (December 11th, 2025)

Compare Source

React Server Components

v19.2.2: 19.2.2 (December 11th, 2025)

Compare Source

React Server Components

v19.2.1: 19.2.1 (December 3rd, 2025)

Compare Source

React Server Components
styled-components/styled-components (styled-components)

v6.4.1

Compare Source

Patch Changes
  • 49d09ae: Fix a performance regression in 6.4.0 where dynamic createGlobalStyle components caused significant re-render slowdowns. Also restores pre-6.4 cascade ordering when multiple instances of the same createGlobalStyle coexist.
  • eca95b2: Fix outdated dev-mode error messages for keyframes-in-untagged-strings and component-selector references that still pointed at www.styled-components.com and described behavior from styled-components v3.

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 enabled auto-merge (squash) April 22, 2026 05:38
@renovate renovate Bot merged commit adc27a3 into main Apr 22, 2026
4 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch April 22, 2026 05:40
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.

0 participants