Skip to content

Commit 12c0909

Browse files
Bump eslint-plugin-jsdoc from 51.4.1 to 52.0.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 51.4.1 to 52.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...v52.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 52.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffc6310 commit 12c0909

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": "^52.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
@@ -4891,10 +4891,10 @@ eslint-plugin-deprecation@^3.0.0:
48914891
ts-api-utils "^1.3.0"
48924892
tslib "^2.3.1"
48934893

4894-
eslint-plugin-jsdoc@^51.4.0:
4895-
version "51.4.1"
4896-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.4.1.tgz#a512460da6ba328ac3be0c3e7b2aaa4633175625"
4897-
integrity sha512-y4CA9OkachG8v5nAtrwvcvjIbdcKgSyS6U//IfQr4FZFFyeBFwZFf/tfSsMr46mWDJgidZjBTqoCRlXywfFBMg==
4894+
eslint-plugin-jsdoc@^52.0.0:
4895+
version "52.0.0"
4896+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-52.0.0.tgz#70ee65c77b545814c376c596af1c7ee35161fcb8"
4897+
integrity sha512-KZjaoTWWUIml6K6zyPvwCYlLoMDQ69taSdTcdTIavBUoJCIWUfYcsRIw4n9dzllMouqdxiFfKW33EAbBLBu1HA==
48984898
dependencies:
48994899
"@es-joy/jsdoccomment" "~0.52.0"
49004900
are-docs-informative "^0.0.2"

0 commit comments

Comments
 (0)