From f611856cfe08da3b5e96ea6930a79b98841b4d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:04:50 +0100 Subject: [PATCH] build(deps-dev): bump the regular group with 2 updates (#2699) Bumps the regular group with 2 updates: [prettier](https://github.com/prettier/prettier) and [typedoc](https://github.com/TypeStrong/TypeDoc). Updates `prettier` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.4.1...3.4.2) Updates `typedoc` from 0.27.2 to 0.27.3 - [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.27.2...v0.27.3) --- updated-dependencies: - dependency-name: prettier 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index c4411b8c6..aed76ccf6 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "mocha": "^11.0.1", "mochawesome": "^7.1.3", "neostandard": "^0.11.9", - "prettier": "^3.4.1", + "prettier": "^3.4.2", "rollup": "^4.28.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", @@ -134,7 +134,7 @@ "rollup-plugin-dts": "^6.1.1", "sinon": "^19.0.2", "tatami-ng": "^0.8.14", - "typedoc": "^0.27.2", + "typedoc": "^0.27.3", "typescript": "~5.7.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d2989fb49..8ddf8bb0c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,8 +78,8 @@ importers: specifier: ^0.11.9 version: 0.11.9(eslint@9.16.0(jiti@1.21.6))(typescript@5.7.2) prettier: - specifier: ^3.4.1 - version: 3.4.1 + specifier: ^3.4.2 + version: 3.4.2 rollup: specifier: ^4.28.0 version: 4.28.0 @@ -102,8 +102,8 @@ importers: specifier: ^0.8.14 version: 0.8.14(typescript@5.7.2) typedoc: - specifier: ^0.27.2 - version: 0.27.2(typescript@5.7.2) + specifier: ^0.27.3 + version: 0.27.3(typescript@5.7.2) typescript: specifier: ~5.7.2 version: 5.7.2 @@ -2186,8 +2186,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.4.1: - resolution: {integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==} + prettier@3.4.2: + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} engines: {node: '>=14'} hasBin: true @@ -2530,8 +2530,8 @@ packages: resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} engines: {node: '>= 0.4'} - typedoc@0.27.2: - resolution: {integrity: sha512-C2ima5TZJHU3ecnRIz50lKd1BsYck5LhYQIy7MRPmjuSEJreUEAt+uAVcZgY7wZsSORzEI7xW8miZIdxv/cbmw==} + typedoc@0.27.3: + resolution: {integrity: sha512-oWT7zDS5oIaxYL5yOikBX4cL99CpNAZn6mI24JZQxsYuIHbtguSSwJ7zThuzNNwSE0wqhlfTSd99HgqKu2aQXQ==} engines: {node: '>= 18'} hasBin: true peerDependencies: @@ -4943,7 +4943,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.4.1: {} + prettier@3.4.2: {} prop-types@15.8.1: dependencies: @@ -5334,7 +5334,7 @@ snapshots: possible-typed-array-names: 1.0.0 reflect.getprototypeof: 1.0.7 - typedoc@0.27.2(typescript@5.7.2): + typedoc@0.27.3(typescript@5.7.2): dependencies: '@gerrit0/mini-shiki': 1.24.1 lunr: 2.3.9 -- 2.43.0