Skip to content

chore: migrate changesets changelog generator#452

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

chore: migrate changesets changelog generator#452
Sheraff wants to merge 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 Changesets from @svitejs/changesets-changelog-github-compact to @changesets/changelog-github.

Changes

  • Updated .changeset/config.json to use the official GitHub changelog generator.
  • Preserved the TanStack/devtools repo option and added disableThanks: true.
  • Replaced the root dev dependency and refreshed pnpm-lock.yaml.

Notes

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

Verification

  • pnpm install --lockfile-only --frozen-lockfile --offline
  • git grep -n "@svitejs/changesets-changelog-github-compact" -- .changeset package.json pnpm-workspace.yaml pnpm-lock.yaml; test 0 -eq 1
  • git grep -n "@changesets/changelog-github|disableThanks" -- .changeset package.json pnpm-workspace.yaml pnpm-lock.yaml
  • node --input-type=module -e "const changelog = (await import('@changesets/changelog-github')).default; const line = await changelog.getReleaseLine({ summary: 'Author: test-user\nAdd migration smoke for Created the inital setup and the devtools skeleton #2' }, 'patch', { repo: 'TanStack/devtools', disableThanks: true }); console.log(line.trim());"
  • CI=1 pnpm changeset status --since=main (fails because changeset invokes pnpm install and the repo preinstall guard still exits through only-allow in this environment)

Summary by CodeRabbit

  • Chores
    • Updated changelog generation tooling and development dependencies.
    • Adjusted Changesets configuration for changelog processing.

Review Change Stack

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

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: a309fbd4-684d-4190-a099-afb23ff10afd

📥 Commits

Reviewing files that changed from the base of the PR and between c94147d and 8d31f49.

📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

This PR updates the Changesets changelog processor configuration and its npm dependency: the repository switches from @svitejs/changesets-changelog-github-compact to @changesets/changelog-github, and adds disableThanks: true to the TanStack/devtools changelog options.

Changes

Changelog Processor Configuration

Layer / File(s) Summary
Migrate to @changesets/changelog-github
.changeset/config.json, package.json
Configuration switches from @svitejs/changesets-changelog-github-compact to @changesets/changelog-github with disableThanks: true option for TanStack/devtools. Dev dependency updated to match.

🎯 1 (Trivial) | ⏱️ ~3 minutes

🐰 A changelog processor hops in, so bright and clean,
The compact one bids farewell to the scene,
With disableThanks now configured with care,
Our changesets will flourish through the fresh air!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description provides comprehensive details about changes, verification steps, and notes, but is missing the required template sections (🎯 Changes, ✅ Checklist, 🚀 Release Impact). Follow the repository's PR template by adding sections for 🎯 Changes, ✅ Checklist, and 🚀 Release Impact with appropriate checkboxes and confirmations.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: migrate changesets changelog generator' clearly and concisely describes the main change: migrating from one changelog generator to another.
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 8d31f49

Command Status Duration Result
nx affected --targets=test:eslint,test:sherif,t... ✅ Succeeded 2m 49s View ↗
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 41s View ↗

☁️ Nx Cloud last updated this comment at 2026-05-26 18:46:58 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

More templates

@tanstack/angular-devtools

npm i https://pkg.pr.new/@tanstack/angular-devtools@452

@tanstack/devtools

npm i https://pkg.pr.new/@tanstack/devtools@452

@tanstack/devtools-a11y

npm i https://pkg.pr.new/@tanstack/devtools-a11y@452

@tanstack/devtools-client

npm i https://pkg.pr.new/@tanstack/devtools-client@452

@tanstack/devtools-ui

npm i https://pkg.pr.new/@tanstack/devtools-ui@452

@tanstack/devtools-utils

npm i https://pkg.pr.new/@tanstack/devtools-utils@452

@tanstack/devtools-vite

npm i https://pkg.pr.new/@tanstack/devtools-vite@452

@tanstack/devtools-event-bus

npm i https://pkg.pr.new/@tanstack/devtools-event-bus@452

@tanstack/devtools-event-client

npm i https://pkg.pr.new/@tanstack/devtools-event-client@452

@tanstack/preact-devtools

npm i https://pkg.pr.new/@tanstack/preact-devtools@452

@tanstack/react-devtools

npm i https://pkg.pr.new/@tanstack/react-devtools@452

@tanstack/solid-devtools

npm i https://pkg.pr.new/@tanstack/solid-devtools@452

@tanstack/vue-devtools

npm i https://pkg.pr.new/@tanstack/vue-devtools@452

commit: 8d31f49

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