From 401b4f3567d9d09def3b45ad6a91d9a376d28e76 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 29 Jul 2024 22:51:37 +0100
Subject: [PATCH] Bump the typedoc-deps group across 1 directory with 2 updates
(#210)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the typedoc-deps group with 2 updates in the / directory:
[typedoc](https://github.com/TypeStrong/TypeDoc) and
[typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown).
Updates `typedoc` from 0.25.9 to 0.26.5
Release notes
Sourced from typedoc's
releases.
v0.26.5
Features
- TypeDoc now exposes array option defaults under
OptionDefaults
, #2640.
Bug Fixes
- Constructor parameters which share a name with a property on a
parent class will no longer inherit the comment on the parent class, #2636.
- Packages mode will now attempt to use the comment declared in the
comment class for inherited members, #2622.
- TypeDoc no longer crashes when
@document
includes an
empty file, #2638.
- API: Event listeners added later with the same priority will be
called later, #2643.
Thanks!
v0.26.4
Bug Fixes
- The page navigation sidebar no longer incorrectly includes
re-exports if the same member is exported with multiple names #2625.
- Page navigation now ensures the current page is visible when the
page is first loaded, #2626.
- If a relative linked image is referenced multiple times, TypeDoc
will no longer sometimes produce invalid links to the image #2627.
@link
tags will now be validated in referenced markdown
documents, #2629.
@link
tags are now resolved in project documents, #2629.
- HTML/JSON output generated by TypeDoc now contains a trailing
newline, #2632.
- TypeDoc now correctly handles markdown documents with CRLF line
endings, #2628.
@hidden
is now properly applied when placed in a
function implementation comment, #2634.
- Comments on re-exports are now rendered.
Thanks!
v0.26.3
Features
- "On This Page" navigation now includes the page groups in
collapsible sections, #2616.
Bug Fixes
mailto:
links are no longer incorrectly recognized as
relative paths, #2613.
- Added
@since
to the default list of recognized tags, #2614.
- Relative paths to directories will no longer cause the directory to
be copied into the media directory, #2617.
v0.26.2
... (truncated)
Changelog
Sourced from typedoc's
changelog.
v0.26.5 (2024-07-21)
Features
- TypeDoc now exposes array option defaults under
OptionDefaults
, #2640.
Bug Fixes
- Constructor parameters which share a name with a property on a
parent class will no longer inherit the comment on the parent class, #2636.
- Packages mode will now attempt to use the comment declared in the
comment class for inherited members, #2622.
- TypeDoc no longer crashes when
@document
includes an
empty file, #2638.
- API: Event listeners added later with the same priority will be
called later, #2643.
Thanks!
v0.26.4 (2024-07-10)
Bug Fixes
- The page navigation sidebar no longer incorrectly includes
re-exports if the same member is exported with multiple names #2625.
- Page navigation now ensures the current page is visible when the
page is first loaded, #2626.
- If a relative linked image is referenced multiple times, TypeDoc
will no longer sometimes produce invalid links to the image #2627.
@link
tags will now be validated in referenced markdown
documents, #2629.
@link
tags are now resolved in project documents, #2629.
- HTML/JSON output generated by TypeDoc now contains a trailing
newline, #2632.
- TypeDoc now correctly handles markdown documents with CRLF line
endings, #2628.
@hidden
is now properly applied when placed in a
function implementation comment, #2634.
- Comments on re-exports are now rendered.
Thanks!
v0.26.3 (2024-06-28)
Features
- "On This Page" navigation now includes the page groups in
collapsible sections, #2616.
Bug Fixes
mailto:
links are no longer incorrectly recognized as
relative paths, #2613.
- Added
@since
to the default list of recognized tags, #2614.
- Relative paths to directories will no longer cause the directory to
be copied into the media directory, #2617.
v0.26.2 (2024-06-24)
... (truncated)
Commits
Updates `typedoc-plugin-markdown` from 3.17.1 to 4.2.3
Release notes
Sourced from typedoc-plugin-markdown's
releases.
typedoc-plugin-markdown@4.2.3
Patch Changes
- Fix missing return comments for const functions (#656)
typedoc-plugin-markdown@4.2.2
Patch Changes
- Correctly resolve comment summary for const functions (#656)
- Fix anchor links containing generics (#655)
typedoc-plugin-markdown@4.2.1
Patch Changes
- Fix missing index descriptions for signatures (#618)
typedoc-plugin-markdown@4.2.0
Minor Changes
- Exposed "modulesFileName" option (#647)
- Write
.nojekyll
file if TypeDocs
"githubPages" option is true (#650)
- Exposed "blockTagsPreserveOrder" option to configure
ordering of comment block tags (#627).
- Exposed "useHTMLEncodedBrackets" option for alternative
angle bracket escaping(#564).
typedoc-plugin-markdown@4.1.2
Patch Changes
- Support TypeDoc 0.26 relative links implementation (#645).
typedoc-plugin-markdown@4.1.1
Patch Changes
- normalize window paths when "publicPath" is set (#639)
typedoc-plugin-markdown@4.1.0
Minor Changes
- Theme support for TypeDoc’s 0.26 localization model.
- Theme support for TypeDoc’s 0.26 documents implementation.
- Exposed a new key "htmlTable" to formatting options
enabling block elements to render as intended inside table cells.
Affects all existing formatting options. Fixes (#618).
- Added new formatting options --classPropertiesFormat,
--interfacePropertiesFormat and --propertyMembersFormat to further
control formatting of different declaration structures.
- Supports the ability to control what table columns are rendered with
the --tableColumnSettings option.
Patch Changes
- Handle duplicate files when tagged in same group (#625)
- Fix issues with tables and block tags (#618)
... (truncated)
Changelog
Sourced from typedoc-plugin-markdown's
changelog.
4.2.3 (2024-07-24)
Patch Changes
- Fix missing return comments for const functions (#656)
4.2.2 (2024-07-22)
Patch Changes
- Correctly resolve comment summary for const functions (#656)
- Fix anchor links containing generics (#655)
4.2.1 (2024-07-11)
Patch Changes
- Fix missing index descriptions for signatures (#618)
4.2.0 (2024-07-10)
Minor Changes
- Exposed "modulesFileName" option (#647)
- Write
.nojekyll
file if TypeDocs
"githubPages" option is true (#650)
- Exposed "blockTagsPreserveOrder" option to configure
ordering of comment block tags (#627).
- Exposed "useHTMLEncodedBrackets" option for alternative
angle bracket escaping(#564).
4.1.2 (2024-07-05)
Patch Changes
- Support TypeDoc 0.26 relative links implementation (#645).
4.1.1 (2024-06-30)
Patch Changes
- Normalize window paths when "publicPath" is set (#639)
4.1.0 (2024-06-22)
New Features
- Theme support for TypeDoc’s 0.26 localization model.
- Theme support for TypeDoc’s 0.26 documents implementation.
- Exposed a new key "htmlTable" to formatting options
enabling block elements to render as intended inside table cells.
Affects all existing formatting options. Fixes (#618).
- Added new formatting options --classPropertiesFormat,
--interfacePropertiesFormat and --propertyMembersFormat to further
control formatting of different declaration structures.
- Supports the ability to control what table columns are rendered with
the --tableColumnSettings option.
... (truncated)
Commits
c0539fe
Version Packages
b95b7f4
fix(core): fix missing return comments for const functions
967c584
chore(docs): updated changelog date
78c7172
Version Packages
58d2d3c
fix(core): correctly resolve comment summary for const functions
f461ada
fix(core): fix anchor links containing generics (#655)
25769b9
chore(docs): updated docs
44419c6
chore(docs): updated docs
c3ce48b
chore(docs): updated changelog date
ac40179
Version Packages
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 4 +-
yarn.lock | 211 +++++++++++++++++++++++++++------------------------
2 files changed, 115 insertions(+), 100 deletions(-)
diff --git a/package.json b/package.json
index 1081927..0ca53d8 100644
--- a/package.json
+++ b/package.json
@@ -20,8 +20,8 @@
},
"devDependencies": {
"@ikerin/build-readme": "^1.1.1",
- "typedoc": "^0.25.9",
- "typedoc-plugin-markdown": "^3.15.3",
+ "typedoc": "^0.26.5",
+ "typedoc-plugin-markdown": "^4.2.3",
"typescript": "^5.3.3"
},
"engines": {
diff --git a/yarn.lock b/yarn.lock
index 64c8771..c65bf0f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -993,8 +993,8 @@ __metadata:
resolution: "@ovotech/genesys-web-messaging-tester-root@workspace:."
dependencies:
"@ikerin/build-readme": ^1.1.1
- typedoc: ^0.25.9
- typedoc-plugin-markdown: ^3.15.3
+ typedoc: ^0.26.5
+ typedoc-plugin-markdown: ^4.2.3
typescript: ^5.3.3
languageName: unknown
linkType: soft
@@ -1105,6 +1105,15 @@ __metadata:
languageName: node
linkType: hard
+"@shikijs/core@npm:1.12.0":
+ version: 1.12.0
+ resolution: "@shikijs/core@npm:1.12.0"
+ dependencies:
+ "@types/hast": ^3.0.4
+ checksum: e945f3eed2937661c24b3b8e21cb0ccf26e6afb11d091df456c5700818bcaa35db98f4916171523a492735abd6f578c0eb7e0f4afad5913441a08204a7971247
+ languageName: node
+ linkType: hard
+
"@sideway/address@npm:^4.1.5":
version: 4.1.5
resolution: "@sideway/address@npm:4.1.5"
@@ -1263,6 +1272,15 @@ __metadata:
languageName: node
linkType: hard
+"@types/hast@npm:^3.0.4":
+ version: 3.0.4
+ resolution: "@types/hast@npm:3.0.4"
+ dependencies:
+ "@types/unist": "*"
+ checksum: 7a973e8d16fcdf3936090fa2280f408fb2b6a4f13b42edeb5fbd614efe042b82eac68e298e556d50f6b4ad585a3a93c353e9c826feccdc77af59de8dd400d044
+ languageName: node
+ linkType: hard
+
"@types/humanize-duration@npm:^3.27.1":
version: 3.27.3
resolution: "@types/humanize-duration@npm:3.27.3"
@@ -1433,6 +1451,13 @@ __metadata:
languageName: node
linkType: hard
+"@types/unist@npm:*":
+ version: 3.0.2
+ resolution: "@types/unist@npm:3.0.2"
+ checksum: 3d04d0be69316e5f14599a0d993a208606c12818cf631fd399243d1dc7a9bd8a3917d6066baa6abc290814afbd744621484756803c80cba892c39cd4b4a85616
+ languageName: node
+ linkType: hard
+
"@types/uuid@npm:^10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
@@ -1717,13 +1742,6 @@ __metadata:
languageName: node
linkType: hard
-"ansi-sequence-parser@npm:^1.1.0":
- version: 1.1.1
- resolution: "ansi-sequence-parser@npm:1.1.1"
- checksum: ead5b15c596e8e85ca02951a844366c6776769dcc9fd1bd3a0db11bb21364554822c6a439877fb599e7e1ffa0b5f039f1e5501423950457f3dcb2f480c30b188
- languageName: node
- linkType: hard
-
"ansi-styles@npm:^3.2.1":
version: 3.2.1
resolution: "ansi-styles@npm:3.2.1"
@@ -2515,6 +2533,13 @@ __metadata:
languageName: node
linkType: hard
+"entities@npm:^4.4.0":
+ version: 4.5.0
+ resolution: "entities@npm:4.5.0"
+ checksum: 853f8ebd5b425d350bffa97dd6958143179a5938352ccae092c62d1267c4e392a039be1bae7d51b6e4ffad25f51f9617531fedf5237f15df302ccfb452cbf2d7
+ languageName: node
+ linkType: hard
+
"env-paths@npm:^2.2.0":
version: 2.2.1
resolution: "env-paths@npm:2.2.1"
@@ -3187,24 +3212,6 @@ __metadata:
languageName: node
linkType: hard
-"handlebars@npm:^4.7.7":
- version: 4.7.8
- resolution: "handlebars@npm:4.7.8"
- dependencies:
- minimist: ^1.2.5
- neo-async: ^2.6.2
- source-map: ^0.6.1
- uglify-js: ^3.1.4
- wordwrap: ^1.0.0
- dependenciesMeta:
- uglify-js:
- optional: true
- bin:
- handlebars: bin/handlebars
- checksum: 00e68bb5c183fd7b8b63322e6234b5ac8fbb960d712cb3f25587d559c2951d9642df83c04a1172c918c41bcfc81bfbd7a7718bbce93b893e0135fc99edea93ff
- languageName: node
- linkType: hard
-
"has-flag@npm:^3.0.0":
version: 3.0.0
resolution: "has-flag@npm:3.0.0"
@@ -4138,13 +4145,6 @@ __metadata:
languageName: node
linkType: hard
-"jsonc-parser@npm:^3.2.0":
- version: 3.2.0
- resolution: "jsonc-parser@npm:3.2.0"
- checksum: 946dd9a5f326b745aa326d48a7257e3f4a4b62c5e98ec8e49fa2bdd8d96cef7e6febf1399f5c7016114fd1f68a1c62c6138826d5d90bc650448e3cf0951c53c7
- languageName: node
- linkType: hard
-
"jwa@npm:^2.0.0":
version: 2.0.0
resolution: "jwa@npm:2.0.0"
@@ -4213,6 +4213,15 @@ __metadata:
languageName: node
linkType: hard
+"linkify-it@npm:^5.0.0":
+ version: 5.0.0
+ resolution: "linkify-it@npm:5.0.0"
+ dependencies:
+ uc.micro: ^2.0.0
+ checksum: b0b86cadaf816b64c947a83994ceaad1c15f9fe7e079776ab88699fb71afd7b8fc3fd3d0ae5ebec8c92c1d347be9ba257b8aef338c0ebf81b0d27dcf429a765a
+ languageName: node
+ linkType: hard
+
"listr2@npm:^5.0.5":
version: 5.0.8
resolution: "listr2@npm:5.0.8"
@@ -4391,12 +4400,19 @@ __metadata:
languageName: node
linkType: hard
-"marked@npm:^4.3.0":
- version: 4.3.0
- resolution: "marked@npm:4.3.0"
+"markdown-it@npm:^14.1.0":
+ version: 14.1.0
+ resolution: "markdown-it@npm:14.1.0"
+ dependencies:
+ argparse: ^2.0.1
+ entities: ^4.4.0
+ linkify-it: ^5.0.0
+ mdurl: ^2.0.0
+ punycode.js: ^2.3.1
+ uc.micro: ^2.1.0
bin:
- marked: bin/marked.js
- checksum: 0db6817893952c3ec710eb9ceafb8468bf5ae38cb0f92b7b083baa13d70b19774674be04db5b817681fa7c5c6a088f61300815e4dd75a59696f4716ad69f6260
+ markdown-it: bin/markdown-it.mjs
+ checksum: 07296b45ebd0b13a55611a24d1b1ad002c6729ec54f558f597846994b0b7b1de79d13cd99ff3e7b6e9e027f36b63125cdcf69174da294ecabdd4e6b9fff39e5d
languageName: node
linkType: hard
@@ -4411,6 +4427,13 @@ __metadata:
languageName: node
linkType: hard
+"mdurl@npm:^2.0.0":
+ version: 2.0.0
+ resolution: "mdurl@npm:2.0.0"
+ checksum: 880bc289ef668df0bb34c5b2b5aaa7b6ea755052108cdaf4a5e5968ad01cf27e74927334acc9ebcc50a8628b65272ae6b1fd51fae1330c130e261c0466e1a3b2
+ languageName: node
+ linkType: hard
+
"merge-stream@npm:^2.0.0":
version: 2.0.0
resolution: "merge-stream@npm:2.0.0"
@@ -4458,7 +4481,7 @@ __metadata:
languageName: node
linkType: hard
-"minimatch@npm:9.0.3, minimatch@npm:^9.0.1, minimatch@npm:^9.0.3":
+"minimatch@npm:9.0.3, minimatch@npm:^9.0.1":
version: 9.0.3
resolution: "minimatch@npm:9.0.3"
dependencies:
@@ -4476,7 +4499,16 @@ __metadata:
languageName: node
linkType: hard
-"minimist@npm:^1.2.5, minimist@npm:^1.2.6":
+"minimatch@npm:^9.0.5":
+ version: 9.0.5
+ resolution: "minimatch@npm:9.0.5"
+ dependencies:
+ brace-expansion: ^2.0.1
+ checksum: 2c035575eda1e50623c731ec6c14f65a85296268f749b9337005210bb2b34e2705f8ef1a358b188f69892286ab99dc42c8fb98a57bde55c8d81b3023c19cea28
+ languageName: node
+ linkType: hard
+
+"minimist@npm:^1.2.6":
version: 1.2.8
resolution: "minimist@npm:1.2.8"
checksum: 75a6d645fb122dad29c06a7597bddea977258957ed88d7a6df59b5cd3fe4a527e253e9bbf2e783e4b73657f9098b96a5fe96ab8a113655d4109108577ecf85b0
@@ -4615,13 +4647,6 @@ __metadata:
languageName: node
linkType: hard
-"neo-async@npm:^2.6.2":
- version: 2.6.2
- resolution: "neo-async@npm:2.6.2"
- checksum: deac9f8d00eda7b2e5cd1b2549e26e10a0faa70adaa6fdadca701cc55f49ee9018e427f424bac0c790b7c7e2d3068db97f3093f1093975f2acb8f8818b936ed9
- languageName: node
- linkType: hard
-
"node-domexception@npm:1.0.0":
version: 1.0.0
resolution: "node-domexception@npm:1.0.0"
@@ -5024,6 +5049,13 @@ __metadata:
languageName: node
linkType: hard
+"punycode.js@npm:^2.3.1":
+ version: 2.3.1
+ resolution: "punycode.js@npm:2.3.1"
+ checksum: 13466d7ed5e8dacdab8c4cc03837e7dd14218a59a40eb14a837f1f53ca396e18ef2c4ee6d7766b8ed2fc391d6a3ac489eebf2de83b3596f5a54e86df4a251b72
+ languageName: node
+ linkType: hard
+
"punycode@npm:^2.1.0":
version: 2.3.1
resolution: "punycode@npm:2.3.1"
@@ -5287,15 +5319,13 @@ __metadata:
languageName: node
linkType: hard
-"shiki@npm:^0.14.7":
- version: 0.14.7
- resolution: "shiki@npm:0.14.7"
+"shiki@npm:^1.9.1":
+ version: 1.12.0
+ resolution: "shiki@npm:1.12.0"
dependencies:
- ansi-sequence-parser: ^1.1.0
- jsonc-parser: ^3.2.0
- vscode-oniguruma: ^1.7.0
- vscode-textmate: ^8.0.0
- checksum: 2aec3b3519df977c4391df9e1825cb496e9a4d7e11395f05a0da77e4fa2f7c3d9d6e6ee94029ac699533017f2b25637ee68f6d39f05f311535c2704d0329b520
+ "@shikijs/core": 1.12.0
+ "@types/hast": ^3.0.4
+ checksum: d3ff70652bef2991bfd3f35c0a684e66db21e30bce89146d8e193473772b0440fa97a71aa8d10ac3b14ae53420644425fb7c0da9b287caee7e2b65e99ebf755d
languageName: node
linkType: hard
@@ -5796,30 +5826,29 @@ __metadata:
languageName: node
linkType: hard
-"typedoc-plugin-markdown@npm:^3.15.3":
- version: 3.17.1
- resolution: "typedoc-plugin-markdown@npm:3.17.1"
- dependencies:
- handlebars: ^4.7.7
+"typedoc-plugin-markdown@npm:^4.2.3":
+ version: 4.2.3
+ resolution: "typedoc-plugin-markdown@npm:4.2.3"
peerDependencies:
- typedoc: ">=0.24.0"
- checksum: f12494bfc98ef532be63fb5e7630ff0aa2de17bb22b1d0b6260c416fe8b62cb537ddd3576cadc90c57c4aae2371722994ed873dc3220b23660e149a3eb676c04
+ typedoc: 0.26.x
+ checksum: 8b0b6e45d3db3736292fe2a379eded812d9dda9d19dd6d7ae657e142f95279aa30007dcff812640498ad36cf7d7b21307a8eba5e7f11079b8c2da707a7f990d2
languageName: node
linkType: hard
-"typedoc@npm:^0.25.9":
- version: 0.25.9
- resolution: "typedoc@npm:0.25.9"
+"typedoc@npm:^0.26.5":
+ version: 0.26.5
+ resolution: "typedoc@npm:0.26.5"
dependencies:
lunr: ^2.3.9
- marked: ^4.3.0
- minimatch: ^9.0.3
- shiki: ^0.14.7
+ markdown-it: ^14.1.0
+ minimatch: ^9.0.5
+ shiki: ^1.9.1
+ yaml: ^2.4.5
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
+ 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
bin:
typedoc: bin/typedoc
- checksum: c2e7d81e19083bda9289b9d6984c8ce1978b46272d5189c1bdca1518050975ad8fe4d48b2994d3e2e0ee2ebedb57354079674bf8d1466f8d61d74fc810f77f62
+ checksum: 0587096c2b91536249d3aa9cc5e83a43086e318006ddeadc3c21c424d10a934b6bc19c56fda682d16a75f8133eb2730f54adace79996adeec89188fe331594c3
languageName: node
linkType: hard
@@ -5843,12 +5872,10 @@ __metadata:
languageName: node
linkType: hard
-"uglify-js@npm:^3.1.4":
- version: 3.17.4
- resolution: "uglify-js@npm:3.17.4"
- bin:
- uglifyjs: bin/uglifyjs
- checksum: 7b3897df38b6fc7d7d9f4dcd658599d81aa2b1fb0d074829dd4e5290f7318dbca1f4af2f45acb833b95b1fe0ed4698662ab61b87e94328eb4c0a0d3435baf924
+"uc.micro@npm:^2.0.0, uc.micro@npm:^2.1.0":
+ version: 2.1.0
+ resolution: "uc.micro@npm:2.1.0"
+ checksum: 37197358242eb9afe367502d4638ac8c5838b78792ab218eafe48287b0ed28aaca268ec0392cc5729f6c90266744de32c06ae938549aee041fc93b0f9672d6b2
languageName: node
linkType: hard
@@ -5943,20 +5970,6 @@ __metadata:
languageName: node
linkType: hard
-"vscode-oniguruma@npm:^1.7.0":
- version: 1.7.0
- resolution: "vscode-oniguruma@npm:1.7.0"
- checksum: 53519d91d90593e6fb080260892e87d447e9b200c4964d766772b5053f5699066539d92100f77f1302c91e8fc5d9c772fbe40fe4c90f3d411a96d5a9b1e63f42
- languageName: node
- linkType: hard
-
-"vscode-textmate@npm:^8.0.0":
- version: 8.0.0
- resolution: "vscode-textmate@npm:8.0.0"
- checksum: 127780dfea89559d70b8326df6ec344cfd701312dd7f3f591a718693812b7852c30b6715e3cfc8b3200a4e2515b4c96f0843c0eacc0a3020969b5de262c2a4bb
- languageName: node
- linkType: hard
-
"walker@npm:^1.0.8":
version: 1.0.8
resolution: "walker@npm:1.0.8"
@@ -6042,13 +6055,6 @@ __metadata:
languageName: node
linkType: hard
-"wordwrap@npm:^1.0.0":
- version: 1.0.0
- resolution: "wordwrap@npm:1.0.0"
- checksum: 2a44b2788165d0a3de71fd517d4880a8e20ea3a82c080ce46e294f0b68b69a2e49cff5f99c600e275c698a90d12c5ea32aff06c311f0db2eb3f1201f3e7b2a04
- languageName: node
- linkType: hard
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0, wrap-ansi@npm:^7.0.0":
version: 7.0.0
resolution: "wrap-ansi@npm:7.0.0"
@@ -6135,6 +6141,15 @@ __metadata:
languageName: node
linkType: hard
+"yaml@npm:^2.4.5":
+ version: 2.5.0
+ resolution: "yaml@npm:2.5.0"
+ bin:
+ yaml: bin.mjs
+ checksum: a116dca5c61641d9bf1f1016c6e71daeb1ed4915f5930ed237d45ab7a605aa5d92c332ff64879a6cd088cabede008c778774e3060ffeb4cd617d28088e4b2d83
+ languageName: node
+ linkType: hard
+
"yargs-parser@npm:^21.0.1, yargs-parser@npm:^21.1.1":
version: 21.1.1
resolution: "yargs-parser@npm:21.1.1"