This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
The following commit(s) were added to refs/heads/main by this push:
new 0f12974 chore: bump typedoc from 0.28.10 to 0.28.11 (#267)
0f12974 is described below
commit 0f12974743fad3df7d642ae39e3adc3a70c964c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 27 09:43:29 2025 +0200
chore: bump typedoc from 0.28.10 to 0.28.11 (#267)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.10 to
0.28.11.
<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.28.11</h2>
<h3>Features</h3>
<ul>
<li>Object properties declared with shorthand property assignment will
now use the variable's comment
if they do not have their own comment, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2999">#2999</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed link resolution not working correctly in first comment on the
file in some cases, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2994">#2994</a>.</li>
<li>Optional methods are now rendered with a trailing <code>?</code> in
the reflection preview and signature, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2995">#2995</a>.</li>
<li>The <code>compilerOptions</code> option now functions properly with
non-boolean options, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3000">#3000</a>.</li>
<li>Configuration errors within the <code>compilerOptions</code> option
are now handled gracefully, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3000">#3000</a>.</li>
<li>Fixed improper casing of "Type Declaration" header, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3002">#3002</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.28.11 (2025-08-25)</h2>
<h3>Features</h3>
<ul>
<li>Object properties declared with shorthand property assignment will
now use the variable's comment
if they do not have their own comment, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2999">#2999</a>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed link resolution not working correctly in first comment on the
file in some cases, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2994">#2994</a>.</li>
<li>Optional methods are now rendered with a trailing <code>?</code> in
the reflection preview and signature, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/2995">#2995</a>.</li>
<li>The <code>compilerOptions</code> option now functions properly with
non-boolean options, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3000">#3000</a>.</li>
<li>Configuration errors within the <code>compilerOptions</code> option
are now handled gracefully, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3000">#3000</a>.</li>
<li>Fixed improper casing of "Type Declaration" header, <a
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3002">#3002</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/17347c9af22d2bbf322e3c8eaa92eae10a6f7690"><code>17347c9</code></a>
Update changelog for release</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/2077c80cbbce1260fe30d75f62d841fb84eaecc8"><code>2077c80</code></a>
Bump version to 0.28.11</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/8f47c24f17204a3e2b86b48e7f8ae6933f19ae77"><code>8f47c24</code></a>
Fix rendering of "Type Declaration" header</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/06a4239653e206d0a8676c58320f4c3f57735053"><code>06a4239</code></a>
Pick up shorthand property's variable comments</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/e5cd9d1946e8ef89f3b916689108fd8b488fe920"><code>e5cd9d1</code></a>
Fix rendering of optional methods</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/ef3a42e964b711760b571716646e61e5d008ac5f"><code>ef3a42e</code></a>
Convert compiler options before setting overrides</li>
<li><a
href="https://github.com/TypeStrong/typedoc/commit/708e77d8a0a622488bc25701142e6681ac8c6877"><code>708e77d</code></a>
Fix TS link resolution in first comment of file</li>
<li>See full diff in <a
href="https://github.com/TypeStrong/TypeDoc/compare/v0.28.10...v0.28.11">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index c106868..d78462b 100644
--- a/package.json
+++ b/package.json
@@ -98,7 +98,7 @@
"rollup": "4.48.1",
"rxjs": "7.8.2",
"ts-jest": "29.1.4",
- "typedoc": "0.28.10",
+ "typedoc": "0.28.11",
"typescript": "5.4.5",
"typescript-eslint": "8.41.0",
"vinyl-buffer": "1.0.1",
diff --git a/yarn.lock b/yarn.lock
index 21fd436..ff55eb2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6150,10 +6150,10 @@ type@^2.7.2:
resolved
"https://registry.yarnpkg.com/type/-/type-2.7.2.tgz#2376a15a3a28b1efa0f5350dcf72d24df6ef98d0"
integrity
sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==
[email protected]:
- version "0.28.10"
- resolved
"https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.10.tgz#566a19201e7469dc5ca3cc436049655e0beb0201"
- integrity
sha512-zYvpjS2bNJ30SoNYfHSRaFpBMZAsL7uwKbWwqoCNFWjcPnI3e/mPLh2SneH9mX7SJxtDpvDgvd9/iZxGbo7daw==
[email protected]:
+ version "0.28.11"
+ resolved
"https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.11.tgz#c1443f99d2e34afff5d8f5b90e8354a758350932"
+ integrity
sha512-1FqgrrUYGNuE3kImAiEDgAVVVacxdO4ZVTKbiOVDGkoeSB4sNwQaDpa8mta+Lw5TEzBFmGXzsg0I1NLRIoaSFw==
dependencies:
"@gerrit0/mini-shiki" "^3.9.0"
lunr "^2.3.9"