From 5f347a8c15b88183b6193dea3995b299f180bb1e Mon Sep 17 00:00:00 2001 From: Sarah Gerrard Date: Tue, 12 May 2026 06:04:10 -0700 Subject: [PATCH 1/3] bump pnpm --- package.json | 2 +- pnpm-workspace.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 33064f6..447ff18 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/TanStack/intent" }, - "packageManager": "pnpm@10.26.1", + "packageManager": "pnpm@11.1.1", "type": "module", "scripts": { "build": "nx affected --skip-nx-cache --targets=build --exclude=examples/**", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9edf8c7..305f702 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -11,3 +11,9 @@ packageExtensions: packages: - 'benchmarks/*' - 'packages/*' + +allowBuilds: + core-js: set this to true or false + esbuild: set this to true or false + nx: set this to true or false + unrs-resolver: set this to true or false From 3264febc5efbddb95201981cca96c754cd60cf97 Mon Sep 17 00:00:00 2001 From: Sarah Gerrard Date: Tue, 12 May 2026 06:27:40 -0700 Subject: [PATCH 2/3] update commit sha --- .github/workflows/autofix.yml | 2 +- .github/workflows/benchmarks.yml | 2 +- .github/workflows/pr.yml | 4 ++-- .github/workflows/release.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 1f48e15..0ddce7f 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.1 - name: Setup Tools - uses: tanstack/config/.github/setup@main + uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main - name: Fix formatting run: pnpm run format - name: Regenerate docs diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index a1a9b42..2c0e1ac 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Setup Tools - uses: tanstack/config/.github/setup@main + uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main - name: Run intent CodSpeed benchmark continue-on-error: true diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 53e9b84..0129631 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 - name: Setup Tools - uses: tanstack/config/.github/setup@main + uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main - name: Get base and head commits for `nx affected` uses: nrwl/nx-set-shas@v4.4.0 with: @@ -43,7 +43,7 @@ jobs: with: fetch-depth: 0 - name: Setup Tools - uses: tanstack/config/.github/setup@main + uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main - name: Build Packages run: pnpm run build:all - name: Publish Previews diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f53614..b129049 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: if: steps.changesets.outputs.has_changesets == 'true' run: npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" - name: Setup Tools - uses: TanStack/config/.github/setup@main + uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main - name: Run Tests if: steps.changesets.outputs.has_changesets == 'true' run: pnpm run test:ci --parallel=3 From 86210199c14192c873ded4d3cdc610416f64134f Mon Sep 17 00:00:00 2001 From: Sarah Gerrard Date: Tue, 12 May 2026 06:42:52 -0700 Subject: [PATCH 3/3] fix workspace --- pnpm-workspace.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 305f702..fda28a7 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -13,7 +13,7 @@ packages: - 'packages/*' allowBuilds: - core-js: set this to true or false - esbuild: set this to true or false - nx: set this to true or false - unrs-resolver: set this to true or false + core-js: false + esbuild: true + nx: false + unrs-resolver: false