From b6bcd4c207594ae2187b5c12c1e9d37810b4068d Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 10 Feb 2025 06:41:02 -0500 Subject: [PATCH] Update dependency typedoc-plugin-markdown to v4.4.2 (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typedoc-plugin-markdown](https://typedoc-plugin-markdown.org) ([source](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown)) | devDependencies | patch | [`4.4.1` -> `4.4.2`](https://renovatebot.com/diffs/npm/typedoc-plugin-markdown/4.4.1/4.4.2) | --- ### Release Notes
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown) ### [`v4.4.2`](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#442) [Compare Source](https://github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.4.1...typedoc-plugin-markdown@4.4.2) ##### Patch Changes - Handle duplicate symbols with leading underscores - Correctly flag optional nested parameters ([#​765](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/765)). - Introduced ja theme translations as per TypeDoc 0.27.7. - Expose anchors to relative document links (thanks [@​matus-vacula](https://github.com/matus-vacula)).
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://c.csw.im/GalacticFactory/PackwizJS/pulls/9 Co-authored-by: Renovate Co-committed-by: Renovate --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index a4b58ea..aca5cdd 100644 --- a/bun.lock +++ b/bun.lock @@ -18,7 +18,7 @@ "prettier": "3.5.0", "typedoc": "0.27.7", "typedoc-plugin-coverage": "3.4.1", - "typedoc-plugin-markdown": "4.4.1", + "typedoc-plugin-markdown": "4.4.2", }, "peerDependencies": { "typescript": "^5.0.0", @@ -606,7 +606,7 @@ "typedoc-plugin-coverage": ["typedoc-plugin-coverage@3.4.1", "", { "peerDependencies": { "typedoc": "0.25.x || 0.26.x || 0.27.x" } }, "sha512-V23DAwinAMpGMGcL1R1s8Snr26hrjfIdwGf+4jR/65ZdmeAN+yRX0onfx5JlembTQhR6AePQ/parfQNS0AZ64A=="], - "typedoc-plugin-markdown": ["typedoc-plugin-markdown@4.4.1", "", { "peerDependencies": { "typedoc": "0.27.x" } }, "sha512-fx23nSCvewI9IR8lzIYtzDphETcgTDuxKcmHKGD4lo36oexC+B1k4NaCOY58Snqb4OlE8OXDAGVcQXYYuLRCNw=="], + "typedoc-plugin-markdown": ["typedoc-plugin-markdown@4.4.2", "", { "peerDependencies": { "typedoc": "0.27.x" } }, "sha512-kJVkU2Wd+AXQpyL6DlYXXRrfNrHrEIUgiABWH8Z+2Lz5Sq6an4dQ/hfvP75bbokjNDUskOdFlEEm/0fSVyC7eg=="], "typescript": ["typescript@5.7.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw=="], diff --git a/package.json b/package.json index 2ab82dc..fa230f8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prettier": "3.5.0", "typedoc": "0.27.7", "typedoc-plugin-coverage": "3.4.1", - "typedoc-plugin-markdown": "4.4.1" + "typedoc-plugin-markdown": "4.4.2" }, "peerDependencies": { "typescript": "^5.0.0"