Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#890)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* ci: apply automated fixes

* Bump node

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent a6af265 commit e42ce91
Show file tree
Hide file tree
Showing 30 changed files with 436 additions and 424 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
22.12.0
2 changes: 1 addition & 1 deletion examples/angular/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/router": "^17.3.12",
"rxjs": "^7.8.1",
"@tanstack/angular-virtual": "^3.10.9",
"@tanstack/angular-query-experimental": "5.61.3",
"@tanstack/angular-query-experimental": "5.62.0",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
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 @@ -14,7 +14,7 @@
"lit": "^3.2.1"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/node": "^22.10.1",
"typescript": "5.2.2",
"vite": "^5.4.11"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lit": "^3.2.1"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/node": "^22.10.1",
"typescript": "5.2.2",
"vite": "^5.4.11"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/react/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.2.2",
"vite": "^5.4.11"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/react/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.2.2",
"vite": "^5.4.11"
}
Expand Down
4 changes: 2 additions & 2 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.11.0",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-query": "^5.62.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/scroll-padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.11"
}
}
4 changes: 2 additions & 2 deletions examples/react/window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.2.2",
"vite": "^5.4.11"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.61.3",
"@tanstack/svelte-query": "^5.62.0",
"@tanstack/svelte-virtual": "^3.10.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.61.3",
"@tanstack/vue-query": "^5.62.0",
"@tanstack/vue-virtual": "^3.11.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/scroll-padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/smooth-scroll/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<div>
<button
@click="
rowVirtualizer.scrollToIndex(randomIndex),
(randomIndex = generateRandomIndex())
(rowVirtualizer.scrollToIndex(randomIndex),
(randomIndex = generateRandomIndex()))
"
>
Scroll To Random Index ({{ randomIndex }})
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@types/lodash": "^4.17.13",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/TanStack/virtual.git"
},
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.4",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -39,18 +39,18 @@
"devDependencies": {
"@tanstack/config": "^0.14.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/node": "^18.19.3",
"eslint": "^9.15.0",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"jsdom": "^25.0.1",
"knip": "^5.37.2",
"nx": "^20.1.3",
"prettier": "^3.3.3",
"knip": "^5.38.3",
"nx": "^20.1.4",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"publint": "^0.2.12",
"rimraf": "^5.0.10",
"sherif": "^0.11.0",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/react-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resize-observer-polyfill": "^1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"solid-js": "^1.9.3",
"vite-plugin-solid": "^2.10.2"
"vite-plugin-solid": "^2.11.0"
},
"peerDependencies": {
"solid-js": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@tanstack/virtual-core": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"vue": "^3.5.13"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit e42ce91

Please sign in to comment.