Skip to content

Commit

Permalink
chore(deps): update dependency typedoc to v0.26.4 (#1008)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [typedoc](https://typedoc.org)
([source](https://togithub.com/TypeStrong/TypeDoc)) | [`0.26.0` ->
`0.26.4`](https://renovatebot.com/diffs/npm/typedoc/0.26.0/0.26.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc/0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typedoc/0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typedoc/0.26.0/0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typedoc/0.26.0/0.26.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>TypeStrong/TypeDoc (typedoc)</summary>

###
[`v0.26.4`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0264-2024-07-10)

[Compare
Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.26.3...v0.26.4)

##### Bug Fixes

- The page navigation sidebar no longer incorrectly includes re-exports
if the same member is exported with multiple names
[#&#8203;2625](https://togithub.com/TypeStrong/TypeDoc/issues/2625).
- Page navigation now ensures the current page is visible when the page
is first loaded,
[#&#8203;2626](https://togithub.com/TypeStrong/TypeDoc/issues/2626).
- If a relative linked image is referenced multiple times, TypeDoc will
no longer sometimes produce invalid links to the image
[#&#8203;2627](https://togithub.com/TypeStrong/TypeDoc/issues/2627).
- `@link` tags will now be validated in referenced markdown documents,
[#&#8203;2629](https://togithub.com/TypeStrong/TypeDoc/issues/2629).
- `@link` tags are now resolved in project documents,
[#&#8203;2629](https://togithub.com/TypeStrong/TypeDoc/issues/2629).
- HTML/JSON output generated by TypeDoc now contains a trailing newline,
[#&#8203;2632](https://togithub.com/TypeStrong/TypeDoc/issues/2632).
- TypeDoc now correctly handles markdown documents with CRLF line
endings,
[#&#8203;2628](https://togithub.com/TypeStrong/TypeDoc/issues/2628).
- `@hidden` is now properly applied when placed in a function
implementation comment,
[#&#8203;2634](https://togithub.com/TypeStrong/TypeDoc/issues/2634).
-   Comments on re-exports are now rendered.

##### Thanks!

-   [@&#8203;bukowa](https://togithub.com/bukowa)
-   [@&#8203;garrett-hopper](https://togithub.com/garrett-hopper)

###
[`v0.26.3`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0263-2024-06-28)

[Compare
Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.26.2...v0.26.3)

##### Features

- "On This Page" navigation now includes the page groups in collapsible
sections,
[#&#8203;2616](https://togithub.com/TypeStrong/TypeDoc/issues/2616).

##### Bug Fixes

- `mailto:` links are no longer incorrectly recognized as relative
paths,
[#&#8203;2613](https://togithub.com/TypeStrong/TypeDoc/issues/2613).
- Added `@since` to the default list of recognized tags,
[#&#8203;2614](https://togithub.com/TypeStrong/TypeDoc/issues/2614).
- Relative paths to directories will no longer cause the directory to be
copied into the media directory,
[#&#8203;2617](https://togithub.com/TypeStrong/TypeDoc/issues/2617).

###
[`v0.26.2`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0262-2024-06-24)

[Compare
Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.26.1...v0.26.2)

##### Features

- Added a `--suppressCommentWarningsInDeclarationFiles` option to
disable warnings from
parsing comments in declaration files,
[#&#8203;2611](https://togithub.com/TypeStrong/TypeDoc/issues/2611).
- Improved comment discovery to more closely match TypeScript's
discovery when getting comments
for members of interfaces/classes,
[#&#8203;2084](https://togithub.com/TypeStrong/TypeDoc/issues/2084),
[#&#8203;2545](https://togithub.com/TypeStrong/TypeDoc/issues/2545).

##### Bug Fixes

- The `text` non-highlighted language no longer causes warnings when
rendering,
[#&#8203;2610](https://togithub.com/TypeStrong/TypeDoc/issues/2610).
- If a comment on a method is inherited from a parent class, and the
child class does not
use an `@param` tag from the parent, TypeDoc will no longer warn about
the `@param` tag.

###
[`v0.26.1`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0261-2024-06-22)

[Compare
Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.26.0...v0.26.1)

##### Features

- Improved Korean translation coverage,
[#&#8203;2602](https://togithub.com/TypeStrong/TypeDoc/issues/2602).

##### Bug Fixes

- Added `@author` to the default list of recognized tags,
[#&#8203;2603](https://togithub.com/TypeStrong/TypeDoc/issues/2603).
- Anchor links are no longer incorrectly checked for relative paths,
[#&#8203;2604](https://togithub.com/TypeStrong/TypeDoc/issues/2604).
- Fixed an issue where line numbers reported in error messages could be
incorrect,
[#&#8203;2605](https://togithub.com/TypeStrong/TypeDoc/issues/2605).
- Fixed relative link detection for markdown links containing code in
their label,
[#&#8203;2606](https://togithub.com/TypeStrong/TypeDoc/issues/2606).
- Fixed an issue with packages mode where TypeDoc would use (much) more
memory than required,
[#&#8203;2607](https://togithub.com/TypeStrong/TypeDoc/issues/2607).
- TypeDoc will no longer crash when asked to render highlighted code for
an unsupported language,
[#&#8203;2609](https://togithub.com/TypeStrong/TypeDoc/issues/2609).
- Fixed an issue where relatively-linked files would not be copied to
the output directory in packages mode.
- Fixed an issue where modifier tags were not applied to top level
modules in packages mode.
- Fixed an issue where excluded tags were not removed from top level
modules in packages mode.
- `.jsonc` configuration files are now properly read as JSONC, rather
than being passed to `require`.

##### Thanks!

-   [@&#8203;KNU-K](https://togithub.com/KNU-K)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- 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/ScaleLeap/amazon-advertising-api-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlYm90Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent d535590 commit 9d9f2c9
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 34 deletions.
92 changes: 59 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ts-jest": "26.5.6",
"ts-node": "10.9.2",
"tsconfigs": "4.0.2",
"typedoc": "0.26.0",
"typedoc": "0.26.4",
"typescript": "4.9.5"
},
"publishConfig": {
Expand Down

0 comments on commit 9d9f2c9

Please sign in to comment.