Merge pull request #1438 from TriliumNext/renovate/typedoc-0.x

chore(deps): update dependency typedoc to v0.28.0
This commit is contained in:
Elian Doran 2025-03-16 12:26:22 +02:00 committed by GitHub
commit dd8818f0ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 29 deletions

57
package-lock.json generated
View File

@ -186,7 +186,7 @@
"ts-loader": "9.5.2", "ts-loader": "9.5.2",
"tslib": "2.8.1", "tslib": "2.8.1",
"tsx": "4.19.3", "tsx": "4.19.3",
"typedoc": "0.27.9", "typedoc": "0.28.0",
"typescript": "5.8.2", "typescript": "5.8.2",
"typescript-eslint": "8.26.1", "typescript-eslint": "8.26.1",
"vitest": "3.0.8", "vitest": "3.0.8",
@ -2910,15 +2910,15 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@gerrit0/mini-shiki": { "node_modules/@gerrit0/mini-shiki": {
"version": "1.24.4", "version": "3.2.1",
"resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-1.24.4.tgz", "resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-3.2.1.tgz",
"integrity": "sha512-YEHW1QeAg6UmxEmswiQbOVEg1CW22b1XUD/lNTliOsu0LD0wqoyleFMnmbTp697QE0pcadQiR5cVtbbAPncvpw==", "integrity": "sha512-HbzRC6MKB6U8kQhczz0APKPIzFHTrcqhaC7es2EXInq1SpjPVnpVSIsBe6hNoLWqqCx1n5VKiPXq6PfXnHZKOQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/engine-oniguruma": "^1.24.2", "@shikijs/engine-oniguruma": "^3.2.1",
"@shikijs/types": "^1.24.2", "@shikijs/types": "^3.2.1",
"@shikijs/vscode-textmate": "^9.3.1" "@shikijs/vscode-textmate": "^10.0.2"
} }
}, },
"node_modules/@highlightjs/cdn-assets": { "node_modules/@highlightjs/cdn-assets": {
@ -5088,31 +5088,31 @@
"hasInstallScript": true "hasInstallScript": true
}, },
"node_modules/@shikijs/engine-oniguruma": { "node_modules/@shikijs/engine-oniguruma": {
"version": "1.24.2", "version": "3.2.1",
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.24.2.tgz", "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.2.1.tgz",
"integrity": "sha512-ZN6k//aDNWRJs1uKB12pturKHh7GejKugowOFGAuG7TxDRLod1Bd5JhpOikOiFqPmKjKEPtEA6mRCf7q3ulDyQ==", "integrity": "sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/types": "1.24.2", "@shikijs/types": "3.2.1",
"@shikijs/vscode-textmate": "^9.3.0" "@shikijs/vscode-textmate": "^10.0.2"
} }
}, },
"node_modules/@shikijs/types": { "node_modules/@shikijs/types": {
"version": "1.24.2", "version": "3.2.1",
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.24.2.tgz", "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.2.1.tgz",
"integrity": "sha512-bdeWZiDtajGLG9BudI0AHet0b6e7FbR0EsE4jpGaI0YwHm/XJunI9+3uZnzFtX65gsyJ6ngCIWUfA4NWRPnBkQ==", "integrity": "sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/vscode-textmate": "^9.3.0", "@shikijs/vscode-textmate": "^10.0.2",
"@types/hast": "^3.0.4" "@types/hast": "^3.0.4"
} }
}, },
"node_modules/@shikijs/vscode-textmate": { "node_modules/@shikijs/vscode-textmate": {
"version": "9.3.1", "version": "10.0.2",
"resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.3.1.tgz", "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
"integrity": "sha512-79QfK1393x9Ho60QFyLti+QfdJzRQCVLFb97kOIV7Eo9vQU/roINgk7m24uv0a7AUvN//RDH36FLjjK48v0s9g==", "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
@ -20560,23 +20560,24 @@
} }
}, },
"node_modules/typedoc": { "node_modules/typedoc": {
"version": "0.27.9", "version": "0.28.0",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.9.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.0.tgz",
"integrity": "sha512-/z585740YHURLl9DN2jCWe6OW7zKYm6VoQ93H0sxZ1cwHQEQrUn5BJrEnkWhfzUdyO+BLGjnKUZ9iz9hKloFDw==", "integrity": "sha512-UU+xxZXrpnUhEulBYRwY2afoYFC24J2fTFovOs3llj2foGShCoKVQL6cQCfQ+sBAOdiFn2dETpZ9xhah+CL3RQ==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@gerrit0/mini-shiki": "^1.24.0", "@gerrit0/mini-shiki": "^3.2.1",
"lunr": "^2.3.9", "lunr": "^2.3.9",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"minimatch": "^9.0.5", "minimatch": "^9.0.5",
"yaml": "^2.6.1" "yaml": "^2.7.0 "
}, },
"bin": { "bin": {
"typedoc": "bin/typedoc" "typedoc": "bin/typedoc"
}, },
"engines": { "engines": {
"node": ">= 18" "node": ">= 18",
"pnpm": ">= 10"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x" "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x"
@ -21817,9 +21818,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/yaml": { "node_modules/yaml": {
"version": "2.6.1", "version": "2.7.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
"integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
"dev": true, "dev": true,
"license": "ISC", "license": "ISC",
"bin": { "bin": {

View File

@ -243,7 +243,7 @@
"ts-loader": "9.5.2", "ts-loader": "9.5.2",
"tslib": "2.8.1", "tslib": "2.8.1",
"tsx": "4.19.3", "tsx": "4.19.3",
"typedoc": "0.27.9", "typedoc": "0.28.0",
"typescript": "5.8.2", "typescript": "5.8.2",
"typescript-eslint": "8.26.1", "typescript-eslint": "8.26.1",
"vitest": "3.0.8", "vitest": "3.0.8",