Skip to content

Commit 713ba3a

Browse files
chore(deps): update packages (#9003)
* chore(deps): update packages * ci: apply automated fixes * Remove @types/eslint --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent a48ec06 commit 713ba3a

File tree

79 files changed

+839
-932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+839
-932
lines changed

examples/angular/auto-refetching/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@angular/build": "^19.2.5",
2424
"@angular/cli": "^19.2.5",
2525
"@angular/compiler-cli": "^19.2.4",
26-
"typescript": "5.8.2"
26+
"typescript": "5.8.3"
2727
}
2828
}

examples/angular/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@angular/build": "^19.2.5",
2424
"@angular/cli": "^19.2.5",
2525
"@angular/compiler-cli": "^19.2.4",
26-
"typescript": "5.8.2"
26+
"typescript": "5.8.3"
2727
}
2828
}

examples/angular/devtools-panel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@angular/build": "^19.2.5",
2626
"@angular/cli": "^19.2.5",
2727
"@angular/compiler-cli": "^19.2.4",
28-
"typescript": "5.8.2"
28+
"typescript": "5.8.3"
2929
}
3030
}

examples/angular/infinite-query-with-max-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@angular/build": "^19.2.5",
2424
"@angular/cli": "^19.2.5",
2525
"@angular/compiler-cli": "^19.2.4",
26-
"typescript": "5.8.2"
26+
"typescript": "5.8.3"
2727
}
2828
}

examples/angular/optimistic-updates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@angular/build": "^19.2.5",
2525
"@angular/cli": "^19.2.5",
2626
"@angular/compiler-cli": "^19.2.4",
27-
"typescript": "5.8.2"
27+
"typescript": "5.8.3"
2828
}
2929
}

examples/angular/pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@angular/build": "^19.2.5",
2424
"@angular/cli": "^19.2.5",
2525
"@angular/compiler-cli": "^19.2.4",
26-
"typescript": "5.8.2"
26+
"typescript": "5.8.3"
2727
}
2828
}

examples/angular/query-options-from-a-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@angular/build": "^19.2.5",
2525
"@angular/cli": "^19.2.5",
2626
"@angular/compiler-cli": "^19.2.4",
27-
"typescript": "5.8.2"
27+
"typescript": "5.8.3"
2828
}
2929
}

examples/angular/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@angular/build": "^19.2.5",
2525
"@angular/cli": "^19.2.5",
2626
"@angular/compiler-cli": "^19.2.4",
27-
"typescript": "5.8.2"
27+
"typescript": "5.8.3"
2828
}
2929
}

examples/angular/rxjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@angular/build": "^19.2.5",
2525
"@angular/cli": "^19.2.5",
2626
"@angular/compiler-cli": "^19.2.4",
27-
"typescript": "5.8.2"
27+
"typescript": "5.8.3"
2828
}
2929
}

examples/angular/simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@angular/build": "^19.2.5",
2424
"@angular/cli": "^19.2.5",
2525
"@angular/compiler-cli": "^19.2.4",
26-
"typescript": "5.8.2"
26+
"typescript": "5.8.3"
2727
}
2828
}

examples/react/algolia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react": "^18.2.79",
2020
"@types/react-dom": "^18.2.25",
2121
"@vitejs/plugin-react": "^4.3.4",
22-
"typescript": "5.8.2",
22+
"typescript": "5.8.3",
2323
"vite": "^6.2.4"
2424
}
2525
}

examples/react/auto-refetching/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.72.2",
1212
"@tanstack/react-query-devtools": "^5.72.2",
13-
"next": "^15.0.0",
13+
"next": "^15.1.2",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.2.79",
1919
"@types/react-dom": "^18.2.25",
20-
"typescript": "5.8.2"
20+
"typescript": "5.8.3"
2121
}
2222
}

examples/react/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^18.2.79",
2222
"@types/react-dom": "^18.2.25",
2323
"@vitejs/plugin-react": "^4.3.4",
24-
"typescript": "5.8.2",
24+
"typescript": "5.8.3",
2525
"vite": "^6.2.4"
2626
},
2727
"nx": {

examples/react/chat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@tailwindcss/vite": "^4.0.14",
1818
"@vitejs/plugin-react": "^4.3.4",
1919
"tailwindcss": "^4.0.14",
20-
"typescript": "5.8.2",
20+
"typescript": "5.8.3",
2121
"vite": "^6.2.4"
2222
}
2323
}

examples/react/default-query-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^4.3.4",
18-
"typescript": "5.8.2",
18+
"typescript": "5.8.3",
1919
"vite": "^6.2.4"
2020
}
2121
}

examples/react/devtools-panel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^4.3.4",
18-
"typescript": "5.8.2",
18+
"typescript": "5.8.3",
1919
"vite": "^6.2.4"
2020
}
2121
}

examples/react/eslint-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^18.2.79",
2222
"@types/react-dom": "^18.2.25",
2323
"@vitejs/plugin-react": "^4.3.4",
24-
"typescript": "5.8.2",
24+
"typescript": "5.8.3",
2525
"vite": "^6.2.4"
2626
},
2727
"nx": {

examples/react/infinite-query-with-max-pages/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.72.2",
1212
"@tanstack/react-query-devtools": "^5.72.2",
13-
"next": "^15.0.0",
13+
"next": "^15.1.2",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.2.79",
1919
"@types/react-dom": "^18.2.25",
20-
"typescript": "5.8.2"
20+
"typescript": "5.8.3"
2121
}
2222
}

examples/react/load-more-infinite-scroll/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.72.2",
1212
"@tanstack/react-query-devtools": "^5.72.2",
13-
"next": "^15.0.0",
13+
"next": "^15.1.2",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
16-
"react-intersection-observer": "^9.14.0"
16+
"react-intersection-observer": "^9.16.0"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^18.2.79",
2020
"@types/react-dom": "^18.2.25",
21-
"typescript": "5.8.2"
21+
"typescript": "5.8.3"
2222
}
2323
}

examples/react/nextjs-app-prefetching/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.72.2",
1212
"@tanstack/react-query-devtools": "^5.72.2",
13-
"next": "^15.1.0",
13+
"next": "^15.1.2",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^19.0.1",
1919
"@types/react-dom": "^19.0.2",
20-
"typescript": "5.8.2"
20+
"typescript": "5.8.3"
2121
}
2222
}

examples/react/nextjs-suspense-streaming/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"@tanstack/react-query": "^5.72.2",
1212
"@tanstack/react-query-devtools": "^5.72.2",
1313
"@tanstack/react-query-next-experimental": "^5.72.2",
14-
"next": "^15.0.0",
14+
"next": "^15.1.2",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^18.2.79",
20-
"typescript": "5.8.2"
20+
"typescript": "5.8.3"
2121
}
2222
}

examples/react/nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.72.2",
1212
"@tanstack/react-query-devtools": "^5.72.2",
13-
"next": "^15.0.0",
13+
"next": "^15.1.2",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.2.79",
1919
"@types/react-dom": "^18.2.25",
20-
"typescript": "5.8.2"
20+
"typescript": "5.8.3"
2121
}
2222
}

examples/react/nextjs/src/components/Layout.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export const Layout = ({ children }: { children: React.ReactNode }) => {
66
{children}
77
<style jsx global>{`
88
* {
9-
font-family: Menlo, Monaco, 'Lucida Console', 'Liberation Mono',
9+
font-family:
10+
Menlo, Monaco, 'Lucida Console', 'Liberation Mono',
1011
'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New',
1112
monospace, serif;
1213
}

examples/react/offline/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"msw": "^2.6.6",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
19-
"react-hot-toast": "^2.4.1"
19+
"react-hot-toast": "^2.5.2"
2020
},
2121
"devDependencies": {
2222
"@vitejs/plugin-react": "^4.3.4",
23-
"typescript": "5.8.2",
23+
"typescript": "5.8.3",
2424
"vite": "^6.2.4"
2525
},
2626
"msw": {

examples/react/optimistic-updates-cache/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.72.2",
1212
"@tanstack/react-query-devtools": "^5.72.2",
13-
"next": "^15.0.0",
13+
"next": "^15.1.2",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.2.79",
1919
"@types/react-dom": "^18.2.25",
20-
"typescript": "5.8.2"
20+
"typescript": "5.8.3"
2121
}
2222
}

examples/react/optimistic-updates-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.72.2",
1212
"@tanstack/react-query-devtools": "^5.72.2",
13-
"next": "^15.0.0",
13+
"next": "^15.1.2",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.2.79",
1919
"@types/react-dom": "^18.2.25",
20-
"typescript": "5.8.2"
20+
"typescript": "5.8.3"
2121
}
2222
}

examples/react/pagination/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.72.2",
1212
"@tanstack/react-query-devtools": "^5.72.2",
13-
"next": "^15.0.0",
13+
"next": "^15.1.2",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.2.79",
1919
"@types/react-dom": "^18.2.25",
20-
"typescript": "5.8.2"
20+
"typescript": "5.8.3"
2121
}
2222
}

examples/react/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^4.3.4",
18-
"typescript": "5.8.2",
18+
"typescript": "5.8.3",
1919
"vite": "^6.2.4"
2020
}
2121
}

examples/react/playground/src/styles.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
body {
22
margin: 0;
33
padding: 1rem;
4-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
5-
'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
6-
'Helvetica Neue', sans-serif;
4+
font-family:
5+
-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
6+
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
77
-webkit-font-smoothing: antialiased;
88
-moz-osx-font-smoothing: grayscale;
99
color: white;

examples/react/prefetching/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.72.2",
1212
"@tanstack/react-query-devtools": "^5.72.2",
13-
"next": "^15.0.0",
13+
"next": "^15.1.2",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.2.79",
1919
"@types/react-dom": "^18.2.25",
20-
"typescript": "5.8.2"
20+
"typescript": "5.8.3"
2121
}
2222
}

examples/react/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"devDependencies": {
3232
"@babel/core": "^7.24.9",
3333
"@expo/config": "^10.0.5",
34-
"typescript": "5.8.2"
34+
"typescript": "5.8.3"
3535
}
3636
}

examples/react/react-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react-dom": "^18.2.25",
2525
"@types/sort-by": "^1.2.3",
2626
"@vitejs/plugin-react": "^4.3.4",
27-
"typescript": "5.8.2",
27+
"typescript": "5.8.3",
2828
"vite": "^6.2.4"
2929
}
3030
}

examples/react/react-router/src/index.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ html {
88
}
99

1010
body {
11-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
12-
'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
13-
'Helvetica Neue', sans-serif;
11+
font-family:
12+
-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
13+
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
1414
-webkit-font-smoothing: antialiased;
1515
-moz-osx-font-smoothing: grayscale;
1616
}
1717

1818
code {
19-
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
20-
monospace;
19+
font-family:
20+
source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
2121
}
2222

2323
html,

examples/react/rick-morty/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@vitejs/plugin-react": "^4.3.4",
24-
"typescript": "5.8.2",
24+
"typescript": "5.8.3",
2525
"vite": "^6.2.4"
2626
}
2727
}

examples/react/shadow-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^19.0.1",
1818
"@types/react-dom": "^19.0.2",
1919
"@vitejs/plugin-react": "^4.3.4",
20-
"typescript": "5.8.2",
20+
"typescript": "5.8.3",
2121
"vite": "^6.2.4"
2222
}
2323
}

0 commit comments

Comments
 (0)