Conversation
Deploying rstest with
|
| Latest commit: |
e6c1658
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://dd03c770.rstest.pages.dev |
| Branch Preview URL: | https://172.rstest.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates @rsbuild/core from version 1.7.1 to 1.7.2 and also marks browser mode features as experimental in the documentation.
Changes:
- Bumped
@rsbuild/coredependency from 1.7.1 to 1.7.2 across all packages and examples - Updated
pnpm-lock.yamlto reflect dependency resolution changes, including an update of@rspack/corefrom 1.7.0 to 1.7.3 - Added "(experimental)" labels to browser mode documentation titles in both English and Chinese
Reviewed changes
Copilot reviewed 16 out of 17 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/zh/guide/browser-testing/index.mdx | Added "(实验性)" to browser mode title in Chinese documentation |
| website/docs/zh/config/test/browser.mdx | Added "(实验性)" to browser config title in Chinese documentation |
| website/docs/en/guide/browser-testing/index.mdx | Added "(experimental)" to browser mode title in English documentation |
| website/docs/en/config/test/browser.mdx | Added "(experimental)" to browser config title in English documentation |
| pnpm-lock.yaml | Updated dependency resolution for @rsbuild/core 1.7.2 and related dependencies including @rspack/core 1.7.3 |
| packages/vscode/package.json | Bumped @rsbuild/core from 1.7.1 to 1.7.2 |
| packages/core/package.json | Bumped @rsbuild/core from 1.7.1 to 1.7.2 |
| packages/browser-ui/package.json | Bumped @rsbuild/core from 1.7.1 to 1.7.2 |
| packages/browser-ui/README.md | Updated references to browser mode to include "(experimental)" label |
| packages/browser-react/README.md | Updated references to browser mode to include "(experimental)" label |
| packages/adapter-rsbuild/package.json | Bumped @rsbuild/core from 1.7.1 to 1.7.2 |
| examples/react/package.json | Bumped @rsbuild/core from 1.7.1 to 1.7.2 |
| e2e/vue/fixtures/package.json | Bumped @rsbuild/core from 1.7.1 to 1.7.2 |
| e2e/projects/fixtures/packages/client/package.json | Bumped @rsbuild/core from 1.7.1 to 1.7.2 |
| e2e/projects/fixtures/packages/client-vue/package.json | Bumped @rsbuild/core from 1.7.1 to 1.7.2 |
| e2e/package.json | Bumped @rsbuild/core from 1.7.1 to 1.7.2 |
| e2e/dom/fixtures/package.json | Bumped @rsbuild/core from 1.7.1 to 1.7.2 |
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
Related Links
Checklist