Skip to content

Commit 2075a74

Browse files
chore(deps): update all non-major dependencies
1 parent d9f2b37 commit 2075a74

38 files changed

Lines changed: 302 additions & 302 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@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: 3 additions & 3 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
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4343
with:
4444
persist-credentials: false
4545
- name: Setup Tools
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
56+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5757
with:
5858
persist-credentials: false
5959
- 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

examples/angular/a11y-devtools/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
"test": "ng test"
1010
},
1111
"private": true,
12-
"packageManager": "pnpm@11.1.1",
12+
"packageManager": "pnpm@11.8.0",
1313
"dependencies": {
14-
"@angular/common": "^21.2.0",
15-
"@angular/compiler": "^21.2.0",
16-
"@angular/core": "^21.2.0",
17-
"@angular/forms": "^21.2.0",
18-
"@angular/platform-browser": "^21.2.0",
19-
"@angular/router": "^21.2.0",
14+
"@angular/common": "^21.2.17",
15+
"@angular/compiler": "^21.2.17",
16+
"@angular/core": "^21.2.17",
17+
"@angular/forms": "^21.2.17",
18+
"@angular/platform-browser": "^21.2.17",
19+
"@angular/router": "^21.2.17",
2020
"@tanstack/angular-devtools": "^0.0.6",
2121
"@tanstack/devtools-a11y": "^0.1.4",
2222
"@tanstack/devtools-event-client": "0.4.4",
23-
"rxjs": "~7.8.0",
24-
"tslib": "^2.3.0"
23+
"rxjs": "~7.8.2",
24+
"tslib": "^2.8.1"
2525
},
2626
"devDependencies": {
27-
"@angular/build": "^21.2.0",
28-
"@angular/cli": "^21.2.0",
29-
"@angular/compiler-cli": "^21.2.0",
30-
"prettier": "^3.8.1",
31-
"typescript": "~5.9.2"
27+
"@angular/build": "^21.2.16",
28+
"@angular/cli": "^21.2.16",
29+
"@angular/compiler-cli": "^21.2.17",
30+
"prettier": "^3.8.4",
31+
"typescript": "~5.9.3"
3232
}
3333
}

examples/angular/basic/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"test": "ng test"
1010
},
1111
"private": true,
12-
"packageManager": "pnpm@11.1.1",
12+
"packageManager": "pnpm@11.8.0",
1313
"dependencies": {
14-
"@angular/common": "^21.2.0",
15-
"@angular/compiler": "^21.2.0",
16-
"@angular/core": "^21.2.0",
17-
"@angular/forms": "^21.2.0",
18-
"@angular/platform-browser": "^21.2.0",
19-
"@angular/router": "^21.2.0",
14+
"@angular/common": "^21.2.17",
15+
"@angular/compiler": "^21.2.17",
16+
"@angular/core": "^21.2.17",
17+
"@angular/forms": "^21.2.17",
18+
"@angular/platform-browser": "^21.2.17",
19+
"@angular/router": "^21.2.17",
2020
"@tanstack/angular-devtools": "^0.0.6",
2121
"@tanstack/devtools-event-client": "0.4.4",
22-
"rxjs": "~7.8.0",
23-
"tslib": "^2.3.0"
22+
"rxjs": "~7.8.2",
23+
"tslib": "^2.8.1"
2424
},
2525
"devDependencies": {
26-
"@angular/build": "^21.2.0",
27-
"@angular/cli": "^21.2.0",
28-
"@angular/compiler-cli": "^21.2.0",
29-
"prettier": "^3.8.1",
30-
"typescript": "~5.9.2"
26+
"@angular/build": "^21.2.16",
27+
"@angular/cli": "^21.2.16",
28+
"@angular/compiler-cli": "^21.2.17",
29+
"prettier": "^3.8.4",
30+
"typescript": "~5.9.3"
3131
}
3232
}

examples/angular/panel/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
"test": "ng test"
1010
},
1111
"private": true,
12-
"packageManager": "pnpm@11.1.1",
12+
"packageManager": "pnpm@11.8.0",
1313
"dependencies": {
14-
"@angular/common": "^21.2.0",
15-
"@angular/compiler": "^21.2.0",
16-
"@angular/core": "^21.2.0",
17-
"@angular/forms": "^21.2.0",
18-
"@angular/platform-browser": "^21.2.0",
19-
"@angular/router": "^21.2.0",
14+
"@angular/common": "^21.2.17",
15+
"@angular/compiler": "^21.2.17",
16+
"@angular/core": "^21.2.17",
17+
"@angular/forms": "^21.2.17",
18+
"@angular/platform-browser": "^21.2.17",
19+
"@angular/router": "^21.2.17",
2020
"@tanstack/angular-devtools": "^0.0.6",
2121
"@tanstack/devtools": "^0.12.4",
2222
"@tanstack/devtools-event-client": "0.4.4",
2323
"@tanstack/devtools-utils": "^0.5.1",
24-
"rxjs": "~7.8.0",
25-
"tslib": "^2.3.0"
24+
"rxjs": "~7.8.2",
25+
"tslib": "^2.8.1"
2626
},
2727
"devDependencies": {
28-
"@angular/build": "^21.2.0",
29-
"@angular/cli": "^21.2.0",
30-
"@angular/compiler-cli": "^21.2.0",
31-
"ng-packagr": "^21.2.0",
32-
"prettier": "^3.8.1",
33-
"typescript": "~5.9.2"
28+
"@angular/build": "^21.2.16",
29+
"@angular/cli": "^21.2.16",
30+
"@angular/compiler-cli": "^21.2.17",
31+
"ng-packagr": "^21.2.5",
32+
"prettier": "^3.8.4",
33+
"typescript": "~5.9.3"
3434
}
3535
}

examples/angular/with-devtools/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"test": "ng test"
1010
},
1111
"private": true,
12-
"packageManager": "pnpm@11.1.1",
12+
"packageManager": "pnpm@11.8.0",
1313
"dependencies": {
14-
"@angular/common": "^21.2.0",
15-
"@angular/compiler": "^21.2.0",
16-
"@angular/core": "^21.2.0",
17-
"@angular/forms": "^21.2.0",
18-
"@angular/platform-browser": "^21.2.0",
19-
"@angular/router": "^21.2.0",
14+
"@angular/common": "^21.2.17",
15+
"@angular/compiler": "^21.2.17",
16+
"@angular/core": "^21.2.17",
17+
"@angular/forms": "^21.2.17",
18+
"@angular/platform-browser": "^21.2.17",
19+
"@angular/router": "^21.2.17",
2020
"@tanstack/angular-devtools": "^0.0.6",
2121
"@tanstack/devtools-event-client": "0.4.4",
22-
"rxjs": "~7.8.0",
23-
"tslib": "^2.3.0"
22+
"rxjs": "~7.8.2",
23+
"tslib": "^2.8.1"
2424
},
2525
"devDependencies": {
26-
"@angular/build": "^21.2.0",
27-
"@angular/cli": "^21.2.0",
28-
"@angular/compiler-cli": "^21.2.0",
29-
"prettier": "^3.8.1",
30-
"typescript": "~5.9.2"
26+
"@angular/build": "^21.2.16",
27+
"@angular/cli": "^21.2.16",
28+
"@angular/compiler-cli": "^21.2.17",
29+
"prettier": "^3.8.4",
30+
"typescript": "~5.9.3"
3131
}
3232
}

examples/preact/basic/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"@tanstack/devtools-client": "0.0.7",
1313
"@tanstack/devtools-event-client": "0.4.4",
1414
"@tanstack/preact-devtools": "workspace:*",
15-
"preact": "^10.28.0",
16-
"zod": "^4.3.5"
15+
"preact": "^10.29.2",
16+
"zod": "^4.4.3"
1717
},
1818
"devDependencies": {
19-
"@preact/preset-vite": "^2.10.3",
19+
"@preact/preset-vite": "^2.10.5",
2020
"@tanstack/devtools-ui": "0.5.3",
2121
"@tanstack/devtools-vite": "0.8.0",
22-
"sonda": "0.9.0",
23-
"vite": "^8.0.0",
24-
"vite-plugin-inspect": "11.3.3"
22+
"sonda": "0.13.1",
23+
"vite": "^8.0.16",
24+
"vite-plugin-inspect": "11.4.1"
2525
},
2626
"browserslist": {
2727
"production": [

0 commit comments

Comments
 (0)