Skip to content

chore: migrate changesets changelog generator#335

Open
Sheraff wants to merge 1 commit into
TanStack:mainfrom
Sheraff:chore/migrate-changesets-changelog-github
Open

chore: migrate changesets changelog generator#335
Sheraff wants to merge 1 commit into
TanStack:mainfrom
Sheraff:chore/migrate-changesets-changelog-github

Conversation

@Sheraff
Copy link
Copy Markdown
Contributor

@Sheraff Sheraff commented May 26, 2026

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 dependencies to improve changelog generation automation.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4054a3c9-85ba-4f9b-bbff-5d6ba603ef24

📥 Commits

Reviewing files that changed from the base of the PR and between 86251e5 and 32fae5b.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • .changeset/config.json
  • package.json

📝 Walkthrough

Walkthrough

This PR updates the Changesets changelog generation tooling by replacing the custom @svitejs/changesets-changelog-github-compact package with the standard @changesets/changelog-github@^0.7.0 package. The migration includes configuration changes to disable the "thanks" attribution feature in generated changelogs.

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 and configured the new package to disable "thanks" attribution in generated changelogs.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A changelog tool goes from compact to true,
No thanks will be said—we've disabled that view,
The standard GitHub way replaces the old,
A migration so simple, a story retold.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: migrating the changesets changelog generator from a deprecated compact version to the official package.
Description check ✅ Passed The description provides detailed context about the migration, specific changes made, and thorough verification steps, though it deviates from the repository's template structure.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented May 26, 2026

View your CI Pipeline Execution ↗ for commit 32fae5b

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

☁️ Nx Cloud last updated this comment at 2026-05-26 18:09:16 UTC

@socket-security
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
Copy link
Copy Markdown

pkg-pr-new Bot commented May 26, 2026

@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/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: 32fae5b

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