Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps-dev): bump typedoc from 0.28.12 to 0.28.14#152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/npm_and_yarn/typedoc-0.28.14

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 13, 2025

Bumpstypedoc from 0.28.12 to 0.28.14.

Release notes

Sourced fromtypedoc's releases.

v0.28.14

Features

  • Introduced thepreservedTypeAnnotationTags option to specify tags whose type annotations shouldbe copied to the output documentation,#3020.API: IntroducedtypeAnnotation onCommentTag
  • AddedexcludePrivateClassFields option to hide#private members while allowingprivate members,#3017.
  • Added support for TypeScript's@this tag for JS files which describethis parameters,#3026.

Bug Fixes

  • Fixed conversion of auto-accessor types on properties with theaccessor keyword,#3019.
  • Improved handling of HTML tags within headers for anchor generation,#3023.
  • Improved support for detecting destructured parameters and renaming them to the name used in the doc comment,#3026.

v0.28.13

Features

  • ThebasePath option now also affects relative link resolution, TypeDoc will also check forpaths relative to the provided base path. If you instead want TypeDoc to only change the renderedbase path for sources, use thedisplayBasePath option,#3009.

Bug Fixes

  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes,#3007.
  • @inheritDoc will now correctly overwrite@remarks and@returns blocks on the target comment,#3012.
  • TheexternalSymbolLinkMappings option now works properly on links pointing to inherited/overwritten signatures,#3014.
Changelog

Sourced fromtypedoc's changelog.

v0.28.14 (2025-10-11)

Features

  • Introduced thepreservedTypeAnnotationTags option to specify tags whose type annotations shouldbe copied to the output documentation,#3020.API: IntroducedtypeAnnotation onCommentTag
  • AddedexcludePrivateClassFields option to hide#private members while allowingprivate members,#3017.
  • Added support for TypeScript's@this tag for JS files which describethis parameters,#3026.

Bug Fixes

  • Fixed conversion of auto-accessor types on properties with theaccessor keyword,#3019.
  • Improved handling of HTML tags within headers for anchor generation,#3023.
  • Improved support for detecting destructured parameters and renaming them to the name used in the doc comment,#3026.

v0.28.13 (2025-09-14)

Features

  • ThebasePath option now also affects relative link resolution, TypeDoc will also check forpaths relative to the provided base path. If you instead want TypeDoc to only change the renderedbase path for sources, use thedisplayBasePath option,#3009.

Bug Fixes

  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes,#3007.
  • @inheritDoc will now correctly overwrite@remarks and@returns blocks on the target comment,#3012.
  • TheexternalSymbolLinkMappings option now works properly on links pointing to inherited/overwritten signatures,#3014.
Commits
  • 15f0f2a Update changelog for release
  • a79f8d5 Bump version to 0.28.14
  • 4ca04c1 Handle@this tag, improved destructured parameters
  • 1009206 Implement excludePrivateClassFields
  • a85a65b Sortnull andundefined last in union types
  • 8ff7d27 Fix lint
  • fdd8369 Improve slugger for headers containing HTML
  • efd06b1 Fix conversion of auto accessor types
  • 54af135 Introduce preservedTypeAnnotationTags option
  • bd7888a Update bug_report.md
  • Additional commits viewable incompare 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)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.12 to 0.28.14.- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)- [Commits](TypeStrong/typedoc@v0.28.12...v0.28.14)---updated-dependencies:- dependency-name: typedoc  dependency-version: 0.28.14  dependency-type: direct:development  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsOct 13, 2025
@github-actions
Copy link

Coverage after mergingdependabot/npm_and_yarn/typedoc-0.28.14 intomain will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
index.ts100%100%100%100%
src
   apply.ts100%100%100%100%
   constant.ts100%100%100%100%
   create.ts100%100%100%100%
   current.ts100%100%100%100%
   draft.ts100%100%100%100%
   draftify.ts100%100%100%100%
   index.ts100%100%100%100%
   interface.ts100%100%100%100%
   internal.ts100%100%100%100%
   makeCreator.ts100%100%100%100%
   map.ts100%100%100%100%
   original.ts100%100%100%100%
   patch.ts100%100%100%100%
   rawReturn.ts100%100%100%100%
   set.ts100%100%100%100%
   unsafe.ts100%100%100%100%
src/utils
   cast.ts100%100%100%100%
   copy.ts99.30%98.41%100%100%15
   deepFreeze.ts96.64%93.10%100%100%67–68,75,84
   draft.ts100%100%100%100%
   finalize.ts100%100%100%100%
   forEach.ts100%100%100%100%
   index.ts100%100%100%100%
   mark.ts100%100%100%100%
   marker.ts100%100%100%100%
   proto.ts100%100%100%100%

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp