Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 1 minutes and 35 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ 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 |
Greptile SummaryThis PR stamps the Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
Unreleased["## [Unreleased]\n(compares v10.0.0-rc.0...main)"]
RC0["## [v10.0.0-rc.0] - April 1, 2026\n+ Added: bin/shakapacker-watch\n+ Added: webpack-cli v7 peer dep\n⚠️ Breaking: webpack ^5.101.0\n⚠️ Breaking: webpack-dev-server ^5.2.2\n~ Changed: default webpack-cli v6\n~ Changed: deprecated middleware warn\n✓ Fixed: compression-webpack-plugin"]
V970["## [v9.7.0] - March 15, 2026"]
Unreleased --> RC0
RC0 --> V970
Reviews (1): Last reviewed commit: "Update CHANGELOG.md for v10.0.0-rc.0" | Re-trigger Greptile |
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [v10.0.0-rc.0] - April 1, 2026 |
There was a problem hiding this comment.
Consider adding a v10 upgrade guide reference
v10.0.0-rc.0 includes two breaking changes (minimum webpack bump and webpack-dev-server v4 drop). Every prior major version (v6–v9) has a bolded upgrade guide linked at the top of the file. If a docs/v10_upgrade.md exists or is planned alongside this RC, adding a matching note at the top would keep the header consistent and help users prepare early.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
* origin/main: (22 commits) docs: add Dependabot configuration guide (#1094) Sync address-review prompt with upstream PR #16 (#1098) Supersede #910: entry shape test with lint unblock (#919) fix: align rspack v2 peer deps and installer defaults (#1091) docs: update README and guides for Shakapacker v10 (#1092) Release 10.0.0 Update CHANGELOG.md for v10.0.0 (#1089) Release 10.0.0-rc.1 Update CHANGELOG.md for v10.0.0-rc.1 (#1087) Supersede #961 by using pack-config-diff (#973) Add final summary output to rake release (#1041) Add bin/setup to install development deps (#1039) Release 10.0.0-rc.0 Use npx release-it to avoid mise shim failures (#1040) Fix Nokogiri build failure on Ruby 3.4.6 (#1038) Update CHANGELOG.md for v10.0.0-rc.0 (#1037) Update rspack dev deps to 2.0.0-rc.0 (#1036) Fix stale and broken documentation across Shakapacker guides (#1023) Allow webpack-cli v7 in peer dependencies (#1021) refactor: simplify resolving js peer versions when installing (#1034) ... # Conflicts: # package.json
Summary
Unreleasedrelease notes into a new## [v10.0.0-rc.0] - April 1, 2026section.[Unreleased]points tov10.0.0-rc.0...mainand add[v10.0.0-rc.0](v9.7.0...v10.0.0-rc.0).Pull Request checklist
Add/update test to cover these changesOther Information
CHANGELOG.md; no runtime code paths are modified.