-
-
Notifications
You must be signed in to change notification settings - Fork 57
chore(deps): bump Rsbuild 1.5.0-beta.3 #1169
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 dependency from version 1.5.0-beta.0 to 1.5.0-beta.3 across the entire codebase to address issue #1167.
- Updates @rsbuild/core dependency version across all package.json files
- Maintains consistency by updating the same dependency in all affected locations
- Addresses a specific bug fix referenced in the linked GitHub issue
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 from 1.5.0-beta.0 to 1.5.0-beta.3 |
| tests/package.json | Updates @rsbuild/core dependency version |
| tests/integration/node-polyfill/bundle/package.json | Updates @rsbuild/core dependency version |
| tests/integration/node-polyfill/bundle-false/package.json | Updates @rsbuild/core dependency version |
| packages/plugin-dts/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[vue]-[storybook]-ts/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[vue]-[storybook]-js/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[vue]-[storybook,vitest]-js/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[vue]-[rstest,storybook]-ts/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[vue]-[rstest,storybook]-js/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[react]-[storybook]-ts/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[react]-[storybook]-js/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[react]-[rstest,storybook]-ts/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/template-[react]-[rstest,storybook]-js/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/fragments/tools/storybook-vue-ts/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/fragments/tools/storybook-vue-js/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/fragments/tools/storybook-react-ts/package.json | Updates @rsbuild/core dependency version |
| packages/create-rslib/fragments/tools/storybook-react-js/package.json | Updates @rsbuild/core dependency version |
| packages/core/package.json | Updates @rsbuild/core dependency version |
| examples/module-federation/mf-remote/package.json | Updates @rsbuild/core dependency version |
| examples/module-federation/mf-host/package.json | Updates @rsbuild/core dependency version |
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. |
DKP357
left a comment
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.
You can check this code a little bit closer. There might be something you're missing
Summary
bump Rsbuild 1.5.0-beta.3 to fix #1167
Related Links
https://github.com/web-infra-dev/rsbuild/releases/tag/v1.5.0-beta.3
Checklist