Skip to content

Commit

Permalink
build(deps-dev): bump docusaurus-plugin-typedoc from 0.20.2 to 0.21.0 (
Browse files Browse the repository at this point in the history
…#914)

Bumps [docusaurus-plugin-typedoc](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/docusaurus-plugin-typedoc) from 0.20.2 to 0.21.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tgreyuk/typedoc-plugin-markdown/blob/master/packages/docusaurus-plugin-typedoc/CHANGELOG.md">docusaurus-plugin-typedoc's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/tgreyuk/typedoc-plugin-markdown/compare/docusaurus-plugin-typedoc@0.20.2...docusaurus-plugin-typedoc@0.21.0">0.21.0</a> (2023-11-01)</h1>
<h3>Features</h3>
<ul>
<li>Support Docusaurus V3</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/tgreyuk/typedoc-plugin-markdown/commits/HEAD/packages/docusaurus-plugin-typedoc">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docusaurus-plugin-typedoc&package-manager=npm_and_yarn&previous-version=0.20.2&new-version=0.21.0)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>
  • Loading branch information
dependabot[bot] authored Nov 5, 2023
1 parent 004e578 commit 4324546
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.3",
"@tsconfig/docusaurus": "^2.0.2",
"docusaurus-plugin-typedoc": "^0.20.2",
"docusaurus-plugin-typedoc": "^0.21.0",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.17.0",
"typescript": "^5.1.6"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11768,7 +11768,7 @@ __metadata:
"@tsconfig/docusaurus": ^2.0.2
"@you54f/theme-github-codeblock": ^0.1.1
clsx: ^2.0.0
docusaurus-plugin-typedoc: ^0.20.2
docusaurus-plugin-typedoc: ^0.21.0
prism-react-renderer: ^2.1.0
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -11959,13 +11959,13 @@ __metadata:
languageName: node
linkType: hard

"docusaurus-plugin-typedoc@npm:^0.20.2":
version: 0.20.2
resolution: "docusaurus-plugin-typedoc@npm:0.20.2"
"docusaurus-plugin-typedoc@npm:^0.21.0":
version: 0.21.0
resolution: "docusaurus-plugin-typedoc@npm:0.21.0"
peerDependencies:
typedoc: ">=0.24.0"
typedoc-plugin-markdown: ">=3.15.0"
checksum: 05f6b6154f7fcb87061466a833ad83d2894f501f96c2df49f86ad04d4199abdb7fe561f72c4de9520fa43ac0d4be5d9a86cfe2bd5c1e568b41ddb80b4253f542
checksum: 7714028b39caab961c7b2ce2373c950efe1212bb2dce68fc9ccfe1d2c80ecd55cd1cf8d8853e29fb359171a77dc6986e20486451f06042fbe0e515cb2edb1bc0
languageName: node
linkType: hard

Expand Down

0 comments on commit 4324546

Please sign in to comment.