Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- name: Setup Tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
actions: read # Required for Claude to read CI results on PRs
steps:
- name: Checkout code
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0 # required for Claude Code
- uses: anthropics/claude-code-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.27.0
version: 10.30.0

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- name: Setup Tools
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- name: Setup Tools
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Build Packages
Expand All @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Build Packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- name: Setup Tools
Expand All @@ -32,7 +32,7 @@ jobs:
run: pnpm run lint && pnpm run build && pnpm run test
- name: Run Changesets (version or publish)
id: changesets
uses: changesets/action@v1.5.3
uses: changesets/action@v1.7.0
with:
version: pnpm run changeset:version
publish: pnpm run changeset:publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reproduce-and-fix-issue-claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-pr-claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pnpm 10.26.0
pnpm 10.30.0
nodejs 22.13.1
8 changes: 4 additions & 4 deletions examples/angular/todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
"@tanstack/db": "^0.5.27",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^20.3.16",
"@angular/cli": "^20.3.16",
"@angular/compiler-cli": "^20.3.16",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/postcss": "^4.2.0",
"@types/jasmine": "~5.1.15",
"jasmine-core": "~5.13.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-jasmine-html-reporter": "~2.2.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
24 changes: 12 additions & 12 deletions examples/react-native/offline-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
},
"dependencies": {
"@expo/metro-runtime": "~5.0.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "11.5.2",
"@tanstack/offline-transactions": "^1.0.17",
"@tanstack/query-db-collection": "^1.0.24",
"@tanstack/react-db": "^0.1.71",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
"expo-linking": "~7.1.0",
"@tanstack/react-query": "^5.90.21",
"expo": "~53.0.27",
"expo-constants": "~17.1.8",
"expo-linking": "~7.1.7",
"expo-router": "~5.1.11",
"expo-status-bar": "~2.2.0",
"metro": "0.82.5",
"expo-status-bar": "~2.2.3",
"metro": "0.83.3",
"react": "^19.2.4",
"react-native": "0.79.6",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native": "0.84.0",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "~4.23.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/react": "^19.2.13",
"@types/react": "^19.2.14",
"cors": "^2.8.6",
"express": "^5.2.1",
"tsx": "^4.21.0",
Expand Down
18 changes: 9 additions & 9 deletions examples/react/offline-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"@tanstack/offline-transactions": "^1.0.17",
"@tanstack/query-db-collection": "^1.0.24",
"@tanstack/react-db": "^0.1.71",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-devtools": "^1.159.5",
"@tanstack/react-start": "^1.159.5",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.161.1",
"@tanstack/react-router-devtools": "^1.161.1",
"@tanstack/react-start": "^1.161.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^2.6.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tailwindcss/vite": "^4.2.0",
"@types/node": "^25.2.2",
"@types/react": "^19.2.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.3",
"@vitejs/plugin-react": "^5.1.4",
"chokidar": "^4.0.3",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.2",
"vite": "^7.3.0",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^5.1.4"
}
}
6 changes: 3 additions & 3 deletions examples/react/paced-mutations-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/react": "^19.2.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.3",
"@vitejs/plugin-react": "^5.1.4",
"typescript": "^5.9.2",
"vite": "^7.3.0"
"vite": "^7.3.1"
}
}
22 changes: 11 additions & 11 deletions examples/react/projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
"format:check": "prettier --check ."
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tailwindcss/vite": "^4.2.0",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.24",
"@tanstack/react-db": "^0.1.71",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-devtools": "^1.159.5",
"@tanstack/react-router": "^1.161.1",
"@tanstack/react-router-devtools": "^1.161.1",
"@tanstack/react-router-with-query": "^1.130.17",
"@tanstack/react-start": "^1.159.5",
"@tanstack/router-plugin": "^1.159.5",
"@tanstack/react-start": "^1.161.1",
"@tanstack/router-plugin": "^1.161.1",
"@trpc/client": "^11.10.0",
"@trpc/server": "^11.10.0",
"better-auth": "^1.4.18",
"dotenv": "^17.2.4",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
"pg": "^8.18.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.2.0",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.3.6"
Expand All @@ -44,10 +44,10 @@
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"@vitejs/plugin-react": "^5.1.3",
"concurrently": "^9.2.1",
"drizzle-kit": "^0.31.9",
Expand All @@ -60,7 +60,7 @@
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.2",
"vite": "^7.3.0",
"vite": "^7.3.1",
"vitest": "^3.2.4",
"web-vitals": "^5.1.0"
}
Expand Down
18 changes: 9 additions & 9 deletions examples/react/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.24",
"@tanstack/react-db": "^0.1.71",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-start": "^1.159.5",
"@tanstack/react-router": "^1.161.1",
"@tanstack/react-start": "^1.161.1",
"@tanstack/trailbase-db-collection": "^0.1.71",
"cors": "^2.8.6",
"drizzle-orm": "^0.45.1",
Expand All @@ -17,29 +17,29 @@
"postgres": "^3.4.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.1.18",
"trailbase": "^0.8.0",
"tailwindcss": "^4.2.0",
"trailbase": "^0.9.0",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tailwindcss/vite": "^4.1.18",
"@tailwindcss/vite": "^4.2.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^25.2.2",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"@vitejs/plugin-react": "^5.1.3",
"concurrently": "^9.2.1",
"dotenv": "^17.2.4",
"drizzle-kit": "^0.31.9",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"eslint-plugin-react-refresh": "^0.5.0",
"pg": "^8.18.0",
"tsx": "^4.21.0",
"typescript": "^5.9.2",
Expand Down
14 changes: 7 additions & 7 deletions examples/solid/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.24",
"@tanstack/solid-db": "^0.2.7",
"@tanstack/solid-router": "^1.159.5",
"@tanstack/solid-start": "^1.159.5",
"@tanstack/solid-router": "^1.161.1",
"@tanstack/solid-start": "^1.161.1",
"@tanstack/trailbase-db-collection": "^0.1.71",
"cors": "^2.8.6",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
"express": "^5.2.1",
"postgres": "^3.4.8",
"solid-js": "^1.9.11",
"tailwindcss": "^4.1.18",
"trailbase": "^0.8.0",
"tailwindcss": "^4.2.0",
"trailbase": "^0.9.0",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tailwindcss/vite": "^4.1.18",
"@tailwindcss/vite": "^4.2.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^25.2.2",
"@types/pg": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"concurrently": "^9.2.1",
"dotenv": "^17.2.4",
"drizzle-kit": "^0.31.9",
Expand Down
Loading
Loading