@rstackjs/rsbuild-v2-upgrade

Use when upgrading a Rsbuild 1.x project to v2, including dependency and configuration updates.

View in AI SkillSafe app
Scanned · no findings
0 downloads
0 stars
0 demos
SKILL.md
namersbuild-v2-upgrade
descriptionUse when upgrading a Rsbuild 1.x project to v2, including dependency and configuration updates.

Rsbuild v1 to v2 Upgrade

Workflow

  1. Confirm current setup

    • Read package.json to identify Rsbuild and plugin packages in use.
    • Locate the Rsbuild config file (commonly rsbuild.config.(ts|js|mjs|cjs)).
  2. Open the official upgrade guide

  3. Plan the upgrade path

    • Compare the current project config with the migration guide.
    • List breaking changes that apply to the project’s current config and plugins.
    • Note any removed or renamed options, defaults, or plugin APIs.
  4. Update dependencies

    • Bump @rsbuild/core to v2
    • Bump Rsbuild plugins to latest versions via npx taze major --include /rsbuild/ -w -r
  5. Apply config and code changes

    • Update the Rsbuild config to match v2 options and defaults.
    • Remove deprecated or unsupported settings.
  6. Validate

    • Run the build and dev commands.
    • Run project tests or type checks.
    • Fix any warnings or errors surfaced by the new version.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@rstackjs/rsbuild-v2-upgrade/verified)](https://skillsafe.ai/skill/@rstackjs/rsbuild-v2-upgrade/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@rstackjs/rsbuild-v2-upgrade/installs)](https://skillsafe.ai/skill/@rstackjs/rsbuild-v2-upgrade/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@rstackjs/rsbuild-v2-upgrade/scan)](https://skillsafe.ai/skill/@rstackjs/rsbuild-v2-upgrade/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@rstackjs/rsbuild-v2-upgrade/eval)](https://skillsafe.ai/skill/@rstackjs/rsbuild-v2-upgrade/)