Skip to content

Commit c46a51e

Browse files
renovate[bot]kevin-dp
authored andcommitted
chore(deps): update all non-major dependencies (#895)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71c219f commit c46a51e

26 files changed

Lines changed: 764 additions & 905 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5.0.0
21+
uses: actions/checkout@v5.0.1
2222
with:
2323
fetch-depth: 0
2424
- name: Setup Tools

.github/workflows/docs-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5.0.0
21+
uses: actions/checkout@v5.0.1
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 10.22.0
21+
version: 10.23.0
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5.0.0
26+
uses: actions/checkout@v5.0.1
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Tools
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5.0.0
42+
uses: actions/checkout@v5.0.1
4343
with:
4444
fetch-depth: 0
4545
- name: Setup Tools
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@v5.0.0
70+
uses: actions/checkout@v5.0.1
7171
- name: Setup Tools
7272
uses: tanstack/config/.github/setup@main
7373
- name: Build Packages
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v5.0.0
84+
uses: actions/checkout@v5.0.1
8585
- name: Setup Tools
8686
uses: tanstack/config/.github/setup@main
8787
- name: Build Packages

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5.0.0
26+
uses: actions/checkout@v5.0.1
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Tools

examples/angular/todos/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
},
2323
"private": true,
2424
"dependencies": {
25-
"@angular/common": "^20.3.12",
26-
"@angular/compiler": "^20.3.12",
27-
"@angular/core": "^20.3.12",
28-
"@angular/forms": "^20.3.12",
29-
"@angular/platform-browser": "^20.3.12",
30-
"@angular/router": "^20.3.12",
25+
"@angular/common": "^20.3.13",
26+
"@angular/compiler": "^20.3.13",
27+
"@angular/core": "^20.3.13",
28+
"@angular/forms": "^20.3.13",
29+
"@angular/platform-browser": "^20.3.13",
30+
"@angular/router": "^20.3.13",
3131
"@tanstack/angular-db": ">=0.0.0 <1.0.0",
3232
"@tanstack/db": ">=0.0.0 <1.0.0",
3333
"rxjs": "~7.8.2",
3434
"tslib": "^2.8.1",
35-
"zone.js": "~0.15.1"
35+
"zone.js": "~0.16.0"
3636
},
3737
"devDependencies": {
38-
"@angular/build": "^20.3.10",
39-
"@angular/cli": "^20.3.10",
40-
"@angular/compiler-cli": "^20.3.12",
38+
"@angular/build": "^20.3.11",
39+
"@angular/cli": "^20.3.11",
40+
"@angular/compiler-cli": "^20.3.13",
4141
"@types/jasmine": "~5.1.13",
4242
"autoprefixer": "^10.4.22",
4343
"jasmine-core": "~5.12.1",

examples/react/offline-transactions/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
"@tanstack/query-db-collection": ">=1.0.4",
1414
"@tanstack/react-db": ">=0.1.49",
1515
"@tanstack/react-query": "^5.90.10",
16-
"@tanstack/react-router": "^1.136.8",
17-
"@tanstack/react-router-devtools": "^1.136.8",
18-
"@tanstack/react-start": "^1.136.8",
16+
"@tanstack/react-router": "^1.139.3",
17+
"@tanstack/react-router-devtools": "^1.139.3",
18+
"@tanstack/react-start": "^1.139.3",
1919
"react": "^19.2.0",
2020
"react-dom": "^19.2.0",
2121
"tailwind-merge": "^2.6.0",
2222
"zod": "^3.25.76"
2323
},
2424
"devDependencies": {
2525
"@types/node": "^22.5.4",
26-
"@types/react": "^19.2.5",
26+
"@types/react": "^19.2.6",
2727
"@types/react-dom": "^19.2.3",
2828
"@vitejs/plugin-react": "^5.1.1",
2929
"autoprefixer": "^10.4.22",
3030
"chokidar": "^4.0.3",
3131
"postcss": "^8.5.6",
3232
"tailwindcss": "^3.4.18",
3333
"typescript": "^5.7.2",
34-
"vite": "^7.2.2",
34+
"vite": "^7.2.4",
3535
"vite-tsconfig-paths": "^5.1.4"
3636
}
3737
}

examples/react/paced-mutations-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.26",
19+
"@types/react": "^18.3.27",
2020
"@types/react-dom": "^18.3.7",
2121
"@vitejs/plugin-react": "^4.7.0",
2222
"typescript": "^5.7.2",

examples/react/projects/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@tanstack/query-core": "^5.90.10",
2020
"@tanstack/query-db-collection": ">=1.0.4",
2121
"@tanstack/react-db": ">=0.1.49",
22-
"@tanstack/react-router": "^1.136.8",
23-
"@tanstack/react-router-devtools": "^1.136.8",
22+
"@tanstack/react-router": "^1.139.3",
23+
"@tanstack/react-router-devtools": "^1.139.3",
2424
"@tanstack/react-router-with-query": "^1.130.17",
25-
"@tanstack/react-start": "^1.136.8",
26-
"@tanstack/router-plugin": "^1.136.8",
27-
"@trpc/client": "^11.7.1",
28-
"@trpc/server": "^11.7.1",
25+
"@tanstack/react-start": "^1.139.3",
26+
"@tanstack/router-plugin": "^1.139.3",
27+
"@trpc/client": "^11.7.2",
28+
"@trpc/server": "^11.7.2",
2929
"better-auth": "^1.3.26",
3030
"dotenv": "^17.2.3",
3131
"drizzle-orm": "^0.44.7",
@@ -44,10 +44,10 @@
4444
"@testing-library/dom": "^10.4.1",
4545
"@testing-library/react": "^16.3.0",
4646
"@types/pg": "^8.15.6",
47-
"@types/react": "^19.2.5",
47+
"@types/react": "^19.2.6",
4848
"@types/react-dom": "^19.2.3",
49-
"@typescript-eslint/eslint-plugin": "^8.46.4",
50-
"@typescript-eslint/parser": "^8.46.4",
49+
"@typescript-eslint/eslint-plugin": "^8.47.0",
50+
"@typescript-eslint/parser": "^8.47.0",
5151
"@vitejs/plugin-react": "^5.0.4",
5252
"concurrently": "^9.2.1",
5353
"drizzle-kit": "^0.31.7",

examples/react/todo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@tanstack/query-core": "^5.90.10",
88
"@tanstack/query-db-collection": ">=1.0.0",
99
"@tanstack/react-db": ">=0.1.44",
10-
"@tanstack/react-router": "^1.136.8",
11-
"@tanstack/react-start": "^1.136.8",
10+
"@tanstack/react-router": "^1.139.3",
11+
"@tanstack/react-start": "^1.139.3",
1212
"@tanstack/trailbase-db-collection": ">=0.1.44",
1313
"cors": "^2.8.5",
1414
"drizzle-orm": "^0.44.7",
@@ -29,10 +29,10 @@
2929
"@types/express": "^4.17.25",
3030
"@types/node": "^24.5.2",
3131
"@types/pg": "^8.15.6",
32-
"@types/react": "^19.2.5",
32+
"@types/react": "^19.2.6",
3333
"@types/react-dom": "^19.2.3",
34-
"@typescript-eslint/eslint-plugin": "^8.46.4",
35-
"@typescript-eslint/parser": "^8.46.4",
34+
"@typescript-eslint/eslint-plugin": "^8.47.0",
35+
"@typescript-eslint/parser": "^8.47.0",
3636
"@vitejs/plugin-react": "^5.0.3",
3737
"concurrently": "^9.2.1",
3838
"dotenv": "^17.2.2",

0 commit comments

Comments
 (0)