Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@compodoc/compodoc 1.1.111.1.32 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

compodoc/compodoc (@​compodoc/compodoc)

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
  • fix(app): directive with no option, and inheritance between component and directives (a6c678c), closes #​984
  • fix(app): main comment parsing for ``` (3226d01), closes #​1059
  • fix(app): setters arguments correctly documented (8190df5), closes #​1062
  • Merge pull request #​1032 from Killusions/feat/parse-jsdoc-deprecated (2ff7c21), closes #​937
  • fix(app): generic support in function arguments (6b9a1d0), closes #​1076
  • fix(app): inheritance & Properties and methods are being duplicate (3dd3e27), closes #​1034
  • fix(app): multiple hostlisteners support (2837cea), closes #​1022
  • fix(app): more prism languages support (816f6e1), closes #​1048
  • fix(app): spread and tuple type support (c7cd839), closes #​1052
  • fix(app): Overview page not scrolling (fe9cd04), closes #​997
  • fix(app): Directives missing "rawdescription" in JSON output (7d7e1a9), closes #​875
  • fix(coverage): function links in documentation coverage are broken (59f2902), closes #​859
  • fix(cli): tsconfig with files and include entries (baf122c), closes #​860

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 3, 2025
@renovate renovate bot force-pushed the renovate/compodoc-compodoc-1.x branch from d6be519 to 6c62079 Compare November 19, 2025 23:44
@renovate renovate bot force-pushed the renovate/compodoc-compodoc-1.x branch from 6c62079 to b9ebd90 Compare December 3, 2025 17:48
@renovate renovate bot force-pushed the renovate/compodoc-compodoc-1.x branch from b9ebd90 to b64e259 Compare December 31, 2025 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant