chore: migrate changesets changelog generator#141
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 (1)
📝 WalkthroughWalkthroughThe PR replaces the Changesets changelog plugin with ChangesChangelog tool migration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 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 50afbb5
☁️ Nx Cloud last updated this comment at |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
commit: |
Summary
Migrate the Changesets changelog generator from the compact community package to the official GitHub changelog package.
Changes
.changeset/config.jsonto use@changesets/changelog-github.TanStack/intentrepo option and addeddisableThanks: true.@changesets/changelog-githubat^0.7.0.pnpm-lock.yamlwith pnpm.Notes
Future changelog entries will use the official Changesets GitHub layout instead of the compact suffix layout.
Verification
pnpm install --ignore-scripts --no-frozen-lockfile --lockfile-only --trust-policy-exclude '*'pnpm install --ignore-scripts --no-frozen-lockfile --trust-policy-exclude '*'rg '@svitejs/changesets-changelog-github-compact'rg '@changesets/changelog-github' package.json pnpm-lock.yaml .changeset/config.jsonnode -e "import('@changesets/changelog-github').then((m) => { console.log(typeof m.default, Object.keys(m).sort().join(',')) })"pnpm changeset status --since=mainSummary by CodeRabbit