Skip to content

feat(deps): update @rspack/core to 1.7.0-beta.0#6796

Merged
chenjiahan merged 1 commit intomainfrom
update_rspack_v1.7.0-beta.0
Dec 17, 2025
Merged

feat(deps): update @rspack/core to 1.7.0-beta.0#6796
chenjiahan merged 1 commit intomainfrom
update_rspack_v1.7.0-beta.0

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

  • Update @rspack/core to 1.7.0-beta.0
  • Update SWC plugins to v12
  • Update rspack-chain to v1.4.3
  • Replace deprecated configurations

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings December 17, 2025 09:09
@netlify
Copy link
Copy Markdown

netlify bot commented Dec 17, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit a73d740
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/694273541d2eea00084f407b
😎 Deploy Preview https://deploy-preview-6796--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 69 (🔴 down 1 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/core to 1.7.0-beta.0, SWC plugins to v12, and rspack-chain to v1.4.3
  • Configuration Migration: Replaced deprecated experiments.inlineConst, experiments.inlineEnum, and experiments.typeReexportsPresence with the new optimization.inlineExports configuration
  • 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.

@chenjiahan chenjiahan merged commit c0e42c7 into main Dec 17, 2025
18 checks passed
@chenjiahan chenjiahan deleted the update_rspack_v1.7.0-beta.0 branch December 17, 2025 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants