Skip to content

Commit

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

---

### Release Notes

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

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

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

##### Features

- Support TypeScript 5.6,
[#&#8203;2699](https://redirect.github.com/TypeStrong/TypeDoc/issues/2699).
- Added `customJs` option to include a script tag in generated HTML
output,
[#&#8203;2650](https://redirect.github.com/TypeStrong/TypeDoc/issues/2650).
- Added `markdownLinkExternal` option to treat `http[s]://` links in
markdown documents and comments as external to be opened in a new tab,
[#&#8203;2679](https://redirect.github.com/TypeStrong/TypeDoc/issues/2679).
- Added `navigation.excludeReferences` option to prevent re-exports from
appearing in the left hand navigation,
[#&#8203;2685](https://redirect.github.com/TypeStrong/TypeDoc/issues/2685).
- Added support for the `@abstract` tag,
[#&#8203;2692](https://redirect.github.com/TypeStrong/TypeDoc/issues/2692).

##### Bug Fixes

- Fixed an issue where links in packages mode would be resolved
incorrectly,
[#&#8203;2680](https://redirect.github.com/TypeStrong/TypeDoc/issues/2680).
- `@link` tags to symbols which are not included in the documentation
will produce invalid link warnings again,
[#&#8203;2681](https://redirect.github.com/TypeStrong/TypeDoc/issues/2681).
- Fixed handling of `@param` tags on comments attached to function
callback parameters,
[#&#8203;2683](https://redirect.github.com/TypeStrong/TypeDoc/issues/2683).
- The `alphabetical` and `alphabetical-ignoring-documents` sort options
now use `localeCompare` to sort,
[#&#8203;2684](https://redirect.github.com/TypeStrong/TypeDoc/issues/2684).
- Fixed incorrect placement of parameter default values in some
signatures with a `this` parameter,
[#&#8203;2698](https://redirect.github.com/TypeStrong/TypeDoc/issues/2698).

##### Thanks!

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent deb33f3 commit 2bbc220
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 23 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.1.0",
"typedoc": "^0.26.6",
"typedoc": "^0.26.7",
"typescript": "~5.5.4",
"vitest": "^2.0.5"
},
Expand Down
126 changes: 104 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4655,12 +4655,55 @@ __metadata:
languageName: node
linkType: hard

"@shikijs/core@npm:1.12.1":
version: 1.12.1
resolution: "@shikijs/core@npm:1.12.1"
"@shikijs/core@npm:1.17.7":
version: 1.17.7
resolution: "@shikijs/core@npm:1.17.7"
dependencies:
"@shikijs/engine-javascript": "npm:1.17.7"
"@shikijs/engine-oniguruma": "npm:1.17.7"
"@shikijs/types": "npm:1.17.7"
"@shikijs/vscode-textmate": "npm:^9.2.2"
"@types/hast": "npm:^3.0.4"
hast-util-to-html: "npm:^9.0.2"
checksum: 10c0/701357cb0f8bd24cb0ed685b1423d40d3f10b365faf84e42c9b6c701951283d0fb5e985033d420e53c53834fe5200a11e5a2a6e81e6e6154868d8a1a896d40ab
languageName: node
linkType: hard

"@shikijs/engine-javascript@npm:1.17.7":
version: 1.17.7
resolution: "@shikijs/engine-javascript@npm:1.17.7"
dependencies:
"@shikijs/types": "npm:1.17.7"
"@shikijs/vscode-textmate": "npm:^9.2.2"
oniguruma-to-js: "npm:0.4.3"
checksum: 10c0/213ba3ea3669fd5abb155d72736ac24fb751aa394289a672076ff67ca57bf56f8884d56867e5a6533b4d23e41fbfdc9598cc4e7b0249b8ade98d2dbb4bcffd7a
languageName: node
linkType: hard

"@shikijs/engine-oniguruma@npm:1.17.7":
version: 1.17.7
resolution: "@shikijs/engine-oniguruma@npm:1.17.7"
dependencies:
"@shikijs/types": "npm:1.17.7"
"@shikijs/vscode-textmate": "npm:^9.2.2"
checksum: 10c0/5009cf26d828c238e24eee48c8beeeb955687929161405878e8a1e7d4ab85117a29488cbb52c891d6b023d8d82148fcd9ba2970ce2570739012f169156696c69
languageName: node
linkType: hard

"@shikijs/types@npm:1.17.7":
version: 1.17.7
resolution: "@shikijs/types@npm:1.17.7"
dependencies:
"@shikijs/vscode-textmate": "npm:^9.2.2"
"@types/hast": "npm:^3.0.4"
checksum: 10c0/196df410a63a7cee3539f7ea46ee2241f7d6876af622041330b9c2725e9efa2993a2f0e24938d1dd1c214222fa03e18e61b4c849d323b06505387d93acadb918
checksum: 10c0/eb4cec0376a07834712142e4dfa04c5871001a051eec0a4c6a4ca6c2b714292da3bb27deb8822530a5f4dd7c908a1258a05b643e472f97a409c2b83b69d406f6
languageName: node
linkType: hard

"@shikijs/vscode-textmate@npm:^9.2.2":
version: 9.2.2
resolution: "@shikijs/vscode-textmate@npm:9.2.2"
checksum: 10c0/db4471da582c16c4b49361fcb3a4acfa47af9c3566f308faca7373ed7c1d13232e723749dd5c62b78aa76e365f2b8af3426f63e51cccfc5755981636c851eebf
languageName: node
linkType: hard

Expand Down Expand Up @@ -9850,7 +9893,7 @@ __metadata:
pure-rand: "npm:^6.1.0"
regexp-tree: "npm:^0.1.27"
replace-in-file: "npm:^8.1.0"
typedoc: "npm:^0.26.6"
typedoc: "npm:^0.26.7"
typescript: "npm:~5.5.4"
vitest: "npm:^2.0.5"
languageName: unknown
Expand Down Expand Up @@ -10934,6 +10977,25 @@ __metadata:
languageName: node
linkType: hard

"hast-util-to-html@npm:^9.0.2":
version: 9.0.3
resolution: "hast-util-to-html@npm:9.0.3"
dependencies:
"@types/hast": "npm:^3.0.0"
"@types/unist": "npm:^3.0.0"
ccount: "npm:^2.0.0"
comma-separated-tokens: "npm:^2.0.0"
hast-util-whitespace: "npm:^3.0.0"
html-void-elements: "npm:^3.0.0"
mdast-util-to-hast: "npm:^13.0.0"
property-information: "npm:^6.0.0"
space-separated-tokens: "npm:^2.0.0"
stringify-entities: "npm:^4.0.0"
zwitch: "npm:^2.0.4"
checksum: 10c0/af938a03034727f6c944d3855732d72f71a3bcd920d36b9ba3e083df2217faf81713740934db64673aca69d76b60abe80052e47c0702323fd0bd5dce03b67b8d
languageName: node
linkType: hard

"hast-util-to-jsx-runtime@npm:^2.0.0":
version: 2.3.0
resolution: "hast-util-to-jsx-runtime@npm:2.3.0"
Expand Down Expand Up @@ -15077,6 +15139,15 @@ __metadata:
languageName: node
linkType: hard

"oniguruma-to-js@npm:0.4.3":
version: 0.4.3
resolution: "oniguruma-to-js@npm:0.4.3"
dependencies:
regex: "npm:^4.3.2"
checksum: 10c0/47d8a4089b1fd0ae4b9781907a92222ae549756ddb72a177a85fdc3bda8e59ce2840710dd03e448b80c9878aa8f4e14519fccc3652da71fc3e8bc048d5cb6acb
languageName: node
linkType: hard

"open@npm:^8.0.9, open@npm:^8.4.0":
version: 8.4.2
resolution: "open@npm:8.4.2"
Expand Down Expand Up @@ -16900,6 +16971,13 @@ __metadata:
languageName: node
linkType: hard

"regex@npm:^4.3.2":
version: 4.3.2
resolution: "regex@npm:4.3.2"
checksum: 10c0/bbc1dd348f85ce05407a072324b37cf79fe6506c90a66f520091feff6f3be8b2e04696f7cfa464a9de1ca4291c01390c8c090bbebfcea25affc03a38c94dd5dc
languageName: node
linkType: hard

"regexp-tree@npm:^0.1.27":
version: 0.1.27
resolution: "regexp-tree@npm:0.1.27"
Expand Down Expand Up @@ -17788,13 +17866,17 @@ __metadata:
languageName: node
linkType: hard

"shiki@npm:^1.9.1":
version: 1.12.1
resolution: "shiki@npm:1.12.1"
"shiki@npm:^1.16.2":
version: 1.17.7
resolution: "shiki@npm:1.17.7"
dependencies:
"@shikijs/core": "npm:1.12.1"
"@shikijs/core": "npm:1.17.7"
"@shikijs/engine-javascript": "npm:1.17.7"
"@shikijs/engine-oniguruma": "npm:1.17.7"
"@shikijs/types": "npm:1.17.7"
"@shikijs/vscode-textmate": "npm:^9.2.2"
"@types/hast": "npm:^3.0.4"
checksum: 10c0/1afe9a0002a215fec6960e48284b207d4714de192f4a2223f748a640c0de17a45f2c76ebc4c4020c308bd441c6f7b913eecbd97d346ddd681db0a643c46190fc
checksum: 10c0/d886899cc1ef32cf4103c7386b6a2e7fc9cd2fd9640ca0d0fa4a5a889b299e1eedecb715202664ee7d223eef0062bd44ec82209dc4af31f44d4f4f34aeb17916
languageName: node
linkType: hard

Expand Down Expand Up @@ -19049,20 +19131,20 @@ __metadata:
languageName: node
linkType: hard

"typedoc@npm:^0.26.6":
version: 0.26.6
resolution: "typedoc@npm:0.26.6"
"typedoc@npm:^0.26.7":
version: 0.26.7
resolution: "typedoc@npm:0.26.7"
dependencies:
lunr: "npm:^2.3.9"
markdown-it: "npm:^14.1.0"
minimatch: "npm:^9.0.5"
shiki: "npm:^1.9.1"
yaml: "npm:^2.4.5"
shiki: "npm:^1.16.2"
yaml: "npm:^2.5.1"
peerDependencies:
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x
bin:
typedoc: bin/typedoc
checksum: 10c0/95e7aefd500d057e0b73afbe4e76d9ddb2617516f890fbe5ce690bddfccc2f73a6279eb7d6e510347ca8347078d7cbbbdf416b9432b156708eaf1a1f34f7a4f0
checksum: 10c0/36a73dc08670478d34e9232f4f95b928ca51010e5926dbe22bd5582e9ead914ec7628e73f02488811f79b685abca8f1211c6cf879313cf1122a5ea7eb1bbaf5a
languageName: node
linkType: hard

Expand Down Expand Up @@ -20539,12 +20621,12 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:^2.4.5":
version: 2.5.0
resolution: "yaml@npm:2.5.0"
"yaml@npm:^2.5.1":
version: 2.5.1
resolution: "yaml@npm:2.5.1"
bin:
yaml: bin.mjs
checksum: 10c0/771a1df083c8217cf04ef49f87244ae2dd7d7457094425e793b8f056159f167602ce172aa32d6bca21f787d24ec724aee3cecde938f6643564117bd151452631
checksum: 10c0/40fba5682898dbeeb3319e358a968fe886509fab6f58725732a15f8dda3abac509f91e76817c708c9959a15f786f38ff863c1b88062d7c1162c5334a7d09cb4a
languageName: node
linkType: hard

Expand Down Expand Up @@ -20613,7 +20695,7 @@ __metadata:
languageName: node
linkType: hard

"zwitch@npm:^2.0.0":
"zwitch@npm:^2.0.0, zwitch@npm:^2.0.4":
version: 2.0.4
resolution: "zwitch@npm:2.0.4"
checksum: 10c0/3c7830cdd3378667e058ffdb4cf2bb78ac5711214e2725900873accb23f3dfe5f9e7e5a06dcdc5f29605da976fc45c26d9a13ca334d6eea2245a15e77b8fc06e
Expand Down

0 comments on commit 2bbc220

Please sign in to comment.