From 4aa853e586ba851274e76118a98ee83ad2b9904b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 00:10:10 +0000 Subject: [PATCH] Version Packages --- .changeset/wild-nights-return.md | 6 ------ packages/docusaurus-plugin-typedoc/package.json | 2 +- packages/typedoc-docusaurus-theme/package.json | 2 +- packages/typedoc-github-wiki-theme/package.json | 2 +- packages/typedoc-gitlab-wiki-theme/package.json | 2 +- packages/typedoc-plugin-markdown/CHANGELOG.md | 7 +++++++ packages/typedoc-plugin-markdown/package.json | 2 +- packages/typedoc-plugin-remark/package.json | 2 +- packages/typedoc-vitepress-theme/package.json | 2 +- 9 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/wild-nights-return.md diff --git a/.changeset/wild-nights-return.md b/.changeset/wild-nights-return.md deleted file mode 100644 index 86def5795..000000000 --- a/.changeset/wild-nights-return.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Resolve "does not have an anchor but one was requested" warnings in verbose log mode (#850). -- Guard against undefined types causing errors in complex types in tables (thanks @ilyabo). diff --git a/packages/docusaurus-plugin-typedoc/package.json b/packages/docusaurus-plugin-typedoc/package.json index ec69fdbfb..8cb19bcda 100644 --- a/packages/docusaurus-plugin-typedoc/package.json +++ b/packages/docusaurus-plugin-typedoc/package.json @@ -30,7 +30,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.9.0" + "typedoc-plugin-markdown": ">=4.9.1" }, "dependencies": { "typedoc-docusaurus-theme": "^1.4.0" diff --git a/packages/typedoc-docusaurus-theme/package.json b/packages/typedoc-docusaurus-theme/package.json index 7d4848e7b..1e389e025 100644 --- a/packages/typedoc-docusaurus-theme/package.json +++ b/packages/typedoc-docusaurus-theme/package.json @@ -30,7 +30,7 @@ "test:update": "npm run build && rm -rf ./test/__snapshots__ && npm test" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.9.0" + "typedoc-plugin-markdown": ">=4.9.1" }, "license": "MIT", "keywords": [ diff --git a/packages/typedoc-github-wiki-theme/package.json b/packages/typedoc-github-wiki-theme/package.json index 1d2b7d17f..ff3d5c25a 100644 --- a/packages/typedoc-github-wiki-theme/package.json +++ b/packages/typedoc-github-wiki-theme/package.json @@ -31,7 +31,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.9.0" + "typedoc-plugin-markdown": ">=4.9.1" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-gitlab-wiki-theme/package.json b/packages/typedoc-gitlab-wiki-theme/package.json index 2d20ca07e..f1e538187 100644 --- a/packages/typedoc-gitlab-wiki-theme/package.json +++ b/packages/typedoc-gitlab-wiki-theme/package.json @@ -31,7 +31,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.9.0" + "typedoc-plugin-markdown": ">=4.9.1" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 7efe177ff..35b170b96 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.9.1 + +### Patch Changes + +- Resolve "does not have an anchor but one was requested" warnings in verbose log mode ([#850](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/850)). +- Guard against undefined types causing errors in complex types in tables (thanks @ilyabo). + ## 4.9.0 (2025-09-19) ### Minor Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index 852e65d88..d8711209c 100644 --- a/packages/typedoc-plugin-markdown/package.json +++ b/packages/typedoc-plugin-markdown/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-markdown", - "version": "4.9.0", + "version": "4.9.1", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "exports": { ".": "./dist/index.js" diff --git a/packages/typedoc-plugin-remark/package.json b/packages/typedoc-plugin-remark/package.json index eb502abf1..827687238 100644 --- a/packages/typedoc-plugin-remark/package.json +++ b/packages/typedoc-plugin-remark/package.json @@ -33,7 +33,7 @@ "vfile": "^6.0.3" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.9.0" + "typedoc-plugin-markdown": ">=4.9.1" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-vitepress-theme/package.json b/packages/typedoc-vitepress-theme/package.json index 1af939e88..99e6b1a98 100644 --- a/packages/typedoc-vitepress-theme/package.json +++ b/packages/typedoc-vitepress-theme/package.json @@ -30,7 +30,7 @@ "test:update": "npm run build && rm -rf ./test/__snapshots__ && npm test" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.9.0" + "typedoc-plugin-markdown": ">=4.9.1" }, "license": "MIT", "keywords": [