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.10.0 to 0.22.11 #63

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.10.0 to 0.22.11.

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 164 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-01-18.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ACORN-559469
375/1000
Why? CVSS 7.5
No Known Exploit
Remote Code Execution (RCE)
SNYK-JS-HANDLEBARS-1056767
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-HANDLEBARS-173692
375/1000
Why? CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-HANDLEBARS-174183
375/1000
Why? CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-HANDLEBARS-469063
375/1000
Why? CVSS 7.5
No Known Exploit
Denial of Service (DoS)
SNYK-JS-HANDLEBARS-480388
375/1000
Why? CVSS 7.5
No Known Exploit
Arbitrary Code Execution
SNYK-JS-HANDLEBARS-534478
375/1000
Why? CVSS 7.5
No Known Exploit
Command Injection
SNYK-JS-LODASH-1040724
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-LODASH-450202
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-LODASH-608086
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-GLOBPARENT-1016905
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-HANDLEBARS-1279029
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-HANDLEBARS-534988
375/1000
Why? CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-LODASH-73638
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
npm:marked:20180225
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-HANDLEBARS-567742
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-HIGHLIGHTJS-1045326
375/1000
Why? CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HIGHLIGHTJS-1048676
375/1000
Why? CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-1018905
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-LODASH-567746
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-LODASH-590103
375/1000
Why? CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-73639
375/1000
Why? CVSS 7.5
Proof of Concept
Arbitrary File Read
SNYK-JS-MACADDRESS-567156
375/1000
Why? CVSS 7.5
No Known Exploit
Arbitrary Command Injection
npm:macaddress:20180511
375/1000
Why? CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-174116
375/1000
Why? CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-451540
375/1000
Why? CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-584281
375/1000
Why? CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-MINIMIST-559764
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-MINIMIST-559764
375/1000
Why? CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-MINIMIST-559764
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHPARSE-1077067
375/1000
Why? CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-UGLIFYJS-1727251
375/1000
Why? CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-UGLIFYJS-1727251
375/1000
Why? CVSS 7.5
No Known Exploit
Uninitialized Memory Exposure
npm:concat-with-sourcemaps:20180429
375/1000
Why? CVSS 7.5
Mature
Regular Expression Denial of Service (ReDoS)
npm:braces:20180219
375/1000
Why? 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.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

    Features

    • TypeDoc will now recognize @ param comments for destructured parameters and rename __namedParameters to the name specified
      in the @ param comment if the number of @ param comments match the number of parameters, resolves #1703.
    • The intentionallyNotExported option may now include file names/paths to limit its scope, for example, the following
      will suppress warnings from Foo in src/foo.ts not being exported, but will not suppress warnings if another Foo
      declared in src/utils/foo.ts is not exported.
      {
          "intentionallyNotExported": ["src/foo.ts:Foo"]
      }
    • The --emit option can now be used to more finely control what TypeDoc will emit.
      Value Behavior
      both Emit both documentation and JS.
      docs Emit documentation, but not JS (default).
      none Emit nothing, just convert and run validation.
      true Alias for both, for backwards compatibility. Will be removed in 0.23.
      false Alias for docs, for backwards compatibility. Will be removed in 0.23.

    Bug Fixes

    • TypeDoc will now only create one highlighter for rendering code, saving ~200-500ms for rendering time.
    • For compatibility with JSDoc, TypeDoc will now strip <caption> elements from @ example tags, resolves #1679.
    • TypeScript's emitDeclarationOnly compiler option is now supported, resolves #1716.
    • Fixed discovery of tsconfig.json when the provided path ends in .json, resolves #1712.
    • Fixed a crash when converting the globalThis namespace, could only be caused by a plugin.

    Thanks!

  • 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
    Read more
  • 0.22.2 - 2021-09-11
    Read more
  • 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
  • 0.19.1 - 2020-09-05
  • 0.19.0 - 2020-08-28
  • 0.18.0 - 2020-08-09
  • 0.17.8 - 2020-06-29
  • 0.17.7 - 2020-05-17
  • 0.17.6 - 2020-04-27
  • 0.17.5 - 2020-04-26
  • 0.17.4 - 2020-04-06
  • 0.17.3 - 2020-03-22
  • 0.17.2 - 2020-03-21
  • 0.17.1 - 2020-03-18
  • 0.17.0 - 2020-03-15
  • 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
  • 0.16.10 - 2020-02-16
  • 0.16.9 - 2020-01-25
  • 0.16.8 - 2020-01-21
  • 0.16.7 - 2020-01-17
  • 0.16.6 - 2020-01-16
  • 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
  • 0.15.7 - 2020-01-09
  • 0.15.6 - 2019-12-26
  • 0.15.5 - 2019-12-16
  • 0.15.4 - 2019-12-08
  • 0.15.3 - 2019-11-23
  • 0.15.2 - 2019-11-14
  • 0.15.1 - 2019-11-13
  • 0.15.0 - 2019-07-26
  • 0.15.0-0 - 2019-03-22
  • 0.14.2 - 2019-01-16
  • 0.14.1 - 2019-01-11
  • 0.14.0 - 2019-01-03
  • 0.13.0 - 2018-10-10
  • 0.13.0-0 - 2018-10-04
  • 0.12.0 - 2018-08-17
  • 0.11.1 - 2018-03-09
  • 0.11.0 - 2018-03-05
  • 0.10.0 - 2018-02-01
from typedoc GitHub release notes
Commit messages
Package name: typedoc

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
1 participant