Skip to content

Commit 5836906

Browse files
Bump eslint-plugin-jsdoc from 50.6.17 to 51.4.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.6.17 to 51.4.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@v50.6.17...v51.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 51.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8730a0 commit 5836906

File tree

2 files changed

+28
-32
lines changed

2 files changed

+28
-32
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": "^50.4.3",
61+
"eslint-plugin-jsdoc": "^51.4.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: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,14 +1044,13 @@
10441044
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz#5e13fac887f08c44f76b0ccaf3370eb00fec9bb6"
10451045
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
10461046

1047-
"@es-joy/jsdoccomment@~0.50.1":
1048-
version "0.50.1"
1049-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.50.1.tgz#2f49d233b61a858349eff6dc803bbb28919fa700"
1050-
integrity sha512-fas3qe1hw38JJgU/0m5sDpcrbZGysBeZcMwW5Ws9brYxY64MJyWLXRZCj18keTycT1LFTrFXdSNMS+GRVaU6Hw==
1047+
"@es-joy/jsdoccomment@~0.52.0":
1048+
version "0.52.0"
1049+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.52.0.tgz#106945b6d1abed89597aa104b80ff8f9fb7038a6"
1050+
integrity sha512-BXuN7BII+8AyNtn57euU2Yxo9yA/KUDNzrpXyi3pfqKmBhhysR6ZWOebFh3vyPoqA3/j1SOvGgucElMGwlXing==
10511051
dependencies:
1052-
"@types/eslint" "^9.6.1"
1053-
"@types/estree" "^1.0.6"
1054-
"@typescript-eslint/types" "^8.11.0"
1052+
"@types/estree" "^1.0.8"
1053+
"@typescript-eslint/types" "^8.34.1"
10551054
comment-parser "1.4.1"
10561055
esquery "^1.6.0"
10571056
jsdoc-type-pratt-parser "~4.1.0"
@@ -2826,15 +2825,7 @@
28262825
dependencies:
28272826
"@types/d3-color" "*"
28282827

2829-
"@types/eslint@^9.6.1":
2830-
version "9.6.1"
2831-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.1.tgz#d5795ad732ce81715f27f75da913004a56751584"
2832-
integrity sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==
2833-
dependencies:
2834-
"@types/estree" "*"
2835-
"@types/json-schema" "*"
2836-
2837-
"@types/estree@*", "@types/[email protected]", "@types/estree@^1.0.0", "@types/estree@^1.0.6":
2828+
"@types/[email protected]", "@types/estree@^1.0.0", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
28382829
version "1.0.8"
28392830
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
28402831
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -2895,7 +2886,7 @@
28952886
"@types/tough-cookie" "*"
28962887
parse5 "^7.0.0"
28972888

2898-
"@types/json-schema@*", "@types/json-schema@^7.0.15":
2889+
"@types/json-schema@^7.0.15":
28992890
version "7.0.15"
29002891
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
29012892
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -3145,11 +3136,16 @@
31453136
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.1.tgz#4344dcf934495bbf25a9f83a06dd9fe2acf15780"
31463137
integrity sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==
31473138

3148-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.35.0", "@typescript-eslint/types@^8.35.1", "@typescript-eslint/types@^8.36.0":
3139+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.35.0", "@typescript-eslint/types@^8.35.1", "@typescript-eslint/types@^8.36.0":
31493140
version "8.36.0"
31503141
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
31513142
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
31523143

3144+
"@typescript-eslint/types@^8.34.1":
3145+
version "8.37.0"
3146+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
3147+
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
3148+
31533149
"@typescript-eslint/[email protected]":
31543150
version "7.18.0"
31553151
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
@@ -4515,10 +4511,10 @@ [email protected]:
45154511
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
45164512
integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==
45174513

4518-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.6, debug@^4.4.0:
4519-
version "4.4.0"
4520-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
4521-
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
4514+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.0, debug@^4.4.1:
4515+
version "4.4.1"
4516+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
4517+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
45224518
dependencies:
45234519
ms "^2.1.3"
45244520

@@ -5003,20 +4999,20 @@ eslint-plugin-deprecation@^3.0.0:
50034999
ts-api-utils "^1.3.0"
50045000
tslib "^2.3.1"
50055001

5006-
eslint-plugin-jsdoc@^50.4.3:
5007-
version "50.6.17"
5008-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.17.tgz#68a1f1e91aeac8f2784c7e9ee4229f31adb773b2"
5009-
integrity sha512-hq+VQylhd12l8qjexyriDsejZhqiP33WgMTy2AmaGZ9+MrMWVqPECsM87GPxgHfQn0zw+YTuhqjUfk1f+q67aQ==
5002+
eslint-plugin-jsdoc@^51.4.0:
5003+
version "51.4.0"
5004+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.4.0.tgz#03d3e2f40b5d8dda39f773430e0dad5ce29cd314"
5005+
integrity sha512-woooKbcFiQdpfJg1g/WmFHItaZuDE14SZ7QVW3eV/5e3mbOicjtgVz6cFkYJ3MP9n5WL9/ZAvuWuGkAkMFhDYQ==
50105006
dependencies:
5011-
"@es-joy/jsdoccomment" "~0.50.1"
5007+
"@es-joy/jsdoccomment" "~0.52.0"
50125008
are-docs-informative "^0.0.2"
50135009
comment-parser "1.4.1"
5014-
debug "^4.3.6"
5010+
debug "^4.4.1"
50155011
escape-string-regexp "^4.0.0"
5016-
espree "^10.1.0"
5012+
espree "^10.4.0"
50175013
esquery "^1.6.0"
50185014
parse-imports-exports "^0.2.4"
5019-
semver "^7.6.3"
5015+
semver "^7.7.2"
50205016
spdx-expression-parse "^4.0.0"
50215017

50225018
eslint-plugin-react-hooks@^5.0.0:
@@ -5107,7 +5103,7 @@ eslint@^9.13.0:
51075103
natural-compare "^1.4.0"
51085104
optionator "^0.9.3"
51095105

5110-
espree@^10.0.1, espree@^10.1.0, espree@^10.3.0, espree@^10.4.0:
5106+
espree@^10.0.1, espree@^10.3.0, espree@^10.4.0:
51115107
version "10.4.0"
51125108
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
51135109
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==

0 commit comments

Comments
 (0)