Skip to content

chore(deps): bump @rsbuild/core to 1.7.5#2407

Open
colinaaa wants to merge 2 commits intolynx-family:mainfrom
colinaaa:opencode/kind-circuit
Open

chore(deps): bump @rsbuild/core to 1.7.5#2407
colinaaa wants to merge 2 commits intolynx-family:mainfrom
colinaaa:opencode/kind-circuit

Conversation

@colinaaa
Copy link
Copy Markdown
Collaborator

@colinaaa colinaaa commented Mar 31, 2026

Summary

  • upgrade @rsbuild/core catalog version from 1.7.4 to 1.7.5 in pnpm-workspace.yaml
  • refresh pnpm-lock.yaml so all catalog:rsbuild consumers resolve to @rsbuild/core@1.7.5
  • keep @rspack/core at 1.7.9 (already compatible with rsbuild 1.7.5 lockfile resolution)

Validation

  • pnpm install --lockfile-only (pass)
  • pnpm install (pass)
  • pnpm --filter @lynx-js/rspeedy build (fails due to missing local workspace module type declarations in this environment, not dependency resolution)

Summary by CodeRabbit

  • Chores
    • Updated build tool dependency to a newer patch version.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 31, 2026

⚠️ No Changeset found

Latest commit: 8e5013a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector
Copy link
Copy Markdown

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.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 31, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ab58c2d2-1dd8-454a-b315-868f133329c7

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This pull request updates the @rsbuild/core dependency version in the pnpm-workspace.yaml package catalog from 1.7.4 to 1.7.5. This is a simple patch version increment with no changes to other workspace configuration or package catalog entries.

Changes

Cohort / File(s) Summary
Dependency Version Update
pnpm-workspace.yaml
Bumped @rsbuild/core from version 1.7.4 to 1.7.5 in the rsbuild catalog entry.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • upupming
  • Yradex

Poem

🐰 A patch so small, yet mighty true,
From .4 to .5, the rsbuild crew,
One line changed, so clean and neat,
Dependencies updated, the PR's complete! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: bumping @rsbuild/core from 1.7.4 to 1.7.5 in the dependency catalog.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@pnpm-workspace.yaml`:
- Line 53: The new entry "@rsbuild/core": "1.7.5" causes a dependency mismatch
because `@rsbuild/core`@1.7.5 requires `@rspack/core` >=1.7.10 while the repo
intentionally pins `@rspack/core` at 1.7.9; either revert the `@rsbuild/core` change
to a version compatible with `@rspack/core` 1.7.9 (e.g., set "@rsbuild/core" back
to "1.7.4") or bump the pinned "@rspack/core" to a compatible >=1.7.10 and then
run CI (including Playwright) and address any regressions referenced in PR `#2383`
before merging.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4b50faf4-370d-479b-941a-4792cdb60637

📥 Commits

Reviewing files that changed from the base of the PR and between 0f9d14b and dd35c91.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • pnpm-workspace.yaml

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Mar 31, 2026

Merging this PR will not alter performance

✅ 72 untouched benchmarks
⏩ 21 skipped benchmarks1


Comparing colinaaa:opencode/kind-circuit (8e5013a) with main (0f9d14b)

Open in CodSpeed

Footnotes

  1. 21 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@relativeci
Copy link
Copy Markdown

relativeci bot commented Mar 31, 2026

React MTF Example

#121 Bundle Size — 207.36KiB (0%).

8e5013a(current) vs 0f9d14b main#118(baseline)

Bundle metrics  no changes
                 Current
#121
     Baseline
#118
No change  Initial JS 0B 0B
No change  Initial CSS 0B 0B
No change  Cache Invalidation 0% 0%
No change  Chunks 0 0
No change  Assets 3 3
No change  Modules 174 174
No change  Duplicate Modules 68 68
No change  Duplicate Code 46.09% 46.09%
No change  Packages 2 2
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#121
     Baseline
#118
No change  IMG 111.23KiB 111.23KiB
No change  Other 96.13KiB 96.13KiB

Bundle analysis reportBranch colinaaa:opencode/kind-circuitProject dashboard


Generated by RelativeCIDocumentationReport issue

@relativeci
Copy link
Copy Markdown

relativeci bot commented Mar 31, 2026

React Example

#6987 Bundle Size — 237.78KiB (0%).

8e5013a(current) vs 0f9d14b main#6984(baseline)

Bundle metrics  no changes
                 Current
#6987
     Baseline
#6984
No change  Initial JS 0B 0B
No change  Initial CSS 0B 0B
No change  Cache Invalidation 0% 0%
No change  Chunks 0 0
No change  Assets 4 4
No change  Modules 180 180
No change  Duplicate Modules 71 71
No change  Duplicate Code 46.4% 46.4%
No change  Packages 2 2
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#6987
     Baseline
#6984
No change  IMG 145.76KiB 145.76KiB
No change  Other 92.02KiB 92.02KiB

Bundle analysis reportBranch colinaaa:opencode/kind-circuitProject dashboard


Generated by RelativeCIDocumentationReport issue

@relativeci
Copy link
Copy Markdown

relativeci bot commented Mar 31, 2026

Web Explorer

#8564 Bundle Size — 728.84KiB (~-0.01%).

8e5013a(current) vs 0f9d14b main#8561(baseline)

Bundle metrics  Change 1 change
                 Current
#8564
     Baseline
#8561
No change  Initial JS 43.31KiB 43.31KiB
No change  Initial CSS 2.16KiB 2.16KiB
Change  Cache Invalidation 9.63% 0%
No change  Chunks 8 8
No change  Assets 10 10
No change  Modules 148 148
No change  Duplicate Modules 11 11
No change  Duplicate Code 34.69% 34.69%
No change  Packages 3 3
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Improvement 1 improvement
                 Current
#8564
     Baseline
#8561
No change  Other 384.62KiB 384.62KiB
Improvement  JS 342.07KiB (~-0.01%) 342.07KiB
No change  CSS 2.16KiB 2.16KiB

Bundle analysis reportBranch colinaaa:opencode/kind-circuitProject dashboard


Generated by RelativeCIDocumentationReport issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant