Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency typedoc to ^0.19.0 #102

Merged
merged 1 commit into from Nov 21, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typedoc (source) ^0.15.0 -> ^0.19.0 age adoption passing confidence

Release Notes

TypeStrong/TypeDoc

v0.19.2

Compare Source

Bug Fixes
  • Export declarations within namespaces weren't detected (983c0e6), closes #​1366

v0.19.1

Compare Source

Features
Thanks!

v0.19.0

Compare Source

Bug Fixes
Features
Thanks!

v0.18.0

Compare Source

Bug Fixes
Breaking Changes
  • Minimum Node version bumped to v10.0.0

v0.17.8

Compare Source

Bug Fixes
Thanks!

v0.17.7

Compare Source

Bug Fixes
Features
  • (Plugin API) Allow every possible number as a defaultValue for a number option (#​1296) (f93c76b), closes #​1291
Thanks!

v0.17.6

Compare Source

Bug Fixes
  • Correct prepublish script, it was supposed to enable more lax typings for plugins, but failed to do so. (3b081de)

v0.17.5

Compare Source

Bug Fixes
Features
Thanks!

v0.17.4

Compare Source

Bug Fixes
  • options: Map type options should not have their default value validated (#​1250) (c296503)
Features
Thanks!

v0.17.3

Compare Source

Features
Fixed
  • The legend is no longer missing on most documentation pages
Thanks!

v0.17.2

Compare Source

Bug Fixes

v0.17.1

Compare Source

Bug Fixes

v0.17.0

Compare Source

Bug Fixes
  • Check for compiler errors before converting (802c408)
  • Plugin resolution now uses relative paths (#​1194) closes #​1188
Features
BREAKING CHANGES
  • Any plugins which referenced ReflectionKind.ExternalModule or ReflectionKind.Module need to be updated to reference ReflectionKind.Module and ReflectionKind.Namespace respectively.
  • createMinimatch is no longer a public function.
  • @Option decorator removed
Thanks!

TypeDoc wouldn't be maintained without the help of the community, thanks to all who submitted issues and especially to those who contributed code to this release:

v0.16.11

Compare Source

Bug Fixes 🐛
Features ✨
Thanks 👏

v0.16.10

Compare Source

Features ✨
  • Add the ability to remove tags from doc comments (#​815)
  • The logger will now also count warning messages (#​1205)
Fixed 🐛
  • The link tag will now no longer be incorrectly stripped from some param comments (#​1001)
  • Mixins will no longer cause TypeDoc to crash in some cases (#​1207)
Thanks 👏

v0.16.9

Compare Source

Fixed 🐛
  • TypeDoc now correctly handles BOM in package.json (#​1192)
Thanks 👏

v0.16.8

Compare Source

Fixed 🐛
  • export * from ... could cause a circular reference that sent TypeDoc into an infinite loop (#​1186)

v0.16.7

Compare Source

Fixed 🐛
  • Object literal {} now renders correctly (#​1179)
Features ✨
  • Support for query types (type Z = typeof z)
Thanks

v0.16.6

Compare Source

Fixed 🐛
  • removeReflection does not fully remove reflections #​1176

v0.16.5

Compare Source

Fixed 🐛
  • @BindOption now works with plugin options (#​1174)
  • Empty modules are no longer included in the HTML documentation (#​1126)
Changed 📦
  • The project version is no longer added to the package name by default, specify the --includeVersion flag to include it. (#​1175)
  • The NavigationBuilder class is now available to simplify theme creation (#​1171)
Thanks 👏

v0.16.4

Compare Source

Fixed 🐛
  • CLI crashing due to circular dependencies (#​1172)

v0.16.3

Compare Source

Fixed 🐛
  • @hidden can now be used to selectively hide overloads (#​1142)
  • Plugins are now correctly autoloaded (#​1170)
  • Corrected JSON output types
Changed 📦
  • @Option decorator deprecated in favor of registering manually.
  • @BindOption property decorator now available for fetching options like @Option
  • References are now no longer created for source files not included in the documentation
Thanks 👏

Thank you to all who reported issues and the following code contributors:

v0.16.2

Compare Source

Features ✨
  • Plugins may now use the @Option decorator to declare options. (#​1165)
Fixed 🐛
  • @param and @returns are overly sensitive to whitespace (#​1164)
  • TypeDoc is missing exported values to set options without importing internals (#​1163)
Changed 📦
  • TypeDoc's tests now run in ~30 seconds instead of 3 minutes, making for a much better development experience (#​1156)

v0.16.1

Compare Source

v0.16.0

Compare Source

Features ✨
  • In modules mode, export declarations are now resolved.
  • Support for import x =
Fixed 🐛
  • expandInputFiles will no longer throw if the input directory includes a symbolic link (#​751)
  • Nested object literals are now correctly marked as exported (#​1103)
  • Resolve and link TypeOperatorType types (#​1161)
Breaking Changes ⚠️
  • With --mode file, all declarations are now considered exported.
  • When using the programmatic API, if you want to automatically read tsconfig.json and typedoc.json you must add the readers to the Options class on Application
  • typedoc.js may no longer return a function to be called to set options.
  • Options now calls the registered option readers instead of firing an event.
  • Programmatic users must call app.bootstrap with their options instead of new App(options)
Thanks! 👏

TypeDoc would be far worse off without these people's help.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Nov 21, 2020

Codecov Report

Merging #102 (13227cb) into main (7d4459b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   70.17%   70.17%           
=======================================
  Files           2        2           
  Lines          57       57           
  Branches       12       12           
=======================================
  Hits           40       40           
  Misses         17       17           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7d4459b...13227cb. Read the comment docs.

@felixfbecker felixfbecker merged commit 0966fed into main Nov 21, 2020
@felixfbecker felixfbecker deleted the renovate/typedoc-0.x branch November 21, 2020 10:42
@github-actions
Copy link

🎉 This PR is included in version 2.1.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants