From 3d7b96ed9c62427694093ac52afa722b48b38088 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 9 Sep 2024 12:22:09 +0000
Subject: [PATCH] chore(deps): Bump typedoc from 0.26.6 to 0.26.7 (#236)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.6 to 0.26.7.
Release notes
Sourced from typedoc's releases.
v0.26.7
Features
- Support TypeScript 5.6, #2699.
- Added
customJs
option to include a script tag in generated HTML output, #2650.
- Added
markdownLinkExternal
option to treat http[s]://
links in markdown documents and comments as external to be opened in a new tab, #2679.
- Added
navigation.excludeReferences
option to prevent re-exports from appearing in the left hand navigation, #2685.
- Added support for the
@abstract
tag, #2692.
Bug Fixes
- Fixed an issue where links in packages mode would be resolved incorrectly, #2680.
@link
tags to symbols which are not included in the documentation will produce invalid link warnings again, #2681.
- Fixed handling of
@param
tags on comments attached to function callback parameters, #2683.
- The
alphabetical
and alphabetical-ignoring-documents
sort options now use localeCompare
to sort, #2684.
- Fixed incorrect placement of parameter default values in some signatures with a
this
parameter, #2698.
Thanks!
Changelog
Sourced from typedoc's changelog.
v0.26.7 (2024-09-09)
Features
- Support TypeScript 5.6, #2699.
- Added
customJs
option to include a script tag in generated HTML output, #2650.
- Added
markdownLinkExternal
option to treat http[s]://
links in markdown documents and comments as external to be opened in a new tab, #2679.
- Added
navigation.excludeReferences
option to prevent re-exports from appearing in the left hand navigation, #2685.
- Added support for the
@abstract
tag, #2692.
Bug Fixes
- Fixed an issue where links in packages mode would be resolved incorrectly, #2680.
@link
tags to symbols which are not included in the documentation will produce invalid link warnings again, #2681.
- Fixed handling of
@param
tags on comments attached to function callback parameters, #2683.
- The
alphabetical
and alphabetical-ignoring-documents
sort options now use localeCompare
to sort, #2684.
- Fixed incorrect placement of parameter default values in some signatures with a
this
parameter, #2698.
Thanks!
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typedoc&package-manager=npm_and_yarn&previous-version=0.26.6&new-version=0.26.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
package-lock.json | 118 +++++++++++++++++++++++++++++++++-------------
package.json | 2 +-
2 files changed, 87 insertions(+), 33 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 0a997d2..82c405b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
- "typedoc": "^0.26.6",
+ "typedoc": "^0.26.7",
"typescript": "^4.8.2"
},
"engines": {
@@ -198,9 +198,19 @@
}
},
"node_modules/@shikijs/core": {
- "version": "1.10.0",
- "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.10.0.tgz",
- "integrity": "sha512-BZcr6FCmPfP6TXaekvujZcnkFmJHZ/Yglu97r/9VjzVndQA56/F4WjUKtJRQUnK59Wi7p/UTAOekMfCJv7jnYg==",
+ "version": "1.16.2",
+ "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.16.2.tgz",
+ "integrity": "sha512-XSVH5OZCvE4WLMgdoBqfPMYmGHGmCC3OgZhw0S7KcSi2XKZ+5oHGe71GFnTljgdOxvxx5WrRks6QoTLKrl1eAA==",
+ "dev": true,
+ "dependencies": {
+ "@shikijs/vscode-textmate": "^9.2.0",
+ "@types/hast": "^3.0.4"
+ }
+ },
+ "node_modules/@shikijs/vscode-textmate": {
+ "version": "9.2.0",
+ "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.2.0.tgz",
+ "integrity": "sha512-5FinaOp6Vdh/dl4/yaOTh0ZeKch+rYS8DUb38V3GMKYVkdqzxw53lViRKUYkVILRiVQT7dcPC7VvAKOR73zVtQ==",
"dev": true
},
"node_modules/@tsconfig/node10": {
@@ -227,6 +237,15 @@
"integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==",
"dev": true
},
+ "node_modules/@types/hast": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
+ "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
+ "dev": true,
+ "dependencies": {
+ "@types/unist": "*"
+ }
+ },
"node_modules/@types/minimist": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
@@ -245,6 +264,12 @@
"integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==",
"dev": true
},
+ "node_modules/@types/unist": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
+ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
+ "dev": true
+ },
"node_modules/@types/ws": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
@@ -1888,12 +1913,14 @@
"dev": true
},
"node_modules/shiki": {
- "version": "1.10.0",
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.10.0.tgz",
- "integrity": "sha512-YD2sXQ+TMD/F9BimV9Jn0wj35pqOvywvOG/3PB6hGHyGKlM7TJ9tyJ02jOb2kF8F0HfJwKNYrh3sW7jEcuRlXA==",
+ "version": "1.16.2",
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.16.2.tgz",
+ "integrity": "sha512-gSym0hZf5a1U0iDPsdoOAZbvoi+e0c6c3NKAi03FoSLTm7oG20tum29+gk0wzzivOasn3loxfGUPT+jZXIUbWg==",
"dev": true,
"dependencies": {
- "@shikijs/core": "1.10.0"
+ "@shikijs/core": "1.16.2",
+ "@shikijs/vscode-textmate": "^9.2.0",
+ "@types/hast": "^3.0.4"
}
},
"node_modules/slash": {
@@ -2165,16 +2192,16 @@
}
},
"node_modules/typedoc": {
- "version": "0.26.6",
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.6.tgz",
- "integrity": "sha512-SfEU3SH3wHNaxhFPjaZE2kNl/NFtLNW5c1oHsg7mti7GjmUj1Roq6osBQeMd+F4kL0BoRBBr8gQAuqBlfFu8LA==",
+ "version": "0.26.7",
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.7.tgz",
+ "integrity": "sha512-gUeI/Wk99vjXXMi8kanwzyhmeFEGv1LTdTQsiyIsmSYsBebvFxhbcyAx7Zjo4cMbpLGxM4Uz3jVIjksu/I2v6Q==",
"dev": true,
"dependencies": {
"lunr": "^2.3.9",
"markdown-it": "^14.1.0",
"minimatch": "^9.0.5",
- "shiki": "^1.9.1",
- "yaml": "^2.4.5"
+ "shiki": "^1.16.2",
+ "yaml": "^2.5.1"
},
"bin": {
"typedoc": "bin/typedoc"
@@ -2183,7 +2210,7 @@
"node": ">= 18"
},
"peerDependencies": {
- "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x"
+ "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x"
}
},
"node_modules/typedoc/node_modules/brace-expansion": {
@@ -2278,9 +2305,9 @@
"dev": true
},
"node_modules/yaml": {
- "version": "2.4.5",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
- "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==",
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz",
+ "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==",
"dev": true,
"bin": {
"yaml": "bin.mjs"
@@ -2455,9 +2482,19 @@
}
},
"@shikijs/core": {
- "version": "1.10.0",
- "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.10.0.tgz",
- "integrity": "sha512-BZcr6FCmPfP6TXaekvujZcnkFmJHZ/Yglu97r/9VjzVndQA56/F4WjUKtJRQUnK59Wi7p/UTAOekMfCJv7jnYg==",
+ "version": "1.16.2",
+ "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.16.2.tgz",
+ "integrity": "sha512-XSVH5OZCvE4WLMgdoBqfPMYmGHGmCC3OgZhw0S7KcSi2XKZ+5oHGe71GFnTljgdOxvxx5WrRks6QoTLKrl1eAA==",
+ "dev": true,
+ "requires": {
+ "@shikijs/vscode-textmate": "^9.2.0",
+ "@types/hast": "^3.0.4"
+ }
+ },
+ "@shikijs/vscode-textmate": {
+ "version": "9.2.0",
+ "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.2.0.tgz",
+ "integrity": "sha512-5FinaOp6Vdh/dl4/yaOTh0ZeKch+rYS8DUb38V3GMKYVkdqzxw53lViRKUYkVILRiVQT7dcPC7VvAKOR73zVtQ==",
"dev": true
},
"@tsconfig/node10": {
@@ -2484,6 +2521,15 @@
"integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==",
"dev": true
},
+ "@types/hast": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
+ "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
+ "dev": true,
+ "requires": {
+ "@types/unist": "*"
+ }
+ },
"@types/minimist": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
@@ -2502,6 +2548,12 @@
"integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==",
"dev": true
},
+ "@types/unist": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
+ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
+ "dev": true
+ },
"@types/ws": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
@@ -3683,12 +3735,14 @@
"dev": true
},
"shiki": {
- "version": "1.10.0",
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.10.0.tgz",
- "integrity": "sha512-YD2sXQ+TMD/F9BimV9Jn0wj35pqOvywvOG/3PB6hGHyGKlM7TJ9tyJ02jOb2kF8F0HfJwKNYrh3sW7jEcuRlXA==",
+ "version": "1.16.2",
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.16.2.tgz",
+ "integrity": "sha512-gSym0hZf5a1U0iDPsdoOAZbvoi+e0c6c3NKAi03FoSLTm7oG20tum29+gk0wzzivOasn3loxfGUPT+jZXIUbWg==",
"dev": true,
"requires": {
- "@shikijs/core": "1.10.0"
+ "@shikijs/core": "1.16.2",
+ "@shikijs/vscode-textmate": "^9.2.0",
+ "@types/hast": "^3.0.4"
}
},
"slash": {
@@ -3874,16 +3928,16 @@
"dev": true
},
"typedoc": {
- "version": "0.26.6",
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.6.tgz",
- "integrity": "sha512-SfEU3SH3wHNaxhFPjaZE2kNl/NFtLNW5c1oHsg7mti7GjmUj1Roq6osBQeMd+F4kL0BoRBBr8gQAuqBlfFu8LA==",
+ "version": "0.26.7",
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.7.tgz",
+ "integrity": "sha512-gUeI/Wk99vjXXMi8kanwzyhmeFEGv1LTdTQsiyIsmSYsBebvFxhbcyAx7Zjo4cMbpLGxM4Uz3jVIjksu/I2v6Q==",
"dev": true,
"requires": {
"lunr": "^2.3.9",
"markdown-it": "^14.1.0",
"minimatch": "^9.0.5",
- "shiki": "^1.9.1",
- "yaml": "^2.4.5"
+ "shiki": "^1.16.2",
+ "yaml": "^2.5.1"
},
"dependencies": {
"brace-expansion": {
@@ -3953,9 +4007,9 @@
"dev": true
},
"yaml": {
- "version": "2.4.5",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
- "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==",
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz",
+ "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==",
"dev": true
},
"yargs-parser": {
diff --git a/package.json b/package.json
index 5234e3e..7f4732e 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
- "typedoc": "^0.26.6",
+ "typedoc": "^0.26.7",
"typescript": "^4.8.2"
},
"prettier": "@relaycorp/shared-config/.prettierrc.json",