Skip to content

Commit df415b5

Browse files
chore(deps): update all non-major dependencies
1 parent 982d7b4 commit df415b5

File tree

49 files changed

+1764
-1888
lines changed

Some content is hidden

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

49 files changed

+1764
-1888
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v5.0.0
29+
uses: actions/checkout@v5.0.1
3030
- name: Setup Tools
3131
uses: tanstack/config/.github/setup@main
3232
- name: Fix formatting

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ 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: Start Nx Agents
3030
run: npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
3131
- name: Setup Tools
3232
uses: tanstack/config/.github/setup@main
3333
- name: Get base and head commits for `nx affected`
34-
uses: nrwl/nx-set-shas@v4.3.3
34+
uses: nrwl/nx-set-shas@v4.4.0
3535
with:
3636
main-branch-name: main
3737
- name: Run Checks
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v5.0.0
53+
uses: actions/checkout@v5.0.1
5454
with:
5555
fetch-depth: 0
5656
- name: Setup Tools
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v5.0.0
67+
uses: actions/checkout@v5.0.1
6868
with:
6969
fetch-depth: 0
7070
- name: Check Provenance

.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/array/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"test": "ng test"
1111
},
1212
"dependencies": {
13-
"@angular/animations": "^20.3.1",
14-
"@angular/common": "^20.3.1",
15-
"@angular/compiler": "^20.3.1",
16-
"@angular/core": "^20.3.1",
17-
"@angular/forms": "^20.3.1",
18-
"@angular/platform-browser": "^20.3.1",
19-
"@angular/platform-browser-dynamic": "^20.3.1",
20-
"@angular/router": "^20.3.1",
13+
"@angular/animations": "^20.3.14",
14+
"@angular/common": "^20.3.14",
15+
"@angular/compiler": "^20.3.14",
16+
"@angular/core": "^20.3.14",
17+
"@angular/forms": "^20.3.14",
18+
"@angular/platform-browser": "^20.3.14",
19+
"@angular/platform-browser-dynamic": "^20.3.14",
20+
"@angular/router": "^20.3.14",
2121
"@tanstack/angular-form": "^1.26.0",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
24-
"zone.js": "0.15.1"
24+
"zone.js": "0.16.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^20.3.2",
28-
"@angular/cli": "^20.3.2",
29-
"@angular/compiler-cli": "^20.3.1",
27+
"@angular-devkit/build-angular": "^20.3.12",
28+
"@angular/cli": "^20.3.12",
29+
"@angular/compiler-cli": "^20.3.14",
3030
"typescript": "5.8.2"
3131
}
3232
}

examples/angular/large-form/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"test": "ng test"
1111
},
1212
"dependencies": {
13-
"@angular/animations": "^20.3.1",
14-
"@angular/common": "^20.3.1",
15-
"@angular/compiler": "^20.3.1",
16-
"@angular/core": "^20.3.1",
17-
"@angular/forms": "^20.3.1",
18-
"@angular/platform-browser": "^20.3.1",
19-
"@angular/platform-browser-dynamic": "^20.3.1",
20-
"@angular/router": "^20.3.1",
13+
"@angular/animations": "^20.3.14",
14+
"@angular/common": "^20.3.14",
15+
"@angular/compiler": "^20.3.14",
16+
"@angular/core": "^20.3.14",
17+
"@angular/forms": "^20.3.14",
18+
"@angular/platform-browser": "^20.3.14",
19+
"@angular/platform-browser-dynamic": "^20.3.14",
20+
"@angular/router": "^20.3.14",
2121
"@tanstack/angular-form": "^1.26.0",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
24-
"zone.js": "0.15.1"
24+
"zone.js": "0.16.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^20.3.2",
28-
"@angular/cli": "^20.3.2",
29-
"@angular/compiler-cli": "^20.3.1",
27+
"@angular-devkit/build-angular": "^20.3.12",
28+
"@angular/cli": "^20.3.12",
29+
"@angular/compiler-cli": "^20.3.14",
3030
"typescript": "5.8.2"
3131
}
3232
}

examples/angular/simple/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"test": "ng test"
1111
},
1212
"dependencies": {
13-
"@angular/animations": "^20.3.1",
14-
"@angular/common": "^20.3.1",
15-
"@angular/compiler": "^20.3.1",
16-
"@angular/core": "^20.3.1",
17-
"@angular/forms": "^20.3.1",
18-
"@angular/platform-browser": "^20.3.1",
19-
"@angular/platform-browser-dynamic": "^20.3.1",
20-
"@angular/router": "^20.3.1",
13+
"@angular/animations": "^20.3.14",
14+
"@angular/common": "^20.3.14",
15+
"@angular/compiler": "^20.3.14",
16+
"@angular/core": "^20.3.14",
17+
"@angular/forms": "^20.3.14",
18+
"@angular/platform-browser": "^20.3.14",
19+
"@angular/platform-browser-dynamic": "^20.3.14",
20+
"@angular/router": "^20.3.14",
2121
"@tanstack/angular-form": "^1.26.0",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
24-
"zone.js": "0.15.1"
24+
"zone.js": "0.16.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^20.3.2",
28-
"@angular/cli": "^20.3.2",
29-
"@angular/compiler-cli": "^20.3.1",
27+
"@angular-devkit/build-angular": "^20.3.12",
28+
"@angular/cli": "^20.3.12",
29+
"@angular/compiler-cli": "^20.3.14",
3030
"typescript": "5.8.2"
3131
}
3232
}

examples/angular/standard-schema/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
1010
"test": "ng test"
1111
},
1212
"dependencies": {
13-
"@angular/animations": "^20.3.1",
14-
"@angular/common": "^20.3.1",
15-
"@angular/compiler": "^20.3.1",
16-
"@angular/core": "^20.3.1",
17-
"@angular/forms": "^20.3.1",
18-
"@angular/platform-browser": "^20.3.1",
19-
"@angular/platform-browser-dynamic": "^20.3.1",
20-
"@angular/router": "^20.3.1",
13+
"@angular/animations": "^20.3.14",
14+
"@angular/common": "^20.3.14",
15+
"@angular/compiler": "^20.3.14",
16+
"@angular/core": "^20.3.14",
17+
"@angular/forms": "^20.3.14",
18+
"@angular/platform-browser": "^20.3.14",
19+
"@angular/platform-browser-dynamic": "^20.3.14",
20+
"@angular/router": "^20.3.14",
2121
"@tanstack/angular-form": "^1.26.0",
22-
"effect": "^3.17.14",
22+
"effect": "^3.19.6",
2323
"rxjs": "^7.8.2",
2424
"tslib": "^2.8.1",
25-
"valibot": "^1.1.0",
25+
"valibot": "^1.2.0",
2626
"zod": "^3.25.76",
27-
"zone.js": "0.15.1"
27+
"zone.js": "0.16.0"
2828
},
2929
"devDependencies": {
30-
"@angular-devkit/build-angular": "^20.3.2",
31-
"@angular/cli": "^20.3.2",
32-
"@angular/compiler-cli": "^20.3.1",
30+
"@angular-devkit/build-angular": "^20.3.12",
31+
"@angular/cli": "^20.3.12",
32+
"@angular/compiler-cli": "^20.3.14",
3333
"typescript": "5.8.2"
3434
}
3535
}

examples/lit/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lit": "^3.3.1"
1414
},
1515
"devDependencies": {
16-
"vite": "^7.2.2"
16+
"vite": "^7.2.4"
1717
},
1818
"browserslist": {
1919
"production": [

examples/lit/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lit": "^3.3.1"
1414
},
1515
"devDependencies": {
16-
"vite": "^7.2.2"
16+
"vite": "^7.2.4"
1717
},
1818
"browserslist": {
1919
"production": [

examples/lit/standard-schema/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/lit-form": "^1.23.11",
13-
"arktype": "^2.1.22",
14-
"effect": "^3.17.14",
13+
"arktype": "^2.1.27",
14+
"effect": "^3.19.6",
1515
"lit": "^3.3.1",
16-
"valibot": "^1.1.0",
16+
"valibot": "^1.2.0",
1717
"zod": "^3.25.76"
1818
},
1919
"devDependencies": {
20-
"vite": "^7.2.2"
20+
"vite": "^7.2.4"
2121
},
2222
"browserslist": {
2323
"production": [

0 commit comments

Comments
 (0)