From be917d54a3a1733ed84a802d2344ed541975ba85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 23:42:35 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-tsdoc from 0.4.0 to 0.5.0 Bumps [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) from 0.4.0 to 0.5.0. - [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.5.0/eslint-plugin) --- updated-dependencies: - dependency-name: eslint-plugin-tsdoc dependency-version: 0.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c26fcb..d57f2ac 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-prefer-arrow": "^1.2.0", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-sonarjs": "^0.16.0", - "eslint-plugin-tsdoc": "^0.4.0", + "eslint-plugin-tsdoc": "^0.5.0", "markdownlint-cli2": "^0.19.0", "prettier": "^3.6.2", "typescript": "^5.0.0",