Skip to content

Commit ed0c1f5

Browse files
Bump eslint-plugin-jsdoc from 51.4.1 to 54.0.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 51.4.1 to 54.0.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v51.4.1...v54.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 54.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cdc9e97 commit ed0c1f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint": "^9.13.0",
5959
"eslint-config-prettier": "^10.0.1",
6060
"eslint-plugin-deprecation": "^3.0.0",
61-
"eslint-plugin-jsdoc": "^51.4.0",
61+
"eslint-plugin-jsdoc": "^54.0.0",
6262
"eslint-plugin-react": "^7.37.2",
6363
"eslint-plugin-react-hooks": "^5.0.0",
6464
"identity-obj-proxy": "^3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4917,10 +4917,10 @@ eslint-plugin-deprecation@^3.0.0:
49174917
ts-api-utils "^1.3.0"
49184918
tslib "^2.3.1"
49194919

4920-
eslint-plugin-jsdoc@^51.4.0:
4921-
version "51.4.1"
4922-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.4.1.tgz#a512460da6ba328ac3be0c3e7b2aaa4633175625"
4923-
integrity sha512-y4CA9OkachG8v5nAtrwvcvjIbdcKgSyS6U//IfQr4FZFFyeBFwZFf/tfSsMr46mWDJgidZjBTqoCRlXywfFBMg==
4920+
eslint-plugin-jsdoc@^54.0.0:
4921+
version "54.0.0"
4922+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-54.0.0.tgz#d1da9499769f2330f8593bc59c353afe3d0797b2"
4923+
integrity sha512-8w5c8OmmD5WD5MNQy1AhmYbiyV4IlSscXUyg5MwvN3BI/bLUmRpeEXc+Mj37y2UZsLhzvHyCscQenUzvbLxQ7Q==
49244924
dependencies:
49254925
"@es-joy/jsdoccomment" "~0.52.0"
49264926
are-docs-informative "^0.0.2"

0 commit comments

Comments
 (0)