chore(deps): update toolchains and dependencies

Raise the frontend baseline to Node 26/npm 11 and refresh contributor documentation. Update frontend, documentation-site, and Go dependencies with regenerated lockfiles and module checksums.
This commit is contained in:
MHSanaei
2026-09-25 17:23:55 +02:00
parent 95f19b192f
commit 86302d2f2d
11 changed files with 1753 additions and 1421 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ golangci-lint run # full lint (gofumpt + goimports formatting)
go run main.go # run the panel locally (serves embedded dist if built)
```
**Frontend (`cd frontend`, Node 24 — see `.nvmrc`):**
**Frontend (`cd frontend`, Node 26 — see `.nvmrc`):**
```bash
npm install
+11 -11
View File
@@ -18,14 +18,14 @@
"test:watch": "vitest"
},
"dependencies": {
"fumadocs-core": "^16.15.11",
"fumadocs-core": "^16.15.14",
"fumadocs-docgen": "^3.1.1",
"fumadocs-mdx": "^15.4.1",
"fumadocs-openapi": "^11.4.3",
"fumadocs-ui": "^16.15.11",
"lucide-react": "^1.46.0",
"fumadocs-mdx": "^15.4.5",
"fumadocs-openapi": "^12.0.3",
"fumadocs-ui": "^16.15.14",
"lucide-react": "^1.48.0",
"mermaid": "^12.0.0",
"next": "16.3.5",
"next": "16.3.6",
"next-themes": "^0.4.6",
"react": "^19.3.0",
"react-dom": "^19.3.0",
@@ -37,15 +37,15 @@
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "^26.5.1",
"@types/node": "^26.6.2",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"oxfmt": "0.68.0",
"oxlint": "1.83.0",
"oxfmt": "0.70.0",
"oxlint": "1.85.0",
"postcss": "^8.5.28",
"tailwindcss": "^4.3.3",
"typescript": "7.0.2",
"vitest": "^5.0.1"
"vitest": "^5.0.2"
},
"packageManager": "pnpm@12.4.2"
"packageManager": "pnpm@12.6.0"
}
+497 -484
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -12,16 +12,16 @@ minimumReleaseAgeExclude:
- mermaid@11.17.0
- lucide-react@1.33.0
- postcss@8.5.26
- fumadocs-mdx@15.3.0 || 15.4.1
- fumadocs-mdx@15.3.0 || 15.4.1 || 15.4.5
- '@fumadocs/api-docs@0.2.7 || 0.2.9'
- '@types/node@26.4.1'
- fumadocs-core@16.15.5 || 16.15.11
- fumadocs-openapi@11.4.0 || 11.4.3
- fumadocs-openapi@11.4.0 || 11.4.3 || 12.0.3
- fumadocs-ui@16.15.5 || 16.15.11
- '@fumadocs/tailwind@0.1.2'
- '@fumari/image-size@0.1.1'
- '@fumari/stf@1.1.1'
- '@vitest/mocker@5.0.1'
- '@vitest/spy@5.0.1'
- '@vitest/mocker@5.0.1 || 5.0.2'
- '@vitest/spy@5.0.1 || 5.0.2'
- fumadocs-docgen@3.1.1
- vitest@5.0.1
- vitest@5.0.1 || 5.0.2