chore(deps): bump @rsbuild/core to 1.7.5#2407
chore(deps): bump @rsbuild/core to 1.7.5#2407colinaaa wants to merge 2 commits intolynx-family:mainfrom
Conversation
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis pull request updates the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
pnpm-workspace.yaml
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Merging this PR will not alter performance
Comparing Footnotes
|
React MTF Example#121 Bundle Size — 207.36KiB (0%).8e5013a(current) vs 0f9d14b main#118(baseline) Bundle metrics
|
| Current #121 |
Baseline #118 |
|
|---|---|---|
0B |
0B |
|
0B |
0B |
|
0% |
0% |
|
0 |
0 |
|
3 |
3 |
|
174 |
174 |
|
68 |
68 |
|
46.09% |
46.09% |
|
2 |
2 |
|
0 |
0 |
Bundle size by type no changes
| Current #121 |
Baseline #118 |
|
|---|---|---|
111.23KiB |
111.23KiB |
|
96.13KiB |
96.13KiB |
Bundle analysis report Branch colinaaa:opencode/kind-circuit Project dashboard
Generated by RelativeCI Documentation Report issue
React Example#6987 Bundle Size — 237.78KiB (0%).8e5013a(current) vs 0f9d14b main#6984(baseline) Bundle metrics
|
| Current #6987 |
Baseline #6984 |
|
|---|---|---|
0B |
0B |
|
0B |
0B |
|
0% |
0% |
|
0 |
0 |
|
4 |
4 |
|
180 |
180 |
|
71 |
71 |
|
46.4% |
46.4% |
|
2 |
2 |
|
0 |
0 |
Bundle size by type no changes
| Current #6987 |
Baseline #6984 |
|
|---|---|---|
145.76KiB |
145.76KiB |
|
92.02KiB |
92.02KiB |
Bundle analysis report Branch colinaaa:opencode/kind-circuit Project dashboard
Generated by RelativeCI Documentation Report issue
Web Explorer#8564 Bundle Size — 728.84KiB (~-0.01%).8e5013a(current) vs 0f9d14b main#8561(baseline) Bundle metrics
Bundle size by type
Bundle analysis report Branch colinaaa:opencode/kind-circuit Project dashboard Generated by RelativeCI Documentation Report issue |
Summary
@rsbuild/corecatalog version from1.7.4to1.7.5inpnpm-workspace.yamlpnpm-lock.yamlso allcatalog:rsbuildconsumers resolve to@rsbuild/core@1.7.5@rspack/coreat1.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