Skip to content

Commit

Permalink
chore(deps): update dependency typedoc to v0.27.4 (#1159)
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.3`
-> `0.27.4`](https://renovatebot.com/diffs/npm/typedoc/0.27.3/0.27.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typedoc/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typedoc/0.27.3/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typedoc/0.27.3/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v0.27.4`](https://redirect.github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0274-2024-12-09)

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

##### Features

- API: Introduced new `Converter.EVENT_CREATE_PROJECT` event which fires
when a project is created by the converter,
[#&#8203;2800](https://redirect.github.com/TypeStrong/TypeDoc/issues/2800).

##### Bug Fixes

- Switch from gzip to deflate for compressing assets to make output
consistent across different operating systems,
[#&#8203;2796](https://redirect.github.com/TypeStrong/TypeDoc/issues/2796).
- `@include` and `@includeCode` now work for comments on the entry point
for projects with a single entry point,
[#&#8203;2800](https://redirect.github.com/TypeStrong/TypeDoc/issues/2800).
- Cascaded modifier tags will no longer be copied into type literals,
[#&#8203;2802](https://redirect.github.com/TypeStrong/TypeDoc/issues/2802).
- `@summary` now works to describe functions within modules,
[#&#8203;2803](https://redirect.github.com/TypeStrong/TypeDoc/issues/2803).
- Corrected navigation showing module link as current when not on module
page,
[#&#8203;2805](https://redirect.github.com/TypeStrong/TypeDoc/issues/2805).

</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/selling-partner-api-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZWJvdCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent bfc0ab9 commit 4e28f2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -89,7 +89,7 @@
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"tsconfigs": "4.0.2",
"typedoc": "0.27.3",
"typedoc": "0.27.4",
"typescript": "5.7.2"
},
"keywords": [
Expand Down

0 comments on commit 4e28f2c

Please sign in to comment.