chore: bump Rslib and update rslib-vue and rslib-rstest examples#420
Merged
chenjiahan merged 2 commits intomainfrom Apr 8, 2026
Merged
chore: bump Rslib and update rslib-vue and rslib-rstest examples#420chenjiahan merged 2 commits intomainfrom
chenjiahan merged 2 commits intomainfrom
Conversation
0520289 to
94cdefe
Compare
chenjiahan
approved these changes
Apr 8, 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
rslibexamples to@rslib/core@^0.21.0rslibexamples fromrsbuild-plugin-unplugin-vueto@rsbuild/plugin-vuerstestexamples to extendwithRslibConfig()via@rstest/adapter-rslibWhy
The examples were still pinned to older
@rslib/coreand Vue plugin packages, and therstestexamples were manually wiring test environment and plugins instead of using the adapter that matches currentrslibintegration.Impact
The examples stay aligned with the current
rslib/rstestintegration path and keep the sample configs smaller and easier to follow.Validation
pnpm --filter @rslib-example/vue-basic buildpnpm --filter @rslib-example/vue-storybook buildpnpm --filter @rslib-example/node-rstest testpnpm --filter @rslib-example/react-rstest testpnpm --filter @rslib-example/vue-rstest testpnpm --filter @rstest-example/rslib-adapter test