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

Update dependency typedoc to v0.17.8 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 26, 2019

This PR contains the following updates:

Package Type Update Change
typedoc (source) devDependencies minor 0.14.2 -> 0.17.8

Release Notes

TypeStrong/TypeDoc

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.

v0.15.8

Compare Source

Fixed 🐛
  • Upgraded handlebars to 4.7.0 - #​1159
Thanks 👏

v0.15.7

Compare Source

Fixed 🐛

v0.15.6

Compare Source

Fixed 🐛
  • When using recursive types TypeDoc ran out of memory (#​1150)
  • Improved performance by ~20% when --ignoreCompilerErrors is passed by not asking TypeScript for the errors (#​1032)
  • Fixes included in [email protected]
Features ✨
  • Support for TS2.8 conditional types (#​831)
  • Support for indexed-access types (#​1153)
  • The @packageDocumentation tag can now be used to mark a comment as a file comment. Docs (#​603, #​1080)
Changes 📦
  • TypeDoc now includes the package version in the documentation (#​544)
Thanks 👏

v0.15.5

Compare Source

Fixed 🐛

v0.15.4

Compare Source

Fixed 🐛

  • #​1140 - Ignore tsBuildInfoFile compiler option

Feature ✨

  • #​1039 - Improve output for computed property names

Thanks 👏

v0.15.3

Compare Source

Fixed 🐛

  • #​1137 - <wbr> helper inserted within html character escapes
  • Upgraded handlebars to avoid arbitrary code execution vulnerability

Thanks 👏

v0.15.2

Compare Source

Fixed 🐛

  • Fix broken JSON output when predicate types reference a type argument (#​1131 )
  • Fix local file paths showing up in docs (#​800, #​642)

Feature ✨

  • Strip nodes annotated with @internal if the --stripInternal TypeScript option is provided (#​1114)

v0.15.1

Compare Source

Features ✨

  • Updates included in typedoc-default-themes v0.6.1
  • Support linking to declaration files (#​1117)
  • Upgrade to TS 3.7 (#​1129)

Fixes 🐛

Documentation 📖

  • Improve toc option description (#​1111)

Changes 📦

  • Use const instead of let when possible (#​1118)
  • Ignore tarballs from npm pack (#​1120)

Thanks 👏

Thanks to those who identified issues and for the following code contributors:

v0.15.0

Compare Source

Features ✨

  • Updates included in typedoc-default-themes v0.6.0
  • Mixin support (#​990)
  • Category improvements (#​938)
  • Default CLI output directory to ./docs (#​970)
  • Expand JS files if allowJS is enabled (#​948)
  • Add support for excluding directories and refactor expandInputFiles. (#​730)
  • Move non-exported types to devdependencies (#​1035)
  • Support negations in directory excludes (92f0f25)
  • Performance: Allow TraverseCallback to bail out early (#​1034)

Fixes 🐛

  • Reset the state of the comment plugin on conversion start. (#​1006)
  • Fix handlebars types conflict (#​967)
  • Fix reference to deprecated handlebars type (#​1022)
  • Fix bug with the negated/commented exclude patterns (#​1025)
  • Fix references marked as external if path has dots (#​1052)
  • Category fixes (#​1008)

Documentation help 📖

  • Use https in links (#​982)
  • Add documentation contributing instructions (#​973)
  • Change some typos and sentence structure in CONTRIBUTING.md (#​968)
  • Add excludeNotExported to README (#​997)

Changed 📦

  • Update dependencies (#​992) (#​1041)
  • Update typedoc-default-themes to latest (#​993)
  • Update typescript to 3.4.x (#​1014)
  • Update typescript to 3.5.x (#​1047)
  • Update marked to 0.6.0 to support id generation for headers (#​966)
  • Update marked to 0.7.0 (e9b28ee)
  • npm audit fix (#​1019)
  • Updated lodash to 4.17.15 to avoid prototype pollution (b328537)
  • Reduce reliance on internal TS apis (#​949)
  • Replace array indexOf checks with includes (#​954)
  • Remove Grunt (#​933)
  • Run CI on current Node.js versions (#​1053)
  • Modify example script permissions (#​1011)

Thanks 👏

Thanks to those who identified issues and for the following code contributors:


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 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.

@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from c486c2c to 4199678 Compare November 21, 2019 10:38
@renovate renovate bot changed the title Update dependency typedoc to v0.15.0 Update dependency typedoc to v0.15.2 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 4199678 to 6f76b8d Compare December 14, 2019 20:56
@renovate renovate bot changed the title Update dependency typedoc to v0.15.2 Update dependency typedoc to v0.15.4 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 6f76b8d to 5c95d2b Compare December 22, 2019 06:51
@renovate renovate bot changed the title Update dependency typedoc to v0.15.4 Update dependency typedoc to v0.15.5 Dec 22, 2019
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 5c95d2b to 2bd4f8e Compare December 30, 2019 13:56
@renovate renovate bot changed the title Update dependency typedoc to v0.15.5 Update dependency typedoc to v0.15.6 Dec 30, 2019
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 2bd4f8e to 8e5c113 Compare January 18, 2020 19:29
@renovate renovate bot changed the title Update dependency typedoc to v0.15.6 Update dependency typedoc to v0.16.7 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 8e5c113 to 176db26 Compare February 8, 2020 21:59
@renovate renovate bot changed the title Update dependency typedoc to v0.16.7 Update dependency typedoc to v0.16.9 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 176db26 to 9b63878 Compare February 22, 2020 07:00
@renovate renovate bot changed the title Update dependency typedoc to v0.16.9 Update dependency typedoc to v0.16.10 Feb 22, 2020
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 9b63878 to 5769470 Compare March 14, 2020 14:56
@renovate renovate bot changed the title Update dependency typedoc to v0.16.10 Update dependency typedoc to v0.16.11 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 5769470 to ef590cc Compare April 29, 2020 08:59
@renovate renovate bot changed the title Update dependency typedoc to v0.16.11 Update dependency typedoc to v0.17.6 Apr 29, 2020
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from ef590cc to 6fbface Compare July 1, 2020 21:58
@renovate renovate bot changed the title Update dependency typedoc to v0.17.6 Update dependency typedoc to v0.17.8 Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant