Skip to content

Conversation

@chenjiahan
Copy link
Member

Summary

Update dependency @rspack/core to v1.6.3

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).
Copilot AI review requested due to automatic review settings November 13, 2025 07:41
@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit dd408e6
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/69158bc6cb564600087b5602
😎 Deploy Preview https://deploy-preview-6571--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: 66 (🟢 up 8 from production)
Accessibility: 97 (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
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.1 to 1.6.3, a minor patch release. The update includes corresponding changes to all platform-specific bindings and transitive dependencies in the lockfile.

Key Changes

  • Updated @rspack/core from 1.6.1 to 1.6.3 in packages/core/package.json
  • Updated all platform-specific @rspack/binding packages for darwin, linux, win32 (arm64, x64, ia32, musl, gnu variants)
  • Updated transitive dependency @rspack/lite-tapable from 1.0.1 to 1.1.0 in lockfile snapshots

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
packages/core/package.json Updated @rspack/core dependency version to 1.6.3
pnpm-lock.yaml Comprehensive lockfile updates for all @rspack bindings, core package, and transitive dependencies across all platform variants
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"dependencies": {
"@rspack/core": "1.6.1",
"@rspack/core": "1.6.3",
"@rspack/lite-tapable": "~1.0.1",
Copy link

Copilot AI Nov 13, 2025

Choose a reason for hiding this comment

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

The @rspack/core@1.6.3 package has a transitive dependency on @rspack/lite-tapable@1.1.0 (visible in the lockfile at line 8704), but this package.json still specifies @rspack/lite-tapable: "~1.0.1".

This version constraint mismatch could lead to dependency resolution issues. Consider updating the @rspack/lite-tapable version constraint to ~1.1.0 or broader (e.g., ^1.0.1) to ensure compatibility with the new @rspack/core version.

Suggested change
"@rspack/lite-tapable": "~1.0.1",
"@rspack/lite-tapable": "~1.1.0",
Copilot uses AI. Check for mistakes.
@chenjiahan chenjiahan merged commit 14b0ac9 into main Nov 13, 2025
18 checks passed
@chenjiahan chenjiahan deleted the update_rspack_core_v1.6.3 branch November 13, 2025 08:44
@chenjiahan chenjiahan mentioned this pull request Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants