Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2025

Bumps typedoc from 0.28.9 to 0.28.11.

Release notes

Sourced from typedoc's releases.

v0.28.11

Features

  • Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.

Bug Fixes

  • Fixed link resolution not working correctly in first comment on the file in some cases, #2994.
  • Optional methods are now rendered with a trailing ? in the reflection preview and signature, #2995.
  • The compilerOptions option now functions properly with non-boolean options, #3000.
  • Configuration errors within the compilerOptions option are now handled gracefully, #3000.
  • Fixed improper casing of "Type Declaration" header, #3002.

v0.28.10

Bug Fixes

  • Fixed inconsistent anchors on module pages for re-exports, #2990.
  • Markdown references which appear to be footnotes will no longer be checked for links, #2991.
Changelog

Sourced from typedoc's changelog.

v0.28.11 (2025-08-25)

Features

  • Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.

Bug Fixes

  • Fixed link resolution not working correctly in first comment on the file in some cases, #2994.
  • Optional methods are now rendered with a trailing ? in the reflection preview and signature, #2995.
  • The compilerOptions option now functions properly with non-boolean options, #3000.
  • Configuration errors within the compilerOptions option are now handled gracefully, #3000.
  • Fixed improper casing of "Type Declaration" header, #3002.

v0.28.10 (2025-08-10)

Bug Fixes

  • Fixed inconsistent anchors on module pages for re-exports, #2990.
  • Markdown references which appear to be footnotes will no longer be checked for links, #2991.
Commits
  • 17347c9 Update changelog for release
  • 2077c80 Bump version to 0.28.11
  • 8f47c24 Fix rendering of "Type Declaration" header
  • 06a4239 Pick up shorthand property's variable comments
  • e5cd9d1 Fix rendering of optional methods
  • ef3a42e Convert compiler options before setting overrides
  • 708e77d Fix TS link resolution in first comment of file
  • 0489e32 Update changelog for release
  • 4a01cd2 Bump version to 0.28.10
  • 1f917bf Clear comment cache between conversions
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Important

Bump typedoc from 0.28.9 to 0.28.11 with bug fixes and a new feature for shorthand property comments.

  • Dependency Update:
    • Bump typedoc from 0.28.9 to 0.28.11 in package.json.
  • Features:
    • Shorthand property assignments now use variable comments if no own comment, addressing issue #2999.
  • Bug Fixes:
    • Fix link resolution in first comment of file (issue #2994).
    • Render optional methods with trailing ? (issue #2995).
    • Handle compilerOptions with non-boolean options and configuration errors (issue #3000).
    • Correct casing of "Type Declaration" header (issue #3002).
    • Fix inconsistent anchors on module pages for re-exports (issue #2990).
    • Exclude footnote-like markdown references from link checks (issue #2991).

This description was created by Ellipsis for eddb04d. You can customize this summary. It will automatically update as commits are pushed.

Disclaimer: Experimental PR review

Greptile Summary

This PR is an automated dependency update that bumps TypeDoc from version 0.28.9 to 0.28.11. TypeDoc is a development dependency used for generating documentation from TypeScript code, as evidenced by the docs script in package.json that runs typedoc --options ./typedoc.config.cjs.

The update brings two patch releases (0.28.10 and 0.28.11) that include several bug fixes and one feature enhancement:

New Features:

  • Object properties declared with shorthand property assignment will now use the variable's comment if they don't have their own comment

Bug Fixes:

  • Fixed link resolution issues in first comment of files
  • Optional methods now properly render with trailing ? in reflection previews and signatures
  • Improved compilerOptions handling for non-boolean options and graceful error handling
  • Fixed casing of "Type Declaration" header
  • Fixed inconsistent anchors on module pages for re-exports
  • Markdown references that appear to be footnotes are no longer checked for links

Since TypeDoc is only used during the documentation generation process (not at runtime), this update enhances the quality and accuracy of the generated API documentation for the Langfuse JavaScript/TypeScript SDK without affecting the core functionality of the packages.

Confidence score: 5/5

  • This PR is extremely safe to merge with virtually no risk of breaking anything
  • Score reflects that this is a minor patch update to a development-only dependency used solely for documentation generation
  • No files require special attention as this is a straightforward dependency update

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 28, 2025
@vercel
Copy link

vercel bot commented Aug 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
langfuse-js Ready Ready Preview Aug 28, 2025 11:43am

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Bot Settings | Greptile

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.9 to 0.28.11.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.9...v0.28.11)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-version: 0.28.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 3, 2025

Superseded by #603.

@dependabot dependabot bot closed this Sep 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typedoc-0.28.11 branch September 3, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants