Skip to content

Commit

Permalink
chore(deps): update dependency typedoc to v0.27.9 (#749)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v0.27.9`](https://redirect.github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0279-2025-02-25)

[Compare
Source](https://redirect.github.com/TypeStrong/TypeDoc/compare/v0.27.8...v0.27.9)

This will be the last v0.27.x release, see
[#&#8203;2868](https://redirect.github.com/TypeStrong/TypeDoc/issues/2868)
for discussion on the 0.28 beta.

##### Features

-   Added support for TypeScript 5.8

###
[`v0.27.8`](https://redirect.github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0278-2025-02-21)

[Compare
Source](https://redirect.github.com/TypeStrong/TypeDoc/compare/v0.27.7...v0.27.8)

##### Features

- The `visibilityFilter` option now supports individual signatures,
[#&#8203;2846](https://redirect.github.com/TypeStrong/TypeDoc/issues/2846).
- The `favicon` option may now be given a link starting with `https?://`
instead of a path,
[#&#8203;2851](https://redirect.github.com/TypeStrong/TypeDoc/issues/2851).
- TypeDoc now supports specifying `#` as the link in
`externalSymbolLinkMappings` to indicate the type should not be linked
to,
[#&#8203;2853](https://redirect.github.com/TypeStrong/TypeDoc/issues/2853).

##### Bug Fixes

- Fixed an issue where unrecognized languages would incorrectly be
listed in the list of languages with translations,
[#&#8203;2852](https://redirect.github.com/TypeStrong/TypeDoc/issues/2852).
- Unresolved external type references will no longer incorrectly linked
to `undefined`,
[#&#8203;2854](https://redirect.github.com/TypeStrong/TypeDoc/issues/2854).

##### Thanks!

-   [@&#8203;pjeby](https://redirect.github.com/pjeby)
-   [@&#8203;XeroAlpha](https://redirect.github.com/XeroAlpha)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ScaleLeap/amazon-marketplaces).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlYm90Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent 97a8e56 commit d8dd6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"tsconfigs": "4.0.2",
"typedoc": "0.27.8",
"typedoc": "0.27.9",
"typescript": "5.8.2"
},
"keywords": [
Expand Down

0 comments on commit d8dd6d6

Please sign in to comment.