diff --git a/.changeset/lucky-melons-rush.md b/.changeset/lucky-melons-rush.md deleted file mode 100644 index fa6bf9f3..00000000 --- a/.changeset/lucky-melons-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/publish-config': patch ---- - -Gracefully handle 403 errors when commenting on fork PRs where the token has read-only access. diff --git a/package.json b/package.json index 6724a2f1..fb726f8c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/TanStack/config.git" }, - "packageManager": "pnpm@10.33.0", + "packageManager": "pnpm@11.1.0", "type": "module", "scripts": { "clean": "pnpm --filter \"./packages/**\" run clean", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index de07c12a..8f232dc9 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,6 +6,10 @@ packages: - integrations/* - packages/* +allowBuilds: + nx: true + unrs-resolver: true + catalog: '@arethetypeswrong/core': ^0.18.2 '@changesets/cli': ^2.30.0