scenarioworld / articy-js

Loads and allows for navigation of exported Articy JSON data (http://www.articy.com)
MIT License
7 stars 2 forks source link

Bump typedoc from 0.21.6 to 0.22.14 #102

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps typedoc from 0.21.6 to 0.22.14.

Release notes

Sourced from typedoc's releases.

v0.22.14

Bug Fixes

  • Fixed missing comments on @enum style enum members defined in declaration files, #1880.
  • Fixed --validation.notDocumented warnings for functions/methods/type aliases, #1895, #1898.
  • Search results will no longer include random items when the search bar is empty, #1881.
  • Comments on overloaded constructors will now be detected in the same way that overloaded functions/methods are.
  • Fixed removeReflection not completely removing reflections from the project, #1898.
  • Fixed @hidden / @ignore / @exclude comments on default exports with no associated variable, #1903.
  • makeRecursiveVisitor will now correctly call the intersection callback, #1910.

Thanks!

v0.22.13

Features

  • Add support for TypeScript 4.6, #1877.
  • Support copying @param comments for nested members that target union and intersection types, #1876.

Bug Fixes

  • Fixed validation for --requiredToBeDocumented option, #1872.
  • Fixed missing this parameters in documentation for some functions, #1875.

v0.22.12

Features

  • Added --validation.notDocumented option to warn on items that are not documented, #1817.

Bug Fixes

  • Fixed const variables not properly marked as const, #1866.

Thanks!

v0.22.11

Features

  • ReferenceTypes which reference an external symbol will now include qualifiedName and package in their serialized JSON.
  • Added clickable anchor link for member titles, #1842.

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.22.14 (2022-04-07)

Bug Fixes

  • Fixed missing comments on @enum style enum members defined in declaration files, #1880.
  • Fixed --validation.notDocumented warnings for functions/methods/type aliases, #1895, #1898.
  • Search results will no longer include random items when the search bar is empty, #1881.
  • Comments on overloaded constructors will now be detected in the same way that overloaded functions/methods are.
  • Fixed removeReflection not completely removing reflections from the project, #1898.
  • Fixed @hidden / @ignore / @exclude comments on default exports with no associated variable, #1903.
  • makeRecursiveVisitor will now correctly call the intersection callback, #1910.

Thanks!

v0.22.13 (2022-03-06)

Features

  • Add support for TypeScript 4.6, #1877.
  • Support copying @param comments for nested members that target union and intersection types, #1876.

Bug Fixes

  • Fixed validation for --requiredToBeDocumented option, #1872.
  • Fixed missing this parameters in documentation for some functions, #1875.

v0.22.12 (2022-02-20)

Features

  • Added --validation.notDocumented option to warn on items that are not documented, #1817.

Bug Fixes

  • Fixed const variables not properly marked as const, #1866.

Thanks!

v0.22.11 (2022-01-18)

Features

  • Added new cname option for GitHub Pages custom domain support, #1803.
  • ReferenceTypes which reference an external symbol will now include qualifiedName and package in their serialized JSON.

... (truncated)

Commits
  • 1c7b69a Update changelog for release
  • 112028b Release v0.22.14
  • a6cca1f Merge pull request #1910 from nlepage/fix-recursive-visitor-intersection
  • 388d48a fix: recursive visitor must call intersection callback
  • 5873f52 Add a test/fix for another edge case
  • 45beb25 Fix removal for default exported functions
  • ea16a7b Even more fixes for documentation checks
  • bc6130a Fix removeReflection skipping every other parameter
  • 98841f5 Fix validation.notDocumentated signature logic
  • 97a5a9a Update changelog for missed work
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #103.