release: bump version for all plugins#6977
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Summary of ChangesHello @chenjiahan, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request is dedicated to bumping the version numbers across all Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request bumps the patch versions for multiple plugins, which appears to be part of a release process. The version bumps are consistent across all packages. However, a critical step is missing: the pnpm-lock.yaml file has not been updated to reflect these new versions. This must be addressed to ensure dependency consistency and prevent potential build failures.
There was a problem hiding this comment.
Pull request overview
This pull request bumps the patch version for all Rsbuild plugins following the peerDependencies update in PR #6976, which expanded the @rsbuild/core peer dependency range from "1.x" to "^1.0.0 || ^2.0.0-0" to support Rsbuild v2.
Changes:
- Incremented patch versions for 10 plugin packages
- Version bumps are consistent with semantic versioning for peer dependency expansion
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/plugin-vue/package.json | Bumped version from 1.2.2 to 1.2.3 |
| packages/plugin-svgr/package.json | Bumped version from 1.2.3 to 1.2.4 |
| packages/plugin-svelte/package.json | Bumped version from 1.0.11 to 1.0.12 |
| packages/plugin-stylus/package.json | Bumped version from 1.2.0 to 1.2.1 |
| packages/plugin-solid/package.json | Bumped version from 1.0.6 to 1.0.7 |
| packages/plugin-sass/package.json | Bumped version from 1.4.0 to 1.4.1 |
| packages/plugin-react/package.json | Bumped version from 1.4.2 to 1.4.3 |
| packages/plugin-preact/package.json | Bumped version from 1.7.0 to 1.7.1 |
| packages/plugin-less/package.json | Bumped version from 1.5.0 to 1.5.1 |
| packages/plugin-babel/package.json | Bumped version from 1.0.6 to 1.0.7 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Summary
Related: #6976