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.19.2 to 0.22.13 #18

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Apr 4, 2022

Snyk has created this PR to upgrade typedoc from 0.19.2 to 0.22.13.

merge advice
ℹ️ 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 110 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-03-06.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-1070800
589/1000
Why? Has a fix available, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-2342082
589/1000
Why? Has a fix available, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-2342073
589/1000
Why? Has a fix available, CVSS 7.5
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: typedoc
  • 0.22.13 - 2022-03-06

    Features

    • Add support for TypeScript 4.6, #1877.
    • Support copying @ param comments for nested members that target union and intersection types, #1876.

    Bug Fixes

    • Fixed validation for --requiredToBeDocumented option, #1872.
    • Fixed missing this parameters in documentation for some functions, #1875.
  • 0.22.12 - 2022-02-20

    Features

    • Added --validation.notDocumented option to warn on items that are not documented, #1817.

    Bug Fixes

    • Fixed const variables not properly marked as const, #1866.

    Thanks!

  • 0.22.11 - 2022-01-18

    Features

    • ReferenceTypes which reference an external symbol will now include qualifiedName and package in their serialized JSON.
    • Added clickable anchor link for member titles, #1842.
    • Added new cname option for GitHub Pages custom domain support, #1803

    Bug Fixes

    • Fixed line height of h1 and h2 elements being too low, #1796.
    • Code blocks in the light theme will no longer have the same background as the rest of the page, #1836.
    • Symbol names passed to addUnknownSymbolResolver will now be correctly given the qualified name to the symbol being referenced, #1832.
    • The search index will now be written as JSON, reducing load times for large projects, #1825.

    Thanks!

  • 0.22.10 - 2021-11-25

    Features

    • Added support for TypeScript 4.5, #1798.

    Bug Fixes

    • If file exports a symbol both under it's real name and as default, the default export will now always be the renamed symbol, #1795.
    • TypeDoc will no longer crash if a symbol is defined both as a normal class (and optional interface) and as a property, as is used for global Node types in older @ types/node versions, Gerrit0/typedoc-plugin-missing-exports#5.
  • 0.22.9 - 2021-11-14

    Features

    • TypeDoc will now detect and warn if multiple instances of the package are loaded. This usually means that a plugin has its own version of TypeDoc installed, which will lead to things breaking in unexpected ways.
      It will only work if both loaded TypeDocs are v0.22.9 or later.
    • TypeDoc will now automatically load packages with typedoc-theme in their keywords.
      Plugins which define a custom theme should include this keyword so that they can be automatically collected and displayed at https://typedoc.org/guides/themes/.

    Bug Fixes

    • Corrected HTML generation for projects using Google Analytics, #1786.
    • Ensured that the <meta charset="utf-8" /> appears within the first 1024 bytes of generated pages, #1783.

    Thanks!

  • 0.22.8 - 2021-11-07

    Features

    • Added hooks which can be used to inject HTML without completely replacing a template, #1773.
      See the documentation in custom-themes.md for details.

    Bug Fixes

    • Actually fixed @ category tag incorrectly appearing on function types if used on a type alias, #1745.
    • Fix error in console when a page contains no documentation items.

    Thanks!

  • 0.22.7 - 2021-10-25

    Features

    • Added support for GitHub enterprise projects with a githubprivate.com domain, #1743.
    • Added support for GitLab repositories, #1728.

    Bug Fixes

    • Replaced O(n^2) with O(1) implementation for determining unique IDs in a rendered page, #1755.
    • Fixed crash with when running in very large repositories, #1744.
    • Fixed visible gap after footer in dark mode if hideGenerator is set, #1749.
    • Fixed @ category tag incorrectly appearing on function types if used on a type alias, #1745.
    • Fixed incorrect JS to apply themes on page load, #1709 (again).
    • Accessors and index signatures are now properly marked as inherited on declaration creation, #1742.

    Thanks!

  • 0.22.6 - 2021-10-17

    Features

    • Added support for displaying identifiers & property access expressions in initializers, #1730.
    • Expanded support for variables tagged with @ enum to all variables whose property types are string literals, #1740.

    Bug Fixes

    • Fixed flash when navigating to a second page when OS theme does not match selected theme, #1709.
    • Fixed improper quoting of as const style enums, #1727.
    • Fixed handling of @ typeParam on type aliases, #1733.
    • Fixed handling of comment tags on function type aliases, #1734.
    • Paths in warnings about non-exported symbols are now consistently displayed across platforms, #1738.

    Thanks!

  • 0.22.5 - 2021-10-02
    Read more
  • 0.22.4 - 2021-09-18

    Features

    • Flag option types like validation can now be set to true/false to enable/disable all flags within them.
    • Source code links now work with Bitbucket repositories, resolves #1615.
    • Added githubPages option (default: true), which will create a .nojekyll page in the generated output, resolves #1680.
    • MarkdownEvent is now exported, resolves #1696.

    Bug Fixes

    • Fixed the hamburger menu not being visible on mobile devices, fixes #1699.
    • Comments on function implementations with overloaded signatures will now be correctly handled, fixes #1697.

    Thanks!

  • 0.22.3 - 2021-09-12
  • 0.22.2 - 2021-09-11
  • 0.22.1 - 2021-09-10
  • 0.22.0 - 2021-09-10
  • 0.22.0-beta.10 - 2021-09-05
  • 0.22.0-beta.9 - 2021-09-05
  • 0.22.0-beta.8 - 2021-09-04
  • 0.22.0-beta.7 - 2021-09-04
  • 0.22.0-beta.6 - 2021-08-30
  • 0.22.0-beta.5 - 2021-08-29
  • 0.22.0-beta.4 - 2021-08-19
  • 0.22.0-beta.2 - 2021-08-17
  • 0.22.0-beta.1 - 2021-08-13
  • 0.22.0-beta.0 - 2021-08-01
  • 0.21.10 - 2022-02-07
  • 0.21.9 - 2021-08-29
  • 0.21.8 - 2021-08-28
  • 0.21.7 - 2021-08-27
  • 0.21.6 - 2021-08-19
  • 0.21.5 - 2021-07-31
  • 0.21.4 - 2021-07-12
  • 0.21.3 - 2021-07-10
  • 0.21.2 - 2021-06-27
  • 0.21.1 - 2021-06-25
  • 0.21.0 - 2021-06-18
  • 0.21.0-beta.4 - 2021-06-16
  • 0.21.0-beta.3 - 2021-06-15
  • 0.21.0-beta.2 - 2021-06-06
  • 0.21.0-beta.1 - 2021-06-05
  • 0.20.37 - 2021-06-16
  • 0.20.36 - 2021-04-23
  • 0.20.35 - 2021-04-03
  • 0.20.34 - 2021-03-25
  • 0.20.33 - 2021-03-22
  • 0.20.32 - 2021-03-14
  • 0.20.31 - 2021-03-14
  • 0.20.30 - 2021-03-06
  • 0.20.29 - 2021-03-04
  • 0.20.28 - 2021-02-23
  • 0.20.27 - 2021-02-20
  • 0.20.26 - 2021-02-20
  • 0.20.25 - 2021-02-15
  • 0.20.24 - 2021-02-11
  • 0.20.23 - 2021-02-06
  • 0.20.22 - 2021-02-06
  • 0.20.21 - 2021-02-05
  • 0.20.20 - 2021-01-31
  • 0.20.19 - 2021-01-25
  • 0.20.18 - 2021-01-24
  • 0.20.17 - 2021-01-23
  • 0.20.16 - 2021-01-17
  • 0.20.15 - 2021-01-16
  • 0.20.14 - 2021-01-09
  • 0.20.13 - 2021-01-06
  • 0.20.12 - 2021-01-05
  • 0.20.11 - 2021-01-04
  • 0.20.10 - 2021-01-03
  • 0.20.9 - 2021-01-02
  • 0.20.8 - 2021-01-01
  • 0.20.7 - 2021-01-01
  • 0.20.6 - 2021-01-01
  • 0.20.5 - 2020-12-30
  • 0.20.4 - 2020-12-30
  • 0.20.3 - 2020-12-29
  • 0.20.2 - 2020-12-29
  • 0.20.1 - 2020-12-29
  • 0.20.0 - 2020-12-28
  • 0.20.0-beta.33 - 2020-12-28
  • 0.20.0-beta.32 - 2020-12-27
  • 0.20.0-beta.31 - 2020-12-27
  • 0.20.0-beta.30 - 2020-12-27
  • 0.20.0-beta.29 - 2020-12-26
  • 0.20.0-beta.28 - 2020-12-26
  • 0.20.0-beta.27 - 2020-12-09
  • 0.20.0-beta.26 - 2020-12-07
  • 0.20.0-beta.25 - 2020-12-05
  • 0.20.0-beta.24 - 2020-11-28
  • 0.20.0-beta.23 - 2020-11-28
  • 0.20.0-beta.22 - 2020-11-28
  • 0.20.0-beta.21 - 2020-11-28
  • 0.20.0-beta.20 - 2020-11-28
  • 0.20.0-beta.19 - 2020-11-27
  • 0.20.0-beta.18 - 2020-11-27
  • 0.20.0-beta.17 - 2020-11-27
  • 0.20.0-beta.16 - 2020-11-26
  • 0.20.0-beta.15 - 2020-11-26
  • 0.20.0-beta.14 - 2020-11-26
  • 0.20.0-beta.13 - 2020-11-26
  • 0.20.0-beta.12 - 2020-11-25
  • 0.20.0-beta.11 - 2020-11-25
  • 0.20.0-beta.10 - 2020-11-25
  • 0.20.0-beta.9 - 2020-11-25
  • 0.20.0-beta.8 - 2020-11-02
  • 0.20.0-beta.7 - 2020-11-01
  • 0.20.0-beta.6 - 2020-11-01
  • 0.20.0-beta.5 - 2020-11-01
  • 0.20.0-beta.4 - 2020-10-25
  • 0.20.0-beta.3 - 2020-10-25
  • 0.20.0-beta.2 - 2020-10-25
  • 0.20.0-beta.1 - 2020-10-23
  • 0.19.2 - 2020-09-21
from typedoc GitHub release notes
Commit messages
Package name: typedoc
  • df88a09 Bump version to 0.22.13
  • 95fe32e Fix missing this parameters
  • 4350d47 Fix validation for requiredToBeDocumented
  • eab5dd4 Add support for TypeScript 4.6
  • fe6758c chore: Upgrade all dependencies
  • 6c3da9c Handle nested `@ param` comments with unions
  • 1e0e38c Update changelog for release
  • a2e0cf9 Bump version to 0.22.12
  • 9060977 Update changelog before release
  • 5b536df If we're going to use ts-node sometimes, use it always
  • a6e494f Improve contributing experience (#1838)
  • 16a21de Update changelog for undescribed breaking changes in 0.22
  • 038f2a8 Fixed const variables not properly marked const
  • 33d164b The changelog doesn't exist in the repo for 0.21 yet
  • ac43f61 Create security policy, publish script for lts
  • 122fd72 Add option to warn on undocumented items (#1819)
  • 4af6289 Update changelog for release
  • 0cdc5a8 Bump version to 0.22.11
  • 08c0321 Upgrade dependencies
  • 3bc9c78 Merge pull request #1851 from stefanobaghino-da/bump-to-marked-4.0.10
  • d959b71 Restore v2 lockfile
  • 7732d3c Bump marked from 3.0.8 to 4.0.10
  • 70633ed Merge pull request #1849 from adeniszczyc/bug/anchor-links-offset-top
  • 3f501a3 Fix offset on member anchor links

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.

1 participant