chore(deps): update Rsbuild 2.0.0-beta.10#1554
Conversation
Deploying rslib with
|
| Latest commit: |
f209d64
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8aeaa749.rslib.pages.dev |
| Branch Preview URL: | https://david-chore-update-rsbuild-2.rslib.pages.dev |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f209d6444e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Pull request overview
Updates the repo’s Rsbuild-related dependency set to @rsbuild/core@2.0.0-beta.10 and refreshes lockfile/snapshots to match the new emitted config/output behavior across packages, examples, website, and test fixtures.
Changes:
- Bump
@rsbuild/corefrom2.0.0-beta.9to2.0.0-beta.10across workspace package manifests and fixtures. - Remove the pnpm override that pinned
@rspack/coreto a canary build and updatepnpm-lock.yamlaccordingly. - Update snapshots impacted by the new Rsbuild output/config behavior.
Reviewed changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/package.json | Bump @rsbuild/core to beta.10 for the website. |
| tests/package.json | Bump @rsbuild/core to beta.10 for the test workspace. |
| tests/integration/preserve-jsx/snapshots/index.test.ts.snap | Update preserve-JSX output snapshot for new compiler output. |
| tests/integration/node-polyfill/bundle/package.json | Update fixture @rsbuild/core to beta.10. |
| tests/integration/node-polyfill/bundle-false/package.json | Update fixture @rsbuild/core to beta.10. |
| pnpm-workspace.yaml | Remove @rspack/core canary override. |
| pnpm-lock.yaml | Refresh lockfile for new Rsbuild/Rspack resolution. |
| packages/plugin-dts/package.json | Bump @rsbuild/core devDependency to beta.10. |
| packages/create-rslib/template-storybook/vue-ts/package.json | Update template @rsbuild/core to beta.10. |
| packages/create-rslib/template-storybook/vue-js/package.json | Update template @rsbuild/core to beta.10. |
| packages/create-rslib/template-storybook/react-ts/package.json | Update template @rsbuild/core to beta.10. |
| packages/create-rslib/template-storybook/react-js/package.json | Update template @rsbuild/core to beta.10. |
| packages/core/tests/snapshots/config.test.ts.snap | Snapshot update for new config shape (sourceMap.extract). |
| packages/core/package.json | Bump @rsbuild/core dependency to beta.10. |
| examples/vue-component-bundleless/package.json | Bump example @rsbuild/core to beta.10. |
| examples/module-federation/mf-remote/package.json | Bump example @rsbuild/core to beta.10. |
| examples/module-federation/mf-react-component/package.json | Bump example @rsbuild/core to beta.10. |
| examples/module-federation/mf-host/package.json | Bump example @rsbuild/core to beta.10. |
Summary
Update
@rsbuild/coreto2.0.0-beta.10.Update preserve-jsx test cases and snapshot related to: fix(core): preserve external namespace access in esm externals rspack#13442
Related Links
https://github.com/web-infra-dev/rsbuild/releases/tag/v2.0.0-beta.10
Checklist