Skip to content

Update CHANGELOG.md for v10.0.0-rc.0#1037

Merged
justin808 merged 1 commit intomainfrom
jg/rc-changelog
Apr 2, 2026
Merged

Update CHANGELOG.md for v10.0.0-rc.0#1037
justin808 merged 1 commit intomainfrom
jg/rc-changelog

Conversation

@justin808
Copy link
Copy Markdown
Member

@justin808 justin808 commented Apr 2, 2026

Summary

  • Move the current Unreleased release notes into a new ## [v10.0.0-rc.0] - April 1, 2026 section.
  • Refine several changelog bullets for readability and explicitness (Added/Breaking/Changed/Fixed entries).
  • Update compare links so [Unreleased] points to v10.0.0-rc.0...main and add [v10.0.0-rc.0] (v9.7.0...v10.0.0-rc.0).

Pull Request checklist

  • Add/update test to cover these changes
  • Update documentation
  • Update CHANGELOG file

Other Information

  • Documentation-only change to CHANGELOG.md; no runtime code paths are modified.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 2, 2026

Warning

Rate limit exceeded

@justin808 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minutes and 35 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d351f5fa-6deb-4cea-a2be-bc0ec77d8e52

📥 Commits

Reviewing files that changed from the base of the PR and between 7fe4827 and a625b60.

📒 Files selected for processing (1)
  • CHANGELOG.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch jg/rc-changelog

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.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 2, 2026

Greptile Summary

This PR stamps the v10.0.0-rc.0 release in CHANGELOG.md by inserting a dated version header, reformatting the previously unreleased entries with bold titles and past-tense verbs, and updating the footer comparison links to match the new RC tag. All formatting changes are consistent with the existing changelog style.

Confidence Score: 5/5

  • Safe to merge — documentation-only change with no code impact.
  • All changes are confined to CHANGELOG.md. The version header, comparison links, and entry formatting are correct and consistent with prior releases. The only open item is a P2 suggestion about adding a v10 upgrade guide reference, which does not block the RC release.
  • No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Adds v10.0.0-rc.0 entry dated April 1, 2026, reformats unreleased entries with bold titles and past tense, and updates comparison links; no v10 upgrade guide reference added yet (has breaking changes).

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
Loading

Reviews (1): Last reviewed commit: "Update CHANGELOG.md for v10.0.0-rc.0" | Re-trigger Greptile

Comment thread CHANGELOG.md

## [Unreleased]

## [v10.0.0-rc.0] - April 1, 2026
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 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!

@justin808 justin808 merged commit 2ec28ca into main Apr 2, 2026
5 of 6 checks passed
@justin808 justin808 deleted the jg/rc-changelog branch April 2, 2026 09:03
justin808 added a commit that referenced this pull request Apr 30, 2026
* 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
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