From bb921444fdf6c2e41f45b7a71f6f01c6232c5eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:02:57 +0000 Subject: [PATCH] chore: bump typedoc-plugin-markdown from 4.0.3 to 4.1.0 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.1.0/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- doc-generator/package.json | 2 +- pnpm-lock.yaml | 23 ++++++++++++----------- website/package.json | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/doc-generator/package.json b/doc-generator/package.json index 074b2c7a633e..23cd1571950b 100644 --- a/doc-generator/package.json +++ b/doc-generator/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "typedoc": "^0.25.13", - "typedoc-plugin-markdown": "4.0.3" + "typedoc-plugin-markdown": "4.1.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5317809182f1..da41e6180807 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -129,8 +129,8 @@ importers: specifier: ^0.25.13 version: 0.25.13(typescript@5.5.2) typedoc-plugin-markdown: - specifier: 4.0.3 - version: 4.0.3(typedoc@0.25.13(typescript@5.5.2)) + specifier: 4.1.0 + version: 4.1.0(typedoc@0.25.13(typescript@5.5.2)) integration-tests: dependencies: @@ -1273,13 +1273,13 @@ importers: version: 3.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) docusaurus-plugin-typedoc: specifier: ^1.0.1 - version: 1.0.1(typedoc-plugin-markdown@4.0.3(typedoc@0.25.13(typescript@5.5.2))) + version: 1.0.1(typedoc-plugin-markdown@4.1.0(typedoc@0.25.13(typescript@5.5.2))) typedoc: specifier: ^0.25.13 version: 0.25.13(typescript@5.5.2) typedoc-plugin-markdown: - specifier: 4.0.3 - version: 4.0.3(typedoc@0.25.13(typescript@5.5.2)) + specifier: 4.1.0 + version: 4.1.0(typedoc@0.25.13(typescript@5.5.2)) typescript: specifier: ^5.5.2 version: 5.5.2 @@ -8932,10 +8932,11 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typedoc-plugin-markdown@4.0.3: - resolution: {integrity: sha512-0tZbeVGGCd4+lpoIX+yHWgUfyaLZCQCgJOpuVdTtOtD3+jKaedJ4sl/tkNaYBPeWVKiyDkSHfGuHkq53jlzIFg==} + typedoc-plugin-markdown@4.1.0: + resolution: {integrity: sha512-sUiEJVaa6+MOFShRy14j1OP/VXC5OLyHNecJ2nKeGuBy2M3YiMatSLoIiddFAqVptSuILJTZiJzCBIY6yzAVyg==} + engines: {node: '>= 18'} peerDependencies: - typedoc: 0.25.x + typedoc: 0.26.x typedoc@0.25.13: resolution: {integrity: sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==} @@ -14216,9 +14217,9 @@ snapshots: dependencies: esutils: 2.0.3 - docusaurus-plugin-typedoc@1.0.1(typedoc-plugin-markdown@4.0.3(typedoc@0.25.13(typescript@5.5.2))): + docusaurus-plugin-typedoc@1.0.1(typedoc-plugin-markdown@4.1.0(typedoc@0.25.13(typescript@5.5.2))): dependencies: - typedoc-plugin-markdown: 4.0.3(typedoc@0.25.13(typescript@5.5.2)) + typedoc-plugin-markdown: 4.1.0(typedoc@0.25.13(typescript@5.5.2)) dom-converter@0.2.0: dependencies: @@ -19657,7 +19658,7 @@ snapshots: typedarray@0.0.6: {} - typedoc-plugin-markdown@4.0.3(typedoc@0.25.13(typescript@5.5.2)): + typedoc-plugin-markdown@4.1.0(typedoc@0.25.13(typescript@5.5.2)): dependencies: typedoc: 0.25.13(typescript@5.5.2) diff --git a/website/package.json b/website/package.json index 64df4530b1a4..57d1c5561b36 100644 --- a/website/package.json +++ b/website/package.json @@ -34,7 +34,7 @@ "@docusaurus/types": "3.4.0", "docusaurus-plugin-typedoc": "^1.0.1", "typedoc": "^0.25.13", - "typedoc-plugin-markdown": "4.0.3", + "typedoc-plugin-markdown": "4.1.0", "typescript": "^5.5.2" }, "browserslist": {