From 34b7b313f66cad771dc5d2bc1fe81dbfd3d76479 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Mar 2024 09:56:50 +0000
Subject: [PATCH] build(deps-dev): bump typedoc from 0.25.8 to 0.25.9 (#1056)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.8 to 0.25.9.
Release notes
Sourced from typedoc's releases.
v0.25.9
Features
- Literal numeric unions will now be sorted during conversion, #2502.
Bug Fixes
- Module readmes will now be included in JSON output, #2500.
- Fixed crash when
--excludeNotDocumented
was used and the project contained a reference to a removed signature, #2496.
- Fixed crash when converting an infinitely recursive type via a new
--maxTypeConversionDepth
option, #2507.
- Type links in "Parameters" and "Type Parameters" sections of the page will now be correctly colored.
Thanks!
Changelog
Sourced from typedoc's changelog.
v0.25.9 (2024-02-26)
Features
- Literal numeric unions will now be sorted during conversion, #2502.
Bug Fixes
- Module readmes will now be included in JSON output, #2500.
- Fixed crash when
--excludeNotDocumented
was used and the project contained a reference to a removed signature, #2496.
- Fixed crash when converting an infinitely recursive type via a new
--maxTypeConversionDepth
option, #2507.
- Type links in "Parameters" and "Type Parameters" sections of the page will now be correctly colored.
Thanks!
Commits
9999d54
Update changelog for release
c65d44c
Bump version to 0.25.9
474875e
Add support for sorting literal numeric unions
626d844
Fix crash with infinitely recursive type
f92f5a8
Fix removeReflection when no symbol is registered
de4d813
Add module readmes to json output (#2500)
- See full diff 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.25.8&new-version=0.25.9)](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)
---
docs/package.json | 2 +-
yarn.lock | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/package.json b/docs/package.json
index 691c1629a..535a27725 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -30,7 +30,7 @@
"@docusaurus/module-type-aliases": "^3.1.1",
"@tsconfig/docusaurus": "^2.0.2",
"docusaurus-plugin-typedoc": "^0.22.0",
- "typedoc": "^0.25.8",
+ "typedoc": "^0.25.9",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.1.6"
},
diff --git a/yarn.lock b/yarn.lock
index 2a25604a8..75e6e3b61 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -13959,7 +13959,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
swc-loader: ^0.2.6
- typedoc: ^0.25.8
+ typedoc: ^0.25.9
typedoc-plugin-markdown: ^3.17.1
typescript: ^5.1.6
languageName: unknown
@@ -26605,9 +26605,9 @@ __metadata:
languageName: node
linkType: hard
-"typedoc@npm:^0.25.8":
- version: 0.25.8
- resolution: "typedoc@npm:0.25.8"
+"typedoc@npm:^0.25.9":
+ version: 0.25.9
+ resolution: "typedoc@npm:0.25.9"
dependencies:
lunr: ^2.3.9
marked: ^4.3.0
@@ -26617,7 +26617,7 @@ __metadata:
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
bin:
typedoc: bin/typedoc
- checksum: c81992d791ef267e5f94ce0bf0ee98452ac772f4a12a96ad3b18520e7a1f9ba5f6908e48d5e73330fdedb7bfd0b9e0a74073afa5ef75775f76f1c6f3f3fce3a3
+ checksum: c2e7d81e19083bda9289b9d6984c8ce1978b46272d5189c1bdca1518050975ad8fe4d48b2994d3e2e0ee2ebedb57354079674bf8d1466f8d61d74fc810f77f62
languageName: node
linkType: hard