chore(deps): update @rspack/core to 2.0.1#1233
Merged
Merged
Conversation
Rsdoctor Bundle Diff AnalysisFound 12 projects in monorepo, 0 projects with changes. 📊 Quick Summary
Generated by Rsdoctor GitHub Action |
9aoy
approved these changes
May 8, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Rspack example projects and the @rstest/adapter-rspack package to use the stable @rspack/core@2.0.1 (instead of 2.0.0-beta.9), aligning them with the rest of the repo’s Rspack-related tooling and re-enabling Renovate management for this dependency.
Changes:
- Bump
@rspack/corefrom2.0.0-beta.9to2.0.1in the Rspack adapter and example projects. - Refresh
pnpm-lock.yamlto reflect the updated Rspack dependency graph. - Remove
@rspack/core(and@rspack/core-canary) from Renovate’signoreDepslist so Renovate can manage updates again.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates lockfile entries to resolve @rspack/core@2.0.1 and associated bindings/runtime deps. |
| packages/adapter-rspack/package.json | Pins adapter devDependency @rspack/core to 2.0.1 for local development/build. |
| examples/react-rspack/package.json | Pins example devDependency @rspack/core to 2.0.1. |
| examples/react-rspack-browser/package.json | Pins browser example devDependency @rspack/core to 2.0.1. |
| .github/renovate.json5 | Stops ignoring @rspack/core so Renovate can resume updating it. |
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.
Background
Rspack example projects and the adapter package still pinned
@rspack/coreto2.0.0-beta.9while the related Rspack packages already use2.0.1.Implementation
@rspack/coreto2.0.1in the Rspack examples and adapter package.pnpm-lock.yamland let Renovate manage@rspack/coreupdates again.