chore(deps): bump Rslib to v0.19.0#6858
Merged
chenjiahan merged 1 commit intomainfrom Dec 29, 2025
Merged
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the @rslib/core dependency from version 0.18.6 to 0.19.0 across the monorepo and removes the experiments.advancedEsm configuration option, which now defaults to true in the new version.
- Consistently updates
@rslib/coreto version 0.19.0 across all 15 packages - Removes
experiments.advancedEsmconfiguration from 4 rslib config files - Updates pnpm lockfile with new dependency resolutions
Reviewed changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/test-helper/package.json | Updates @rslib/core devDependency to 0.19.0 |
| scripts/config/package.json | Updates @rslib/core devDependency to 0.19.0 |
| scripts/config/rslib.config.ts | Removes experiments.advancedEsm from esmConfig |
| packages/core/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/core/rslib.config.ts | Removes experiments.advancedEsm from three ESM configurations (esm_index, esm_loaders, esm_client) |
| packages/create-rsbuild/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/create-rsbuild/rslib.config.ts | Removes experiments.advancedEsm from ESM configuration |
| packages/plugin-babel/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/plugin-less/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/plugin-preact/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/plugin-react/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/plugin-sass/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/plugin-solid/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/plugin-stylus/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/plugin-svelte/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/plugin-svgr/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/plugin-svgr/rslib.config.ts | Removes experiments.advancedEsm from ESM loader configuration |
| packages/plugin-vue/package.json | Updates @rslib/core devDependency to 0.19.0 |
| packages/webpack/package.json | Updates @rslib/core devDependency to 0.19.0 |
| pnpm-lock.yaml | Updates lockfile with new @rslib/core version and rsbuild-plugin-dts dependency 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.
2 tasks
chenjiahan
approved these changes
Dec 29, 2025
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 Rslib v0.19.0 and remove
experiments.advancedEsmconfig since it defaults totrue.Related Links
https://github.com/web-infra-dev/rslib/releases/tag/v0.19.0
Checklist