Skip to content

chore: migrate changesets changelog generator#23

Merged
bart-krakowski merged 1 commit into
TanStack:alphafrom
Sheraff:chore/migrate-changesets-changelog-github
May 27, 2026
Merged

chore: migrate changesets changelog generator#23
bart-krakowski merged 1 commit into
TanStack:alphafrom
Sheraff:chore/migrate-changesets-changelog-github

Conversation

@Sheraff
Copy link
Copy Markdown

@Sheraff Sheraff commented May 26, 2026

Summary

Migrate the Changesets changelog generator from the compact GitHub package to the official Changesets GitHub changelog package.

Changes

  • Update .changeset/config.json to use @changesets/changelog-github.
  • Preserve the TanStack/time repo option and add disableThanks: true.
  • Replace the root dev dependency with @changesets/changelog-github at ^0.7.0.
  • Refresh pnpm-lock.yaml with pnpm.

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" -- ':!node_modules' ':!**/node_modules/**' returned no matches.
  • Confirmed @changesets/changelog-github is present in the root dev dependency and lockfile.
  • node --input-type=module -e "const changelog = (await import('@changesets/changelog-github')).default; const line = await changelog.getReleaseLine({ summary: 'Fix timer #123', commit: undefined }, 'patch', { repo: 'TanStack/time', disableThanks: true }); console.log(line.trim());"
  • pnpm changeset status --since=alpha

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 56dfd6aa-b418-4407-8529-cde35490f6ac

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ 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
Added@​changesets/​changelog-github@​0.7.01001006893100

View full report

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 26, 2026

@tanstack/react-time

npm i https://pkg.pr.new/TanStack/time/@tanstack/react-time@23

@tanstack/react-time-devtools

npm i https://pkg.pr.new/TanStack/time/@tanstack/react-time-devtools@23

@tanstack/solid-time

npm i https://pkg.pr.new/TanStack/time/@tanstack/solid-time@23

@tanstack/solid-time-devtools

npm i https://pkg.pr.new/TanStack/time/@tanstack/solid-time-devtools@23

@tanstack/time

npm i https://pkg.pr.new/TanStack/time/@tanstack/time@23

@tanstack/time-devtools

npm i https://pkg.pr.new/TanStack/time/@tanstack/time-devtools@23

commit: 1324d0e

@bart-krakowski bart-krakowski merged commit 76fa0fc into TanStack:alpha May 27, 2026
7 of 8 checks passed
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.

2 participants