Skip to content

Commit e1d64e2

Browse files
chore(deps): update all non-major dependencies
1 parent 7114ecd commit e1d64e2

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
@@ -22,7 +22,7 @@ jobs:
2222
pull-requests: write
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626
with:
2727
fetch-depth: 0
2828
persist-credentials: false
@@ -41,7 +41,7 @@ jobs:
4141
contents: read
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4545
with:
4646
fetch-depth: 0
4747
persist-credentials: false
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
61+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6262
with:
6363
persist-credentials: false
6464
- name: Setup Tools
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
75+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7676
with:
7777
persist-credentials: false
7878
- 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@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
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.17",
13+
"@angular/compiler": "^21.2.17",
14+
"@angular/core": "^21.2.17",
15+
"@angular/forms": "^21.2.17",
16+
"@angular/platform-browser": "^21.2.17",
17+
"@angular/router": "^21.2.17",
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.16",
24+
"@angular/cli": "^21.2.16",
25+
"@angular/compiler-cli": "^21.2.17",
26+
"@playwright/test": "^1.61.0",
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.2"
1616
},
1717
"devDependencies": {
18-
"@playwright/test": "^1.49.0",
19-
"@preact/preset-vite": "^2.10.3",
18+
"@playwright/test": "^1.61.0",
19+
"@preact/preset-vite": "^2.10.5",
2020
"@tanstack/devtools-vite": "workspace:*",
21-
"typescript": "~5.9.2",
22-
"vite": "^8.0.0"
21+
"typescript": "~5.9.3",
22+
"vite": "^8.1.0"
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.16",
17+
"@tanstack/react-start": "^1.168.26",
18+
"@tanstack/router-plugin": "^1.168.18",
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.42.2",
25+
"@playwright/test": "^1.61.0",
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.0",
33+
"wrangler": "^4.104.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.16",
17+
"@tanstack/react-start": "^1.168.26",
18+
"@tanstack/router-plugin": "^1.168.18",
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.0",
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.0"
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.16",
17+
"@tanstack/react-start": "^1.168.26",
18+
"@tanstack/router-plugin": "^1.168.18",
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.0",
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.0"
3333
}
3434
}

0 commit comments

Comments
 (0)