feat(deps): update @rspack/core to 1.7.0-beta.0#6796
Merged
chenjiahan merged 1 commit intomainfrom Dec 17, 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 updates the Rspack core dependency from version 1.6.7 to 1.7.0-beta.0, along with related dependency upgrades and configuration changes to adapt to deprecated APIs.
Key Changes:
- Dependency Updates: Upgraded
@rspack/coreto 1.7.0-beta.0, SWC plugins to v12, andrspack-chainto v1.4.3 - Configuration Migration: Replaced deprecated
experiments.inlineConst,experiments.inlineEnum, andexperiments.typeReexportsPresencewith the newoptimization.inlineExportsconfiguration - Test Updates: Updated snapshots to reflect the new configuration structure and adjusted Vue SFC error test to match updated error reporting format
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pnpm-lock.yaml |
Updated dependency versions for @rspack/core (1.7.0-beta.0), @swc plugins (v12), and rspack-chain (1.4.3) |
packages/core/package.json |
Updated @rspack/core and rspack-chain version specifiers |
packages/plugin-preact/package.json |
Updated @swc/plugin-prefresh from v10 to v12 |
e2e/cases/swc-plugin/package.json |
Updated @swc/plugin-remove-console from v10 to v12 |
packages/core/src/plugins/basic.ts |
Migrated from deprecated experiment options to optimization.inlineExports |
packages/core/tests/__snapshots__/*.snap |
Updated snapshots to reflect new configuration structure |
packages/plugin-react/tests/__snapshots__/index.test.ts.snap |
Removed deprecated inlineConst from parser configuration |
e2e/cases/plugin-vue/sfc-build-error/index.test.ts |
Updated regex to match new error format (column position changed from 0 to 1) |
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
@rspack/coreto 1.7.0-beta.0rspack-chainto v1.4.3Related Links
Checklist