[codex] Update changelog for v10.1.0-rc.2 - #1136
Conversation
|
Warning Review limit reached
Your plan currently allows 2 reviews/hour. Refill in 17 minutes and 19 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, 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 trial, open-source, and free plans. In all cases, review capacity refills continuously over time. 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 publishes
Confidence Score: 5/5Documentation-only change to CHANGELOG.md with no runtime code, configuration, or dependency modifications. The PR touches only CHANGELOG.md. The version header, date, PR entries, and compare links are all internally consistent — the rc.1-to-rc.2 rename is reflected everywhere (section header, footer compare link, and the Unreleased tracking link). No logic, gem code, or JavaScript is modified. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["[Unreleased]<br/>(empty)"] -->|compare link| B["v10.1.0-rc.2...main"]
C["[v10.1.0-rc.2] - May 23, 2026"] --> D["Added<br/>(unchanged from rc.1)"]
C --> E["Changed<br/>+ PR #1133 moved from Unreleased"]
C --> F["Fixed<br/>+ PR #1132 newly added"]
G["Compare links"] --> H["Unreleased: rc.2...main"]
G --> I["v10.1.0-rc.2: v10.0.0...v10.1.0-rc.2"]
Reviews (1): Last reviewed commit: "Update CHANGELOG.md for v10.1.0-rc.2" | Re-trigger Greptile |
Code Review: CHANGELOG update for v10.1.0-rc.2Summary: Documentation-only PR that promotes the rc.1 prerelease section to rc.2, moves PR #1133 from Unreleased into Changed, and adds the PR #1132 binstub/export-task fix entry. Clean and focused. What looks good
One observation worth noting for future rc releasesThe compare link for The one side-effect is that the VerdictApproved. Changes are correct, minimal, and follow the project's changelog conventions. No runtime code is touched. |
Code Review — CHANGELOG update for v10.1.0-rc.2This PR is documentation-only (CHANGELOG.md, +5/-7 lines) and is already merged. Notes for the record: What the PR does
ObservationsMinor: The footer previously had: This line was dropped rather than preserved alongside the rc.2 entry. The Formatting improvement noted. The PR #1133 entry gains a period after the closing bold marker ( Content accuracy looks correct. All PRs referenced (#1132, #1133) are real merged PRs on this repo, dates are plausible, and the compare URLs match the footer. VerdictNo correctness issues. The only potential follow-up is preserving the |
…nalyze-webpack-output * origin/main: (164 commits) Make Rspack the default bundler for new installs (#1150) Add "Why Shakapacker with Rspack" comparison guide (#1155) Support sass-loader v17 (#1141) [codex] Fix Claude workflow permissions (#1153) Fix README CI badges and add prominent docs link (#1152) Trim README into a docs-site index; relocate content to docs/ and fix deep links (#1148) Tighten helper binstub parity and PATH lookup (#1128) Optimize CI: minimal version matrix on PRs, full matrix on main (#1151) Fix instance-scoped compiler strategies (#1147) Fix Rspack devServer in static watch mode (#1142) Add homepage links for supplemental npm packages (#1145) Release 10.1.0 Update CHANGELOG.md for v10.1.0 (#1139) Expand prerelease-to-stable changelog coalesce guidance in /update-changelog (#1138) Release 10.1.0-rc.2 [codex] Update changelog for v10.1.0-rc.2 (#1136) Teach /update-changelog to drop RC-only regression fixes (#1125) Restructure supplemental package dependencies (#1131) (#1133) [codex] Add Shakapacker brand assets (#1135) [codex] Fix shakapacker config helper binstubs (#1132) ...
* origin/main: (26 commits) Adopt agent-workflow binstubs (.agents/bin/ + AGENTS.md pointer) (#1176) Fix Ruby 3.1 CI: exclude broken i18n 1.15.0/1.15.1 (Fiber[]) (#1171) Add AI analysis prompt generator to config exporter (#695) Make Rspack the default bundler for new installs (#1150) Add "Why Shakapacker with Rspack" comparison guide (#1155) Support sass-loader v17 (#1141) [codex] Fix Claude workflow permissions (#1153) Fix README CI badges and add prominent docs link (#1152) Trim README into a docs-site index; relocate content to docs/ and fix deep links (#1148) Tighten helper binstub parity and PATH lookup (#1128) Optimize CI: minimal version matrix on PRs, full matrix on main (#1151) Fix instance-scoped compiler strategies (#1147) Fix Rspack devServer in static watch mode (#1142) Add homepage links for supplemental npm packages (#1145) Release 10.1.0 Update CHANGELOG.md for v10.1.0 (#1139) Expand prerelease-to-stable changelog coalesce guidance in /update-changelog (#1138) Release 10.1.0-rc.2 [codex] Update changelog for v10.1.0-rc.2 (#1136) Teach /update-changelog to drop RC-only regression fixes (#1125) ... # Conflicts: # CHANGELOG.md # lib/install/bin/diff-bundler-config # lib/install/bin/shakapacker-config # lib/tasks/shakapacker/export_bundler_config.rake # package/configExporter/cli.ts # spec/dummy/bin/shakapacker-config
Summary
Updates
CHANGELOG.mdforv10.1.0-rc.2by collapsing the priorv10.1.0-rc.1prerelease notes into the new section, moving PR #1133 from Unreleased into Changed, and adding the PR #1132 config helper binstub/export task fix.The release compare links now point Unreleased from
v10.1.0-rc.2and comparev10.0.0...v10.1.0-rc.2.Pull Request checklist
Add/update test to cover these changesUpdate documentationOther Information
Validated with
yarn lint,git diff --check, and review ofgit diff origin/main....Note
Low Risk
Documentation-only change updating release notes and compare links; no runtime code or dependency changes in this PR.
Overview
Updates
CHANGELOG.mdto publishv10.1.0-rc.2by moving the prior prerelease content under the new version header, adding theshakapacker:export_bundler_config/binstub fix entry (PR #1132), and relocating the dependency declaration change (PR #1133) from Unreleased intoChanged.Also updates the bottom compare links so
Unreleasednow compares fromv10.1.0-rc.2and adds thev10.1.0-rc.2tag comparison link.Reviewed by Cursor Bugbot for commit 4d4dfea. Bugbot is set up for automated code reviews on this repo. Configure here.