Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 8b0756a commit e6a8dcf
Show file tree
Hide file tree
Showing 61 changed files with 1,297 additions and 1,214 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
TAG: ${{ inputs.tag }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
directory: packages
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ always() }}
run: npx nx-cloud stop-all-agents
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
directory: packages
env:
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@angular/platform-browser-dynamic": "^19.0.0",
"@tanstack/angular-query-experimental": "^5.61.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/devtools-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tanstack/angular-query-devtools-experimental": "^5.61.3",
"@tanstack/angular-query-experimental": "^5.61.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@angular/platform-browser-dynamic": "^19.0.0",
"@tanstack/angular-query-experimental": "^5.61.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@angular/platform-browser-dynamic": "^19.0.0",
"@tanstack/angular-query-experimental": "^5.61.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/query-options-from-a-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/router": "^19.0.0",
"@tanstack/angular-query-experimental": "^5.61.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/router": "^19.0.0",
"@tanstack/angular-query-experimental": "^5.61.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/rxjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser-dynamic": "^19.0.0",
"@tanstack/angular-query-experimental": "^5.61.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@angular/platform-browser-dynamic": "^19.0.0",
"@tanstack/angular-query-experimental": "^5.61.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/react/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@algolia/client-search": "5.2.1",
"@algolia/client-search": "5.15.0",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-query-devtools": "^5.61.3",
"react": "19.0.0-rc-66855b96-20241106",
Expand All @@ -21,6 +21,6 @@
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/devtools-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
},
"msw": {
"workerDirectory": [
Expand Down
2 changes: 1 addition & 1 deletion examples/react/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
8 changes: 4 additions & 4 deletions examples/react/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"expo-status-bar": "^2.0.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-native": "^0.76.3",
"react-native-gesture-handler": "^2.20.2",
"react-native-gesture-handler": "^2.21.2",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "^3.16.2",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "^4.1.0",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^4.3.0",
"react-native-web": "^0.19.13"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.26.0",
"@expo/config": "^10.0.5",
"typescript": "5.7.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/react/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"match-sorter": "^6.3.4",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1",
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0",
"rooks": "^7.14.1",
"sort-by": "^1.2.0"
},
Expand All @@ -26,6 +26,6 @@
"@types/sort-by": "^1.2.3",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/react/rick-morty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@tanstack/react-query-devtools": "^5.61.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1"
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/shadow-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/react-dom": "npm:types-react-dom@rc",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/react/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@tanstack/react-query-devtools": "^5.61.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1"
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/solid/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^8.3.4",
"@astrojs/solid-js": "^4.4.4",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@tanstack/solid-query": "^5.60.6",
"@tanstack/solid-query-devtools": "^5.61.3",
"astro": "^4.16.1",
"astro": "^4.16.14",
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.15",
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"typescript": "5.7.2",
"vite": "^5.3.5",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"typescript": "5.7.2",
"vite": "^5.3.5",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"typescript": "5.7.2",
"vite": "^5.3.5",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.61.3",
"typescript": "5.7.2",
"vite": "^5.3.5",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2"
}
}
6 changes: 3 additions & 3 deletions examples/solid/solid-start-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.10",
"@tanstack/solid-query": "^5.60.6",
"@tanstack/solid-query-devtools": "^5.61.3",
"solid-js": "^1.9.3",
"vinxi": "^0.4.1"
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
8 changes: 4 additions & 4 deletions examples/svelte/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@tanstack/svelte-query-devtools": "^5.61.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
"svelte": "^4.2.19",
"svelte-check": "^4.1.0",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
8 changes: 4 additions & 4 deletions examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@tanstack/svelte-query-persist-client": "^5.61.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
"svelte": "^4.2.19",
"svelte-check": "^4.1.0",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
8 changes: 4 additions & 4 deletions examples/svelte/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@tanstack/svelte-query-devtools": "^5.61.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
"svelte": "^4.2.19",
"svelte-check": "^4.1.0",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
8 changes: 4 additions & 4 deletions examples/svelte/optimistic-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@tanstack/svelte-query-devtools": "^5.61.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
"svelte": "^4.2.19",
"svelte-check": "^4.1.0",
"typescript": "5.7.2",
"vite": "^5.3.5"
"vite": "^5.4.11"
}
}
Loading

0 comments on commit e6a8dcf

Please sign in to comment.