This is an automated email from the ASF dual-hosted git repository.

kou 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 28f6508  chore: bump typedoc from 0.28.12 to 0.28.13 (#282)
28f6508 is described below

commit 28f6508bf4a69bc380e8435c387d9c4455a67973
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 23 06:43:04 2025 +0900

    chore: bump typedoc from 0.28.12 to 0.28.13 (#282)
    
    Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.12 to
    0.28.13.
    <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.13</h2>
    <h3>Features</h3>
    <ul>
    <li>The <code>basePath</code> option now also affects relative link
    resolution, TypeDoc will also check for
    paths relative to the provided base path. If you instead want TypeDoc to
    only change the rendered
    base path for sources, use the <code>displayBasePath</code> option, <a
    
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3009";>#3009</a>.</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fixed bug introduced in 0.28.8 where TypeDoc could not render docs
    with some mixin classes, <a
    
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3007";>#3007</a>.</li>
    <li><code>@inheritDoc</code> will now correctly overwrite
    <code>@remarks</code> and <code>@returns</code> blocks on the target
    comment, <a
    
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3012";>#3012</a>.</li>
    <li>The <code>externalSymbolLinkMappings</code> option now works
    properly on links pointing to inherited/overwritten signatures, <a
    
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3014";>#3014</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.13 (2025-09-14)</h2>
    <h3>Features</h3>
    <ul>
    <li>The <code>basePath</code> option now also affects relative link
    resolution, TypeDoc will also check for
    paths relative to the provided base path. If you instead want TypeDoc to
    only change the rendered
    base path for sources, use the <code>displayBasePath</code> option, <a
    
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3009";>#3009</a>.</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fixed bug introduced in 0.28.8 where TypeDoc could not render docs
    with some mixin classes, <a
    
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3007";>#3007</a>.</li>
    <li><code>@inheritDoc</code> will now correctly overwrite
    <code>@remarks</code> and <code>@returns</code> blocks on the target
    comment, <a
    
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3012";>#3012</a>.</li>
    <li>The <code>externalSymbolLinkMappings</code> option now works
    properly on links pointing to inherited/overwritten signatures, <a
    
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3014";>#3014</a>.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/TypeStrong/typedoc/commit/724090664126797f9ada54a1bdeaf5dc3db77385";><code>7240906</code></a>
    Update changelog for release</li>
    <li><a
    
href="https://github.com/TypeStrong/typedoc/commit/a57c48e3aa5232f87051874a197b65177672a946";><code>a57c48e</code></a>
    Bump version to 0.28.13</li>
    <li><a
    
href="https://github.com/TypeStrong/typedoc/commit/33e4eb95ec2db9b5cb2bdf3416142006755e73f3";><code>33e4eb9</code></a>
    Fix externalSymbolLinkMappings with inherited methods</li>
    <li><a
    
href="https://github.com/TypeStrong/typedoc/commit/3b84d2db017d8fd7803e8195200af4f84d69657f";><code>3b84d2d</code></a>
    Use basePath option for relative links</li>
    <li><a
    
href="https://github.com/TypeStrong/typedoc/commit/12a3f3aacf434a320c8db7852c8b7826cea94538";><code>12a3f3a</code></a>
    Fix tests</li>
    <li><a
    
href="https://github.com/TypeStrong/typedoc/commit/8f94288e5d46a37847dfd9527966e4a64076b548";><code>8f94288</code></a>
    Fix <a
    
href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3012";>#3012</a></li>
    <li><a
    
href="https://github.com/TypeStrong/typedoc/commit/df883573dcc826554a49c159d59863965f16c792";><code>df88357</code></a>
    Merge pull request <a
    href="https://redirect.github.com/TypeStrong/TypeDoc/issues/3010";>#3010</a>
    from boneskull/boneskull/packagedocumentation-link</li>
    <li><a
    
href="https://github.com/TypeStrong/typedoc/commit/e0fd143143f10538f32c63487e6bae953ac06d54";><code>e0fd143</code></a>
    docs(tags): fix link to packageDocumentation</li>
    <li><a
    
href="https://github.com/TypeStrong/typedoc/commit/1269e3ab6d169e89724328ada21a14ecaba89525";><code>1269e3a</code></a>
    Make parent links even more restrictive</li>
    <li>See full diff in <a
    
href="https://github.com/TypeStrong/TypeDoc/compare/v0.28.12...v0.28.13";>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.28.12&new-version=0.28.13)](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 46d2281..4288430 100644
--- a/package.json
+++ b/package.json
@@ -100,7 +100,7 @@
     "rollup": "4.50.2",
     "rxjs": "7.8.2",
     "ts-jest": "29.1.4",
-    "typedoc": "0.28.12",
+    "typedoc": "0.28.13",
     "typescript": "5.4.5",
     "typescript-eslint": "8.43.0",
     "vinyl-buffer": "1.0.1",
diff --git a/yarn.lock b/yarn.lock
index 4a69311..623b962 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6166,10 +6166,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.12"
-  resolved 
"https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.12.tgz#1baa55ab242e237fc896bc01b57cf5f8bd995d32";
-  integrity 
sha512-H5ODu4f7N+myG4MfuSp2Vh6wV+WLoZaEYxKPt2y8hmmqNEMVrH69DAjjdmYivF4tP/C2jrIZCZhPalZlTU/ipA==
[email protected]:
+  version "0.28.13"
+  resolved 
"https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.13.tgz#8f348898c33242be190e5d395d43758cf14c650c";
+  integrity 
sha512-dNWY8msnYB2a+7Audha+aTF1Pu3euiE7ySp53w8kEsXoYw7dMouV5A1UsTUY345aB152RHnmRMDiovuBi7BD+w==
   dependencies:
     "@gerrit0/mini-shiki" "^3.12.0"
     lunr "^2.3.9"

Reply via email to