chore: migrate changesets changelog generator#6283
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
i'll redo that one and target |
|
Closing this because it was opened against |
Summary
Migrate the Changesets changelog generator from the deprecated compact GitHub package to the official Changesets GitHub changelog package.
Changes
@svitejs/changesets-changelog-github-compactwith@changesets/changelog-github.TanStack/tablerepo option and adddisableThanks: true.pnpm-lock.yamlfor 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 || truegit grep -n "@changesets/changelog-github" -- .changeset/config.json package.json pnpm-lock.yaml pnpm-workspace.yamlcorepack pnpm install --lockfile-only --ignore-scripts --no-frozen-lockfilenode -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