Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Update dependency typedoc to ^0.16.0#51

Merged
jGleitz merged 1 commit intomasterfrom
renovate/typedoc-0.x
Jan 19, 2020
Merged

Update dependency typedoc to ^0.16.0#51
jGleitz merged 1 commit intomasterfrom
renovate/typedoc-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 19, 2020

This PR contains the following updates:

Package Type Update Change
typedoc (source) devDependencies minor ^0.15.0 -> ^0.16.0

Release Notes

TypeStrong/TypeDoc

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 becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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
Copy Markdown

codecov Bot commented Jan 19, 2020

Codecov Report

Merging #51 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #51   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         309    309           
  Branches       23     23           
=====================================
  Hits          309    309
Flag Coverage Δ
#integration 91.9% <ø> (ø) ⬆️
#unit 100% <ø> (ø) ⬆️

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 78eb03b...c0f19b9. Read the comment docs.

@jGleitz jGleitz merged commit 4287d48 into master Jan 19, 2020
@renovate renovate Bot deleted the renovate/typedoc-0.x branch January 19, 2020 15:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants