Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 509c6f1

Browse files
authored
chore(deps): update dependency @compodoc/compodoc to v1.1.23 (#1175)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@compodoc/compodoc](https://togithub.com/compodoc/compodoc) | [`1.1.21` -> `1.1.23`](https://renovatebot.com/diffs/npm/@compodoc%2fcompodoc/1.1.21/1.1.23) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@compodoc%2fcompodoc/1.1.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@compodoc%2fcompodoc/1.1.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@compodoc%2fcompodoc/1.1.21/1.1.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@compodoc%2fcompodoc/1.1.21/1.1.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>compodoc/compodoc (@&#8203;compodoc/compodoc)</summary> ### [`v1.1.23`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1123) [Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.22...1.1.23) ##### Merged - Update translations in ru-RU locale, sort strings [#&#8203;1396](https://togithub.com/compodoc/compodoc/pull/1396), Thanks [Eugeno](https://togithub.com/Eugeno) - Update translations in ru-RU locale, refactor i18n sorting and translation strings [9861d8c](https://togithub.com/compodoc/compodoc/commit/9861d8ccc3065a4bf82126d552c13eddf4e58dc0) - feat: georgian language support [#&#8203;1392](https://togithub.com/compodoc/compodoc/pull/1392), Thanks [KostaD02](https://togithub.com/KostaD02) ##### Bug fixes - fix(dark-mode): avoid flickering when navigating between pages ([0ff45cd](https://togithub.com/compodoc/compodoc/commit/0ff45cd)), closes [#&#8203;1397](https://togithub.com/compodoc/compodoc/issues/1397) ### [`v1.1.22`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1122) [Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.21...1.1.22) ##### Merged - Added Russian translation [#&#8203;1386](https://togithub.com/compodoc/compodoc/pull/1386), Thanks [RusFjord](https://togithub.com/RusFjord) - docs: updated the tags in the readme file [#&#8203;1365](https://togithub.com/compodoc/compodoc/pull/1365), Thanks [alkavats1](https://togithub.com/alkavats1) ##### Bug fixes - fix(app): [@&#8203;example](https://togithub.com/example) render twice for methods ([f5d6f97](https://togithub.com/compodoc/compodoc/commit/f5d6f97)), closes [#&#8203;1385](https://togithub.com/compodoc/compodoc/issues/1385) - fix(app): interfaces multiple extends support ([229f407](https://togithub.com/compodoc/compodoc/commit/229f407)), closes [#&#8203;1364](https://togithub.com/compodoc/compodoc/issues/1364) - fix(app): relax [@&#8203;angular-devkit/schematics](https://togithub.com/angular-devkit/schematics) version for Angular v14.x support ([51fe4b9](https://togithub.com/compodoc/compodoc/commit/51fe4b9)), closes [#&#8203;1362](https://togithub.com/compodoc/compodoc/issues/1362) - fix(app): disableLifeCycleHooks for pipes and services ([753b74d](https://togithub.com/compodoc/compodoc/commit/753b74d)), closes [#&#8203;1369](https://togithub.com/compodoc/compodoc/issues/1369) - fix(app): json export and disableSourceCode - template and style sources should not be added ([6a85f1b](https://togithub.com/compodoc/compodoc/commit/6a85f1b)), closes [#&#8203;1370](https://togithub.com/compodoc/compodoc/issues/1370) - fix(app): remove inside dependency no longer used, bump dev/Dependencies ([91865b7](https://togithub.com/compodoc/compodoc/commit/91865b7)), closes [#&#8203;1355](https://togithub.com/compodoc/compodoc/issues/1355) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/cloud-debug-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 728b90e commit 509c6f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@babel/plugin-proposal-private-methods": "^7.18.6",
68-
"@compodoc/compodoc": "1.1.21",
68+
"@compodoc/compodoc": "1.1.23",
6969
"@types/acorn": "^4.0.2",
7070
"@types/console-log-level": "^1.4.0",
7171
"@types/estree": "1.0.3",

0 commit comments

Comments
 (0)