Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#865)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 0a76523 commit c13a6a1
Show file tree
Hide file tree
Showing 45 changed files with 682 additions and 677 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Fix formatting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Setup Tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Setup Tools
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Setup Tools
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@faker-js/faker": "^8.4.1",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.10",
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.10",
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.2.2"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/angular/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"@tanstack/angular-query-experimental": "5.59.13",
"tslib": "^2.7.0",
"@tanstack/angular-query-experimental": "5.59.16",
"tslib": "^2.8.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.10",
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.10",
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.10",
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@faker-js/faker": "^8.4.1",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.10",
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"@tanstack/angular-table": "8.20.5",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.10",
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.10",
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
"@angular/cli": "^17.3.10",
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@types/node": "^18.19.3",
"typescript": "5.2.2",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
2 changes: 1 addition & 1 deletion examples/lit/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@types/node": "^18.19.3",
"typescript": "5.2.2",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions examples/react/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.2.2",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions examples/react/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.2.2",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
8 changes: 4 additions & 4 deletions examples/react/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@tanstack/react-virtual": "^3.10.8",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query": "^5.59.16",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions examples/react/padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions examples/react/scroll-padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions examples/react/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
}
}
8 changes: 4 additions & 4 deletions examples/react/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/react": "^18.3.11",
"@types/lodash": "^4.17.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions examples/react/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions examples/react/variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions examples/react/window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.2.2",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
4 changes: 2 additions & 2 deletions examples/svelte/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "5.2.2",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
4 changes: 2 additions & 2 deletions examples/svelte/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "5.2.2",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
6 changes: 3 additions & 3 deletions examples/svelte/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.59.13",
"@tanstack/svelte-query": "^5.59.16",
"@tanstack/svelte-virtual": "^3.10.8"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "5.2.2",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
4 changes: 2 additions & 2 deletions examples/svelte/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "5.2.2",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
Loading

0 comments on commit c13a6a1

Please sign in to comment.