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.6 to 0.16.2 #5

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Feb 5, 2020

Snyk has created this PR to upgrade typedoc from 0.15.6 to 0.16.2.

ℹ️ 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 14 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2020-01-13.
Release notes
Package name: typedoc
  • 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 👏

  • 0.15.7 - 2020-01-09

    Fixed 🐛

  • 0.15.6 - 2019-12-26

    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 typedoc-default-themes@0.6.3

    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 👏

from typedoc GitHub release notes
Commit messages
Package name: typedoc
  • 3faa547 chore: Bump version to 0.16.2
  • d28072d fix: `@param` / `@returns` overly sensitive to whitespace
  • 6a762f0 feat: Expose `@Option` for plugin use
  • 1fd2185 refactor(tests): Combine tests to improve TD dev experience
  • 7152031 chore: Bump version to 0.16.1
  • 7cf73da fix!: Programatic usage should be able to use option readers
  • c6722d8 chore: Correct theme version
  • 2146a28 chore: Bump version to v0.16.0
  • aeab029 fix: Catch error in expandInputFiles
  • 4d8f2c7 Merge branch 'simplify-readme' of https://github.com/TypeStrong/typedoc
  • 5bf4525 chore: Add an equivalent test for #1103
  • 2b6126a chore: Bump version to 0.16.0-8
  • fd57421 Resolve TypeOperatorType to allow it to be hyperlinkable
  • d18664d chore: Bump version to 0.16.0-7
  • b204f6a fix!: Don't use TS internal symbol IDs
  • 62314da fix: Ignore configFilePath when reading TS options
  • 930aac1 fix: Add missing types for serialization
  • 7dee2c3 Merge branch 'fix/serializer-plugin'
  • b2782d5 Merge branch 'master' into fix/options
  • 9a43f21 Merge branch 'master' into feat/import-export
  • ffe1347 chore: Bump version to 0.16.0-6
  • 3be1277 fix!: isExported should be true for all declarations in file mode
  • b8bcbdd chore: fix lint
  • ce03858 chore: Bump version to 0.16.0-5

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