Update dependency typedoc-plugin-markdown to v4.4.2 (#9)
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s

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

<details>
<summary>typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)</summary>

### [`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 ([#&#8203;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 [@&#8203;matus-vacula](https://github.com/matus-vacula)).

</details>

---

### 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] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #9
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
This commit is contained in:
Renovate 2025-02-10 06:41:02 -05:00 committed by cswimr
parent 6c09979cf9
commit b6bcd4c207
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F
2 changed files with 3 additions and 3 deletions

View file

@ -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=="],

View file

@ -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"