Update dependency typedoc to v0.28.19

This commit is contained in:
renovate[bot]
2026-04-15 20:50:32 +00:00
committed by GitHub
parent 20235509ef
commit 0b5332fbb3
2 changed files with 18 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
"archiver": "7.0.1",
"fs-extra": "11.3.4",
"js-yaml": "4.1.1",
"typedoc": "0.28.18",
"typedoc": "0.28.19",
"typedoc-plugin-missing-exports": "4.1.3"
}
}

26
pnpm-lock.yaml generated
View File

@@ -199,11 +199,11 @@ importers:
specifier: 4.1.1
version: 4.1.1
typedoc:
specifier: 0.28.18
version: 0.28.18(typescript@6.0.2)
specifier: 0.28.19
version: 0.28.19(typescript@6.0.2)
typedoc-plugin-missing-exports:
specifier: 4.1.3
version: 4.1.3(typedoc@0.28.18(typescript@6.0.2))
version: 4.1.3(typedoc@0.28.19(typescript@6.0.2))
apps/client:
dependencies:
@@ -10641,6 +10641,10 @@ packages:
resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==}
engines: {node: 18 || 20 || >=22}
minimatch@10.2.5:
resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
engines: {node: 18 || 20 || >=22}
minimatch@3.1.5:
resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==}
@@ -13236,8 +13240,8 @@ packages:
peerDependencies:
typedoc: ^0.28.1
typedoc@0.28.18:
resolution: {integrity: sha512-NTWTUOFRQ9+SGKKTuWKUioUkjxNwtS3JDRPVKZAXGHZy2wCA8bdv2iJiyeePn0xkmK+TCCqZFT0X7+2+FLjngA==}
typedoc@0.28.19:
resolution: {integrity: sha512-wKh+lhdmMFivMlc6vRRcMGXeGEHGU2g8a2CkPTJjJlwRf1iXbimWIPcFolCqe4E0d/FRtGszpIrsp3WLpDB8Pw==}
engines: {node: '>= 18', pnpm: '>= 10'}
hasBin: true
peerDependencies:
@@ -26216,6 +26220,10 @@ snapshots:
dependencies:
brace-expansion: 5.0.5
minimatch@10.2.5:
dependencies:
brace-expansion: 5.0.5
minimatch@3.1.5:
dependencies:
brace-expansion: 1.1.13
@@ -29197,16 +29205,16 @@ snapshots:
typedarray@0.0.6: {}
typedoc-plugin-missing-exports@4.1.3(typedoc@0.28.18(typescript@6.0.2)):
typedoc-plugin-missing-exports@4.1.3(typedoc@0.28.19(typescript@6.0.2)):
dependencies:
typedoc: 0.28.18(typescript@6.0.2)
typedoc: 0.28.19(typescript@6.0.2)
typedoc@0.28.18(typescript@6.0.2):
typedoc@0.28.19(typescript@6.0.2):
dependencies:
'@gerrit0/mini-shiki': 3.23.0
lunr: 2.3.9
markdown-it: 14.1.1
minimatch: 10.2.4
minimatch: 10.2.5
typescript: 6.0.2
yaml: 2.8.3