Skip to content

chore: migrate changesets changelog generator#141

Merged
LadyBluenotes merged 2 commits into
TanStack:mainfrom
Sheraff:chore/migrate-changesets-changelog-github
May 27, 2026
Merged

chore: migrate changesets changelog generator#141
LadyBluenotes merged 2 commits 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 compact community package to the official GitHub changelog package.

Changes

  • Updated .changeset/config.json to use @changesets/changelog-github.
  • Preserved the TanStack/intent repo option and added disableThanks: true.
  • Replaced the root dev dependency with @changesets/changelog-github at ^0.7.0.
  • Refreshed pnpm-lock.yaml with pnpm.

Notes

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

Verification

  • pnpm install --ignore-scripts --no-frozen-lockfile --lockfile-only --trust-policy-exclude '*'
  • pnpm install --ignore-scripts --no-frozen-lockfile --trust-policy-exclude '*'
  • rg '@svitejs/changesets-changelog-github-compact'
  • rg '@changesets/changelog-github' package.json pnpm-lock.yaml .changeset/config.json
  • node -e "import('@changesets/changelog-github').then((m) => { console.log(typeof m.default, Object.keys(m).sort().join(',')) })"
  • pnpm changeset status --since=main

Summary by CodeRabbit

  • Chores
    • Updated changelog generation tooling and configuration.
    • Replaced changelog plugin with an updated implementation and cleaned up an unused dependency from project configuration.

Review Change Stack

@Sheraff Sheraff requested a review from a team as a code owner May 26, 2026 17:26
@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: 9000dbcc-6a38-4780-87ff-385f131a79fb

📥 Commits

Reviewing files that changed from the base of the PR and between 50afbb5 and e574547.

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

📝 Walkthrough

Walkthrough

The PR replaces the Changesets changelog plugin with @changesets/changelog-github (adds disableThanks: true in .changeset/config.json), updates devDependencies accordingly, and removes the dependencies object (including @tanstack/typedoc-config) from package.json.

Changes

Changelog tool migration

Layer / File(s) Summary
Switch changelog generator and tidy package.json
.changeset/config.json, package.json
Changesets changelog entry switched to @changesets/changelog-github with disableThanks: true; package.json devDependencies updated and the dependencies object (including @tanstack/typedoc-config) was removed.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested reviewers

  • LadyBluenotes

Poem

I hopped through JSON, light and spry,
Swapped changelogs beneath the sky,
No thanks to print, just tidy lines,
A rabbit's nibble on small designs. 🐇✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description provides comprehensive details about changes, but lacks the required checklist sections from the template (Contributing guide confirmation and testing verification). Complete the description by adding the ✅ Checklist and 🚀 Release Impact sections from the template to confirm testing and changeset status.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title clearly and accurately summarizes the main change: migrating the changesets changelog generator from a community package to the official one.
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 50afbb5

Command Status Duration Result
nx run-many --targets=build --exclude=examples/** ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-05-26 17:52:54 UTC

@socket-security
Copy link
Copy Markdown

socket-security Bot commented May 26, 2026

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

Open in StackBlitz

npm i https://pkg.pr.new/@tanstack/intent@141

commit: e574547

@LadyBluenotes LadyBluenotes merged commit 31b67fd into TanStack:main May 27, 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.

3 participants