Skip to content

Comments

release: bump version for all plugins#6977

Merged
chenjiahan merged 1 commit intov1.xfrom
release_plugins_0115
Jan 15, 2026
Merged

release: bump version for all plugins#6977
chenjiahan merged 1 commit intov1.xfrom
release_plugins_0115

Conversation

@chenjiahan
Copy link
Member

Summary

Related: #6976

Copilot AI review requested due to automatic review settings January 15, 2026 02:35
@netlify
Copy link

netlify bot commented Jan 15, 2026

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 7cdfba9
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/696852791a66e600080a4bc5
😎 Deploy Preview https://deploy-preview-6977--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: 59 (🔴 down 10 from production)
Accessibility: 100 (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 project configuration.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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 @rsbuild/plugin-* packages. This action prepares the plugins for a new release, ensuring that any recent internal changes, bug fixes, or minor enhancements are propagated and made available to users through updated package versions.

Highlights

  • Plugin Version Bumps: All @rsbuild/plugin-* packages have had their versions incremented, indicating a new release cycle for these components.
  • Specific Plugin Updates: The following plugins received version updates: @rsbuild/plugin-babel (1.0.6 -> 1.0.7), @rsbuild/plugin-less (1.5.0 -> 1.5.1), @rsbuild/plugin-preact (1.7.0 -> 1.7.1), @rsbuild/plugin-react (1.4.2 -> 1.4.3), @rsbuild/plugin-sass (1.4.0 -> 1.4.1), @rsbuild/plugin-solid (1.0.6 -> 1.0.7), @rsbuild/plugin-stylus (1.2.0 -> 1.2.1), @rsbuild/plugin-svelte (1.0.11 -> 1.0.12), @rsbuild/plugin-svgr (1.2.3 -> 1.2.4), and @rsbuild/plugin-vue (1.2.2 -> 1.2.3).
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

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.

Copy link
Contributor

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

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.

@chenjiahan chenjiahan merged commit 54a6fde into v1.x Jan 15, 2026
18 of 19 checks passed
@chenjiahan chenjiahan deleted the release_plugins_0115 branch January 15, 2026 02:41
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