Skip to content

chore(deps): update all patch dependencies#5148

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-patch
May 2, 2025
Merged

chore(deps): update all patch dependencies#5148
chenjiahan merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 2, 2025

This PR contains the following updates:

Package Change 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
@rsbuild/core (source) ^1.3.13 -> ^1.3.14 age adoption passing confidence
@rslib/core (source) 0.6.7 -> 0.6.8 age adoption passing confidence
@rspress/plugin-client-redirects (source) 2.0.0-beta.2 -> 2.0.0-beta.3 age adoption passing confidence
@rspress/plugin-llms (source) ^2.0.0-beta.2 -> ^2.0.0-beta.3 age adoption passing confidence
@rspress/plugin-rss (source) 2.0.0-beta.2 -> 2.0.0-beta.3 age adoption passing confidence
@rspress/plugin-shiki (source) 2.0.0-beta.2 -> 2.0.0-beta.3 age adoption passing confidence
@tailwindcss/postcss (source) ^4.1.4 -> ^4.1.5 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
babel-preset-solid (source) ^1.9.5 -> ^1.9.6 age adoption passing confidence
react-router-dom (source) ^7.5.2 -> ^7.5.3 age adoption passing confidence
rspress (source) 2.0.0-beta.2 -> 2.0.0-beta.3 age adoption passing confidence
solid-js (source) ^1.9.5 -> ^1.9.6 age adoption passing confidence
tailwindcss (source) ^4.1.4 -> ^4.1.5 age adoption passing confidence

Release Notes

babel/babel (@​babel/preset-typescript)

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
web-infra-dev/rsbuild (@​rsbuild/core)

v1.3.14

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: v1.3.13...v1.3.14

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

v0.6.8

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.6.7...v0.6.8

web-infra-dev/rspress (@​rspress/plugin-client-redirects)

v2.0.0-beta.3

Compare Source

Highlights ✨

Support dynamic TOC generation

related PR: https://github.com/web-infra-dev/rspress/pull/2018

It brings the application of the mdx component to a new level, ships lots of features and closes lots of issues

1. dynamic TOC generation even in user's tsx component
image
2. the <Badge /> and more tsx component implementation in TOC

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.2...v2.0.0-beta.3

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.5

Compare Source

Added
  • Support using @tailwindcss/upgrade to upgrade between versions of v4.* (#​17717)
  • Add h-lh / min-h-lh / max-h-lh utilities (#​17790)
  • Transition display, visibility, content-visibility, overlay, and pointer-events when using transition to simplify @starting-style usage (#​17812)
Fixed
  • Don't scan .geojson or .db files for classes by default (#​17700, #​17711)
  • Hide default shadow suggestions when missing default shadow theme keys (#​17743)
  • Replace _ with . in theme suggestions for @utility if surrounded by digits (#​17733)
  • Skip color-mix(…) when opacity is 100% (#​17815)
  • PostCSS: Ensure that errors in imported stylesheets are recoverable (#​17754)
  • Upgrade: Bump all Tailwind CSS related dependencies during upgrade (#​17763)
  • Upgrade: Don't add - to variants starting with @ (#​17814)
  • Upgrade: Don't format stylesheets that didn't change when upgrading (#​17824)
solidjs/solid (babel-preset-solid)

v1.9.6

Compare Source

remix-run/react-router (react-router-dom)

v7.5.3

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.5.3

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.

@netlify
Copy link

netlify bot commented May 2, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 93bb231
🔍 Latest deploy log https://app.netlify.com/sites/rsbuild/deploys/6814a93d1bc9800008fe222a
😎 Deploy Preview https://deploy-preview-5148--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 74 (🟢 up 7 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-patch branch from 3aa58a3 to 93bb231 Compare May 2, 2025 11:15
@chenjiahan chenjiahan merged commit 3bd565b into main May 2, 2025
12 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch May 2, 2025 12:35
@chenjiahan chenjiahan mentioned this pull request May 2, 2025
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.

1 participant