Skip to content

chore(deps): update Rsbuild related deps to v2.0.1#7245

Open
chenjiahan wants to merge 2 commits intoTanStack:mainfrom
chenjiahan:chenjiahan/update_rsbuild_v2.0.1
Open

chore(deps): update Rsbuild related deps to v2.0.1#7245
chenjiahan wants to merge 2 commits intoTanStack:mainfrom
chenjiahan:chenjiahan/update_rsbuild_v2.0.1

Conversation

@chenjiahan
Copy link
Copy Markdown
Contributor

@chenjiahan chenjiahan commented Apr 24, 2026

Summary

Why

Rsbuild 2.0.1 includes web-infra-dev/rsbuild#7534, which fixes dev server URL printing when HTML generation is disabled. This is needed for SSR apps because Rsbuild now prints a fallback URL even when no HTML routes are generated.

> tanstack-react-start-e2e-basic
> rsbuild dev

Rsbuild v2.0.1

  ➜  Local:    http://localhost:3000/
  ➜  Network:  use --host to expose
  ➜  press h + enter to show shortcuts

Summary by CodeRabbit

  • Chores
    • Updated development tooling versions across example projects, e2e test suites, and internal starter packages to align with newer build toolchain releases, ensuring up-to-date tooling for development and testing.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: efe18621-e91c-4a46-bb48-a92fbe3a8272

📥 Commits

Reviewing files that changed from the base of the PR and between 9cea25a and 31ae933.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (20)
  • e2e/react-router/rspack-basic-file-based/package.json
  • e2e/react-router/rspack-basic-virtual-named-export-config-file-based/package.json
  • e2e/react-start/basic/package.json
  • e2e/react-start/custom-server-rsbuild/package.json
  • e2e/react-start/hmr/package.json
  • e2e/react-start/import-protection/package.json
  • e2e/react-start/rsc/package.json
  • e2e/react-start/server-functions/package.json
  • e2e/solid-router/rspack-basic-file-based/package.json
  • e2e/solid-router/rspack-basic-virtual-named-export-config-file-based/package.json
  • e2e/solid-start/basic/package.json
  • e2e/vue-router/rspack-basic-file-based/package.json
  • e2e/vue-router/rspack-basic-virtual-named-export-config-file-based/package.json
  • e2e/vue-start/basic/package.json
  • examples/react/quickstart-rspack-file-based/package.json
  • examples/solid/quickstart-rspack-file-based/package.json
  • packages/react-start/package.json
  • packages/solid-start/package.json
  • packages/start-plugin-core/package.json
  • packages/vue-start/package.json
✅ Files skipped from review due to trivial changes (19)
  • e2e/react-start/rsc/package.json
  • packages/solid-start/package.json
  • e2e/vue-start/basic/package.json
  • packages/vue-start/package.json
  • packages/start-plugin-core/package.json
  • e2e/react-start/basic/package.json
  • e2e/solid-start/basic/package.json
  • e2e/react-router/rspack-basic-virtual-named-export-config-file-based/package.json
  • examples/react/quickstart-rspack-file-based/package.json
  • e2e/react-router/rspack-basic-file-based/package.json
  • packages/react-start/package.json
  • e2e/solid-router/rspack-basic-virtual-named-export-config-file-based/package.json
  • examples/solid/quickstart-rspack-file-based/package.json
  • e2e/solid-router/rspack-basic-file-based/package.json
  • e2e/react-start/import-protection/package.json
  • e2e/react-start/custom-server-rsbuild/package.json
  • e2e/vue-router/rspack-basic-file-based/package.json
  • e2e/react-start/server-functions/package.json
  • e2e/react-start/hmr/package.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • e2e/vue-router/rspack-basic-virtual-named-export-config-file-based/package.json

📝 Walkthrough

Walkthrough

This PR updates rsbuild/rspack-related devDependency version ranges across multiple e2e projects, examples, and core packages — primarily bumping @rsbuild/core to ^2.0.1 and updating related @rsbuild/* plugins (React, Vue, Solid, Babel, Vue JSX) where present.

Changes

Cohort / File(s) Summary
React Router Rspack
e2e/react-router/rspack-basic-file-based/package.json, e2e/react-router/rspack-basic-virtual-named-export-config-file-based/package.json
Bumped @rsbuild/core ^1.2.4^2.0.1, @rsbuild/plugin-react ^1.1.0^2.0.0.
React Start (e2e)
e2e/react-start/basic/package.json, e2e/react-start/hmr/package.json, e2e/react-start/rsc/package.json, e2e/react-start/server-functions/package.json
Updated @rsbuild/core ^2.0.0^2.0.1.
React Start - custom/import variants
e2e/react-start/custom-server-rsbuild/package.json, e2e/react-start/import-protection/package.json
Changed pins to caret ranges: @rsbuild/core^2.0.1, @rsbuild/plugin-react^2.0.0.
Solid Router Rspack
e2e/solid-router/rspack-basic-file-based/package.json, e2e/solid-router/rspack-basic-virtual-named-export-config-file-based/package.json
Upgraded @rsbuild/core to ^2.0.1, @rsbuild/plugin-babel and @rsbuild/plugin-solid to ^1.1.x.
Solid Start (e2e)
e2e/solid-start/basic/package.json
Updated @rsbuild/core ^2.0.0^2.0.1.
Vue Router Rspack
e2e/vue-router/rspack-basic-file-based/package.json, e2e/vue-router/rspack-basic-virtual-named-export-config-file-based/package.json
Bumped @rsbuild/core^2.0.1, @rsbuild/plugin-babel^1.1.2, @rsbuild/plugin-vue^1.2.7, @rsbuild/plugin-vue-jsx^2.0.0.
Vue Start (e2e)
e2e/vue-start/basic/package.json
Updated @rsbuild/core ^2.0.0^2.0.1.
Examples (quickstart rspack)
examples/react/quickstart-rspack-file-based/package.json, examples/solid/quickstart-rspack-file-based/package.json
Upgraded @rsbuild/core to ^2.0.1 and corresponding framework plugin ranges to ^2.0.0 / ^1.1.x.
Core packages / starters
packages/react-start/package.json, packages/solid-start/package.json, packages/start-plugin-core/package.json, packages/vue-start/package.json
Updated @rsbuild/core in dev/peer deps from ^2.0.0^2.0.1.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 I nibbled versions soft and neat,
hopped from old to shiny new,
plugins tuned with rabbit feet,
builds refreshed in morning dew,
a tiny hop — the update’s through!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the main change: updating Rsbuild-related dependencies to version 2.0.1 across multiple packages.
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 unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Apr 24, 2026

View your CI Pipeline Execution ↗ for commit 1f97927

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ✅ Succeeded 3m 13s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 4s View ↗

☁️ Nx Cloud last updated this comment at 2026-04-24 05:34:00 UTC

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 24, 2026

Bundle Size Benchmarks

  • Commit: 1248e44a1b1b
  • Measured at: 2026-04-24T05:31:36.191Z
  • Baseline source: history:91a708989d00
  • Dashboard: bundle-size history
Scenario Current (gzip) Delta vs baseline Raw Brotli Trend
react-router.minimal 87.35 KiB 0 B (0.00%) 274.60 KiB 75.97 KiB ▁▁█████████
react-router.full 90.63 KiB 0 B (0.00%) 285.74 KiB 78.87 KiB ▁▁▂▂███████
solid-router.minimal 35.55 KiB 0 B (0.00%) 106.71 KiB 31.96 KiB ▁▁▂▂▂▂▆████
solid-router.full 40.02 KiB 0 B (0.00%) 120.20 KiB 35.94 KiB ▁▁▂▂▂▂▇████
vue-router.minimal 53.30 KiB 0 B (0.00%) 152.01 KiB 47.88 KiB ▁▁█████████
vue-router.full 58.20 KiB 0 B (0.00%) 167.43 KiB 52.06 KiB ▁▁█████████
react-start.minimal 101.77 KiB 0 B (0.00%) 322.39 KiB 88.05 KiB ▁▁▃▃███████
react-start.full 105.21 KiB 0 B (0.00%) 332.72 KiB 90.89 KiB ▁▁▃▃███████
solid-start.minimal 49.53 KiB 0 B (0.00%) 152.52 KiB 43.68 KiB ▁▁▄▄▄▄█▇▇▇▇
solid-start.full 55.07 KiB 0 B (0.00%) 168.73 KiB 48.43 KiB ▁▁▂▂▂▂▅████

Trend sparkline is historical gzip bytes ending with this PR measurement; lower is better.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
packages/react-start/package.json (1)

167-185: ⚠️ Potential issue | 🟠 Major

Likely swapped version bump between peerDependencies and devDependencies.

Here peerDependencies["@rsbuild/core"] was tightened from ^2.0.0 to ^2.0.1 while devDependencies["@rsbuild/core"] remains at ^2.0.0. In every other package in this PR the opposite pattern is used (devDep moves to ^2.0.1, peerDep stays at ^2.0.0) — see packages/vue-start/package.json lines 124/133, packages/solid-start/package.json lines 124/131, and packages/start-plugin-core/package.json lines 100/108.

Tightening only the peer range forces all downstream consumers to upgrade to 2.0.1 for a patch-level fix, while the package itself is still developed/tested against 2.0.0 locally. This looks like an accidental swap.

🛠 Proposed fix to mirror the pattern used by sibling packages
   "peerDependencies": {
-    "@rsbuild/core": "^2.0.1",
+    "@rsbuild/core": "^2.0.0",
     "react": ">=18.0.0 || >=19.0.0",
     "react-dom": ">=18.0.0 || >=19.0.0",
     "vite": ">=7.0.0"
   },
   ...
   "devDependencies": {
-    "@rsbuild/core": "^2.0.0",
+    "@rsbuild/core": "^2.0.1",
     "@tanstack/intent": "^0.0.14",
     "@types/node": ">=20"
   },
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@packages/react-start/package.json` around lines 167 - 185, The peer/dev
version for `@rsbuild/core` was likely swapped: change
peerDependencies["@rsbuild/core"] back to "^2.0.0" and update
devDependencies["@rsbuild/core"] to "^2.0.1" so the package is developed/tested
against the newer dev version while keeping the peer range unchanged (adjust the
values in package.json where peerDependencies["@rsbuild/core"] and
devDependencies["@rsbuild/core"] are defined).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@packages/react-start/package.json`:
- Around line 167-185: The peer/dev version for `@rsbuild/core` was likely
swapped: change peerDependencies["@rsbuild/core"] back to "^2.0.0" and update
devDependencies["@rsbuild/core"] to "^2.0.1" so the package is developed/tested
against the newer dev version while keeping the peer range unchanged (adjust the
values in package.json where peerDependencies["@rsbuild/core"] and
devDependencies["@rsbuild/core"] are defined).

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3493967d-7da2-4aa9-8a3d-19994a45b2fb

📥 Commits

Reviewing files that changed from the base of the PR and between 1248e44 and 5ff93b3.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (20)
  • e2e/react-router/rspack-basic-file-based/package.json
  • e2e/react-router/rspack-basic-virtual-named-export-config-file-based/package.json
  • e2e/react-start/basic/package.json
  • e2e/react-start/custom-server-rsbuild/package.json
  • e2e/react-start/hmr/package.json
  • e2e/react-start/import-protection/package.json
  • e2e/react-start/rsc/package.json
  • e2e/react-start/server-functions/package.json
  • e2e/solid-router/rspack-basic-file-based/package.json
  • e2e/solid-router/rspack-basic-virtual-named-export-config-file-based/package.json
  • e2e/solid-start/basic/package.json
  • e2e/vue-router/rspack-basic-file-based/package.json
  • e2e/vue-router/rspack-basic-virtual-named-export-config-file-based/package.json
  • e2e/vue-start/basic/package.json
  • examples/react/quickstart-rspack-file-based/package.json
  • examples/solid/quickstart-rspack-file-based/package.json
  • packages/react-start/package.json
  • packages/solid-start/package.json
  • packages/start-plugin-core/package.json
  • packages/vue-start/package.json

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 24, 2026

More templates

@tanstack/arktype-adapter

npm i https://pkg.pr.new/@tanstack/arktype-adapter@7245

@tanstack/eslint-plugin-router

npm i https://pkg.pr.new/@tanstack/eslint-plugin-router@7245

@tanstack/eslint-plugin-start

npm i https://pkg.pr.new/@tanstack/eslint-plugin-start@7245

@tanstack/history

npm i https://pkg.pr.new/@tanstack/history@7245

@tanstack/nitro-v2-vite-plugin

npm i https://pkg.pr.new/@tanstack/nitro-v2-vite-plugin@7245

@tanstack/react-router

npm i https://pkg.pr.new/@tanstack/react-router@7245

@tanstack/react-router-devtools

npm i https://pkg.pr.new/@tanstack/react-router-devtools@7245

@tanstack/react-router-ssr-query

npm i https://pkg.pr.new/@tanstack/react-router-ssr-query@7245

@tanstack/react-start

npm i https://pkg.pr.new/@tanstack/react-start@7245

@tanstack/react-start-client

npm i https://pkg.pr.new/@tanstack/react-start-client@7245

@tanstack/react-start-rsc

npm i https://pkg.pr.new/@tanstack/react-start-rsc@7245

@tanstack/react-start-server

npm i https://pkg.pr.new/@tanstack/react-start-server@7245

@tanstack/router-cli

npm i https://pkg.pr.new/@tanstack/router-cli@7245

@tanstack/router-core

npm i https://pkg.pr.new/@tanstack/router-core@7245

@tanstack/router-devtools

npm i https://pkg.pr.new/@tanstack/router-devtools@7245

@tanstack/router-devtools-core

npm i https://pkg.pr.new/@tanstack/router-devtools-core@7245

@tanstack/router-generator

npm i https://pkg.pr.new/@tanstack/router-generator@7245

@tanstack/router-plugin

npm i https://pkg.pr.new/@tanstack/router-plugin@7245

@tanstack/router-ssr-query-core

npm i https://pkg.pr.new/@tanstack/router-ssr-query-core@7245

@tanstack/router-utils

npm i https://pkg.pr.new/@tanstack/router-utils@7245

@tanstack/router-vite-plugin

npm i https://pkg.pr.new/@tanstack/router-vite-plugin@7245

@tanstack/solid-router

npm i https://pkg.pr.new/@tanstack/solid-router@7245

@tanstack/solid-router-devtools

npm i https://pkg.pr.new/@tanstack/solid-router-devtools@7245

@tanstack/solid-router-ssr-query

npm i https://pkg.pr.new/@tanstack/solid-router-ssr-query@7245

@tanstack/solid-start

npm i https://pkg.pr.new/@tanstack/solid-start@7245

@tanstack/solid-start-client

npm i https://pkg.pr.new/@tanstack/solid-start-client@7245

@tanstack/solid-start-server

npm i https://pkg.pr.new/@tanstack/solid-start-server@7245

@tanstack/start-client-core

npm i https://pkg.pr.new/@tanstack/start-client-core@7245

@tanstack/start-fn-stubs

npm i https://pkg.pr.new/@tanstack/start-fn-stubs@7245

@tanstack/start-plugin-core

npm i https://pkg.pr.new/@tanstack/start-plugin-core@7245

@tanstack/start-server-core

npm i https://pkg.pr.new/@tanstack/start-server-core@7245

@tanstack/start-static-server-functions

npm i https://pkg.pr.new/@tanstack/start-static-server-functions@7245

@tanstack/start-storage-context

npm i https://pkg.pr.new/@tanstack/start-storage-context@7245

@tanstack/valibot-adapter

npm i https://pkg.pr.new/@tanstack/valibot-adapter@7245

@tanstack/virtual-file-routes

npm i https://pkg.pr.new/@tanstack/virtual-file-routes@7245

@tanstack/vue-router

npm i https://pkg.pr.new/@tanstack/vue-router@7245

@tanstack/vue-router-devtools

npm i https://pkg.pr.new/@tanstack/vue-router-devtools@7245

@tanstack/vue-router-ssr-query

npm i https://pkg.pr.new/@tanstack/vue-router-ssr-query@7245

@tanstack/vue-start

npm i https://pkg.pr.new/@tanstack/vue-start@7245

@tanstack/vue-start-client

npm i https://pkg.pr.new/@tanstack/vue-start-client@7245

@tanstack/vue-start-server

npm i https://pkg.pr.new/@tanstack/vue-start-server@7245

@tanstack/zod-adapter

npm i https://pkg.pr.new/@tanstack/zod-adapter@7245

commit: 1f97927

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the monorepo’s Rsbuild toolchain dependencies to pick up Rsbuild 2.0.1 (notably the dev-server URL printing fix needed for SSR setups when HTML generation is disabled), and refreshes related Rsbuild plugins across internal packages, examples, and e2e fixtures.

Changes:

  • Bump @rsbuild/core usage across packages/examples/e2e projects to ^2.0.1.
  • Update select Rsbuild plugins (React/Solid/Vue/Babel) to versions compatible with Rsbuild v2.
  • Regenerate pnpm-lock.yaml to reflect the new dependency graph/resolutions.

Reviewed changes

Copilot reviewed 20 out of 21 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
pnpm-lock.yaml Lockfile refresh reflecting @rsbuild/core@2.0.1 and associated plugin/resolution updates.
packages/vue-start/package.json Bumps devDependency on @rsbuild/core to ^2.0.1.
packages/start-plugin-core/package.json Bumps devDependency on @rsbuild/core to ^2.0.1.
packages/solid-start/package.json Bumps devDependency on @rsbuild/core to ^2.0.1.
packages/react-start/package.json Bumps peerDependencies.@rsbuild/core to ^2.0.1.
examples/solid/quickstart-rspack-file-based/package.json Updates Rsbuild core + Solid/Babel plugin versions for the Solid quickstart example.
examples/react/quickstart-rspack-file-based/package.json Updates Rsbuild core + React plugin versions for the React quickstart example.
e2e/vue-start/basic/package.json Bumps @rsbuild/core to ^2.0.1 for the Vue Start e2e fixture.
e2e/vue-router/rspack-basic-virtual-named-export-config-file-based/package.json Updates Rsbuild core + Vue/Babel/Vue-JSX plugin versions for Vue Router e2e fixture.
e2e/vue-router/rspack-basic-file-based/package.json Updates Rsbuild core + Vue/Babel/Vue-JSX plugin versions for Vue Router e2e fixture.
e2e/solid-start/basic/package.json Bumps @rsbuild/core to ^2.0.1 for Solid Start e2e fixture.
e2e/solid-router/rspack-basic-virtual-named-export-config-file-based/package.json Updates Rsbuild core + Solid/Babel plugin versions for Solid Router e2e fixture.
e2e/solid-router/rspack-basic-file-based/package.json Updates Rsbuild core + Solid/Babel plugin versions for Solid Router e2e fixture.
e2e/react-start/server-functions/package.json Bumps @rsbuild/core to ^2.0.1 for React Start e2e fixture.
e2e/react-start/rsc/package.json Bumps @rsbuild/core to ^2.0.1 for React Start RSC e2e fixture.
e2e/react-start/import-protection/package.json Bumps @rsbuild/core to ^2.0.1 for import-protection e2e fixture.
e2e/react-start/hmr/package.json Bumps @rsbuild/core to ^2.0.1 for HMR e2e fixture.
e2e/react-start/custom-server-rsbuild/package.json Bumps @rsbuild/core to ^2.0.1 for custom-server rsbuild e2e fixture.
e2e/react-start/basic/package.json Bumps @rsbuild/core to ^2.0.1 for basic React Start e2e fixture.
e2e/react-router/rspack-basic-virtual-named-export-config-file-based/package.json Updates Rsbuild core + React plugin versions for React Router e2e fixture.
e2e/react-router/rspack-basic-file-based/package.json Updates Rsbuild core + React plugin versions for React Router e2e fixture.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (2)

packages/solid-start/package.json:128

  • @rsbuild/core was updated in devDependencies, but this package still declares @rsbuild/core as ^2.0.0 in peerDependencies (later in the file). If 2.0.1 is the required minimum for the SSR/no-HTML behavior fix, bump the peer range to ^2.0.1 so consumers on 2.0.0 are prompted to upgrade.
  "devDependencies": {
    "@rsbuild/core": "^2.0.1",
    "@tanstack/intent": "^0.0.14",
    "@tanstack/router-utils": "workspace:*",
    "@types/node": ">=20",
    "vite": "*"

packages/start-plugin-core/package.json:104

  • This updates the devDependencies to @rsbuild/core@^2.0.1, but peerDependencies still allow @rsbuild/core@^2.0.0 (later in the file). If plugin-core depends on the 2.0.1 behavior change, bump the peer range to ^2.0.1 to avoid consumers staying on 2.0.0.
  "devDependencies": {
    "@rsbuild/core": "^2.0.1",
    "@types/babel__code-frame": "^7.0.6",
    "@types/babel__core": "^7.20.5",
    "@types/picomatch": "^4.0.2",
    "vite": "*",

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/react-start/package.json
Comment thread packages/vue-start/package.json
Comment thread e2e/vue-start/basic/package.json
Copy link
Copy Markdown
Contributor

@nx-cloud nx-cloud Bot left a comment

Choose a reason for hiding this comment

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

Nx Cloud has identified a flaky task in your failed CI:

Since the failure was identified as flaky, the solution is to rerun CI. Because this branch comes from a fork, it is not possible for us to push directly, but you can rerun by pushing an empty commit:

git commit --allow-empty -m "chore: trigger rerun"
git push

Nx Cloud View detailed reasoning in Nx Cloud ↗

🔔 Heads up, your workspace has pending recommendations ↗ to auto-apply fixes for similar failures.


🎓 Learn more about Self-Healing CI on nx.dev

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 24, 2026

Merging this PR will not alter performance

✅ 5 untouched benchmarks
⏩ 1 skipped benchmark1


Comparing chenjiahan:chenjiahan/update_rsbuild_v2.0.1 (1f97927) with main (91a7089)2

Open in CodSpeed

Footnotes

  1. 1 benchmark was skipped, so the baseline result was used instead. If it was deleted from the codebase, click here and archive it to remove it from the performance reports.

  2. No successful run was found on main (1248e44) during the generation of this report, so 91a7089 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@chenjiahan chenjiahan force-pushed the chenjiahan/update_rsbuild_v2.0.1 branch from 0609dad to 31ae933 Compare April 24, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants