Skip to content

Update dependency typedoc to ^0.14.0

Administrator requested to merge renovate/typedoc-0.x into master

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
typedoc devDependencies minor ^0.14.0 homepage, source code search for "typedoc"

Release Notes

TypeStrong/TypeDoc

v0.14.2

Compare Source

Features

Fixes 🐛

  • Correct option file module resolution (#​947)

v0.14.1

Compare Source

Fixes a bug where non-standard tsconfig.json and typedoc.json files were not located.

Fixes 🐛

  • Don't limit option files to standard names (#​944)

v0.14.0

Compare Source

Breaking Changes

  • Output changed from es5 to es2015
  • Known issue with --options argument parsing (#​942) (fixed in v0.14.1)

Features

  • Upgrade TypeScript to 3.2 (#​922)
  • Add support for source links on GitHub enterprise instances (#​843)
  • Improved reflection conversion performance (#​890)

Fixes 🐛

  • Corrected JSON signature generation to return arrays (#​721)
  • Added declarationMap to list of ignored tsconfig options. (#​871)
  • Fix missing reflection flags in JSON output (#​889)
  • General correction of glob patterns and config file locating (#​742)
  • Avoid documenting excluded files. (#​896)
  • Fix module merging with class (#​876)

Documentation help 📖

  • fix README contribution guide link
  • Update README.md links (#​909)
  • Add/improve tsdoc comments on a lot of core classes (#​915)

Changed 📦

  • Use mocha's "before" instead of "it" to setup the App. (#​874)
  • Enable strict null checks! (#​845)
  • Remove greenkeeper badge from readme (#​886)
  • Fix gitattributes. (#​872)
  • Fix indentation rules in .editorconfig (#​916)
  • Add test for let x: Promise<object> (#​881)

Thanks 👏

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


Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 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 Renovate Bot. View repository job log here.

Merge request reports

Loading