Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 857a2ac commit 7f071c2
Show file tree
Hide file tree
Showing 37 changed files with 300 additions and 300 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].0
uses: actions/[email protected].1
- 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].0
uses: actions/[email protected].1
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].0
uses: actions/[email protected].1
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].0
uses: actions/[email protected].1
with:
fetch-depth: 0
- name: Setup Tools
Expand Down
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.8",
"@tanstack/angular-query-experimental": "5.59.0",
"@tanstack/angular-query-experimental": "5.59.13",
"tslib": "^2.7.0",
"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 @@ -11,7 +11,7 @@
"@faker-js/faker": "^8.4.1",
"@tanstack/lit-virtual": "^3.10.8",
"@tanstack/virtual-core": "^3.10.8",
"lit": "^3.2.0"
"lit": "^3.2.1"
},
"devDependencies": {
"@types/node": "^18.19.3",
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 @@ -11,7 +11,7 @@
"@faker-js/faker": "^8.4.1",
"@tanstack/lit-virtual": "^3.10.8",
"@tanstack/virtual-core": "^3.10.8",
"lit": "^3.2.0"
"lit": "^3.2.1"
},
"devDependencies": {
"@types/node": "^18.19.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"typescript": "5.2.2",
"vite": "^5.4.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"typescript": "5.2.2",
"vite": "^5.4.8"
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,13 +10,13 @@
},
"dependencies": {
"@tanstack/react-virtual": "^3.10.8",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query": "^5.59.13",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react/padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react/scroll-padding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react/variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react/window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"typescript": "5.2.2",
"vite": "^5.4.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"typescript": "5.2.2",
"vite": "^5.4.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/fixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"typescript": "5.2.2",
"vite": "^5.4.8"
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.59.0",
"@tanstack/svelte-query": "^5.59.13",
"@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.4",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"typescript": "5.2.2",
"vite": "^5.4.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/smooth-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"typescript": "5.2.2",
"vite": "^5.4.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"typescript": "5.2.2",
"vite": "^5.4.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"typescript": "5.2.2",
"vite": "^5.4.8"
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 @@ -10,7 +10,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/vue-virtual": "^3.10.8",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
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 @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-virtual": "^3.10.8",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
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,9 +8,9 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.59.1",
"@tanstack/vue-query": "^5.59.13",
"@tanstack/vue-virtual": "^3.10.8",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
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 @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-virtual": "^3.10.8",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
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 @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/vue-virtual": "^3.10.8",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
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 @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-virtual": "^3.10.8",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
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 @@ -11,7 +11,7 @@
"@faker-js/faker": "^8.4.1",
"@tanstack/vue-virtual": "^3.10.8",
"lodash": "^4.17.21",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
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 @@ -11,7 +11,7 @@
"@faker-js/faker": "^8.4.1",
"@tanstack/vue-table": "^8.20.5",
"@tanstack/vue-virtual": "^3.10.8",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
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 @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-virtual": "^3.10.8",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@codesandbox/vue-preview": "^0.1.1-alpha.16",
Expand Down
4 changes: 2 additions & 2 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": "[email protected].0",
"packageManager": "[email protected].1",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@types/node": "^18.19.3",
"eslint": "^9.12.0",
"jsdom": "^25.0.1",
"knip": "^5.32.0",
"knip": "^5.33.3",
"nx": "^20.0.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@open-wc/testing": "^4.0.0",
"lit": "^3.2.0"
"lit": "^3.2.1"
},
"peerDependencies": {
"lit": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.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 @@ -55,7 +55,7 @@
"@tanstack/virtual-core": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.9.1",
"solid-js": "^1.9.2",
"vite-plugin-solid": "^2.10.2"
},
"peerDependencies": {
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 @@ -60,7 +60,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"peerDependencies": {
"vue": "^2.7.0 || ^3.0.0"
Expand Down
Loading

0 comments on commit 7f071c2

Please sign in to comment.