Merged
Conversation
Deploying rslib with
|
| Latest commit: |
50ab159
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ecf67cbc.rslib.pages.dev |
| Branch Preview URL: | https://rsbuild-173.rslib.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the @rsbuild/core dependency from version 1.7.2 to 1.7.3, a patch version update that includes bug fixes and minor improvements as documented in the Rsbuild v1.7.3 release notes.
Changes:
- Updated
@rsbuild/coredependency from~1.7.2to~1.7.3across all package.json files - Updated pnpm-lock.yaml to reflect the new dependency version and its transitive dependencies
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/package.json | Updated @rsbuild/core version in website devDependencies |
| tests/package.json | Updated @rsbuild/core version in tests devDependencies |
| tests/integration/node-polyfill/bundle/package.json | Updated @rsbuild/core version in integration test |
| tests/integration/node-polyfill/bundle-false/package.json | Updated @rsbuild/core version in integration test |
| packages/core/package.json | Updated @rsbuild/core version in core package dependencies |
| packages/plugin-dts/package.json | Updated @rsbuild/core version in plugin-dts devDependencies |
| packages/create-rslib/template-storybook/vue-ts/package.json | Updated @rsbuild/core version in Vue TypeScript template |
| packages/create-rslib/template-storybook/vue-js/package.json | Updated @rsbuild/core version in Vue JavaScript template |
| packages/create-rslib/template-storybook/react-ts/package.json | Updated @rsbuild/core version in React TypeScript template |
| packages/create-rslib/template-storybook/react-js/package.json | Updated @rsbuild/core version in React JavaScript template |
| examples/vue-component-bundleless/package.json | Updated @rsbuild/core version in Vue example |
| examples/module-federation/mf-remote/package.json | Updated @rsbuild/core version in module federation remote example |
| examples/module-federation/mf-react-component/package.json | Updated @rsbuild/core version in module federation React component example |
| examples/module-federation/mf-host/package.json | Updated @rsbuild/core version in module federation host example |
| pnpm-lock.yaml | Updated lockfile with new dependency versions and resolutions |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
bump Rsbuild 1.7.3
Related Links
https://github.com/web-infra-dev/rsbuild/releases/tag/v1.7.3
Checklist