Skip to content

chore: migrate changesets changelog generator#1559

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

chore: migrate changesets changelog generator#1559
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 Changesets changelog generation from the deprecated compact GitHub generator to the official Changesets GitHub changelog package.

Changes

  • Replaced @svitejs/changesets-changelog-github-compact with @changesets/changelog-github.
  • Preserved the TanStack/db repo option and added disableThanks: true.
  • Refreshed pnpm-lock.yaml for the official changelog package.

Notes

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

Verification

  • git grep -n "@svitejs/changesets-changelog-github-compact\|changesets-changelog-github-compact" -- .changeset package.json pnpm-workspace.yaml pnpm-lock.yaml returned no tracked deprecated refs.
  • git grep -n "@changesets/changelog-github\|disableThanks" -- .changeset package.json pnpm-workspace.yaml pnpm-lock.yaml confirmed official config/package/lockfile refs.
  • pnpm install --lockfile-only completed successfully.
  • pnpm changeset status --since=main was attempted, but pnpm failed while installing workspace dependencies with ERR_PNPM_ENOSPC (no space left on device).
  • Import/output smoke test was attempted, but dependency linking was unavailable after the install failure.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 26, 2026

Warning

Review limit reached

@Sheraff, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 7 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 84c9d2fe-f594-4304-ae82-4f154aa802fe

📥 Commits

Reviewing files that changed from the base of the PR and between be656be and bf093c9.

⛔ 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
✨ 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
Addednpm/​@​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-db

npm i https://pkg.pr.new/@tanstack/angular-db@1559

@tanstack/browser-db-sqlite-persistence

npm i https://pkg.pr.new/@tanstack/browser-db-sqlite-persistence@1559

@tanstack/capacitor-db-sqlite-persistence

npm i https://pkg.pr.new/@tanstack/capacitor-db-sqlite-persistence@1559

@tanstack/cloudflare-durable-objects-db-sqlite-persistence

npm i https://pkg.pr.new/@tanstack/cloudflare-durable-objects-db-sqlite-persistence@1559

@tanstack/db

npm i https://pkg.pr.new/@tanstack/db@1559

@tanstack/db-ivm

npm i https://pkg.pr.new/@tanstack/db-ivm@1559

@tanstack/db-sqlite-persistence-core

npm i https://pkg.pr.new/@tanstack/db-sqlite-persistence-core@1559

@tanstack/electric-db-collection

npm i https://pkg.pr.new/@tanstack/electric-db-collection@1559

@tanstack/electron-db-sqlite-persistence

npm i https://pkg.pr.new/@tanstack/electron-db-sqlite-persistence@1559

@tanstack/expo-db-sqlite-persistence

npm i https://pkg.pr.new/@tanstack/expo-db-sqlite-persistence@1559

@tanstack/node-db-sqlite-persistence

npm i https://pkg.pr.new/@tanstack/node-db-sqlite-persistence@1559

@tanstack/offline-transactions

npm i https://pkg.pr.new/@tanstack/offline-transactions@1559

@tanstack/powersync-db-collection

npm i https://pkg.pr.new/@tanstack/powersync-db-collection@1559

@tanstack/query-db-collection

npm i https://pkg.pr.new/@tanstack/query-db-collection@1559

@tanstack/react-db

npm i https://pkg.pr.new/@tanstack/react-db@1559

@tanstack/react-native-db-sqlite-persistence

npm i https://pkg.pr.new/@tanstack/react-native-db-sqlite-persistence@1559

@tanstack/rxdb-db-collection

npm i https://pkg.pr.new/@tanstack/rxdb-db-collection@1559

@tanstack/solid-db

npm i https://pkg.pr.new/@tanstack/solid-db@1559

@tanstack/svelte-db

npm i https://pkg.pr.new/@tanstack/svelte-db@1559

@tanstack/tauri-db-sqlite-persistence

npm i https://pkg.pr.new/@tanstack/tauri-db-sqlite-persistence@1559

@tanstack/trailbase-db-collection

npm i https://pkg.pr.new/@tanstack/trailbase-db-collection@1559

@tanstack/vue-db

npm i https://pkg.pr.new/@tanstack/vue-db@1559

commit: bf093c9

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