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.16.9 to 0.24.6 #24

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

Conversation

ezarubina
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade typedoc from 0.16.9 to 0.24.6.

ℹ️ 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 186 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-04-24.

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
Remote Code Execution (RCE)
SNYK-JS-HANDLEBARS-1056767
462/1000
Why? Proof of Concept exploit, CVSS 7.1
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-UGLIFYJS-1727251
462/1000
Why? Proof of Concept exploit, CVSS 7.1
No Known Exploit
Arbitrary Code Injection
SNYK-JS-UNDERSCORE-1080984
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
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-584281
462/1000
Why? Proof of Concept exploit, CVSS 7.1
No Known Exploit
Prototype Pollution
SNYK-JS-HANDLEBARS-1279029
462/1000
Why? Proof of Concept exploit, CVSS 7.1
Proof of Concept
Prototype Pollution
SNYK-JS-HIGHLIGHTJS-1045326
462/1000
Why? Proof of Concept exploit, CVSS 7.1
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HIGHLIGHTJS-1048676
462/1000
Why? Proof of Concept exploit, CVSS 7.1
No Known Exploit

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

Release notes
Package name: typedoc
  • 0.24.6 - 2023-04-24

    Features

    • Improved error messaging if a provided entry point could not be converted into a documented module reflection, #2242.
    • API: Added support for g, circle, ellipse, polygon, and polyline svg elements, #2259.
    • Extended jsDocCompatibility option with inheritDocTag to ignore fully lowercase inheritDoc tags and
      ignoreUnescapedBraces to disable warnings about unescaped { and } characters in comments.

    Bug Fixes

    • --useTsLinkResolution is no longer ignored within block tags, #2260.
    • The current namespace will also be expanded in the navigation on page load, #2260.
    • Fixed flicker of navigation pane when reloading a page caused by updating expansion state after the page was loaded.
    • Fixed an infinite loop if more than one entry point was provided, and all entry points were the same.

    Thanks!

  • 0.24.5 - 2023-04-22

    Features

    • Categories and groups can now be shown in the navigation, added --navigation.includeCategories
      and --navigation.includeGroups to control this behavior. The --categorizeByGroup option also
      effects this behavior. If categorizeByGroup is set (the default) and navigation.includeGroups is
      not set, the value of navigation.includeCategories will be effectively ignored since categories
      will be created only within groups, #1532.
    • Added support for discovering a "module" comment on global files, #2165.
    • Added copy code to clipboard button, #2153.
    • Function @ returns blocks will now be rendered with the return type, #2180.
    • Added --groupOrder option to specify the sort order of groups, #2251.

    Bug Fixes

    • Type parameter constraints now respect the --hideParameterTypesInTitle option, #2226.
    • Even more contrast fixes, #2248.
    • Fix semantic highlighting for predicate type's parameter references, #2249.
    • Fixed broken links to heading titles.
    • Fixed inconsistent styling between type parameter lists and parameter lists.
    • TypeDoc will now warn if more than one @ returns block is is present in a function, and ignore the duplicate blocks as specified by TSDoc.

    Thanks!

  • 0.24.4 - 2023-04-16

    Bug Fixes

    • Fixed broken semantic coloring, #2247.
    • Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, #2244.
    • Underline color of index links now matches the text color, #2245.
    • Increased contract for active menu item text in dark mode.
  • 0.24.3 - 2023-04-16

    Bug Fixes

    • Fixed path expansion on Windows preventing generation, #2243 and #2241.
  • 0.24.2 - 2023-04-15

    Features

    • Added semantic link coloring for reflection names & links, #2227.
      Note: This resulted in function signatures becoming too busy for easy scanning with even slightly
      complicated signatures as such, TypeDoc now only renders parameter names in the signature title
      and includes the type in the parameter details as usual. This can be controlled with the new
      --hideParameterTypesInTitle option.
    • Conditional types will now render their branches on the next line for easier comprehension.

    Bug Fixes

    • Fixed & showing as & and HTML text showing up in page contents navigation, #2224.
    • Increased padding between sections when one navigation column is displayed, #2225.
    • Correct padding for navigation elements with a displayed icon, #2229.
    • Fixed source-order sort strategy failing to compare reflections within a file.
    • Added enum-member-source-order specialization of the source-order sort strategy which only compares enum members, #2237.
    • Updated highlight colors for semantic links to meet WCAG AA contrast requirements, #2228.
    • Type parameters are now highlighted consistently, #2230.
    • Fixed semantic coloring in type and function signatures, #2227.
    • Fixed issue where removing a reflection indirectly containing an object/function type would only partially remove the reflection, #2231.
    • Fixed "Implementation of X.y" links if a mixture of methods and property-methods are used, #2233.
    • "Implementation of" text to symbol-properties not contained in the documentation will now use the resolved name instead of a __@ symbol name, #2234.
    • Fix expansion of globs if a single entry point is provided, #2235.
    • Validation will no longer be skipped for sub packages when running with --entryPointStrategy packages.
    • Fixed broken theme toggle if the page contained a member named "theme".

    Thanks!

  • 0.24.1 - 2023-04-09

    Bug Fixes

    • Improve detection for legacy JSDoc @ example tags, #2222.
    • The page footer will now appear at the bottom of the page even if the page is short, #2223.
  • 0.24.0 - 2023-04-08
    Read more
  • 0.24.0-beta.8 - 2023-04-03
  • 0.24.0-beta.7 - 2023-03-26
  • 0.24.0-beta.6 - 2023-03-25
  • 0.24.0-beta.5 - 2023-03-25
  • 0.24.0-beta.4 - 2023-03-25
  • 0.24.0-beta.3 - 2023-03-12
  • 0.24.0-beta.2 - 2023-03-06
  • 0.24.0-beta.1 - 2023-03-05
  • 0.23.28 - 2023-03-19

    Features

    • Added support for TypeScript 5.0, #2201.
      • const type parameters.
      • JSDoc @ overload tag.
      • JSDoc @ satisfies tag.
  • 0.23.27 - 2023-03-16

    Features

    • Added --treatValidationWarningsAsErrors to treat only validation warnings as errors without treating all warnings as errors, #2199.

    Bug Fixes

    • Fixed a bug where optional properties were not appropriately marked as optional, #2200.
    • Fixed shifted navigation pane on devices 1024px wide, #2191.
    • Add missing @ private and @ protected tags to typedoc/tsdoc.json, #2187.

    Thanks!

  • 0.23.26 - 2023-02-26

    Features

    • Added Application.EVENT_VALIDATE_PROJECT event for plugins which implement custom validation, #2183.
    • Plugins may now return an object from external symbol resolvers, #2066.
    • Expose Comment.displayPartsToMarkdown on for themes overwriting the comment helper, #2115.

    Bug Fixes

    • Fix crash when converting export default undefined, #2175.
    • Fix error in console when clicking on headings in the readme, #2170.
    • TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, #2154.

    Thanks!

  • 0.23.25 - 2023-02-11
  • 0.23.24 - 2023-01-07
  • 0.23.23 - 2022-12-18
  • 0.23.22 - 2022-12-11
  • 0.23.21 - 2022-11-14
  • 0.23.20 - 2022-11-03
  • 0.23.19 - 2022-10-28
  • 0.23.18 - 2022-10-23
  • 0.23.17 - 2022-10-18
  • 0.23.16 - 2022-10-10
  • 0.23.15 - 2022-09-18
  • 0.23.14 - 2022-09-03
  • 0.23.13 - 2022-09-01
  • 0.23.12 - 2022-08-31
  • 0.23.11 - 2022-08-26
  • 0.23.10 - 2022-07-31
  • 0.23.9 - 2022-07-24
  • 0.23.8 - 2022-07-17
  • 0.23.7 - 2022-07-09
  • 0.23.6 - 2022-07-08
  • 0.23.5 - 2022-07-02
  • 0.23.4 - 2022-07-02
  • 0.23.3 - 2022-07-01
  • 0.23.2 - 2022-06-28
  • 0.23.1 - 2022-06-26
  • 0.23.0 - 2022-06-26
  • 0.23.0-beta.7 - 2022-06-25
  • 0.23.0-beta.6 - 2022-06-25
  • 0.23.0-beta.5 - 2022-06-20
  • 0.23.0-beta.4 - 2022-06-04
  • 0.23.0-beta.3 - 2022-06-03
  • 0.23.0-beta.2 - 2022-05-30
  • 0.23.0-beta.1 - 2022-04-19
  • 0.23.0-beta.0 - 2022-04-17
  • 0.22.18 - 2022-06-25
  • 0.22.17 - 2022-06-01
  • 0.22.16 - 2022-05-30
  • 0.22.15 - 2022-04-10
  • 0.22.14 - 2022-04-07
  • 0.22.13 - 2022-03-06
  • 0.22.12 - 2022-02-20
  • 0.22.11 - 2022-01-18
  • 0.22.10 - 2021-11-25
  • 0.22.9 - 2021-11-14
  • 0.22.8 - 2021-11-07
  • 0.22.7 - 2021-10-25
  • 0.22.6 - 2021-10-17
  • 0.22.5 - 2021-10-02
  • 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
  • 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
from typedoc GitHub release notes
Commit messages
Package name: typedoc
  • 50f8968 Bump version to 0.24.6
  • 776f7a7 Fix useTsLinkResolution in block tags
  • 08b8348 Didn't mean to commit that
  • e5a6477 Fix tests
  • afb61fa Extend jsDocCompatibility with inheritDoc + brace opts
  • 1e96a2d Improve error messaging for missing entry points
  • 4970a4b Suport g, circle, ellipse, polygon, polyline svg elements (#2259)
  • b49506c Fix broken links in changelog
  • eeaaf0a Update changelog for release
  • 4630624 Bump version to 0.24.5
  • bec6fda Update changelog
  • 165b93b Fix Indentation of `const script = ...` (#2254)
  • 44badfd Merge pull request #2255 from TypeStrong/feat/1532
  • ddddfdd Add support for categories/groups in the navigation
  • 497ddba Categorize sidebar
  • 69a2b60 Add groupOrder option
  • ab975f9 Added copy code to clipboard button
  • 7ac546c Merge `@ returns` and return type blocks in output
  • 53cf7f7 Type parameters now follow `hideParameterTypesInTitle`
  • e3d7658 Add support for "module" comments on global files
  • 7e2871d Fix coloring of predicate types, resolves #2249
  • a443269 Fix more contrast, resolves #2248
  • fa9dbaa Update changelog for release
  • 7d75d6b Bump verstion to 0.24.4

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

2 participants