From 14e94f9d7a065f6fea9f7366534ee953af194583 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 13 May 2026 13:11:37 -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 0fa97f41b08e213b7d24b149f22bb25ea856900a Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 13 May 2026 13:33:02 -0400 Subject: [PATCH 2/3] chore: add Nx and NPMRC --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ab63cad32d..ec37670885 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,6 @@ .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 +scripts/ @TanStack/tanstack-core +.npmrc @TanStack/tanstack-core \ No newline at end of file From acfe520efdfa20108f3ebddaac083d41a2eabd24 Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Thu, 14 May 2026 07:40:29 +0200 Subject: [PATCH 3/3] Update .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ec37670885..a4c1d62013 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,7 @@ .github/ @TanStack/tanstack-core .nx/ @TanStack/tanstack-core nx.json @TanStack/tanstack-core +/scripts/nx @TanStack/tanstack-core .changeset/config.json @TanStack/tanstack-core scripts/ @TanStack/tanstack-core .npmrc @TanStack/tanstack-core \ No newline at end of file