feat(deps): update @rspack/core to 2.0.0-alpha.0#7014
Merged
chenjiahan merged 1 commit intomainfrom Jan 22, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the monorepo’s Rspack dependency to use the @rspack/core 2.0.0-alpha.0 release.
Changes:
- Bump
@rspack/coreinpackages/core/package.jsonfrom2.0.0-canary.20260120to2.0.0-alpha.0 - Refresh
pnpm-lock.yamlto reflect the new resolved@rspack/*alpha artifacts and updated dependency graph
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates the lockfile to resolve @rspack/core 2.0.0-alpha.0 and related bindings/snapshots. |
| packages/core/package.json | Bumps the direct dependency on @rspack/core to 2.0.0-alpha.0. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
pnpm-lock.yaml:2504
- pnpm-lock.yaml still resolves and keeps a second Rspack v2 build (@rspack/[email protected]) alongside the intended @rspack/[email protected]. This means installs will include two different @rspack/core + @rspack/binding versions; if the goal is to fully move to the alpha, update/override the transitive deps that pin canary (e.g. @module-federation/rspack in this lockfile) so the canary version can be removed and the dependency graph is deduped to alpha.
💡 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
Update dependency
@rspack/coreto 2.0.0-alpha.0.Related Links
Checklist