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
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup environment
uses: actions/setup-node@v6
with:
node-version: '24.13.0'
node-version: '26.3.0'
cache: 'pnpm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup environment
uses: actions/setup-node@v6
with:
node-version: '24.13.0'
node-version: '26.3.0'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '24.13.0'
node-version: '26.3.0'
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v24.13.0
v26.3.0
6 changes: 2 additions & 4 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,22 @@
},
"linter": {
"rules": {
"recommended": true,
"preset": "recommended",
"style": {
"noNonNullAssertion": "warn",
"useConst": {
"fix": "none",
"level": "warn"
}
},
"nursery": {
"noShadow": "warn"
},
"a11y": {
"noAutofocus": "warn",
"useKeyWithClickEvents": "warn",
"noStaticElementInteractions": "warn"
},
"suspicious": {
"noArrayIndexKey": "warn",
"noShadow": "warn",
"noConsole": {
"level": "warn",
"options": {
Expand Down
20 changes: 10 additions & 10 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"update-packages": "pnpm dlx npm-check-updates --format group -i"
},
"dependencies": {
"@tanstack/react-router": "^1.170.9",
"@tanstack/react-virtual": "^3.13.26",
"@tanstack/react-router": "^1.170.15",
"@tanstack/react-virtual": "^3.14.3",
"dev-dict": "link:..",
"lucide-react": "^1.17.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"lucide-react": "^1.18.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-syntax-highlighter": "^16.1.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@tanstack/router-plugin": "^1.168.12",
"@types/react": "^19.2.15",
"@tailwindcss/vite": "^4.3.1",
"@tanstack/router-plugin": "^1.168.18",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^6.0.2",
"tailwindcss": "^4.3.0",
"tailwindcss": "^4.3.1",
"typescript": "^5.9.3",
"vite": "^8.0.14"
"vite": "^8.0.16"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,24 @@
"test:watch": "vitest",
"test:ui": "vitest --ui",
"bundle-analyzer": "npx vite-bundle-visualizer",
"update-packages": "pnpm dlx npm-check-updates --format group -i"
"update-packages": "pnpm dlx npm-check-updates --format group --cooldown 1 -i"
},
"packageManager": "pnpm@10.33.0",
"packageManager": "pnpm@11.7.0",
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@biomejs/biome": "2.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.8",
"@semantic-release/npm": "^13.1.5",
"@types/node": "^25.9.1",
"@vitest/ui": "^4.1.8",
"@types/node": "^25.9.3",
"@vitest/ui": "^4.1.9",
"conventional-changelog-conventionalcommits": "^9.3.1",
"globals": "^17.6.0",
"semantic-release": "^25.0.3",
"semantic-release": "^25.0.5",
"tsx": "^4.22.4",
"typescript": "^5.9.3",
"vite": "^8.0.16",
"vite-plugin-dts": "^5.0.2",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
}
}
Loading