Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Fix formatting
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/checkout@v4.2.2
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
- name: Setup Tools
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
- name: Setup Tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
- name: Setup Tools
Expand Down
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
link-workspace-packages=true
prefer-workspace-packages=true
provenance=true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.4.1
24.8.0
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.3.0"
},
"devDependencies": {
"@types/node": "^22.13.6",
"@types/node": "^24.5.2",
"typescript": "5.4.5",
"vite": "^5.4.19"
}
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.3.0"
},
"devDependencies": {
"@types/node": "^22.13.6",
"@types/node": "^24.5.2",
"typescript": "5.4.5",
"vite": "^5.4.19"
}
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 @@ -14,7 +14,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.13.6",
"@types/node": "^24.5.2",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.5.2",
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 @@ -13,7 +13,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.13.6",
"@types/node": "^24.5.2",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.5.2",
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 @@ -13,7 +13,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.13.6",
"@types/node": "^24.5.2",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.5.2",
Expand Down
24 changes: 12 additions & 12 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@10.13.1",
"packageManager": "pnpm@10.17.0",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -40,23 +40,23 @@
]
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@changesets/cli": "^2.29.7",
"@playwright/test": "^1.53.1",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@tanstack/config": "^0.18.2",
"@tanstack/config": "^0.20.2",
"@testing-library/jest-dom": "^6.6.3",
"@types/node": "^22.13.6",
"eslint": "^9.29.0",
"jsdom": "^25.0.1",
"knip": "^5.61.0",
"@types/node": "^24.5.2",
"eslint": "^9.36.0",
"jsdom": "^27.0.0",
"knip": "^5.63.1",
"markdown-link-extractor": "^4.0.2",
"nx": "^20.8.2",
"nx": "^21.5.3",
"premove": "^4.0.0",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"publint": "^0.3.12",
"sherif": "^1.5.0",
"tinyglobby": "^0.2.14",
"publint": "^0.3.13",
"sherif": "^1.6.1",
"tinyglobby": "^0.2.15",
"typescript": "5.4.5",
"vite": "^5.4.19",
"vitest": "^2.1.9"
Expand Down
Loading
Loading