chore: migrate changesets changelog generator#7490
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent 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)
📝 WalkthroughWalkthroughThe pull request updates the Changesets changelog generation toolchain by replacing the compact GitHub changelog plugin with the standard ChangesChangelog GitHub Plugin Upgrade
🎯 2 (Simple) | ⏱️ ~5 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit 9504689
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Summary
Migrates Changesets changelog generation from the deprecated
@svitejs/changesets-changelog-github-compactpackage to the maintained official@changesets/changelog-githubpackage.Changes
.changeset/config.jsonto use@changesets/changelog-githubwithrepo: "TanStack/router".disableThanks: trueso generated entries stay closer to the previous compact output by omittingThanks @usertext.pnpm-lock.yaml.Notes
repooption.Verification
pnpm install --no-frozen-lockfilepnpm exec node -e ...import/output smoke test for@changesets/changelog-githubpnpm changeset status --since=maingit grep -n "@svitejs/changesets-changelog-github-compact" -- .returns no matchespnpm why @changesets/changelog-githubshows the root dev dependency