Skip to content

Commit

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

Bumps [docusaurus-plugin-typedoc](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/docusaurus-plugin-typedoc) from 0.21.0 to 0.22.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/[email protected]@0.22.0">0.22.0</a> (2023-12-20)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>Resolve typedoc esm plugins not loading in sync (<a href="https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/docusaurus-plugin-typedoc/issues/530">#530</a>)</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.21.0&new-version=0.22.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 Feb 15, 2024
1 parent aef96a7 commit f03151e
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": "^3.1.1",
"@tsconfig/docusaurus": "^2.0.2",
"docusaurus-plugin-typedoc": "^0.21.0",
"docusaurus-plugin-typedoc": "^0.22.0",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"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 @@ -13933,7 +13933,7 @@ __metadata:
"@tsconfig/docusaurus": ^2.0.2
"@you54f/theme-github-codeblock": ^0.1.1
clsx: ^2.1.0
docusaurus-plugin-typedoc: ^0.21.0
docusaurus-plugin-typedoc: ^0.22.0
prism-react-renderer: ^2.3.1
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -14143,13 +14143,13 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit f03151e

Please sign in to comment.