chore(deps): upgrade @rsbuild/core from 2.0.0-beta.9 to 2.0.0-beta.10#3255
Merged
chore(deps): upgrade @rsbuild/core from 2.0.0-beta.9 to 2.0.0-beta.10#3255
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying rspress-v2 with
|
| Latest commit: |
dfe570c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://579d4181.rspress-v2.pages.dev |
| Branch Preview URL: | https://syt-vk-4562-rsbuild-core-bet.rspress-v2.pages.dev |
Contributor
Rsdoctor Bundle Diff AnalysisFound 3 projects in monorepo, 1 project with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 webPath:
📦 Download Diff Report: web Bundle Diff Generated by Rsdoctor GitHub Action |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the monorepo’s Rsbuild toolchain to the latest @rsbuild/core beta, aligning workspace packages and the lockfile with the newer beta release.
Changes:
- Bump
@rsbuild/corefrom2.0.0-beta.9to2.0.0-beta.10in published/workspace packages. - Refresh
pnpm-lock.yamlto reflect the new@rsbuild/coreversion and related Rspack/binding resolutions.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates lock resolutions to @rsbuild/core@2.0.0-beta.10 and corresponding dependency graph changes. |
| packages/shared/package.json | Bumps @rsbuild/core dependency to 2.0.0-beta.10. |
| packages/plugin-preview/package.json | Bumps @rsbuild/core dependency to 2.0.0-beta.10. |
| packages/plugin-llms/package.json | Bumps @rsbuild/core devDependency to 2.0.0-beta.10. |
| packages/core/package.json | Bumps @rsbuild/core dependency to 2.0.0-beta.10. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Timeless0911
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related Issue
Checklist
Upgrade
@rsbuild/corefrom2.0.0-beta.9to2.0.0-beta.10across all packages that depend on it:packages/corepackages/sharedpackages/plugin-llmspackages/plugin-previewNo breaking changes — build passes successfully with the new version.
This PR was written using Vibe Kanban