Skip to content

Commit

Permalink
chore(deps): bump typedoc from 0.22.15 to 0.22.17 (#135)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.15 to 0.22.17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/TypeStrong/TypeDoc/releases">typedoc's releases</a>.</em></p>
<blockquote>
<h2>v0.22.17</h2>
<h3>Features</h3>
<ul>
<li>Added support for documenting a module's global declarations as its exports if it contains no real exports.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Restore support for TS 4.0 through 4.5, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1945">#1945</a>.</li>
</ul>
<h2>v0.22.16</h2>
<h3>Features</h3>
<ul>
<li>Added support for TypeScript 4.7, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1935">#1935</a>.</li>
<li>Support enum-like objects with numeric literal values tagged with <code>@enum</code>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1918">#1918</a>.</li>
<li>Enum member reflections will now have their <code>type</code> set to either a <code>LiteralType</code> with a string or numeric value or an <code>IntrinsicType</code> with type <code>number</code>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1942">#1942</a>.
Using <code>defaultValue</code> on <code>EnumMember</code> reflections is now deprecated, and will be broken in 0.23.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed invalid type output in some uncommon edge cases, TypeDoc also now renders fewer superfluous parenthesis when creating types.</li>
<li>TypeDoc is now more consistent about ordering with <code>enum-value-ascending</code> or <code>enum-value-descending</code> sort strategies in mixed string/number enums.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/ejuda"><code>@​ejuda</code></a></li>
<li><a href="https://github.com/Zamiell"><code>@​Zamiell</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md">typedoc's changelog</a>.</em></p>
<blockquote>
<h2>v0.22.17 (2022-06-01)</h2>
<h3>Features</h3>
<ul>
<li>Added support for documenting a module's global declarations as its exports if it contains no real exports.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Restore support for TS 4.0 through 4.5, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1945">#1945</a>.</li>
</ul>
<h2>v0.22.16 (2022-05-30)</h2>
<h3>Features</h3>
<ul>
<li>Added support for TypeScript 4.7, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1935">#1935</a>.</li>
<li>Support enum-like objects with numeric literal values tagged with <code>@enum</code>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1918">#1918</a>.</li>
<li>Enum member reflections will now have their <code>type</code> set to either a <code>LiteralType</code> with a string or numeric value or an <code>IntrinsicType</code> with type <code>number</code>, <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1942">#1942</a>.
Using <code>defaultValue</code> on <code>EnumMember</code> reflections is now deprecated, and will be broken in 0.23.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed invalid type output in some uncommon edge cases, TypeDoc also now renders fewer superfluous parenthesis when creating types.</li>
<li>TypeDoc is now more consistent about ordering with <code>enum-value-ascending</code> or <code>enum-value-descending</code> sort strategies in mixed string/number enums.</li>
</ul>
<h3>Thanks!</h3>
<ul>
<li><a href="https://github.com/ejuda"><code>@​ejuda</code></a></li>
<li><a href="https://github.com/Zamiell"><code>@​Zamiell</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TypeStrong/typedoc/commit/372025df9d564c1b36c7ea0d6bb851a359c8efed"><code>372025d</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/3f9a80c224e7b49c5802d7b7b0ee069c6cadccf4"><code>3f9a80c</code></a> Bump version to 0.22.17</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/dfed58a30fb9e3e38527d4fe76f839c848562d75"><code>dfed58a</code></a> Support for &quot;declare global&quot; modules</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/690543b857113405a592f72d70688e8621fa43a2"><code>690543b</code></a> Restore support for TS 4.0 through 4.5</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/a4945d39ca6694f209651381f9aad16efb1661cf"><code>a4945d3</code></a> Update changelog for release</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/279cdb937acb6660e84216971d12c7ead3d52780"><code>279cdb9</code></a> Bump version to 0.22.16</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/b39c6024c243ec3842391d859fa490e96e80ea60"><code>b39c602</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/TypeStrong/TypeDoc/issues/1930">#1930</a> from shmax/search-boosts</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/45bf9dac200a4d9e8eff44e8b8aa03511ff6a343"><code>45bf9da</code></a> Fix CI</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/7ca811b89028689f17e1a83145f6c70cbabff8f0"><code>7ca811b</code></a> Merge branch 'master' into search-boosts</li>
<li><a href="https://github.com/TypeStrong/typedoc/commit/09d7c2614f17b2c7221cb955e2fa680a4372e5d6"><code>09d7c26</code></a> Add additional validation for boost options</li>
<li>Additional commits viewable in <a href="https://github.com/TypeStrong/TypeDoc/compare/v0.22.15...v0.22.17">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typedoc&package-manager=npm_and_yarn&previous-version=0.22.15&new-version=0.22.17)](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 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 Jun 6, 2022
1 parent 18e12ae commit ec92ed4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
37 changes: 25 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prettier": "^2.6.2",
"ts-node": "^10.8.1",
"tslint": "^6.1.3",
"typedoc": "^0.22.15",
"typedoc": "^0.22.17",
"typescript": "^4.6.4"
},
"peerDependencies": {
Expand Down

0 comments on commit ec92ed4

Please sign in to comment.