js-republic / sideral

:construction: #OSS
GNU General Public License v3.0
3 stars 3 forks source link

Update typedoc to the latest version šŸš€ #80

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 0.8.0 of typedoc just got published.

Dependency typedoc
Current Version 0.7.2
Type devDependency

The version 0.8.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of typedoc. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes TypeScript 2.4

Changed

  • Update to TypeScript 2.4
  • Omit TypeScript help output from --help
Commits

The new version differs by 6 commits.

  • b9ca44b 0.8.0
  • 4d6dec9 Rebuild test output
  • 1234724 Update fs-extra
  • db9d942 Remove TypeScript options from help output (#569)
  • 272fc51 Add missing compiler options to README (#568)
  • 3bbf940 Update TypeScript to 2.4.1 (#549)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 0.9.0 just got published.

Update to this version instead šŸš€

Release Notes Argument Specificity

Added

  • Use TypeScript project option (#588)
  • Support constructor parameters with readonly flag (#584)
  • Respect absolute URLs when rendering (#593)
  • Support @category tag (#566)
  • Export additional classes (#535)
  • Support ES2015-style exports for plugins (#594)

Changed

  • Improve argument order specificity (#587)
  • Gracefully handle GitHub plugin git exec failures (#545)

Fixed

  • Fix --tsconfig help description (#575)
  • Fix type converter removal (#581)
  • Fix enum type conversion (#591)
Commits

The new version differs by 17 commits.

  • 800730f 0.9.0
  • 4959a98 Undo comment whitespace change
  • 422e3dd Fix whitespace across multiline comments (#606)
  • c77b0fc Support ES2015-style exports for plugins (#594)
  • bb0068a Export additional classes (#535)
  • 605cf23 Support @category tag (#566)
  • 482821c Improve argument order specificity (#587)
  • e377524 Fix enum type conversion (#591)
  • f7d27e5 Respect absolute URLs when rendering (#593)
  • 341ae63 Support constructor parameters with readonly flag (#584)
  • 3e3ed18 Use TypeScript project option (#588)
  • f06735d Fix type converter removal (#581)
  • 80c920c Pin @types dependencies (#579)
  • 9b5b544 Fix tslint warnings for inferable types
  • dd84077 Fix --tsconfig help description (#575)

There are 17 commits in total.

See the full diff