Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update rsbuild to latest #264

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open

update rsbuild to latest #264

wants to merge 1 commit into from

Conversation

zardoy
Copy link
Owner

@zardoy zardoy commented Feb 4, 2025

User description

fixes panic crash on some hardware, but seems to be less good performance & memory usage, also need to check node_modules still triggers rebuild


PR Type

enhancement, dependencies


Description

  • Upgraded @rsbuild dependencies to their latest versions.

  • Improved compatibility and stability with updated @rsbuild plugins.

  • Potential performance and memory usage trade-offs to be evaluated.


Changes walkthrough 📝

Relevant files
Dependencies
package.json
Update `@rsbuild` dependencies to newer versions                 

package.json

  • Updated @rsbuild/core from ^1.0.1-beta.9 to ^1.2.3.
  • Updated @rsbuild/plugin-node-polyfill from ^1.0.3 to ^1.3.0.
  • Updated @rsbuild/plugin-react from ^1.0.1-beta.9 to ^1.1.0.
  • Updated @rsbuild/plugin-type-check from ^1.0.1-beta.9 to ^1.2.1.
  • Updated @rsbuild/plugin-typed-css-modules from ^1.0.1 to ^1.0.2.
  • +5/-5     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • Copy link

    codesandbox bot commented Feb 4, 2025

    Review or Edit in CodeSandbox

    Open the branch in Web EditorVS CodeInsiders

    Open Preview

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Breaking Changes

    Major version upgrade from beta to stable release of @rsbuild packages may introduce breaking changes that need validation, especially given the reported performance concerns

    "@rsbuild/core": "^1.2.3",
    "@rsbuild/plugin-node-polyfill": "^1.3.0",
    "@rsbuild/plugin-react": "^1.1.0",
    "@rsbuild/plugin-type-check": "^1.2.1",
    "@rsbuild/plugin-typed-css-modules": "^1.0.2",

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    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