From 4e2383b986fe90baa1e178de6fb02f9a4d839a97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:23:45 +0000 Subject: [PATCH] fix(deps): update dependency typedoc to ^0.27.0 --- packages/js-api-generator/package.json | 2 +- pnpm-lock.yaml | 43 ++++++++++++++++---------- 2 files changed, 27 insertions(+), 18 deletions(-) diff --git a/packages/js-api-generator/package.json b/packages/js-api-generator/package.json index 3c75415500..bf9c78148c 100644 --- a/packages/js-api-generator/package.json +++ b/packages/js-api-generator/package.json @@ -13,7 +13,7 @@ "dependencies": { "github-slugger": "^2.0.0", "tsm": "^2.3.0", - "typedoc": "^0.26.6", + "typedoc": "^0.27.0", "typedoc-plugin-markdown": "^4.2.6", "typedoc-plugin-mdn-links": "^3.2.11" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c1510278c..729f18205a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -134,14 +134,14 @@ importers: specifier: ^2.3.0 version: 2.3.0 typedoc: - specifier: ^0.26.6 - version: 0.26.11(typescript@5.7.2) + specifier: ^0.27.0 + version: 0.27.4(typescript@5.7.2) typedoc-plugin-markdown: specifier: ^4.2.6 - version: 4.2.10(typedoc@0.26.11(typescript@5.7.2)) + version: 4.2.10(typedoc@0.27.4(typescript@5.7.2)) typedoc-plugin-mdn-links: specifier: ^3.2.11 - version: 3.3.8(typedoc@0.26.11(typescript@5.7.2)) + version: 3.3.8(typedoc@0.27.4(typescript@5.7.2)) packages/releases-generator: dependencies: @@ -963,6 +963,9 @@ packages: '@feelback/js@0.3.4': resolution: {integrity: sha512-xr7gTqSJcVUYQlELs1TntYovCBjMcYUr/hGKTnDoF64/lig5CbX4bOmqLoF50IImCy5q3oIwg9w+TSFvtBwsIA==} + '@gerrit0/mini-shiki@1.24.3': + resolution: {integrity: sha512-odxt2MTJvlT5NUmGOPXz5OW4D8SFL2+KeXBkmjVtdOXfA5aRZX6jgP/17jp6wu2r3KdW0wx3Bk5HDehgeV1Yng==} + '@iarna/toml@2.2.5': resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} @@ -3575,12 +3578,12 @@ packages: peerDependencies: typedoc: '>= 0.23.14 || 0.24.x || 0.25.x || 0.26.x' - typedoc@0.26.11: - resolution: {integrity: sha512-sFEgRRtrcDl2FxVP58Ze++ZK2UQAEvtvvH8rRlig1Ja3o7dDaMHmaBfvJmdGnNEFaLTpQsN8dpvZaTqJSu/Ugw==} + typedoc@0.27.4: + resolution: {integrity: sha512-wXPQs1AYC2Crk+1XFpNuutLIkNWleokZf1UNf/X8w9KsMnirkvT+LzxTXDvfF6ug3TSLf3Xu5ZXRKGfoXPX7IA==} engines: {node: '>= 18'} hasBin: true 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 || 5.6.x + 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 typescript@5.7.2: resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} @@ -3854,8 +3857,8 @@ packages: yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} - yaml@2.6.0: - resolution: {integrity: sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==} + yaml@2.6.1: + resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==} engines: {node: '>= 14'} hasBin: true @@ -4851,6 +4854,12 @@ snapshots: '@feelback/js@0.3.4': {} + '@gerrit0/mini-shiki@1.24.3': + dependencies: + '@shikijs/engine-oniguruma': 1.24.2 + '@shikijs/types': 1.24.2 + '@shikijs/vscode-textmate': 9.3.1 + '@iarna/toml@2.2.5': {} '@img/sharp-darwin-arm64@0.33.5': @@ -8082,22 +8091,22 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typedoc-plugin-markdown@4.2.10(typedoc@0.26.11(typescript@5.7.2)): + typedoc-plugin-markdown@4.2.10(typedoc@0.27.4(typescript@5.7.2)): dependencies: - typedoc: 0.26.11(typescript@5.7.2) + typedoc: 0.27.4(typescript@5.7.2) - typedoc-plugin-mdn-links@3.3.8(typedoc@0.26.11(typescript@5.7.2)): + typedoc-plugin-mdn-links@3.3.8(typedoc@0.27.4(typescript@5.7.2)): dependencies: - typedoc: 0.26.11(typescript@5.7.2) + typedoc: 0.27.4(typescript@5.7.2) - typedoc@0.26.11(typescript@5.7.2): + typedoc@0.27.4(typescript@5.7.2): dependencies: + '@gerrit0/mini-shiki': 1.24.3 lunr: 2.3.9 markdown-it: 14.1.0 minimatch: 9.0.5 - shiki: 1.24.2 typescript: 5.7.2 - yaml: 2.6.0 + yaml: 2.6.1 typescript@5.7.2: {} @@ -8417,7 +8426,7 @@ snapshots: yallist@3.1.1: {} - yaml@2.6.0: {} + yaml@2.6.1: {} yargs-parser@21.1.1: {}