Skip to content

Commit 1b41ef2

Browse files
chore(deps): update all non-major dependencies
1 parent 0a76523 commit 1b41ef2

File tree

45 files changed

+682
-677
lines changed

Some content is hidden

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

45 files changed

+682
-677
lines changed

.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/[email protected].1
21+
uses: actions/[email protected].2
2222
- name: Setup Tools
2323
uses: tanstack/config/.github/setup@main
2424
- name: Fix formatting

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/[email protected].1
30+
uses: actions/[email protected].2
3131
with:
3232
fetch-depth: 0
3333
- name: Setup Tools

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].2
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Tools
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
38-
uses: actions/[email protected].1
38+
uses: actions/[email protected].2
3939
with:
4040
fetch-depth: 0
4141
- name: Setup Tools

examples/angular/dynamic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@faker-js/faker": "^8.4.1",
2121
"rxjs": "^7.8.1",
2222
"@tanstack/angular-virtual": "^3.10.8",
23-
"tslib": "^2.7.0",
23+
"tslib": "^2.8.0",
2424
"zone.js": "0.15.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^17.3.10",
28-
"@angular/cli": "^17.3.10",
27+
"@angular-devkit/build-angular": "^17.3.11",
28+
"@angular/cli": "^17.3.11",
2929
"@angular/compiler-cli": "^17.3.12",
3030
"typescript": "5.2.2"
3131
}

examples/angular/fixed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@angular/router": "^17.3.12",
2020
"rxjs": "^7.8.1",
2121
"@tanstack/angular-virtual": "^3.10.8",
22-
"tslib": "^2.7.0",
22+
"tslib": "^2.8.0",
2323
"zone.js": "0.15.0"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^17.3.10",
27-
"@angular/cli": "^17.3.10",
26+
"@angular-devkit/build-angular": "^17.3.11",
27+
"@angular/cli": "^17.3.11",
2828
"@angular/compiler-cli": "^17.3.12",
2929
"typescript": "5.2.2"
3030
}

examples/angular/infinite-scroll/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@angular/router": "^17.3.12",
2020
"rxjs": "^7.8.1",
2121
"@tanstack/angular-virtual": "^3.10.8",
22-
"@tanstack/angular-query-experimental": "5.59.13",
23-
"tslib": "^2.7.0",
22+
"@tanstack/angular-query-experimental": "5.59.16",
23+
"tslib": "^2.8.0",
2424
"zone.js": "0.15.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^17.3.10",
28-
"@angular/cli": "^17.3.10",
27+
"@angular-devkit/build-angular": "^17.3.11",
28+
"@angular/cli": "^17.3.11",
2929
"@angular/compiler-cli": "^17.3.12",
3030
"typescript": "5.2.2"
3131
}

examples/angular/padding/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@angular/router": "^17.3.12",
2020
"rxjs": "^7.8.1",
2121
"@tanstack/angular-virtual": "^3.10.8",
22-
"tslib": "^2.7.0",
22+
"tslib": "^2.8.0",
2323
"zone.js": "0.15.0"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^17.3.10",
27-
"@angular/cli": "^17.3.10",
26+
"@angular-devkit/build-angular": "^17.3.11",
27+
"@angular/cli": "^17.3.11",
2828
"@angular/compiler-cli": "^17.3.12",
2929
"typescript": "5.2.2"
3030
}

examples/angular/smooth-scroll/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@angular/router": "^17.3.12",
2020
"rxjs": "^7.8.1",
2121
"@tanstack/angular-virtual": "^3.10.8",
22-
"tslib": "^2.7.0",
22+
"tslib": "^2.8.0",
2323
"zone.js": "0.15.0"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^17.3.10",
27-
"@angular/cli": "^17.3.10",
26+
"@angular-devkit/build-angular": "^17.3.11",
27+
"@angular/cli": "^17.3.11",
2828
"@angular/compiler-cli": "^17.3.12",
2929
"typescript": "5.2.2"
3030
}

examples/angular/sticky/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@faker-js/faker": "^8.4.1",
2121
"rxjs": "^7.8.1",
2222
"@tanstack/angular-virtual": "^3.10.8",
23-
"tslib": "^2.7.0",
23+
"tslib": "^2.8.0",
2424
"zone.js": "0.15.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^17.3.10",
28-
"@angular/cli": "^17.3.10",
27+
"@angular-devkit/build-angular": "^17.3.11",
28+
"@angular/cli": "^17.3.11",
2929
"@angular/compiler-cli": "^17.3.12",
3030
"typescript": "5.2.2"
3131
}

examples/angular/table/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"rxjs": "^7.8.1",
2222
"@tanstack/angular-virtual": "^3.10.8",
2323
"@tanstack/angular-table": "8.20.5",
24-
"tslib": "^2.7.0",
24+
"tslib": "^2.8.0",
2525
"zone.js": "0.15.0"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "^17.3.10",
29-
"@angular/cli": "^17.3.10",
28+
"@angular-devkit/build-angular": "^17.3.11",
29+
"@angular/cli": "^17.3.11",
3030
"@angular/compiler-cli": "^17.3.12",
3131
"typescript": "5.2.2"
3232
}

0 commit comments

Comments
 (0)