From 79688fd43ae32f6194f7aed84467d0c1b07993a2 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 13 May 2026 13:15:32 -0400 Subject: [PATCH 1/3] chore: add CODEOWNERS file --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..ab63cad32d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +.github/ @TanStack/tanstack-core +.changeset/config.json @TanStack/tanstack-core +scripts/ @TanStack/tanstack-core \ No newline at end of file From dba772976e55fd6466aa0ce41f47bb91f667e80a Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 13 May 2026 13:28:12 -0400 Subject: [PATCH 2/3] chore: add Nx configs --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ab63cad32d..efea1fc866 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,5 @@ .github/ @TanStack/tanstack-core +.nx/ @TanStack/tanstack-core +nx.json @TanStack/tanstack-core .changeset/config.json @TanStack/tanstack-core scripts/ @TanStack/tanstack-core \ No newline at end of file From 3f961606ead6fd52a3f4c985cb21ff6e3f919ad1 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 13 May 2026 13:32:46 -0400 Subject: [PATCH 3/3] chore: add NPMRC --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index efea1fc866..ec37670885 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,5 @@ .nx/ @TanStack/tanstack-core nx.json @TanStack/tanstack-core .changeset/config.json @TanStack/tanstack-core -scripts/ @TanStack/tanstack-core \ No newline at end of file +scripts/ @TanStack/tanstack-core +.npmrc @TanStack/tanstack-core \ No newline at end of file