Skip to content

chore: migrate changesets changelog generator - #335

Merged
crutchcorn merged 2 commits into
TanStack:mainfrom
Sheraff:chore/migrate-changesets-changelog-github
Aug 9, 2026
Merged

chore: migrate changesets changelog generator#335
crutchcorn merged 2 commits into
TanStack:mainfrom
Sheraff:chore/migrate-changesets-changelog-github

Conversation

@Sheraff

@Sheraff Sheraff commented May 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Migrate the Changesets changelog generator from the deprecated compact GitHub generator to the official Changesets GitHub generator.

Changes

  • Replace @svitejs/changesets-changelog-github-compact with @changesets/changelog-github.
  • Preserve the TanStack/store repo option and add disableThanks: true.
  • Refresh pnpm-lock.yaml for the official package.

Notes

Future changelog entries use the official Changesets GitHub layout instead of the compact suffix layout.

Verification

  • rg -n "@svitejs/changesets-changelog-github-compact" . produced no matches.
  • rg -n "@changesets/changelog-github" .changeset/config.json package.json pnpm-lock.yaml pnpm-workspace.yaml found the official package in config, package, and lockfile.
  • node --input-type=module -e "import changelog from '@changesets/changelog-github'; const out = await changelog.getReleaseLine({ summary: 'Fix #123\\nAuthor: test-user' }, 'patch', { repo: 'TanStack/store', disableThanks: true }); console.log(out);" produced - Fix [#123](https://github.com/TanStack/store/issues/123) without a thanks suffix.
  • pnpm changeset status --since=main reported no packages to be bumped.

Summary by CodeRabbit

  • Chores
    • Updated release tooling to improve changelog generation automation.
    • Improved compatibility with the current release workflow and streamlined generated changelog formatting.
    • Disabled automated contributor acknowledgements in generated changelogs for a cleaner presentation.

@coderabbitai

coderabbitai Bot commented May 26, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ffa0eb7f-af7f-4040-9c4d-3e40187b3862

📥 Commits

Reviewing files that changed from the base of the PR and between 32fae5b and 4ea9847.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • package.json

📝 Walkthrough

Walkthrough

This PR replaces the compact GitHub changelog package with @changesets/changelog-github@^0.7.0. The Changesets configuration disables “thanks” attribution.

Changes

Changelog Generator Migration

Layer / File(s) Summary
Changelog dependency replacement
.changeset/config.json, package.json
Replaced @svitejs/changesets-changelog-github-compact with @changesets/changelog-github@^0.7.0. The configuration disables “thanks” attribution.

Estimated code review effort: 1 (Trivial) | ~3 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the migration and verification, but it omits the template's required Checklist and Release Impact sections. Add the required Checklist and Release Impact sections, and record the applicable checkbox status.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the migration of the Changesets changelog generator, which is the main change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint install failed. For unrecoverable errors, disable the tool in CodeRabbit configuration.


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.

@nx-cloud

nx-cloud Bot commented May 26, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 4ea9847

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 1m 30s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 13s View ↗

☁️ Nx Cloud last updated this comment at 2026-08-09 01:44:21 UTC

@socket-security

socket-security Bot commented May 26, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​changesets/​changelog-github@​0.7.01001006893100

View full report

@pkg-pr-new

pkg-pr-new Bot commented May 26, 2026

Copy link
Copy Markdown
@tanstack/angular-store

npm i https://pkg.pr.new/@tanstack/angular-store@335

@tanstack/lit-store

npm i https://pkg.pr.new/@tanstack/lit-store@335

@tanstack/octane-store

npm i https://pkg.pr.new/@tanstack/octane-store@335

@tanstack/preact-store

npm i https://pkg.pr.new/@tanstack/preact-store@335

@tanstack/react-store

npm i https://pkg.pr.new/@tanstack/react-store@335

@tanstack/solid-store

npm i https://pkg.pr.new/@tanstack/solid-store@335

@tanstack/store

npm i https://pkg.pr.new/@tanstack/store@335

@tanstack/svelte-store

npm i https://pkg.pr.new/@tanstack/svelte-store@335

@tanstack/vue-store

npm i https://pkg.pr.new/@tanstack/vue-store@335

commit: 4ea9847

@crutchcorn
crutchcorn merged commit d92286d into TanStack:main Aug 9, 2026
9 checks passed
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.

2 participants