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

[Snyk] Upgrade typedoc from 0.15.8 to 0.16.7 #6

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade typedoc from 0.15.8 to 0.16.7.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 17 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-01-17.
Release notes
Package name: typedoc
  • 0.16.7 - 2020-01-17

    Fixed 🐛

    • Object literal {} now renders correctly (#1179)

    Features ✨

    • Support for query types (type Z = typeof z)

    Thanks

  • 0.16.6 - 2020-01-16

    Fixed 🐛

    • removeReflection does not fully remove reflections #1176
  • 0.16.5 - 2020-01-15

    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 👏

  • 0.16.4 - 2020-01-15

    Fixed 🐛

    • CLI crashing due to circular dependencies (#1172)
  • 0.16.3 - 2020-01-14

    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:

  • 0.16.2 - 2020-01-13

    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)
  • 0.16.1 - 2020-01-12
  • 0.16.0 - 2020-01-12

    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.

  • 0.16.0-8 - 2020-01-12
  • 0.16.0-7 - 2020-01-12
  • 0.16.0-6 - 2020-01-10
  • 0.16.0-5 - 2020-01-10
  • 0.16.0-4 - 2020-01-10
  • 0.16.0-3 - 2020-01-05
  • 0.16.0-2 - 2020-01-02
  • 0.16.0-1 - 2020-01-02
  • 0.16.0-0 - 2019-12-29
  • 0.15.8 - 2020-01-10

    Fixed 🐛

    • Upgraded handlebars to 4.7.0 - #1159

    Thanks 👏

from typedoc GitHub release notes
Commit messages
Package name: typedoc
  • f2d9c18 chore: Bump version to 0.16.7
  • c98ca83 Merge branch 'master' of https://github.com/TypeStrong/typedoc
  • e039eb8 feat: Support for query types
  • 64a2a4f fix: Add test for {} and fix generation
  • dbed32a Typo in the bug report template
  • 0209789 chore: Bump version to 0.16.6
  • f9c126a fix: removeReflection does not fully remove reflections
  • 67987ad chore: Bump version
  • 51946db fix: Rebuild specs typechecks
  • 8025e64 feat: Add the includeVersion flag
  • 33be747 fix: Invalid signature for decorator
  • 15ea85f Don't create navigation links to empty declarations
  • 52fa7fa Small refactor to fix creating children of reflections
  • 5ec837a Extracted navigation building internal functions into an exported NavigationBuilder class
  • 8dd7340 chore: Bump version to 0.16.4
  • 64a9323 fix: Circular dependencies
  • 90d4c30 chore: Upgrade deps, bump version to 0.16.3
  • 411a900 fix: Remove sources from hidden signatures
  • 1c89283 Merge branch 'pr/1169'
  • 9ac6973 fix: Autodiscovery of plugins not working
  • 8005b21 fix: External symbols should not be referenced
  • ef0c17e feat: Add `@BindOption`
  • d613616 Merge branch 'master' of https://github.com/TypeStrong/typedoc
  • 100fafd chore: Update default themes

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

None yet

1 participant