-
-
Notifications
You must be signed in to change notification settings - Fork 53
chore(deps): bump Rsbuild 1.5.11 #1241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 PR bumps the @rsbuild/core dependency from version 1.5.10 to 1.5.11 across all package.json files in the codebase.
- Updates @rsbuild/core dependency version consistently across the entire monorepo
- Maintains the tilde (~) version constraint to allow patch-level updates
- Aligns with the upstream Rsbuild 1.5.11 release
Reviewed Changes
Copilot reviewed 24 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
website/package.json | Updates @rsbuild/core to 1.5.11 for website build |
tests/package.json | Updates @rsbuild/core to 1.5.11 for test infrastructure |
tests/integration/node-polyfill/bundle/package.json | Updates @rsbuild/core to 1.5.11 for node polyfill bundle tests |
tests/integration/node-polyfill/bundle-false/package.json | Updates @rsbuild/core to 1.5.11 for node polyfill bundle-false tests |
packages/plugin-dts/package.json | Updates @rsbuild/core to 1.5.11 for DTS plugin |
packages/create-rslib/template-[vue]-[storybook]-ts/package.json | Updates @rsbuild/core to 1.5.11 for Vue Storybook TypeScript template |
packages/create-rslib/template-[vue]-[storybook]-js/package.json | Updates @rsbuild/core to 1.5.11 for Vue Storybook JavaScript template |
packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json | Updates @rsbuild/core to 1.5.11 for Vue Storybook Vitest TypeScript template |
packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json | Updates @rsbuild/core to 1.5.11 for Vue Storybook Vitest JavaScript template |
packages/create-rslib/template-[vue]-[rstest,storybook]-ts/package.json | Updates @rsbuild/core to 1.5.11 for Vue RSTest Storybook TypeScript template |
packages/create-rslib/template-[vue]-[rstest,storybook]-js/package.json | Updates @rsbuild/core to 1.5.11 for Vue RSTest Storybook JavaScript template |
packages/create-rslib/template-[react]-[storybook]-ts/package.json | Updates @rsbuild/core to 1.5.11 for React Storybook TypeScript template |
packages/create-rslib/template-[react]-[storybook]-js/package.json | Updates @rsbuild/core to 1.5.11 for React Storybook JavaScript template |
packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json | Updates @rsbuild/core to 1.5.11 for React Storybook Vitest TypeScript template |
packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json | Updates @rsbuild/core to 1.5.11 for React Storybook Vitest JavaScript template |
packages/create-rslib/template-[react]-[rstest,storybook]-ts/package.json | Updates @rsbuild/core to 1.5.11 for React RSTest Storybook TypeScript template |
packages/create-rslib/template-[react]-[rstest,storybook]-js/package.json | Updates @rsbuild/core to 1.5.11 for React RSTest Storybook JavaScript template |
packages/create-rslib/fragments/tools/storybook-vue-ts/package.json | Updates @rsbuild/core to 1.5.11 for Storybook Vue TypeScript fragment |
packages/create-rslib/fragments/tools/storybook-vue-js/package.json | Updates @rsbuild/core to 1.5.11 for Storybook Vue JavaScript fragment |
packages/create-rslib/fragments/tools/storybook-react-ts/package.json | Updates @rsbuild/core to 1.5.11 for Storybook React TypeScript fragment |
packages/create-rslib/fragments/tools/storybook-react-js/package.json | Updates @rsbuild/core to 1.5.11 for Storybook React JavaScript fragment |
packages/core/package.json | Updates @rsbuild/core to 1.5.11 for core package |
examples/module-federation/mf-remote/package.json | Updates @rsbuild/core to 1.5.11 for module federation remote example |
examples/module-federation/mf-host/package.json | Updates @rsbuild/core to 1.5.11 for module federation host example |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
✅ Deploy Preview for rslib ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
A known issue: #1239 Since we do not use a fixed version of Rsbuild, so this PR bump it for subsequent development. |
Summary
bump Rsbuild 1.5.11
Related Links
web-infra-dev/rsbuild#6223
Checklist