Skip to content

chore: migrate changesets changelog generator#6283

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

chore: migrate changesets changelog generator#6283
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 package to the official Changesets GitHub changelog package.

Changes

  • Replace @svitejs/changesets-changelog-github-compact with @changesets/changelog-github.
  • Preserve the existing TanStack/table repo option and add disableThanks: true.
  • Refresh pnpm-lock.yaml for the dependency swap.

Notes

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

Verification

  • git grep -n "@svitejs/changesets-changelog-github-compact" -- .changeset package.json pnpm-workspace.yaml pnpm-lock.yaml || true
  • git grep -n "@changesets/changelog-github" -- .changeset/config.json package.json pnpm-lock.yaml pnpm-workspace.yaml
  • corepack pnpm install --lockfile-only --ignore-scripts --no-frozen-lockfile
  • node -e "const changelog = require('@changesets/changelog-github').default; changelog.getReleaseLine({ summary: 'Fix issue #123\nAuthor: @octocat' }, 'patch', { repo: 'TanStack/table', disableThanks: true }).then((line) => console.log(line.trim()))"
  • corepack pnpm dlx @changesets/cli@2.29.7 status --since=main

@Sheraff Sheraff requested a review from a team as a code owner May 26, 2026 18:40
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 26, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fe3af62b-2d8f-4866-be95-cec5c055a168

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

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

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

@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

@Sheraff Sheraff changed the base branch from main to alpha May 26, 2026 19:00
@Sheraff Sheraff changed the base branch from alpha to main May 26, 2026 19:01
@Sheraff
Copy link
Copy Markdown
Contributor Author

Sheraff commented May 26, 2026

i'll redo that one and target alpha instead, it seems main is somewhat deprecated

@Sheraff
Copy link
Copy Markdown
Contributor Author

Sheraff commented May 26, 2026

Closing this because it was opened against main, but this migration should only apply to alpha for this repo. I checked alpha and it does not currently have tracked usage of @svitejs/changesets-changelog-github-compact, so there is no replacement alpha PR needed.

@Sheraff Sheraff closed this May 26, 2026
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