Skip to content

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Aug 22, 2023

This PR contains the following updates:

Package Type Update Change
typedoc (source) dependencies minor 0.20.9 -> 0.21.10

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE Reachability
High High 7.5 CVE-2022-21680
High High 7.5 CVE-2022-21681
Medium Medium 5.3 CVE-2021-21306

Release Notes

TypeStrong/TypeDoc (typedoc)

v0.21.10

Compare Source

v0.21.9

Compare Source

Bug Fixes
Thanks!

v0.21.8

Compare Source

Features
  • Upgrade Shiki to 0.9.8, adds support for several new highlighting languages
Thanks!

v0.21.7

Compare Source

Features
  • Support for TypeScript 4.4, closes #​1664

v0.21.6

Compare Source

Features
  • Add support for NO_COLOR environment variable (#​1650)
Bug Fixes
  • Handle undefined symbols in query types, closes #​1660
Thanks!

v0.21.5

Compare Source

Features
Bug Fixes
  • Implicitly set noEmit unless --emit is provided, closes #​1639
Thanks!

v0.21.4

Compare Source

Bug Fixes
  • Constructors did not have source information set, closes #​1626

v0.21.3

Compare Source

Breaking Changes
  • Options may not be set once conversion starts. Enables a small perf improvement.
Bug Fixes
  • Improve detection for "property methods" to convert as methods, closes #​1624
  • Two members differing only by case produced broken links, closes #​1585
  • Resolve some memory leaks
Thanks!

v0.21.2

Compare Source

Bug Fixes
  • Postpone resolution of inherited classes until their parents have been resolved, closes #​1580

v0.21.1

Compare Source

Bug Fixes
  • Exclude empty modules from documentation, closes #​1607
  • readme could not be set to none in a config file, closes #​1608
  • Correctly handle minimatch excludes on Windows, closes #​1610

v0.21.0

Compare Source

Breaking Changes
  • Drop support for Node v10
  • Plugins are now passed Application directly
  • Drop support for TypeScript 3.9
Features
  • Improve monorepos by adding support for TS entry points (#​1596)
  • Support for monorepos
  • Support for TypeScript 4.3
  • Add support for sorting reflections based on user criteria, closes #​112
  • Add the --treatWarningsAsErrors option, closes #​1568
  • The exclude option will now remove symbols re-exported from excluded files, closes #​1578
Bug Fixes
  • Correctly handle comments on function type aliases, closes #​799
  • Setters should always have a void return type, closes #​1215
  • Resolve paths in option files according to the config directory, closes #​1598, #​1442
  • Pick up doc comments for properties declared within a class's constructor, closes #​1255
  • Inherit comments from parent methods, closes #​1580
  • Correct handling for intentionally broken references
  • Inheritance from multiple Partial types was incorrectly converted, closes #​1579
Thanks!

v0.20.37

Compare Source

Features
Bug Fixes
Thanks!

v0.20.36

Compare Source

Features
  • use 'pretty' option when generating json
  • create 'pretty' option
Bug Fixes
  • Always write to stdout, even if redirected, closes #​1566
  • Create directories when writing JSON output
Thanks!

v0.20.35

Compare Source

Features
  • Include debugging information in highlighting error messages (#​1561)
Bug Fixes
  • Relax simple expression requirements for default values, closes #​1552
  • Handle #private getters + methods, closes #​1564
Thanks!

v0.20.34

Compare Source

Bug Fixes
  • Crash when converting recursive type alias, closes #​1547
  • Discover module comments for global files, closes #​1549
  • Detect references when export * is used, closes #​1551

v0.20.33

Compare Source

Bug Fixes
  • Static properties of Error class incorrectly converted, closes #​1541, #​572

v0.20.32

Compare Source

Bug Fixes
  • Correct crash with reflection types, closes #​1538

v0.20.31

Compare Source

Features
  • Improved warning message if TypeDoc is loaded multiple times.
Bug Fixes
  • readonly tuples were recognized as arrays, closes #​1534
  • Constructors were improperly reported as inherited, closes #​1528, #​1527
Thanks!

v0.20.30

Compare Source

Bug Fixes
  • Categories should only appear once if specified multiple times, closes #​1522
  • Support JSDocNullableType, JSDocNonNullableType, closes #​1524
  • Remove undefined from optional property types, closes #​1525

v0.20.29

Compare Source

Features
  • Support for TypeScript 4.2, closes #​1517

v0.20.28

Compare Source

Bug Fixes
  • Detect visibility modifiers on accessors, closes #​1516

v0.20.27

Compare Source

Features
  • preserve spaces in code blocks
Bug Fixes
  • Detect and normalize unique symbol names, closes #​1514
Thanks!

v0.20.26

Compare Source

Bug Fixes
  • Pick up optional/readonly from mapped types, closes #​1509

v0.20.25

Compare Source

Features
  • Support for specifying comments on export declarations, closes #​1504

v0.20.24

Compare Source

Features
  • add support for non .com gh enterprise domains (#​1507)
Thanks!
  • TUNER88

v0.20.23

Compare Source

Bug Fixes
  • Missing namespace members when ns is created by re-exporting an entire module, closes #​1499
  • Set inheritedFrom on accessor signatures, closes #​1497, #​1498
Thanks!

v0.20.22

Compare Source

Bug Fixes
  • Import from shiki rather than shiki-themes, closes #​1496

v0.20.21

Compare Source

Bug Fixes
  • Missing exported members in file-as-namespace reflection, closes #​1493

v0.20.20

Compare Source

Features
  • add highlight theme option
Bug Fixes
  • Missing comments on optional methods, closes #​1490
  • Avoid crash with removed project reflection, closes #​1489
  • function-namespaces were converted incorrectly, closes #​1483
  • add validation to highlightTheme option
Thanks!

v0.20.19

Compare Source

Features
  • Support for --watch, --preserveWatchOutput, --emit

v0.20.18

Compare Source

Bug Fixes
  • Static methods added to the class manually in JS, closes #​1481

v0.20.17

Compare Source

Features
  • Add support for copying item’s documentation by copying it from another API item
Bug Fixes
  • CommonJS export= with type exports, closes #​1476
Thanks!

v0.20.16

Compare Source

Bug Fixes
  • Comments on projects were broken
  • Constructors were a bit broken

v0.20.15

Compare Source

Features
  • Support for excludeInternal, closes #​1469
  • add option to read more categories from doc
Bug Fixes
  • Crash when converting @types/ws, closes #​1463
  • replace return with continue
  • excludeNotDocumented incorrectly ignored some symbols, closes #​1465
  • Support for JSDoc @enum tags, closes #​1464
Thanks!

v0.20.14

Compare Source

Bug Fixes
  • Crash with destructured export const, closes #​1462
  • Add support for optional types, closes #​1312
  • Add support for rest types, closes #​1457
  • Avoid using process.exit (#​1461)
Thanks!

v0.20.13

Compare Source

Bug Fixes
  • Use type nodes if converting a regular function, closes #​1454

v0.20.12

Compare Source

Bug Fixes
  • Arrow methods did not have modifiers set properly, closes #​1452
  • Add support for import types, closes #​1453
  • Don't document type arguments if there are none (#​1451)
Thanks!

v0.20.11

Compare Source

Bug Fixes
  • Crash when converting a generic with a tuple constraint, closes #​1449

v0.20.10

Compare Source

Bug Fixes
  • Errors due to bad options in tsconfig file were dropped, closes #​1444

  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by Mend label Aug 22, 2023
@mend-for-github-com mend-for-github-com bot changed the title Update dependency typedoc to v0.21.10 Update dependency typedoc to v0.25.12 Apr 3, 2024
@mend-for-github-com mend-for-github-com bot changed the title Update dependency typedoc to v0.25.12 Update dependency typedoc to v0.21.10 Apr 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
security fix Security fix generated by Mend
Development

Successfully merging this pull request may close these issues.

0 participants