Skip to content

Commit 4ba7145

Browse files
build(deps-dev): bump eslint-plugin-jsdoc from 48.2.3 to 48.2.4
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.2.3 to 48.2.4. - [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@v48.2.3...v48.2.4) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 095b82e commit 4ba7145

2 files changed

Lines changed: 19 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"eslint-config-next": "^14.2.3",
105105
"eslint-config-prettier": "^9.1.0",
106106
"eslint-plugin-import": "^2.29.1",
107-
"eslint-plugin-jsdoc": "^48.2.3",
107+
"eslint-plugin-jsdoc": "^48.2.4",
108108
"eslint-plugin-prefer-arrow": "^1.2.3",
109109
"husky": "^9.0.11",
110110
"jest": "^29.7.0",

yarn.lock

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -557,11 +557,14 @@
557557
dependencies:
558558
"@jridgewell/trace-mapping" "0.3.9"
559559

560-
"@es-joy/jsdoccomment@~0.42.0":
561-
version "0.42.0"
562-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.42.0.tgz#59e878708336aaee88c2b34c894f73dbf77ae2b0"
563-
integrity sha512-R1w57YlVA6+YE01wch3GPYn6bCsrOV3YW/5oGGE2tmX6JcL9Nr+b5IikrjMPF+v9CV3ay+obImEdsDhovhJrzw==
560+
"@es-joy/jsdoccomment@~0.43.0":
561+
version "0.43.0"
562+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.43.0.tgz#35c295cadd0a939d1a3a6cd1548f66ec76d38870"
563+
integrity sha512-Q1CnsQrytI3TlCB1IVWXWeqUIPGVEKGaE7IbVdt13Nq/3i0JESAkQQERrfiQkmlpijl+++qyqPgaS31Bvc1jRQ==
564564
dependencies:
565+
"@types/eslint" "^8.56.5"
566+
"@types/estree" "^1.0.5"
567+
"@typescript-eslint/types" "^7.2.0"
565568
comment-parser "1.4.1"
566569
esquery "^1.5.0"
567570
jsdoc-type-pratt-parser "~4.0.0"
@@ -1829,7 +1832,7 @@
18291832
"@types/eslint" "*"
18301833
"@types/estree" "*"
18311834

1832-
"@types/eslint@*":
1835+
"@types/eslint@*", "@types/eslint@^8.56.5":
18331836
version "8.56.10"
18341837
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
18351838
integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==
@@ -2169,6 +2172,11 @@
21692172
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
21702173
integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
21712174

2175+
"@typescript-eslint/types@^7.2.0":
2176+
version "7.9.0"
2177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
2178+
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
2179+
21722180
"@typescript-eslint/typescript-estree@7.2.0":
21732181
version "7.2.0"
21742182
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
@@ -4433,12 +4441,12 @@ eslint-plugin-import@^2.28.1, eslint-plugin-import@^2.29.1:
44334441
semver "^6.3.1"
44344442
tsconfig-paths "^3.15.0"
44354443

4436-
eslint-plugin-jsdoc@^48.2.3:
4437-
version "48.2.3"
4438-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.3.tgz#0188d17c7a4aa7185416556589e71a954b343ecd"
4439-
integrity sha512-r9DMAmFs66VNvNqRLLjHejdnJtILrt3xGi+Qx0op0oRfFGVpOR1Hb3BC++MacseHx93d8SKYPhyrC9BS7Os2QA==
4444+
eslint-plugin-jsdoc@^48.2.4:
4445+
version "48.2.4"
4446+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.4.tgz#0b6972faa9e5de89a08f1b0bcdc30e70a9cad736"
4447+
integrity sha512-3ebvVgCJFy06gpmuS2ynz13uh9iFSzZ1C1dDkgcSAqVVg82zlORKMk2fvjq708pAO6bwfs5YLttknFEbaoDiGw==
44404448
dependencies:
4441-
"@es-joy/jsdoccomment" "~0.42.0"
4449+
"@es-joy/jsdoccomment" "~0.43.0"
44424450
are-docs-informative "^0.0.2"
44434451
comment-parser "1.4.1"
44444452
debug "^4.3.4"

0 commit comments

Comments
 (0)