Skip to content

Commit

Permalink
⬆️ Update dependency typedoc to ^0.27.3 (#5476)
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.2`
-> `^0.27.3`](https://renovatebot.com/diffs/npm/typedoc/0.27.2/0.27.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc/0.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typedoc/0.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typedoc/0.27.2/0.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typedoc/0.27.2/0.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v0.27.3`](https://redirect.github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0273-2024-12-04)

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

##### Features

- Added support for PNG favicons,
[#&#8203;2790](https://redirect.github.com/TypeStrong/TypeDoc/issues/2790).
- Improved support for hosting TypeDoc with strict Content Security
Policy rules,
[#&#8203;2794](https://redirect.github.com/TypeStrong/TypeDoc/issues/2794).

##### Bug Fixes

- Add special handling for import types with type errors discarded with
ts-expect-error,
[#&#8203;2792](https://redirect.github.com/TypeStrong/TypeDoc/issues/2792).
- Fixed low contrast in default colors for properties/accessors in light
mode,
[#&#8203;2795](https://redirect.github.com/TypeStrong/TypeDoc/issues/2795).
- The `highlightLanguages` option now permits Shiki aliases to be
specified rather than just the language ID,
[#&#8203;2798](https://redirect.github.com/TypeStrong/TypeDoc/issues/2798).

##### Thanks!

-   [@&#8203;mikalai-snap](https://redirect.github.com/mikalai-snap)
-   [@&#8203;mistic100](https://redirect.github.com/mistic100)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent bdf7e29 commit 05d676f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"not-node-buffer": "npm:buffer@^6.0.3",
"regexp-tree": "^0.1.27",
"replace-in-file": "^8.2.0",
"typedoc": "^0.27.2",
"typedoc": "^0.27.3",
"typescript": "~5.7.2",
"vitest": "^2.1.6"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10420,7 +10420,7 @@ __metadata:
pure-rand: "npm:^6.1.0"
regexp-tree: "npm:^0.1.27"
replace-in-file: "npm:^8.2.0"
typedoc: "npm:^0.27.2"
typedoc: "npm:^0.27.3"
typescript: "npm:~5.7.2"
vitest: "npm:^2.1.6"
languageName: unknown
Expand Down Expand Up @@ -19876,9 +19876,9 @@ __metadata:
languageName: node
linkType: hard

"typedoc@npm:^0.27.2":
version: 0.27.2
resolution: "typedoc@npm:0.27.2"
"typedoc@npm:^0.27.3":
version: 0.27.3
resolution: "typedoc@npm:0.27.3"
dependencies:
"@gerrit0/mini-shiki": "npm:^1.24.0"
lunr: "npm:^2.3.9"
Expand All @@ -19889,7 +19889,7 @@ __metadata:
typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x
bin:
typedoc: bin/typedoc
checksum: 10c0/85184d40760a5528a7f82a6b1a2932973208fc55762a4b8c3445b895c4fbdd65bbfbde9b1c2b335019129b59e36eda294080de9d332df6e1c856500234f0bb4d
checksum: 10c0/e772715d6b6fed48d682187abc48b9c7bf72fe11dd8afba536b3307e94f07cd77719ef4f2f137964a530561c0982ea8a14118a48b059185142510f6b4fd790c2
languageName: node
linkType: hard

Expand Down

0 comments on commit 05d676f

Please sign in to comment.