Skip to content

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

Merged
SyMind merged 3 commits into
mainfrom
renovate/all-minor-patch
Jun 11, 2026
Merged

fix(deps): update all non-major dependencies#55
SyMind merged 3 commits into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented May 24, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@rsbuild/core (source) ^2.0.6^2.0.12 age confidence devDependencies patch
@rsbuild/plugin-react (source) ^2.0.0^2.0.1 age confidence devDependencies patch
@rslib/core (source) ^0.21.5^0.22.0 age confidence devDependencies minor
@rstest/core (source) ^0.10.0^0.10.3 age confidence devDependencies patch
@types/node (source) ^25.8.0^25.9.2 age confidence devDependencies minor 25.9.3
@types/node (source) ^25.0.3^25.9.2 age confidence devDependencies minor 25.9.3
@types/react (source) ^19.2.14^19.2.17 age confidence devDependencies patch
node 24.15.024.16.0 age confidence uses-with minor
pnpm (source) 11.1.211.5.2 age confidence packageManager minor 11.5.3
prettier (source) ^3.8.3^3.8.4 age confidence devDependencies patch
react (source) ^19.1.0^19.2.7 age confidence dependencies patch
react (source) ^19.2.4^19.2.7 age confidence dependencies patch
react (source) ^19.2.6^19.2.7 age confidence dependencies patch
react-dom (source) ^19.1.0^19.2.7 age confidence dependencies patch
react-dom (source) ^19.2.4^19.2.7 age confidence dependencies patch
react-dom (source) ^19.2.6^19.2.7 age confidence dependencies patch
react-router (source) ^7.13.1^7.17.0 age confidence dependencies minor
srvx (source) ^0.9.8^0.11.16 age confidence devDependencies minor
srvx (source) ^0.11.12^0.11.16 age confidence devDependencies patch
srvx (source) ^0.11.15^0.11.16 age confidence devDependencies patch

Release Notes

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

v2.0.12

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.11...v2.0.12

v2.0.11

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.10...v2.0.11

v2.0.10

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.9...v2.0.10

v2.0.9

Compare Source

Highlights
Safer npm Staged Publishing

Rsbuild 2.0.9 updates the release workflow so all packages are now published through npm staged publishing, making package releases safer by staging them before final publication.

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

Full Changelog: web-infra-dev/rsbuild@v2.0.8...v2.0.9

v2.0.8

Compare Source

Highlights

Tailwind CSS Plugin

Rsbuild 2.0.8 introduces @rsbuild/plugin-tailwindcss, a first-party plugin for integrating Tailwind CSS v4 through @​tailwindcss/webpack.

Compared with the @tailwindcss/postcss package, it avoids running Tailwind CSS transforms through PostCSS and provides better build performance.

import { pluginTailwindcss } from '@​rsbuild/plugin-tailwindcss';

export default {
  plugins: [pluginTailwindcss()],
};

What's Changed

New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.7...v2.0.8

v2.0.7

Compare Source

Highlights

Web Worker Query Imports

Rsbuild now supports importing worker scripts with ?worker, ?worker&inline, and ?inline&worker:

import MyWorker from './worker.ts?worker';
import InlineWorker from './worker.ts?worker&inline';

const worker = new MyWorker();
const inlineWorker = new InlineWorker({ name: 'inline-worker' });
Automatic Dependency Externalization

output.autoExternal reads dependencies from the root package.json and generates output.externals rules for matching packages and subpath imports. This is useful for Node.js and SSR bundles where runtime dependencies should stay external.

export default {
  output: {
    target: 'node',
    autoExternal: true,
  },
};

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.6...v2.0.7

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

v0.22.0

Compare Source

Highlights

Isolated Declaration Generation

Rslib now supports generating declaration files with the experimental dts.isolated option, powered by Rspack's built-in SWC fast_dts capability.

dts.isolated emits declaration files directly during the build without running a full type check, making declaration generation significantly faster.

This makes it a good fit for monorepo projects that use a separate high-performance type-checking workflow, such as rslint --type-check.

export default {
  lib: [
    {
      dts: {
        isolated: true,
      },
    },
  ],
};
Isolated Declaration Generation

More details: dts.isolated

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 and 15 of the month (* 0-3 1,15 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from d1fd71e to 3bb3846 Compare May 31, 2026 08:26
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 6caac6f to 8c598d6 Compare June 7, 2026 01:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8c598d6 to f158b98 Compare June 10, 2026 02:37
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 26ee3d42-3f6c-4845-acb8-ccd0aaf9613b

📥 Commits

Reviewing files that changed from the base of the PR and between bb0da01 and 71ece21.

📒 Files selected for processing (4)
  • examples/client/server/index.tsx
  • examples/react-router/src/entry.rsc.tsx
  • examples/server/src/framework/entry.rsc.tsx
  • examples/static/src/framework/entry.rsc.tsx
✅ Files skipped from review due to trivial changes (3)
  • examples/client/server/index.tsx
  • examples/server/src/framework/entry.rsc.tsx
  • examples/react-router/src/entry.rsc.tsx

📝 Walkthrough

Walkthrough

This PR updates the Node.js runtime from 24.15.0 to 24.16.0 across three GitHub Actions workflows. The root package.json is updated to use pnpm 11.5.2 and bumps core devDependencies for build tools and type definitions. React runtime and build tool dependencies are consistently updated across the e2e test package and all four example packages (client, react-router, server, static) to maintain ecosystem alignment.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating non-major dependencies across the project.
Description check ✅ Passed The description is related to the changeset, providing a comprehensive table of dependency updates with release notes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/all-minor-patch

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/lint.yml:
- Line 21: The workflow pins node-version: '24.16.0' which may expose CI to
known 24.x issues; update the lint workflow to stop hard-pinning to that exact
patch and instead use a safer spec (e.g., '24.x' or 'lts/*') or a matrix of node
versions to cover a safe patch (or explicitly bump to a newer patched 24.x after
verifying the runner OS), and add a short comment near the node-version key
explaining why the change was made and to verify any steps that run with
permission-model flags or Windows/libuv/WASM-sensitive tooling.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ae1ddade-ef8b-4b2c-8f25-a4ffb6810b25

📥 Commits

Reviewing files that changed from the base of the PR and between 33a525b and f158b98.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (9)
  • .github/workflows/lint.yml
  • .github/workflows/release.yml
  • .github/workflows/test.yml
  • e2e/package.json
  • examples/client/package.json
  • examples/react-router/package.json
  • examples/server/package.json
  • examples/static/package.json
  • package.json

Comment thread .github/workflows/lint.yml
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f158b98 to 85f74b9 Compare June 10, 2026 12:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 85f74b9 to d2e92d9 Compare June 11, 2026 05:04
@SyMind SyMind merged commit 4879946 into main Jun 11, 2026
4 checks passed
@SyMind SyMind deleted the renovate/all-minor-patch branch June 11, 2026 07:33
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