From 5f7136ad9ec4b43734a423661058a421accb8799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:50:43 +0000 Subject: [PATCH] build(deps-dev): bump the regular group with 2 updates Bumps the regular group with 2 updates: [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) and [typedoc](https://github.com/TypeStrong/TypeDoc). Updates `@rollup/plugin-typescript` from 12.1.0 to 12.1.1 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.1/packages/typescript) Updates `typedoc` from 0.26.9 to 0.26.10 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.26.9...v0.26.10) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 66d47b8a..48f8f090 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@cspell/eslint-plugin": "^8.15.2", "@eslint/js": "^9.12.0", "@rollup/plugin-terser": "^0.4.4", - "@rollup/plugin-typescript": "^12.1.0", + "@rollup/plugin-typescript": "^12.1.1", "@types/node": "^22.7.5", "c8": "^10.1.2", "cross-env": "^7.0.3", @@ -129,7 +129,7 @@ "rollup-plugin-dts": "^6.1.1", "sinon": "^19.0.2", "tatami-ng": "^0.8.4", - "typedoc": "^0.26.9", + "typedoc": "^0.26.10", "typescript": "~5.6.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d28ce33c..6b2668c4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,8 +30,8 @@ importers: specifier: ^0.4.4 version: 0.4.4(rollup@4.24.0) '@rollup/plugin-typescript': - specifier: ^12.1.0 - version: 12.1.0(rollup@4.24.0)(tslib@2.7.0)(typescript@5.6.3) + specifier: ^12.1.1 + version: 12.1.1(rollup@4.24.0)(tslib@2.7.0)(typescript@5.6.3) '@types/node': specifier: ^22.7.5 version: 22.7.5 @@ -99,8 +99,8 @@ importers: specifier: ^0.8.4 version: 0.8.4(typescript@5.6.3) typedoc: - specifier: ^0.26.9 - version: 0.26.9(typescript@5.6.3) + specifier: ^0.26.10 + version: 0.26.10(typescript@5.6.3) typescript: specifier: ~5.6.3 version: 5.6.3 @@ -575,8 +575,8 @@ packages: rollup: optional: true - '@rollup/plugin-typescript@12.1.0': - resolution: {integrity: sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg==} + '@rollup/plugin-typescript@12.1.1': + resolution: {integrity: sha512-t7O653DpfB5MbFrqPe/VcKFFkvRuFNp9qId3xq4Eth5xlyymzxNpye2z8Hrl0RIMuXTSr5GGcFpkdlMeacUiFQ==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.14.0||^3.0.0||^4.0.0 @@ -2651,8 +2651,8 @@ packages: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} - typedoc@0.26.9: - resolution: {integrity: sha512-Rc7QpWL7EtmrT8yxV0GmhOR6xHgFnnhphbD9Suti3fz3um7ZOrou6q/g9d6+zC5PssTLZmjaW4Upmzv8T1rCcQ==} + typedoc@0.26.10: + resolution: {integrity: sha512-xLmVKJ8S21t+JeuQLNueebEuTVphx6IrP06CdV7+0WVflUSW3SPmR+h1fnWVdAR/FQePEgsSWCUHXqKKjzuUAw==} engines: {node: '>= 18'} hasBin: true peerDependencies: @@ -3312,7 +3312,7 @@ snapshots: optionalDependencies: rollup: 4.24.0 - '@rollup/plugin-typescript@12.1.0(rollup@4.24.0)(tslib@2.7.0)(typescript@5.6.3)': + '@rollup/plugin-typescript@12.1.1(rollup@4.24.0)(tslib@2.7.0)(typescript@5.6.3)': dependencies: '@rollup/pluginutils': 5.1.2(rollup@4.24.0) resolve: 1.22.8 @@ -5638,7 +5638,7 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typedoc@0.26.9(typescript@5.6.3): + typedoc@0.26.10(typescript@5.6.3): dependencies: lunr: 2.3.9 markdown-it: 14.1.0 -- 2.34.1