Skip to content

chore(deps): update dependency @compodoc/compodoc to v2 - #127

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/compodoc-compodoc-2.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/compodoc-compodoc-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@compodoc/compodoc 1.1.112.0.0 age confidence

Release Notes

compodoc/compodoc (@​compodoc/compodoc)

v2.0.0

Compare Source

Main features:

Top 3:

  • Standalone-aware route graph generation for Angular apps using provideRouter, including standalone components, inline lazy routes, and default-export route files, alongside traditional NgModule routing.
  • Modern Angular support across the compiler and generated docs, including signal inputs, signal aliases, standalone metadata, styleUrl, and injectable providedIn / inheritance metadata.
  • More accurate TypeScript and JSDoc rendering for complex projects, covering advanced type syntax, inherited documentation, examples, custom tags, and richer interface docs.

Other notable changes:

  • Clickable navigation for dependency graph nodes.
  • More robust CLI and coverage workflows, including single-file inputs, coverage exclusions, Windows absolute paths, watch path normalization, and duplicate component-name handling.
  • Security and runtime hardening, including ReDoS fixes in signal parsing and escaping of dangerous component template content.
  • Modernized package/runtime baseline with IE11/Babel legacy output removed and @​compodoc/live-server no longer required.
Features
Bug fixes
CLI, coverage and tooling
JSDoc and rendered documentation
  • chore(app): support throws and inherited docs (2138b1b), closes #​450 (2138b1b), closes #​242
  • fix(jsdoc): avoid crash on deprecated tag parsing (50e87d6), closes #​1300
  • fix: preserve generic type parameters in docs (eb34354), closes #​555
  • fix: use nearest JSDoc comment for variable docs (edb95aa), closes #​1274
  • fix(jsdoc): support indented @​example fenced code blocks (02d2311), closes #​1403
  • fix(markdown): normalize Bitbucket commit links in rendered changelog pages (133aa91), closes #​1404
  • fix(jsdoc): preserve description for custom JSDoc tags and add rawdescription on miscellaneous symbols (55489d9), closes #​1601
Routing and route graph parsing
TypeScript, compiler and Angular metadata
  • fix(angular): resolve dynamic templateUrl property access (7796f6d), closes #​1376
  • fix(types): resolve parenthesized indexed-access raw types without regressing interface index links (440f92c), closes #​1368
  • fix(interfaces): support extends Omit<T, K> inheritance in generated docs (f0a9eef), closes #​1483
  • fix(class-helper): detect @​internal tags for overridden @​Input via parsed JSDoc cache (7bd045b), closes #​1441
  • fix(compiler): resolve utility types like Uncapitalize and Extract<keyof typeof ...> via type checker (df0ebdd), closes #​1424 (df0ebdd), closes #​1329
  • fix(interfaces): support TypeScript declaration merging in generated docs (b9a6ca5), closes #​1450
  • test(compiler): add regression coverage for signal array generic parsing (9088e57), closes #​1489
  • test(component-helper): add regression coverage for input<ButtonColors>('primary') parsing (1fc0c57), closes #​1490
  • fix(types): resolve keyof typeof parameter types in generated documentation (3fbb5b0), closes #​1425
  • fix: resolve styleUrls when declared as a const variable reference (6fbf563), closes #​1499
  • fix: handle intersection types in visitType (92613e0), closes #​1525
  • fix(compiler): handle anonymous classes without crashing (86f3c12), closes #​1547
  • fix(duplicates): handle cross-category same-name symbols (693c02b), closes #​1568
  • fix(compiler): support object/array destructuring for variables (b59107b), closes #​1569
  • fix(compiler): support styleUrl singular and safe template getter (f445641), closes #​1571
  • fix(compiler): thread @​param descriptions into constructor args (56e92a5), closes #​1572
  • fix(compiler): thread @​param descriptions into constructor args (73264c7), closes #​1574
  • fix(app): Support for input<T>() Input Signals Missing or Incomplete (fe7a9ed), closes #​1576
  • test(compiler): add unit tests for component-helper (3f84ee6), closes #​1652
  • fix(compiler): exclude options object from signal defaultValue (5443c0e), closes #​1703
  • fix(compiler): scope spread var substitution to declaring file (b30be1a), closes #​1706
  • fix(compiler): scope spread var substitution to declaring file (eac1938), closes #​1706
  • test(compiler): add ComponentCache and signal parsing tests (512207a), closes #​1707
Security and maintenance
  • fix(compiler): prevent ReDoS in signal type parsing (22e039a), closes #​1726
  • fix(compiler): fix ReDoS in getSignalConfig regex (beca03c), closes #​1654
  • fix(xss): escape &lt;/script&gt; in component templates (a91d68c), closes #​1727
  • chore(app): split and clean application.ts god file 71bcb5b

v1.2.1

Compare Source

Merged
  • fix: expand .npmignore to optimize bundle size #​1696

v1.2.0

Compare Source

Merged
  • fix(#​1542): Fix link to type alias of method parameter undefined in signature. #​1685
  • feat: support only document public api #​1686
  • [Snyk] Security upgrade glob from 11.0.3 to 11.1.0 #​1680
  • [Snyk] Security upgrade body-parser from 2.2.0 to 2.2.1 #​1684

v1.1.32

Compare Source

Merged
Bug fixes
  • fix(app): uuid lock to 11.1.0 due to CJS config, closes #​1668
  • fix(app): uuid lock to 11.1.0 due to CJS config (dabb09f), closes #​1668
  • fix(app): support type <unknown>, closes #​1662
  • fix(app): support type <unknown>, closes #​1662

v1.1.31

Compare Source

Merged
  • fix: Fix issue with regular Markdown files not being added to the menu #​1664
  • fix: add missing disableFilePath property to schema.json #​1656
  • chore(deps): update dev dependencies #​1655
  • fix(deps): update dependencies #​1653
  • fix(deps): update dependencies (major) #​1650
  • fix(deps): update dependency bootstrap.native to ^5.1.6 #​1647
  • chore(deps): update dependency rollup to v4.50.1 #​1651
Bug fixes
Commits
  • feat(app): bump dev|dependencies 8f661ce

v1.1.30

Compare Source

Commits

v1.1.29

Compare Source

Bug fixes

v1.1.28

Compare Source

Bug fixes

v1.1.27

Compare Source

Huge thanks to tcorral for the great work in this release ! 👏

Merged
  • Migration/express to polka #​1623
  • fix: enhance JSON5 parsing error handling in RouterParserUtil #​1611
  • refactor: update CLI options to use COMPODOC_DEFAULTS for default values #​1607
  • fix: using disableOverview the outcome was broken. #​1609
  • feat: add Template Playground #​1587
  • feat: Add a new disableFilePath flag #​1585
  • fix: JSDoc @​example parsing issue #​1584
  • feat: Add disableOverview flag #​1586
  • fix(app): fix logger padding issue #​1582
  • fix(app): fix unit tests broken by signal inputs #​1577
  • fix: unit test for input output signal #​1578
  • fix: input and output signals are listed in properties #​1549
  • fix(app): typo in directive outputs #​1548
  • feat(app): better handle multiple types, default values, and options for input/output/model signals #​1526
  • fix(symbolHelper): properly parse provider config object #​1524
Bug fixes
  • fix(app): relaxed regex for input signals detection (d8cb344), closes #​1494
  • fix(coverage): Incorrect URL creation for Entity files (58e6208), closes #​1531
Commits
  • Add Template Playground 7b38c4a
  • feat(deps): update dependencies and enhance template playground server 2264305
  • refactor: clean up utility functions and remove unused test files 2ea32c9

v1.1.26

Compare Source

Bug fixes
Commits

v1.1.25

Compare Source

Merged
  • style(templates): Fix typo in dark mode comments #​1476, Thanks Keiishu
Bug fixes

v1.1.24

Compare Source

Merged
Bug fixes

v1.1.23

Compare Source

Merged
  • Update translations in ru-RU locale, sort strings #​1396, Thanks Eugeno
  • Update translations in ru-RU locale, refactor i18n sorting and translation strings 9861d8c
  • feat: georgian language support #​1392, Thanks KostaD02
Bug fixes
  • fix(dark-mode): avoid flickering when navigating between pages (0ff45cd), closes #​1397

v1.1.22

Compare Source

Merged
Bug fixes

v1.1.21

Compare Source

Bug fixes

v1.1.20

Compare Source

Merged
Bug fixes

v1.1.19

Compare Source

Merged
Bug fixes

v1.1.18

Compare Source

Fix for colors dependency.

v1.1.17

Compare Source

Features
Merged
  • fix(app): Fix enum member types parsing #​1159
  • fix(app): Fix reading class decorators #​1158
Bug fixes
  • fix(UI): Dark mode toggle doesn't persist when switching pages (1013cda), closes #​1167
  • fix(app): custom-logo links are broken for child content (db47436), closes #​1147
  • fix(app): support for backtick in Routing lazy-loading syntax (cff2ca5), closes #​1164
  • fix(app): wrong additional folder provided, exit with code 0 (15fd3de), closes #​1146
  • fix(app): link in description to class (2b6af73), closes #​1157

v1.1.16

Compare Source

Features
Merged
Bug fixes

v1.1.15

Compare Source

Merged
  • fix(app): fixes a bug in CORS that only allows specific content types, Fi… #​1120
  • fix(i18n): fix misspeling in pt-BR translation #​1107
  • fix(app): show custom logo even when in dark mode #​1103
Bug fixes

v1.1.14

Compare Source

Use now TypeScript 4.3.5

Bug fixes
  • fix(app): support for Type Reference and template literal (c1282d2), closes #​1053
  • fix(app): @​input/@​ouput not duplicated with properties (f42fc69), closes #​1095
  • fix(routing): Angular Import does not support return type (f324108), closes #​1097
  • fix(routing): async lazy -load should not fail (0cc736b), closes #​1096
  • fix(app): TypeScript private APIs mapping + ECMAScript Private Fields and methods (8b71b59), closes #​1094
  • fix(app): drop usage of ts-simple-ast for ts-morph 7bb9a40
  • fix(theme): dark mode support 0c7a052

v1.1.13

Compare Source

Features
  • feat(cli): Support --watch with --exportFormat json (fdfe925), closes #​1087
Bug fixes
  • fix(dark): better dark mode (f93090b), closes #​1092
  • fix(cli): remove sleep package | wait 10s if --inspect flag in CONTRIBUTING.md and docs/README.md (a1d5a1a), closes #​1090

v1.1.12

Compare Source

Thanks to all contributors ! 👏

Features
Merged
  • HTTPS link in .editorconfig #​1083
  • fix(app): fix some bug reports with angular >= 9 and extended classes in components #​1037
  • fix(app): merge overridden with inherited class members so they are not duplicated in the generated docs #​1035
  • provide jsdoctags #​1001
  • Add raw descriptions #​949
  • Angular lazy loading fix - extra undefined check in router-parser #​924
  • fix: generating documentation on project including inacessible folders #​916
  • fix(cli): tsx files not considered in include entries #​906
  • Fix: Added missing guards and interceptors to the json exporter. #​847
  • updates locales for de-DE #​861
  • update(angular-util): update findApi to reduce runtime #​858
Bug fixes

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: fd307e11-eac6-425c-a29c-3bab5afe4cbb

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@renovate
renovate Bot force-pushed the renovate/compodoc-compodoc-2.x branch from f9d3b50 to c6cbcec Compare September 15, 2026 10:46
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.

0 participants