Skip to content

Commit bb14ab4

Browse files
chore(deps): update all non-major dependencies
1 parent 92f69d0 commit bb14ab4

48 files changed

Lines changed: 387 additions & 387 deletions

File tree

Some content is hidden

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

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
persist-credentials: false
2424
- name: Setup Tools

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
pull-requests: write
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323
with:
2424
persist-credentials: false
2525

2626
- name: Dependency Review
27-
uses: actions/dependency-review-action@e58c696e52cac8e62d61cc21fda89565d71505d7 # v4.3.1
27+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
2828
with:
2929
fail-on-severity: high
3030
comment-summary-in-pr: on-failure

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3232
with:
3333
fetch-depth: 0
3434
persist-credentials: false
@@ -47,7 +47,7 @@ jobs:
4747
contents: read
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5151
with:
5252
fetch-depth: 0
5353
persist-credentials: false
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
67+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6868
with:
6969
persist-credentials: false
7070
- name: Setup Tools
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
81+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8282
with:
8383
persist-credentials: false
8484
- name: Setup Tools

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
environment: release
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535
with:
3636
fetch-depth: 0
3737
persist-credentials: false
@@ -41,7 +41,7 @@ jobs:
4141
run: pnpm run test:ci
4242
- name: Run Changesets (version or publish)
4343
id: changesets
44-
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
44+
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
4545
with:
4646
version: pnpm run changeset:version
4747
publish: pnpm run changeset:publish

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor
21-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
21+
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
2222
with:
2323
advanced-security: false
2424
annotations: true

e2e/apps/angular/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
"test:e2e": "playwright test"
1010
},
1111
"dependencies": {
12-
"@angular/common": "^21.2.0",
13-
"@angular/compiler": "^21.2.0",
14-
"@angular/core": "^21.2.0",
15-
"@angular/forms": "^21.2.0",
16-
"@angular/platform-browser": "^21.2.0",
17-
"@angular/router": "^21.2.0",
12+
"@angular/common": "^21.2.18",
13+
"@angular/compiler": "^21.2.18",
14+
"@angular/core": "^21.2.18",
15+
"@angular/forms": "^21.2.18",
16+
"@angular/platform-browser": "^21.2.18",
17+
"@angular/router": "^21.2.18",
1818
"@tanstack/angular-devtools": "workspace:*",
19-
"rxjs": "~7.8.0",
20-
"tslib": "^2.3.0"
19+
"rxjs": "~7.8.2",
20+
"tslib": "^2.8.1"
2121
},
2222
"devDependencies": {
23-
"@angular/build": "^21.2.0",
24-
"@angular/cli": "^21.2.0",
25-
"@angular/compiler-cli": "^21.2.0",
26-
"@playwright/test": "^1.49.0",
23+
"@angular/build": "^21.2.19",
24+
"@angular/cli": "^21.2.19",
25+
"@angular/compiler-cli": "^21.2.18",
26+
"@playwright/test": "^1.61.1",
2727
"@tanstack/devtools-e2e": "workspace:*",
28-
"typescript": "~5.9.2"
28+
"typescript": "~5.9.3"
2929
}
3030
}

e2e/apps/preact/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"@tanstack/devtools-e2e": "workspace:*",
1414
"@tanstack/preact-devtools": "workspace:*",
15-
"preact": "^10.28.0"
15+
"preact": "^10.29.7"
1616
},
1717
"devDependencies": {
18-
"@playwright/test": "^1.49.0",
19-
"@preact/preset-vite": "^2.10.3",
18+
"@playwright/test": "^1.61.1",
19+
"@preact/preset-vite": "^2.10.6",
2020
"@tanstack/devtools-vite": "workspace:*",
21-
"typescript": "~5.9.2",
22-
"vite": "^8.0.0"
21+
"typescript": "~5.9.3",
22+
"vite": "^8.1.5"
2323
}
2424
}

e2e/apps/react-cloudflare/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
"@tanstack/devtools-e2e": "workspace:*",
1414
"@tanstack/devtools-event-client": "workspace:*",
1515
"@tanstack/react-devtools": "workspace:*",
16-
"@tanstack/react-router": "^1.132.0",
17-
"@tanstack/react-start": "^1.132.0",
18-
"@tanstack/router-plugin": "^1.132.0",
19-
"react": "^19.2.0",
20-
"react-dom": "^19.2.0",
21-
"vite-tsconfig-paths": "^6.0.2"
16+
"@tanstack/react-router": "^1.170.18",
17+
"@tanstack/react-start": "^1.168.32",
18+
"@tanstack/router-plugin": "^1.168.23",
19+
"react": "^19.2.7",
20+
"react-dom": "^19.2.7",
21+
"vite-tsconfig-paths": "^6.1.1"
2222
},
2323
"devDependencies": {
24-
"@cloudflare/vite-plugin": "^1.13.8",
25-
"@playwright/test": "^1.49.0",
24+
"@cloudflare/vite-plugin": "^1.45.1",
25+
"@playwright/test": "^1.61.1",
2626
"@tanstack/devtools-vite": "workspace:*",
2727
"@types/node": "^22.15.2",
28-
"@types/react": "^19.2.0",
29-
"@types/react-dom": "^19.2.0",
30-
"@vitejs/plugin-react": "^6.0.1",
31-
"typescript": "~5.9.2",
32-
"vite": "^8.0.0",
33-
"wrangler": "^4.40.3"
28+
"@types/react": "^19.2.17",
29+
"@types/react-dom": "^19.2.3",
30+
"@vitejs/plugin-react": "^6.0.3",
31+
"typescript": "~5.9.3",
32+
"vite": "^8.1.5",
33+
"wrangler": "^4.112.0"
3434
}
3535
}

e2e/apps/react-nitro/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
"@tanstack/devtools-e2e": "workspace:*",
1414
"@tanstack/devtools-event-client": "workspace:*",
1515
"@tanstack/react-devtools": "workspace:*",
16-
"@tanstack/react-router": "^1.132.0",
17-
"@tanstack/react-start": "^1.132.0",
18-
"@tanstack/router-plugin": "^1.132.0",
16+
"@tanstack/react-router": "^1.170.18",
17+
"@tanstack/react-start": "^1.168.32",
18+
"@tanstack/router-plugin": "^1.168.23",
1919
"nitro": "latest",
20-
"react": "^19.2.0",
21-
"react-dom": "^19.2.0",
22-
"vite-tsconfig-paths": "^6.0.2"
20+
"react": "^19.2.7",
21+
"react-dom": "^19.2.7",
22+
"vite-tsconfig-paths": "^6.1.1"
2323
},
2424
"devDependencies": {
25-
"@playwright/test": "^1.49.0",
25+
"@playwright/test": "^1.61.1",
2626
"@tanstack/devtools-vite": "workspace:*",
2727
"@types/node": "^22.15.2",
28-
"@types/react": "^19.2.0",
29-
"@types/react-dom": "^19.2.0",
30-
"@vitejs/plugin-react": "^6.0.1",
31-
"typescript": "~5.9.2",
32-
"vite": "^8.0.0"
28+
"@types/react": "^19.2.17",
29+
"@types/react-dom": "^19.2.3",
30+
"@vitejs/plugin-react": "^6.0.3",
31+
"typescript": "~5.9.3",
32+
"vite": "^8.1.5"
3333
}
3434
}

e2e/apps/react-start/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
"@tanstack/devtools-e2e": "workspace:*",
1414
"@tanstack/devtools-event-client": "workspace:*",
1515
"@tanstack/react-devtools": "workspace:*",
16-
"@tanstack/react-router": "^1.132.0",
17-
"@tanstack/react-start": "^1.132.0",
18-
"@tanstack/router-plugin": "^1.132.0",
16+
"@tanstack/react-router": "^1.170.18",
17+
"@tanstack/react-start": "^1.168.32",
18+
"@tanstack/router-plugin": "^1.168.23",
1919
"nitro": "latest",
20-
"react": "^19.2.0",
21-
"react-dom": "^19.2.0",
22-
"vite-tsconfig-paths": "^6.0.2"
20+
"react": "^19.2.7",
21+
"react-dom": "^19.2.7",
22+
"vite-tsconfig-paths": "^6.1.1"
2323
},
2424
"devDependencies": {
25-
"@playwright/test": "^1.49.0",
25+
"@playwright/test": "^1.61.1",
2626
"@tanstack/devtools-vite": "workspace:*",
2727
"@types/node": "^22.15.2",
28-
"@types/react": "^19.2.0",
29-
"@types/react-dom": "^19.2.0",
30-
"@vitejs/plugin-react": "^6.0.1",
31-
"typescript": "~5.9.2",
32-
"vite": "^8.0.0"
28+
"@types/react": "^19.2.17",
29+
"@types/react-dom": "^19.2.3",
30+
"@vitejs/plugin-react": "^6.0.3",
31+
"typescript": "~5.9.3",
32+
"vite": "^8.1.5"
3333
}
3434
}

0 commit comments

Comments
 (0)