From 5bbfacd7b15077fcfc27e2b9f0972bf06ba6285f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 29 Jun 2024 17:01:55 +0000
Subject: [PATCH] chore(deps): Bump typedoc from 0.26.0 to 0.26.3 (#199)
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.0 to 0.26.3.
Release notes
Sourced from typedoc's releases.
v0.26.3
Features
- "On This Page" navigation now includes the page groups in collapsible sections, #2616.
Bug Fixes
mailto:
links are no longer incorrectly recognized as relative paths, #2613.
- Added
@since
to the default list of recognized tags, #2614.
- Relative paths to directories will no longer cause the directory to be copied into the media directory, #2617.
v0.26.2
Features
- Added a
--suppressCommentWarningsInDeclarationFiles
option to disable warnings from
parsing comments in declaration files, #2611.
- Improved comment discovery to more closely match TypeScript's discovery when getting comments
for members of interfaces/classes, #2084, #2545.
Bug Fixes
- The
text
non-highlighted language no longer causes warnings when rendering, #2610.
- If a comment on a method is inherited from a parent class, and the child class does not
use an
@param
tag from the parent, TypeDoc will no longer warn about the @param
tag.
v0.26.1
Features
- Improved Korean translation coverage, #2602.
Bug Fixes
- Added
@author
to the default list of recognized tags, #2603.
- Anchor links are no longer incorrectly checked for relative paths, #2604.
- Fixed an issue where line numbers reported in error messages could be incorrect, #2605.
- Fixed relative link detection for markdown links containing code in their label, #2606.
- Fixed an issue with packages mode where TypeDoc would use (much) more memory than required, #2607.
- TypeDoc will no longer crash when asked to render highlighted code for an unsupported language, #2609.
- Fixed an issue where relatively-linked files would not be copied to the output directory in packages mode.
- Fixed an issue where modifier tags were not applied to top level modules in packages mode.
- Fixed an issue where excluded tags were not removed from top level modules in packages mode.
.jsonc
configuration files are now properly read as JSONC, rather than being passed to require
.
Thanks!
Changelog
Sourced from typedoc's changelog.
v0.26.3 (2024-06-28)
Features
- "On This Page" navigation now includes the page groups in collapsible sections, #2616.
Bug Fixes
mailto:
links are no longer incorrectly recognized as relative paths, #2613.
- Added
@since
to the default list of recognized tags, #2614.
- Relative paths to directories will no longer cause the directory to be copied into the media directory, #2617.
v0.26.2 (2024-06-24)
Features
- Added a
--suppressCommentWarningsInDeclarationFiles
option to disable warnings from
parsing comments in declaration files, #2611.
- Improved comment discovery to more closely match TypeScript's discovery when getting comments
for members of interfaces/classes, #2084, #2545.
Bug Fixes
- The
text
non-highlighted language no longer causes warnings when rendering, #2610.
- If a comment on a method is inherited from a parent class, and the child class does not
use an
@param
tag from the parent, TypeDoc will no longer warn about the @param
tag.
v0.26.1 (2024-06-22)
Features
- Improved Korean translation coverage, #2602.
Bug Fixes
- Added
@author
to the default list of recognized tags, #2603.
- Anchor links are no longer incorrectly checked for relative paths, #2604.
- Fixed an issue where line numbers reported in error messages could be incorrect, #2605.
- Fixed relative link detection for markdown links containing code in their label, #2606.
- Fixed an issue with packages mode where TypeDoc would use (much) more memory than required, #2607.
- TypeDoc will no longer crash when asked to render highlighted code for an unsupported language, #2609.
- Fixed an issue where relatively-linked files would not be copied to the output directory in packages mode.
- Fixed an issue where modifier tags were not applied to top level modules in packages mode.
- Fixed an issue where excluded tags were not removed from top level modules in packages mode.
.jsonc
configuration files are now properly read as JSONC, rather than being passed to require
.
Thanks!
Commits
8932856
Update changelog for release
cb30e33
Bump version to 0.26.3
317650e
Update deps
da4f8fd
Fix lint issue
0304c26
Include page groups in page TOC
9f0fb04
Do not copy relative paths to directories
918d8aa
Correct handling of mailto:
links
22fc83e
Add @since
to the default list of recognized tags
e5ba1e8
Update changelog for release
f20ec83
Bump version to 0.26.2
- Additional commits viewable in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typedoc&package-manager=npm_and_yarn&previous-version=0.26.0&new-version=0.26.3)](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 | 62 +++++++++++++++++++++++------------------------
package.json | 2 +-
2 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 57a0995..cfcb1e8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -30,7 +30,7 @@
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
- "typedoc": "^0.26.0",
+ "typedoc": "^0.26.3",
"typescript": "^5.4.5"
},
"engines": {
@@ -1963,9 +1963,9 @@
}
},
"node_modules/@shikijs/core": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.9.0.tgz",
- "integrity": "sha512-cbSoY8P/jgGByG8UOl3jnP/CWg/Qk+1q+eAKWtcrU3pNoILF8wTsLB0jT44qUBV8Ce1SvA9uqcM9Xf+u3fJFBw==",
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.10.0.tgz",
+ "integrity": "sha512-BZcr6FCmPfP6TXaekvujZcnkFmJHZ/Yglu97r/9VjzVndQA56/F4WjUKtJRQUnK59Wi7p/UTAOekMfCJv7jnYg==",
"dev": true
},
"node_modules/@sinclair/typebox": {
@@ -7371,12 +7371,12 @@
}
},
"node_modules/shiki": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.9.0.tgz",
- "integrity": "sha512-i6//Lqgn7+7nZA0qVjoYH0085YdNk4MC+tJV4bo+HgjgRMJ0JmkLZzFAuvVioJqLkcGDK5GAMpghZEZkCnwxpQ==",
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.10.0.tgz",
+ "integrity": "sha512-YD2sXQ+TMD/F9BimV9Jn0wj35pqOvywvOG/3PB6hGHyGKlM7TJ9tyJ02jOb2kF8F0HfJwKNYrh3sW7jEcuRlXA==",
"dev": true,
"dependencies": {
- "@shikijs/core": "1.9.0"
+ "@shikijs/core": "1.10.0"
}
},
"node_modules/side-channel": {
@@ -8211,15 +8211,15 @@
}
},
"node_modules/typedoc": {
- "version": "0.26.0",
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.0.tgz",
- "integrity": "sha512-OcYevjHsMN8DfpaL0dSBGAEBhOxuBB5Au8QVs9oz9iB0kRStPZwXLFWqh9gwbMUxNjW3yQuIM5GrVVauMJ2Akw==",
+ "version": "0.26.3",
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.3.tgz",
+ "integrity": "sha512-6d2Sw9disvvpdk4K7VNjKr5/3hzijtfQVHRthhDqJgnhMHy1wQz4yPMJVKXElvnZhFr0nkzo+GzjXDTRV5yLpg==",
"dev": true,
"dependencies": {
"lunr": "^2.3.9",
"markdown-it": "^14.1.0",
- "minimatch": "^9.0.4",
- "shiki": "^1.6.5",
+ "minimatch": "^9.0.5",
+ "shiki": "^1.9.1",
"yaml": "^2.4.5"
},
"bin": {
@@ -8242,9 +8242,9 @@
}
},
"node_modules/typedoc/node_modules/minimatch": {
- "version": "9.0.4",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
+ "version": "9.0.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
@@ -10157,9 +10157,9 @@
}
},
"@shikijs/core": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.9.0.tgz",
- "integrity": "sha512-cbSoY8P/jgGByG8UOl3jnP/CWg/Qk+1q+eAKWtcrU3pNoILF8wTsLB0jT44qUBV8Ce1SvA9uqcM9Xf+u3fJFBw==",
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.10.0.tgz",
+ "integrity": "sha512-BZcr6FCmPfP6TXaekvujZcnkFmJHZ/Yglu97r/9VjzVndQA56/F4WjUKtJRQUnK59Wi7p/UTAOekMfCJv7jnYg==",
"dev": true
},
"@sinclair/typebox": {
@@ -14144,12 +14144,12 @@
"dev": true
},
"shiki": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.9.0.tgz",
- "integrity": "sha512-i6//Lqgn7+7nZA0qVjoYH0085YdNk4MC+tJV4bo+HgjgRMJ0JmkLZzFAuvVioJqLkcGDK5GAMpghZEZkCnwxpQ==",
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.10.0.tgz",
+ "integrity": "sha512-YD2sXQ+TMD/F9BimV9Jn0wj35pqOvywvOG/3PB6hGHyGKlM7TJ9tyJ02jOb2kF8F0HfJwKNYrh3sW7jEcuRlXA==",
"dev": true,
"requires": {
- "@shikijs/core": "1.9.0"
+ "@shikijs/core": "1.10.0"
}
},
"side-channel": {
@@ -14760,15 +14760,15 @@
}
},
"typedoc": {
- "version": "0.26.0",
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.0.tgz",
- "integrity": "sha512-OcYevjHsMN8DfpaL0dSBGAEBhOxuBB5Au8QVs9oz9iB0kRStPZwXLFWqh9gwbMUxNjW3yQuIM5GrVVauMJ2Akw==",
+ "version": "0.26.3",
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.3.tgz",
+ "integrity": "sha512-6d2Sw9disvvpdk4K7VNjKr5/3hzijtfQVHRthhDqJgnhMHy1wQz4yPMJVKXElvnZhFr0nkzo+GzjXDTRV5yLpg==",
"dev": true,
"requires": {
"lunr": "^2.3.9",
"markdown-it": "^14.1.0",
- "minimatch": "^9.0.4",
- "shiki": "^1.6.5",
+ "minimatch": "^9.0.5",
+ "shiki": "^1.9.1",
"yaml": "^2.4.5"
},
"dependencies": {
@@ -14782,9 +14782,9 @@
}
},
"minimatch": {
- "version": "9.0.4",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
+ "version": "9.0.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"
diff --git a/package.json b/package.json
index a88099e..af05983 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
- "typedoc": "^0.26.0",
+ "typedoc": "^0.26.3",
"typescript": "^5.4.5"
},
"prettier": "@relaycorp/shared-config/.prettierrc.json",