From 3ebf9f110a2bd5d1a84a5630abca7773c236fcec Mon Sep 17 00:00:00 2001 From: Sheraff Date: Tue, 26 May 2026 19:50:47 +0200 Subject: [PATCH 1/2] chore: migrate changesets changelog generator --- .changeset/config.json | 4 ++-- package.json | 2 +- pnpm-lock.yaml | 46 ++++++++++++++++++++++++------------------ pnpm-workspace.yaml | 2 +- 4 files changed, 30 insertions(+), 24 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index bebffec1..ffc872a3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,8 +1,8 @@ { "$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json", "changelog": [ - "@svitejs/changesets-changelog-github-compact", - { "repo": "TanStack/config" } + "@changesets/changelog-github", + { "repo": "TanStack/config", "disableThanks": true } ], "commit": false, "access": "public", diff --git a/package.json b/package.json index 1ba8e6f5..e9659a55 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@arethetypeswrong/core": "catalog:", "@changesets/cli": "catalog:", - "@svitejs/changesets-changelog-github-compact": "catalog:", + "@changesets/changelog-github": "catalog:", "@types/node": "catalog:", "eslint": "catalog:", "jiti": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd6c0a76..44112628 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,6 +9,9 @@ catalogs: '@arethetypeswrong/core': specifier: ^0.18.2 version: 0.18.2 + '@changesets/changelog-github': + specifier: ^0.7.0 + version: 0.7.0 '@changesets/cli': specifier: ^2.31.0 version: 2.31.0 @@ -21,9 +24,6 @@ catalogs: '@stylistic/eslint-plugin': specifier: ^5.10.0 version: 5.10.0 - '@svitejs/changesets-changelog-github-compact': - specifier: ^1.2.0 - version: 1.2.0 '@tanstack/query-core': specifier: ^5.100.10 version: 5.100.10 @@ -155,12 +155,12 @@ importers: '@arethetypeswrong/core': specifier: 'catalog:' version: 0.18.2 + '@changesets/changelog-github': + specifier: 'catalog:' + version: 0.7.0 '@changesets/cli': specifier: 'catalog:' version: 2.31.0(@types/node@24.12.3) - '@svitejs/changesets-changelog-github-compact': - specifier: 'catalog:' - version: 1.2.0 '@types/node': specifier: 'catalog:' version: 24.12.3 @@ -444,6 +444,9 @@ packages: '@changesets/changelog-git@0.2.1': resolution: {integrity: sha512-x/xEleCFLH28c3bQeQIyeZf8lFXyDFVn1SgcBiR2Tw/r4IAWlk1fzxCEZ6NxQAjF2Nwtczoen3OA2qR+UawQ8Q==} + '@changesets/changelog-github@0.7.0': + resolution: {integrity: sha512-rBsbRvc4TVn+FvFnOVM3LxlFJfTXXCp8gfVJ+0BubxWNSVnLuAzowi5j+IEraLLP52w8AAs9QfKbPS3MMiXQJA==} + '@changesets/cli@2.31.0': resolution: {integrity: sha512-AhI4enNTgHu2IZr6K4WZyf0EPch4XVMn1yOMFmCD9gsfBGqMYaHXls5HyDv6/CL5axVQABz68eG30eCtbr2wFg==} hasBin: true @@ -457,8 +460,8 @@ packages: '@changesets/get-dependents-graph@2.1.4': resolution: {integrity: sha512-ZsS00x6WvmHq3sQv8oCMwL0f/z3wbXCVuSVTJwCnnmbC/iBdNJGFx1EcbMG4PC6sXRyH69liM4A2WKXzn/kRPg==} - '@changesets/get-github-info@0.6.0': - resolution: {integrity: sha512-v/TSnFVXI8vzX9/w3DU2Ol+UlTZcu3m0kXTjTT4KlAdwSvwutcByYwyYn9hwerPWfPkT2JfpoX0KgvCEi8Q/SA==} + '@changesets/get-github-info@0.8.0': + resolution: {integrity: sha512-cRnC+xdF0JIik7coko3iUP9qbnfi1iJQ3sAa6dE+Tx3+ET8bjFEm63PA4WEohgjYcmsOikPHWzPsMWWiZmntOQ==} '@changesets/get-release-plan@4.0.16': resolution: {integrity: sha512-2K5Om6CrMPm45rtvckfzWo7e9jOVCKLCnXia5eUPaURH7/LWzri7pK1TycdzAuAtehLkW7VPbWLCSExTHmiI6g==} @@ -940,10 +943,6 @@ packages: peerDependencies: eslint: ^9.0.0 || ^10.0.0 - '@svitejs/changesets-changelog-github-compact@1.2.0': - resolution: {integrity: sha512-08eKiDAjj4zLug1taXSIJ0kGL5cawjVCyJkBb6EWSg5fEPX6L+Wtr0CH2If4j5KYylz85iaZiFlUItvgJvll5g==} - engines: {node: ^14.13.1 || ^16.0.0 || >=18} - '@tanstack/query-core@5.100.10': resolution: {integrity: sha512-8UR0yJR+GiQ40m3lPhUr0xbfAupe6GSQiksSBSa9SM2NjezFyxXCIA69/lz8cSoNKZLrw1/PktIyQBJcVeMi3w==} @@ -1599,6 +1598,10 @@ packages: resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==} engines: {node: '>=12'} + dotenv@8.6.0: + resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==} + engines: {node: '>=10'} + dts-resolver@3.0.0: resolution: {integrity: sha512-1T1f+z+4tl9XD+m+0HBgWoL/nm0bOIffyWaUuUSBlFg/86IWvfx+wjNaO/ybU0AJzG9/Mi5hBUgGV6zCmWEN7Q==} engines: {node: ^22.18.0 || >=24.0.0} @@ -3309,6 +3312,14 @@ snapshots: dependencies: '@changesets/types': 6.1.0 + '@changesets/changelog-github@0.7.0': + dependencies: + '@changesets/get-github-info': 0.8.0 + '@changesets/types': 6.1.0 + dotenv: 8.6.0 + transitivePeerDependencies: + - encoding + '@changesets/cli@2.31.0(@types/node@24.12.3)': dependencies: '@changesets/apply-release-plan': 7.1.1 @@ -3362,7 +3373,7 @@ snapshots: picocolors: 1.1.1 semver: 7.8.0 - '@changesets/get-github-info@0.6.0': + '@changesets/get-github-info@0.8.0': dependencies: dataloader: 1.4.0 node-fetch: 2.7.0 @@ -3844,13 +3855,6 @@ snapshots: estraverse: 5.3.0 picomatch: 4.0.4 - '@svitejs/changesets-changelog-github-compact@1.2.0': - dependencies: - '@changesets/get-github-info': 0.6.0 - dotenv: 16.6.1 - transitivePeerDependencies: - - encoding - '@tanstack/query-core@5.100.10': {} '@tybys/wasm-util@0.10.2': @@ -4523,6 +4527,8 @@ snapshots: dotenv@16.6.1: {} + dotenv@8.6.0: {} + dts-resolver@3.0.0: {} dunder-proto@1.0.1: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b4640cd9..aa649263 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -8,11 +8,11 @@ packages: catalog: '@arethetypeswrong/core': ^0.18.2 + '@changesets/changelog-github': ^0.7.0 '@changesets/cli': ^2.31.0 '@commitlint/parse': ^20.5.0 '@eslint/js': ^10.0.1 '@stylistic/eslint-plugin': ^5.10.0 - '@svitejs/changesets-changelog-github-compact': ^1.2.0 '@tanstack/query-core': ^5.100.10 '@types/eslint': ^9.6.1 '@types/jsonfile': ^6.1.4 From b901951a9a2e26e2bebe829a41ca4dad74987d28 Mon Sep 17 00:00:00 2001 From: Sheraff Date: Tue, 26 May 2026 20:54:22 +0200 Subject: [PATCH 2/2] chore: sort changelog dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9659a55..b4b8e32f 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ }, "devDependencies": { "@arethetypeswrong/core": "catalog:", - "@changesets/cli": "catalog:", "@changesets/changelog-github": "catalog:", + "@changesets/cli": "catalog:", "@types/node": "catalog:", "eslint": "catalog:", "jiti": "catalog:",