Skip to content

Commit ee266a2

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v62 (#660)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 574e20f commit ee266a2

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint": "^8.57.1",
6363
"eslint-config-prettier": "^10.1.1",
6464
"eslint-plugin-deprecation": "^3.0.0",
65-
"eslint-plugin-jsdoc": "^61.7.1",
65+
"eslint-plugin-jsdoc": "^62.0.0",
6666
"eslint-plugin-prettier": "^5.5.4",
6767
"eslint-plugin-react": "^7.37.5",
6868
"eslint-plugin-react-hooks": "^5.2.0",

yarn.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -821,16 +821,16 @@
821821
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz#5e13fac887f08c44f76b0ccaf3370eb00fec9bb6"
822822
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
823823

824-
"@es-joy/jsdoccomment@~0.78.0":
825-
version "0.78.0"
826-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.78.0.tgz#d6597f112c19d4aceaf11c6847e795e1dcffd720"
827-
integrity sha512-rQkU5u8hNAq2NVRzHnIUUvR6arbO0b6AOlvpTNS48CkiKSn/xtNfOzBK23JE4SiW89DgvU7GtxLVgV4Vn2HBAw==
824+
"@es-joy/jsdoccomment@~0.84.0":
825+
version "0.84.0"
826+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.84.0.tgz#4d798d33207825dd1d85babbfbacc3a76c3ba634"
827+
integrity sha512-0xew1CxOam0gV5OMjh2KjFQZsKL2bByX1+q4j3E73MpYIdyUxcZb/xQct9ccUb+ve5KGUYbCUxyPnYB7RbuP+w==
828828
dependencies:
829829
"@types/estree" "^1.0.8"
830-
"@typescript-eslint/types" "^8.46.4"
831-
comment-parser "1.4.1"
832-
esquery "^1.6.0"
833-
jsdoc-type-pratt-parser "~7.0.0"
830+
"@typescript-eslint/types" "^8.54.0"
831+
comment-parser "1.4.5"
832+
esquery "^1.7.0"
833+
jsdoc-type-pratt-parser "~7.1.1"
834834

835835
"@es-joy/resolve.exports@1.2.0":
836836
version "1.2.0"
@@ -2568,7 +2568,7 @@
25682568
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
25692569
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
25702570

2571-
"@typescript-eslint/types@8.54.0", "@typescript-eslint/types@^8.46.4", "@typescript-eslint/types@^8.54.0":
2571+
"@typescript-eslint/types@8.54.0", "@typescript-eslint/types@^8.54.0":
25722572
version "8.54.0"
25732573
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.54.0.tgz#c12d41f67a2e15a8a96fbc5f2d07b17331130889"
25742574
integrity sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==
@@ -3410,10 +3410,10 @@ comment-json@^4.5.1:
34103410
core-util-is "^1.0.3"
34113411
esprima "^4.0.1"
34123412

3413-
comment-parser@1.4.1:
3414-
version "1.4.1"
3415-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
3416-
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
3413+
comment-parser@1.4.5:
3414+
version "1.4.5"
3415+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.5.tgz#6c595cd090737a1010fe5ff40d86e1d21b7bd6ce"
3416+
integrity sha512-aRDkn3uyIlCFfk5NUA+VdwMmMsh8JGhc4hapfV4yxymHGQ3BVskMQfoXGpCo5IoBuQ9tS5iiVKhCpTcB4pW4qw==
34173417

34183418
compute-scroll-into-view@^3.1.0:
34193419
version "3.1.1"
@@ -4404,18 +4404,18 @@ eslint-plugin-deprecation@^3.0.0:
44044404
ts-api-utils "^1.3.0"
44054405
tslib "^2.3.1"
44064406

4407-
eslint-plugin-jsdoc@^61.7.1:
4408-
version "61.7.1"
4409-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.7.1.tgz#7bb935a10bfe975c3a05237e2c867b226265020d"
4410-
integrity sha512-36DpldF95MlTX//n3/naULFVt8d1cV4jmSkx7ZKrE9ikkKHAgMLesuWp1SmwpVwAs5ndIM6abKd6PeOYZUgdWg==
4407+
eslint-plugin-jsdoc@^62.0.0:
4408+
version "62.5.3"
4409+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.5.3.tgz#86f80491fbda0ad5d94b6bf798f7e5358677439c"
4410+
integrity sha512-wWUrEG9ACexVAg95gH0t0LobV5t4sAnwephEsp95Wv7y6s7Fc6DK3xBeLKi7imVpbSzdcyfo863bKCNYL8ld0g==
44114411
dependencies:
4412-
"@es-joy/jsdoccomment" "~0.78.0"
4412+
"@es-joy/jsdoccomment" "~0.84.0"
44134413
"@es-joy/resolve.exports" "1.2.0"
44144414
are-docs-informative "^0.0.2"
4415-
comment-parser "1.4.1"
4415+
comment-parser "1.4.5"
44164416
debug "^4.4.3"
44174417
escape-string-regexp "^4.0.0"
4418-
espree "^11.0.0"
4418+
espree "^11.1.0"
44194419
esquery "^1.7.0"
44204420
html-entities "^2.6.0"
44214421
object-deep-merge "^2.0.0"
@@ -4556,7 +4556,7 @@ espree@^10.3.0:
45564556
acorn-jsx "^5.3.2"
45574557
eslint-visitor-keys "^4.2.1"
45584558

4559-
espree@^11.0.0:
4559+
espree@^11.1.0:
45604560
version "11.1.0"
45614561
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.0.tgz#7d0c82a69f8df670728dba256264b383fbf73e8f"
45624562
integrity sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==
@@ -4579,7 +4579,7 @@ esprima@^4.0.0, esprima@^4.0.1:
45794579
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
45804580
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
45814581

4582-
esquery@^1.4.2, esquery@^1.6.0, esquery@^1.7.0:
4582+
esquery@^1.4.2, esquery@^1.7.0:
45834583
version "1.7.0"
45844584
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
45854585
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
@@ -6132,10 +6132,10 @@ js-yaml@^4.1.0:
61326132
dependencies:
61336133
argparse "^2.0.1"
61346134

6135-
jsdoc-type-pratt-parser@~7.0.0:
6136-
version "7.0.0"
6137-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.0.0.tgz#b0381514e79aa6326185078059ca5915bb8ede3b"
6138-
integrity sha512-c7YbokssPOSHmqTbSAmTtnVgAVa/7lumWNYqomgd5KOMyPrRve2anx6lonfOsXEQacqF9FKVUj7bLg4vRSvdYA==
6135+
jsdoc-type-pratt-parser@~7.1.1:
6136+
version "7.1.1"
6137+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.1.1.tgz#c67be3c812aaf1405bef3e965e8c3db50a5cad1b"
6138+
integrity sha512-/2uqY7x6bsrpi3i9LVU6J89352C0rpMk0as8trXxCtvd4kPk1ke/Eyif6wqfSLvoNJqcDG9Vk4UsXgygzCt2xA==
61396139

61406140
jsdom@^20.0.0:
61416141
version "20.0.3"

0 commit comments

Comments
 (0)