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.11.1 to 0.21.0 #9

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade typedoc from 0.11.1 to 0.21.0.

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

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-Y18N-1021887
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Prototype Pollution
SNYK-JS-Y18N-1021887
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-UAPARSERJS-610226
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-UAPARSERJS-1023599
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Prototype Pollution
SNYK-JS-OBJECTPATH-1017036
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-NORMALIZEURL-1296539
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Prototype Pollution
SNYK-JS-NODEFORGE-598677
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Remote Memory Exposure
SNYK-JS-DNSPACKET-1293563
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Remote Memory Exposure
SNYK-JS-BL-608877
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Improper Input Validation
SNYK-JS-URLPARSE-1078283
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Regular Expression Denial of Service (ReDoS)
npm:ua-parser-js:20180227
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-UAPARSERJS-1072471
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Prototype Pollution
SNYK-JS-PATHVAL-596926
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHPARSE-1077067
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Denial of Service
SNYK-JS-NODEFETCH-674311
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Regular Expression Denial of Service (ReDoS )
SNYK-JS-MARKED-584281
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-451540
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MARKED-174116
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ISSVG-1243891
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ISSVG-1085627
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Denial of Service (DoS)
SNYK-JS-HTTPPROXY-569139
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HOSTEDGITINFO-1088355
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HOSTEDGITINFO-1088355
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-HIGHLIGHTJS-1048676
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Prototype Pollution
SNYK-JS-HIGHLIGHTJS-1045326
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Prototype Pollution
SNYK-JS-HANDLEBARS-1279029
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Remote Code Execution (RCE)
SNYK-JS-HANDLEBARS-1056767
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept
Cryptographic Issues
SNYK-JS-ELLIPTIC-1064899
472/1000
Why? Proof of Concept exploit, CVSS 7.3
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-COLORSTRING-1082939
472/1000
Why? Proof of Concept exploit, CVSS 7.3
Proof of Concept

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

Release notes
Package name: typedoc
  • 0.21.0 - 2021-06-18

    Breaking Changes

    • Drop support for Node v10 (dc8416a)
    • Drop support for TypeScript 3.9 (5d45539)
    • Remove disableAliases option introduced in 0.20.37 (ec18bb0)
    • Paths in config files will now be resolved relative to the config file's directory (3f39508)
    • Plugins are now passed Application directly (22df574), closes #1598

    Features

    • Improve monorepos by adding support for TS entry points via --packages (#1596) (6d215df)
    • Support for monorepos (15c0552)
    • Support for TypeScript 4.3 (432008c)
    • Add support for sorting reflections based on user criteria (e125484), closes #112
    • Add the --treatWarningsAsErrors option (58f1bac), closes #1568
    • The --exclude option will now remove symbols re-exported from excluded files (bb5a5ae), closes #1578

    Bug Fixes

    • Correctly handle comments on function type aliases (1b1cd14), closes #799
    • Setters should always have a void return type (1dc5659), closes #1215
    • Pick up doc comments for properties declared within a class's constructor when documenting JavaScript (700d413), closes #1255
    • Inherit comments from parent methods (d5bb930), closes #1580
    • Correct handling for intentionally broken references (5d581b0)
    • Inheritance from multiple Partial<T> types was incorrectly converted (4aad444), closes #1579

    Thanks!

    The support for monorepos was made possible by @ efokschaner and @ Lhoerion. It wouldn't have happened without their contributions. Thank you!

  • 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

    Features

    • Add disableAliases option (#1576) (a446431), closes #1571 Note: This option will be removed in v0.21. It has been discovered to cause some problems.

    Bug Fixes

    Thanks!

    • Nick
    • Martin
  • 0.20.36 - 2021-04-23

    Features

    • use 'pretty' option when generating json (d5930e0)
    • create 'pretty' option (b3c856e)

    Bug Fixes

    • Always write to stdout, even if redirected (dcbda43), closes #1566
    • Create directories when writing JSON output (4817db4)

    Thanks!

  • 0.20.35 - 2021-04-03

    Features

    • Include debugging information in highlighting error messages (#1561) (a90deee)

    Bug Fixes

    • Relax simple expression requirements for default values (bff5816), closes #1552
    • Handle #private getters + methods (d1a9bca), closes #1564

    Thanks!

    • Masato Makino
  • 0.20.34 - 2021-03-25

    Bug Fixes

    • Crash when converting recursive type alias (02fe2a7), closes #1547
    • Discover module comments for global files (ce218e9), closes #1549
    • Detect references when export * is used (f0b9192), closes #1551
  • 0.20.33 - 2021-03-22

    Bug Fixes

    • Static properties of Error class incorrectly converted (fbc5966), closes #1541, #572
  • 0.20.32 - 2021-03-14

    0.20.32 (2021-03-14)

    Bug Fixes

    • Correct crash with reflection types (5d7856b), closes #1538
  • 0.20.31 - 2021-03-14

    0.20.31 (2021-03-14)

    Bug Fixes

    • Constructors were improperly reported as inherited (b908c09), closes #1528 #1527
    • readonly tuples were recognized as arrays (99c6a13), closes #1534

    Thanks!

  • 0.20.30 - 2021-03-06

    0.20.30 (2021-03-06)

    Bug Fixes

    • Categories should only appear once if specified multiple times (6949a1f), closes #1522
    • Remove undefined from optional property types (c9faa9b), closes #1525
    • Support JSDocNullableType, JSDocNonNullableType (34d05f2), closes #1524
  • 0.20.29 - 2021-03-04

    0.20.29 (2021-03-04)

    Features

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

Successfully merging this pull request may close these issues.

1 participant