Skip to content

Commit

Permalink
chore: update dependencies (#8464)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* pnpm dedupe

* ci: apply automated fixes

* fix: downgrade nx to fix graph

* update node

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
lachlancollins and autofix-ci[bot] authored Dec 21, 2024
1 parent a76ac59 commit 5be3872
Show file tree
Hide file tree
Showing 44 changed files with 872 additions and 997 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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.4.0
22.12.0
2 changes: 1 addition & 1 deletion examples/react/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.18",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/infinite-query-with-max-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.18",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.18",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.13.1"
"react-intersection-observer": "^9.14.0"
},
"devDependencies": {
"@types/react": "^18.2.79",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs-app-prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^15.0.3",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs-suspense-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"@tanstack/react-query-next-experimental": "^5.62.8",
"next": "^14.2.18",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.18",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/optimistic-updates-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.18",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/optimistic-updates-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.18",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.18",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react/playground/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
body {
margin: 0;
padding: 1rem;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: white;
Expand Down
2 changes: 1 addition & 1 deletion examples/react/prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.8",
"next": "^14.2.18",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react/react-router/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ html {
}

body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@astrojs/vercel": "^7.8.2",
"@tanstack/solid-query": "^5.62.8",
"@tanstack/solid-query-devtools": "^5.62.8",
"astro": "^4.16.1",
"astro": "^4.16.18",
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.7",
"typescript": "5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/solid-start-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"@solidjs/router": "^0.15.2",
"@solidjs/start": "^1.0.10",
"@tanstack/solid-query": "^5.62.8",
"@tanstack/solid-query-devtools": "^5.62.8",
"solid-js": "^1.9.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@tanstack/svelte-query-devtools": "^5.62.8"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.14.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@tanstack/svelte-query-persist-client": "^5.62.8"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.14.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@tanstack/svelte-query-devtools": "^5.62.8"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.14.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/optimistic-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@tanstack/svelte-query-devtools": "^5.62.8"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.14.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@tanstack/svelte-query-devtools": "^5.62.8"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.14.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/svelte/playground/src/app.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
body {
margin: 0;
padding: 1rem;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: white;
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@tanstack/svelte-query-devtools": "^5.62.8"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.14.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@tanstack/svelte-query-devtools": "^5.62.8"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.14.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.7.2",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/dependent-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.7.2",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.7.2",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.7.2",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/react-next-14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@tanstack/react-query": "workspace:*",
"@tanstack/react-query-devtools": "workspace:*",
"next": "^14.2.18",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/react-next-15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@js-temporal/polyfill": "^0.4.4",
"@tanstack/react-query": "workspace:*",
"@tanstack/react-query-devtools": "workspace:*",
"next": "^15.0.3",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tupleson": "0.23.1"
Expand Down
2 changes: 1 addition & 1 deletion integrations/vue-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.6.3",
"vite": "^5.3.5",
"vue-tsc": "^2.1.10"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/TanStack/query.git"
},
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.0",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -38,24 +38,24 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@cspell/eslint-plugin": "^8.16.0",
"@eslint-react/eslint-plugin": "^1.17.1",
"@tanstack/config": "^0.14.0",
"@cspell/eslint-plugin": "^8.17.1",
"@eslint-react/eslint-plugin": "^1.19.0",
"@tanstack/config": "^0.14.2",
"@testing-library/jest-dom": "^6.6.3",
"@types/eslint": "^9.6.1",
"@types/node": "^22.9.3",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitest/coverage-istanbul": "^2.0.4",
"@vitest/eslint-plugin": "^1.1.0",
"@vitest/eslint-plugin": "^1.1.16",
"cpy-cli": "^5.0.0",
"esbuild-plugin-file-path-extensions": "^2.1.2",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.1.0",
"jsdom": "^25.0.1",
"knip": "^5.37.2",
"knip": "^5.40.0",
"nx": "^20.1.3",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"publint": "^0.2.12",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-query-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@microsoft/api-extractor": "^7.48.0",
"@microsoft/api-extractor": "^7.48.1",
"eslint-plugin-jsdoc": "^50.5.0",
"tsup": "8.0.2",
"typescript": "5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"!src/__tests__"
],
"dependencies": {
"@typescript-eslint/utils": "^8.15.0"
"@typescript-eslint/utils": "^8.18.1"
},
"devDependencies": {
"@typescript-eslint/rule-tester": "^8.15.0",
"@typescript-eslint/rule-tester": "^8.18.1",
"combinate": "^1.1.11",
"eslint": "^9.15.0"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/query-devtools/src/Devtools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,10 @@ const QueryStatus: Component<QueryStatusProps> = (props) => {
css`
cursor: pointer;
&:hover {
background: ${t(colors.gray[200], colors.darkGray[400])}${alpha[80]};
background: ${t(
colors.gray[200],
colors.darkGray[400],
)}${alpha[80]};
}
`,
'tsqd-query-status-tag',
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"devDependencies": {
"@tanstack/react-query": "workspace:*",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.0",
"@vitejs/plugin-react": "^4.3.3",
"react": "^19.0.0"
Expand Down
Loading

0 comments on commit 5be3872

Please sign in to comment.