Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 0059910

Browse files
chore(deps-dev): bump typedoc and typedoc-plugin-markdown
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) and [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown). These dependencies needed to be updated together. Updates `typedoc` from 0.27.9 to 0.28.1 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.27.9...v0.28.1) Updates `typedoc-plugin-markdown` from 4.4.2 to 4.6.0 - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.6.0/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc dependency-version: 0.28.1 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: typedoc-plugin-markdown dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2eabfbd commit 0059910

2 files changed

Lines changed: 36 additions & 36 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prettier": "^3.3.2",
3333
"rimraf": "^6.0.1",
3434
"ts-node": "^10.9.2",
35-
"typedoc": "^0.27.6",
35+
"typedoc": "^0.28.1",
3636
"typedoc-plugin-markdown": "^4.2.3",
3737
"typescript": "^5.5.3"
3838
},

yarn.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
4747
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
4848

49-
"@gerrit0/mini-shiki@^1.24.0":
50-
version "1.24.4"
51-
resolved "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-1.24.4.tgz#e5328ca0dccc094460c03701d62158137a5a2eda"
52-
integrity sha512-YEHW1QeAg6UmxEmswiQbOVEg1CW22b1XUD/lNTliOsu0LD0wqoyleFMnmbTp697QE0pcadQiR5cVtbbAPncvpw==
49+
"@gerrit0/mini-shiki@^3.2.1":
50+
version "3.2.1"
51+
resolved "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-3.2.1.tgz#d8a0df1044466acf7e94c3b103dbb194fd7770fd"
52+
integrity sha512-HbzRC6MKB6U8kQhczz0APKPIzFHTrcqhaC7es2EXInq1SpjPVnpVSIsBe6hNoLWqqCx1n5VKiPXq6PfXnHZKOQ==
5353
dependencies:
54-
"@shikijs/engine-oniguruma" "^1.24.2"
55-
"@shikijs/types" "^1.24.2"
56-
"@shikijs/vscode-textmate" "^9.3.1"
54+
"@shikijs/engine-oniguruma" "^3.2.1"
55+
"@shikijs/types" "^3.2.1"
56+
"@shikijs/vscode-textmate" "^10.0.2"
5757

5858
"@humanwhocodes/config-array@^0.13.0":
5959
version "0.13.0"
@@ -148,26 +148,26 @@
148148
resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
149149
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
150150

151-
"@shikijs/engine-oniguruma@^1.24.2":
152-
version "1.24.4"
153-
resolved "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.24.4.tgz#6adc430ddf247eeed155d8a41883e36160f302cf"
154-
integrity sha512-Do2ry6flp2HWdvpj2XOwwa0ljZBRy15HKZITzPcNIBOGSeprnA8gOooA/bLsSPuy8aJBa+Q/r34dMmC3KNL/zw==
151+
"@shikijs/engine-oniguruma@^3.2.1":
152+
version "3.2.1"
153+
resolved "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.2.1.tgz#be07d9f09a4b5e35af1896ff232001b9d4f5466e"
154+
integrity sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==
155155
dependencies:
156-
"@shikijs/types" "1.24.4"
157-
"@shikijs/vscode-textmate" "^9.3.1"
156+
"@shikijs/types" "3.2.1"
157+
"@shikijs/vscode-textmate" "^10.0.2"
158158

159-
"@shikijs/types@1.24.4", "@shikijs/types@^1.24.2":
160-
version "1.24.4"
161-
resolved "https://registry.npmjs.org/@shikijs/types/-/types-1.24.4.tgz#06ec8975732b68508f8423b01a5649eef8d9cea3"
162-
integrity sha512-0r0XU7Eaow0PuDxuWC1bVqmWCgm3XqizIaT7SM42K03vc69LGooT0U8ccSR44xP/hGlNx4FKhtYpV+BU6aaKAA==
159+
"@shikijs/types@3.2.1", "@shikijs/types@^3.2.1":
160+
version "3.2.1"
161+
resolved "https://registry.npmjs.org/@shikijs/types/-/types-3.2.1.tgz#8d289ad95d62833d7f9af536c073312d7afe8182"
162+
integrity sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==
163163
dependencies:
164-
"@shikijs/vscode-textmate" "^9.3.1"
164+
"@shikijs/vscode-textmate" "^10.0.2"
165165
"@types/hast" "^3.0.4"
166166

167-
"@shikijs/vscode-textmate@^9.3.1":
168-
version "9.3.1"
169-
resolved "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.3.1.tgz#afda31f8f42cab70a26f3603f52eae3f1c35d2f7"
170-
integrity sha512-79QfK1393x9Ho60QFyLti+QfdJzRQCVLFb97kOIV7Eo9vQU/roINgk7m24uv0a7AUvN//RDH36FLjjK48v0s9g==
167+
"@shikijs/vscode-textmate@^10.0.2":
168+
version "10.0.2"
169+
resolved "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz#a90ab31d0cc1dfb54c66a69e515bf624fa7b2224"
170+
integrity sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==
171171

172172
"@tsconfig/node10@^1.0.7":
173173
version "1.0.11"
@@ -1916,20 +1916,20 @@ type-fest@^0.20.2:
19161916
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
19171917

19181918
typedoc-plugin-markdown@^4.2.3:
1919-
version "4.4.2"
1920-
resolved "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.4.2.tgz#fc31779595aa9bf00e66709f3894e048345bf7ed"
1921-
integrity sha512-kJVkU2Wd+AXQpyL6DlYXXRrfNrHrEIUgiABWH8Z+2Lz5Sq6an4dQ/hfvP75bbokjNDUskOdFlEEm/0fSVyC7eg==
1919+
version "4.6.0"
1920+
resolved "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.6.0.tgz#02385efd5bccd2954c0223b9d9b26ac9c63ea653"
1921+
integrity sha512-RG90uC1QqGN9kPBjzEckEf0v9yIYlLoNYKm4OqjwEGFJJGOLUDs5pIEQQDR2tAv1RD7D8GUSakRlcHMTipyaOA==
19221922

1923-
typedoc@^0.27.6:
1924-
version "0.27.9"
1925-
resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.27.9.tgz#5e0a7bc32bfc7bd0b70a353f4f1d5cba3d667c46"
1926-
integrity sha512-/z585740YHURLl9DN2jCWe6OW7zKYm6VoQ93H0sxZ1cwHQEQrUn5BJrEnkWhfzUdyO+BLGjnKUZ9iz9hKloFDw==
1923+
typedoc@^0.28.1:
1924+
version "0.28.1"
1925+
resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.28.1.tgz#23526f452f3824ae1f1b7615dccb7d3e4aa90d83"
1926+
integrity sha512-Mn2VPNMaxoe/hlBiLriG4U55oyAa3Xo+8HbtEwV7F5WEOPXqtxzGuMZhJYHaqFJpajeQ6ZDUC2c990NAtTbdgw==
19271927
dependencies:
1928-
"@gerrit0/mini-shiki" "^1.24.0"
1928+
"@gerrit0/mini-shiki" "^3.2.1"
19291929
lunr "^2.3.9"
19301930
markdown-it "^14.1.0"
19311931
minimatch "^9.0.5"
1932-
yaml "^2.6.1"
1932+
yaml "^2.7.0 "
19331933

19341934
typescript@^5.5.3:
19351935
version "5.5.4"
@@ -2030,10 +2030,10 @@ y18n@^5.0.5:
20302030
resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
20312031
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
20322032

2033-
yaml@^2.6.1, yaml@^2.7.0:
2034-
version "2.7.0"
2035-
resolved "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
2036-
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
2033+
yaml@^2.7.0, "yaml@^2.7.0 ":
2034+
version "2.7.1"
2035+
resolved "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz#44a247d1b88523855679ac7fa7cda6ed7e135cf6"
2036+
integrity sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==
20372037

20382038
yargs-parser@^21.1.1:
20392039
version "21.1.1"

0 commit comments

Comments
 (0)