chore: migrate changesets changelog generator#1559
Conversation
|
Warning Review limit reached
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
More templates
@tanstack/angular-db
@tanstack/browser-db-sqlite-persistence
@tanstack/capacitor-db-sqlite-persistence
@tanstack/cloudflare-durable-objects-db-sqlite-persistence
@tanstack/db
@tanstack/db-ivm
@tanstack/db-sqlite-persistence-core
@tanstack/electric-db-collection
@tanstack/electron-db-sqlite-persistence
@tanstack/expo-db-sqlite-persistence
@tanstack/node-db-sqlite-persistence
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/react-native-db-sqlite-persistence
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/tauri-db-sqlite-persistence
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
Summary
Migrate Changesets changelog generation from the deprecated compact GitHub generator to the official Changesets GitHub changelog package.
Changes
@svitejs/changesets-changelog-github-compactwith@changesets/changelog-github.TanStack/dbrepo option and addeddisableThanks: true.pnpm-lock.yamlfor 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.yamlreturned no tracked deprecated refs.git grep -n "@changesets/changelog-github\|disableThanks" -- .changeset package.json pnpm-workspace.yaml pnpm-lock.yamlconfirmed official config/package/lockfile refs.pnpm install --lockfile-onlycompleted successfully.pnpm changeset status --since=mainwas attempted, but pnpm failed while installing workspace dependencies withERR_PNPM_ENOSPC(no space left on device).