Skip to content

Commit e9f2f48

Browse files
chore(deps): update all non-major dependencies
1 parent 89c4f24 commit e9f2f48

File tree

44 files changed

+1371
-1523
lines changed

Some content is hidden

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

44 files changed

+1371
-1523
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: 11 additions & 11 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.12",
14+
"@angular/common": "^20.3.12",
15+
"@angular/compiler": "^20.3.12",
16+
"@angular/core": "^20.3.12",
17+
"@angular/forms": "^20.3.12",
18+
"@angular/platform-browser": "^20.3.12",
19+
"@angular/platform-browser-dynamic": "^20.3.12",
20+
"@angular/router": "^20.3.12",
2121
"@tanstack/angular-form": "^1.25.0",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
2424
"zone.js": "0.15.1"
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.10",
28+
"@angular/cli": "^20.3.10",
29+
"@angular/compiler-cli": "^20.3.12",
3030
"typescript": "5.8.2"
3131
}
3232
}

examples/angular/large-form/package.json

Lines changed: 11 additions & 11 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.12",
14+
"@angular/common": "^20.3.12",
15+
"@angular/compiler": "^20.3.12",
16+
"@angular/core": "^20.3.12",
17+
"@angular/forms": "^20.3.12",
18+
"@angular/platform-browser": "^20.3.12",
19+
"@angular/platform-browser-dynamic": "^20.3.12",
20+
"@angular/router": "^20.3.12",
2121
"@tanstack/angular-form": "^1.25.0",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
2424
"zone.js": "0.15.1"
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.10",
28+
"@angular/cli": "^20.3.10",
29+
"@angular/compiler-cli": "^20.3.12",
3030
"typescript": "5.8.2"
3131
}
3232
}

examples/angular/simple/package.json

Lines changed: 11 additions & 11 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.12",
14+
"@angular/common": "^20.3.12",
15+
"@angular/compiler": "^20.3.12",
16+
"@angular/core": "^20.3.12",
17+
"@angular/forms": "^20.3.12",
18+
"@angular/platform-browser": "^20.3.12",
19+
"@angular/platform-browser-dynamic": "^20.3.12",
20+
"@angular/router": "^20.3.12",
2121
"@tanstack/angular-form": "^1.25.0",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
2424
"zone.js": "0.15.1"
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.10",
28+
"@angular/cli": "^20.3.10",
29+
"@angular/compiler-cli": "^20.3.12",
3030
"typescript": "5.8.2"
3131
}
3232
}

examples/angular/standard-schema/package.json

Lines changed: 12 additions & 12 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.12",
14+
"@angular/common": "^20.3.12",
15+
"@angular/compiler": "^20.3.12",
16+
"@angular/core": "^20.3.12",
17+
"@angular/forms": "^20.3.12",
18+
"@angular/platform-browser": "^20.3.12",
19+
"@angular/platform-browser-dynamic": "^20.3.12",
20+
"@angular/router": "^20.3.12",
2121
"@tanstack/angular-form": "^1.25.0",
22-
"effect": "^3.17.14",
22+
"effect": "^3.19.4",
2323
"rxjs": "^7.8.2",
2424
"tslib": "^2.8.1",
2525
"valibot": "^1.1.0",
2626
"zod": "^3.25.76",
2727
"zone.js": "0.15.1"
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.10",
31+
"@angular/cli": "^20.3.10",
32+
"@angular/compiler-cli": "^20.3.12",
3333
"typescript": "5.8.2"
3434
}
3535
}

examples/lit/standard-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/lit-form": "^1.23.10",
13-
"arktype": "^2.1.22",
14-
"effect": "^3.17.14",
13+
"arktype": "^2.1.27",
14+
"effect": "^3.19.4",
1515
"lit": "^3.3.1",
1616
"valibot": "^1.1.0",
1717
"zod": "^3.25.76"

examples/lit/ui-libraries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@material/web": "^2.4.0",
12+
"@material/web": "^2.4.1",
1313
"@tanstack/lit-form": "^1.23.10",
1414
"lit": "^3.3.1"
1515
},

examples/react/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-devtools": "^0.7.8",
12+
"@tanstack/react-devtools": "^0.8.1",
1313
"@tanstack/react-form": "^1.25.0",
1414
"@tanstack/react-form-devtools": "^0.2.1",
1515
"react": "^19.0.0",

0 commit comments

Comments
 (0)