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.14 #199

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.19.2 to 0.22.14.

ℹ️ 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 111 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-04-07.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Improper Privilege Management
SNYK-JS-SHELLJS-2332187
462/1000
Why? Proof of Concept exploit, CVSS 7.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-1070800
462/1000
Why? Proof of Concept exploit, CVSS 7.1
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-2342082
462/1000
Why? Proof of Concept exploit, CVSS 7.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-2342073
462/1000
Why? Proof of Concept exploit, CVSS 7.1
Proof of Concept

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

Release notes
Package name: typedoc
  • 0.22.14 - 2022-04-07

    Bug Fixes

    • Fixed missing comments on @ enum style enum members defined in declaration files, #1880.
    • Fixed --validation.notDocumented warnings for functions/methods/type aliases, #1895, #1898.
    • Search results will no longer include random items when the search bar is empty, #1881.
    • Comments on overloaded constructors will now be detected in the same way that overloaded functions/methods are.
    • Fixed removeReflection not completely removing reflections from the project, #1898.
    • Fixed @ hidden / @ ignore / @ exclude comments on default exports with no associated variable, #1903.
    • makeRecursiveVisitor will now correctly call the intersection callback, #1910.

    Thanks!

  • 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
  • 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

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

@pull-dog
Copy link

pull-dog bot commented Apr 28, 2022

*Ruff* 🐶 I wasn't able to find any Docker Compose files in your repository at any of the given paths in the pull-dog.json configuration file, or the default docker-compose.yml file 😩 Make sure the given paths are correct.

Files checked:

  • docker-compose.yml
What is this?

Pull Dog is a GitHub app that makes test environments for your pull requests using Docker, from a docker-compose.yml file you specify. It takes 19 seconds to set up (we counted!) and there's a free plan available.

Visit our website to learn more.

Commands
  • @pull-dog up to reprovision or provision the server.
  • @pull-dog down to delete the provisioned server.
Troubleshooting

Need help? Don't hesitate to file an issue in our repository

Configuration

{
  "isLazy": false,
  "dockerComposeYmlFilePaths": [
    "docker-compose.yml"
  ],
  "expiry": "00:00:00",
  "conversationMode": "singleComment"
}

Trace ID
13bd78c0-c6b4-11ec-9568-97eebe62c31f

@guardrails
Copy link

guardrails bot commented Apr 28, 2022

⚠️ We detected 1 security issue in this pull request:

Mode: paranoid | Total findings: 1 | Considered vulnerability: 1

Vulnerable Libraries (1)
Severity Details
Medium extend@3.0.1 (t) upgrade to: >3.0.1

More info on how to fix Vulnerable Libraries in JavaScript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

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