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.17.3 #25

Merged
merged 1 commit into from
Jun 20, 2020

Conversation

snyk-bot
Copy link
Contributor

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

ℹ️ 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 29 versions ahead of your current version.
  • The recommended version was released 5 days ago, on 2020-03-22.
Release notes
Package name: typedoc
  • 0.17.3 - 2020-03-22

    Features

    Fixed

    • The legend is no longer missing on most documentation pages

    Thanks!

  • 0.17.2 - 2020-03-21

    0.17.2 (2020-03-21)

    Bug Fixes

  • 0.17.1 - 2020-03-18

    0.17.1 (2020-03-18)

    Bug Fixes

    • Report errors from setting bad options on CLI (a2e4db1), closes #1237
  • 0.17.0 - 2020-03-15

    0.17.0 (2020-03-15)

    Bug Fixes

    • Check for compiler errors before converting (802c408)
    • Plugin resolution now uses relative paths (#1194) closes #1188

    Features

    • Allow user to set git remote (5cbd44d), closes #1130

    • Move TypeScript to a peer dependency (49b1c4f), closes #880

    • Only generate legend for items that are displayed on the page (#1187) (923c55d), closes #1136

    • Support disabling sources (3dadcde), closes #808

    • Support for @template (c015fd9), closes #860

    • Support for private fields (5d41a2e)

    • fix!: Rename external modules to modules (295ccdd), closes #109

    • fix!: Moved @types/minimatch dependency to devDepencencies (#1206) (592e0b3), closes #1206

    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:

  • 0.17.0-3 - 2020-01-24
  • 0.17.0-2 - 2020-01-21
  • 0.17.0-1 - 2020-01-20
  • 0.17.0-0 - 2020-01-18
  • 0.16.11 - 2020-02-28

    Bug Fixes 🐛

    Features ✨

    • Add support for `` inside of Marked Link Brackets (#1091) (1ec2fb8)
    • Config option to exclude not explicitly documented symbols (#996) (20db9a5), closes #995
    • Support for extended config in typedoc.json (07fb1ce), closes #493 #1115

    Thanks 👏

    v0.16.10...v0.16.11

  • 0.16.10 - 2020-02-16

    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 👏

  • 0.16.9 - 2020-01-25

    Fixed 🐛

    • TypeDoc now correctly handles BOM in package.json (#1192)

    Thanks 👏

  • 0.16.8 - 2020-01-21

    Fixed 🐛

    • export * from ... could cause a circular reference that sent TypeDoc into an infinite loop (#1186)
  • 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
  • 0.16.4 - 2020-01-15
  • 0.16.3 - 2020-01-14
  • 0.16.2 - 2020-01-13
  • 0.16.1 - 2020-01-12
  • 0.16.0 - 2020-01-12
  • 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
from typedoc GitHub release notes
Commit messages
Package name: typedoc
  • 2e63096 chore: Bump version to 0.17.3
  • f629446 chore: Rebuild specs
  • 96ba7f9 chore: Upgrade theme dependency
  • 2983acf fix: Empty legend on most pages
  • 66eba4a chore: Bump version to 0.17.2
  • 7994456 fix: Pin marked to 0.8.0
  • 688d89d chore: Upgrade deps, bump version to 0.17.1
  • a2e4db1 fix: Report errors from setting bad options on CLI
  • 508f8ba chore: Add warnings for deprecated usage
  • 19c65c3 chore!: Remove deprecated Option decorator
  • 5933168 chore: Bump version to 0.17
  • 2996534 fix: Missed a test configuration update
  • c015fd9 feat: Support for `@template`
  • 0e6ff69 chore: Disable sources in test
  • 295ccdd fix!: Rename external modules to modules
  • 5d41a2e feat: Support for private fields
  • 49b1c4f feat: Move TypeScript to a peer dependency
  • 3dadcde feat: Support disabling sources
  • 802c408 fix: Check for compiler errors before converting
  • 5cbd44d feat: Allow user to set git remote
  • c828319 chore: Update themes, rebuild specs
  • 923c55d feat: Only generate legend for items that are displayed on the page (#1187)
  • 592e0b3 fix!: Moved @types/minimatch dependency to devDepencencies (#1206)
  • 13f4deb fix: Plugin resolution for relative paths (#1194)

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

@codecov
Copy link

codecov bot commented Mar 27, 2020

Codecov Report

Merging #25 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #25   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          26     26           
  Branches        3      3           
=====================================
  Hits           26     26

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84807eb...6059549. Read the comment docs.

@dbartholomae dbartholomae merged commit 3360258 into master Jun 20, 2020
@dbartholomae dbartholomae deleted the snyk-upgrade-2a4100635ffc1551ed24736f516bcc9f branch June 20, 2020 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment