Skip to content

Comments

feat(deps): upgrade @rspack/core to 2.0.0-alpha.1#7065

Merged
chenjiahan merged 1 commit intomainfrom
update_rspack_2.0.0-alpha.1
Jan 27, 2026
Merged

feat(deps): upgrade @rspack/core to 2.0.0-alpha.1#7065
chenjiahan merged 1 commit intomainfrom
update_rspack_2.0.0-alpha.1

Conversation

@chenjiahan
Copy link
Member

Summary

Upgrade @rspack/core to 2.0.0-alpha.1.

Related Links

Checklist

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

Copilot AI review requested due to automatic review settings January 27, 2026 06:55
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @chenjiahan, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on a routine but important maintenance task: updating the project's core Rspack dependency. This upgrade ensures that the project benefits from the latest improvements, bug fixes, and features introduced in the newer alpha version of Rspack, keeping the build system modern and performant.

Highlights

  • Dependency Upgrade: The core Rspack dependency, @rspack/core, has been upgraded from version 2.0.0-alpha.0 to 2.0.0-alpha.1.
  • Lockfile Updates: The pnpm-lock.yaml file has been extensively updated to reflect the new @rspack/core version across various packages and their platform-specific bindings, ensuring consistency in the dependency tree.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@cloudflare-workers-and-pages
Copy link

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 upgrades the @rspack/core dependency from version 2.0.0-alpha.0 to 2.0.0-alpha.1, as part of tracking the upstream Rspack project's alpha releases.

Changes:

  • Updated @rspack/core dependency from 2.0.0-alpha.0 to 2.0.0-alpha.1
  • Updated pnpm lockfile with new version and all platform-specific bindings
  • All transitive dependencies now reference the new version

Reviewed changes

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

File Description
packages/core/package.json Updated @rspack/core dependency version to 2.0.0-alpha.1
pnpm-lock.yaml Added new version entries for @rspack/core and all platform bindings; updated dependency references throughout
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 962ac56 into main Jan 27, 2026
13 checks passed
@chenjiahan chenjiahan deleted the update_rspack_2.0.0-alpha.1 branch January 27, 2026 06:59
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request upgrades @rspack/core from 2.0.0-alpha.0 to 2.0.0-alpha.1. The changes in package.json and the corresponding updates in pnpm-lock.yaml are consistent with this goal. My review includes a comment highlighting the potential risks associated with using a pre-release version for a core dependency.

},
"dependencies": {
"@rspack/core": "2.0.0-alpha.0",
"@rspack/core": "2.0.0-alpha.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Upgrading a core dependency to an alpha version introduces a higher risk of encountering breaking changes or instability compared to a stable release. This is something to be mindful of when merging.

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.

1 participant