Skip to content

Commit 610c1c0

Browse files
Bump eslint-plugin-jsdoc from 50.6.17 to 51.0.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.6.17 to 51.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 51.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3742686 commit 610c1c0

File tree

2 files changed

+25
-34
lines changed

2 files changed

+25
-34
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.0.1",
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: 24 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,12 +1044,11 @@
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.50.2":
1048+
version "0.50.2"
1049+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.50.2.tgz#707768f0cb62abe0703d51aa9086986d230a5d5c"
1050+
integrity sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==
10511051
dependencies:
1052-
"@types/eslint" "^9.6.1"
10531052
"@types/estree" "^1.0.6"
10541053
"@typescript-eslint/types" "^8.11.0"
10551054
comment-parser "1.4.1"
@@ -2771,15 +2770,7 @@
27712770
dependencies:
27722771
"@types/d3-color" "*"
27732772

2774-
"@types/eslint@^9.6.1":
2775-
version "9.6.1"
2776-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.1.tgz#d5795ad732ce81715f27f75da913004a56751584"
2777-
integrity sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==
2778-
dependencies:
2779-
"@types/estree" "*"
2780-
"@types/json-schema" "*"
2781-
2782-
"@types/estree@*", "@types/[email protected]", "@types/estree@^1.0.0", "@types/estree@^1.0.6":
2773+
"@types/[email protected]", "@types/estree@^1.0.0", "@types/estree@^1.0.6":
27832774
version "1.0.8"
27842775
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
27852776
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -2840,7 +2831,7 @@
28402831
"@types/tough-cookie" "*"
28412832
parse5 "^7.0.0"
28422833

2843-
"@types/json-schema@*", "@types/json-schema@^7.0.15":
2834+
"@types/json-schema@^7.0.15":
28442835
version "7.0.15"
28452836
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
28462837
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -3410,10 +3401,10 @@ anymatch@^3.1.3:
34103401
normalize-path "^3.0.0"
34113402
picomatch "^2.0.4"
34123403

3413-
are-docs-informative@^0.0.2:
3414-
version "0.0.2"
3415-
resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963"
3416-
integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==
3404+
are-docs-informative@^0.1.1:
3405+
version "0.1.1"
3406+
resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.1.1.tgz#34fa1d621e6b8ab2bd33e219333c135b6655a2d0"
3407+
integrity sha512-sqRsNQBwbKLRX0jV5Cu5uzmtflf892n4Vukz7T659ebL4pz3mpOqCMU7lxMoBTFwnp10E3YB5ZcyHM41W5bcDA==
34173408

34183409
argparse@^1.0.7:
34193410
version "1.0.10"
@@ -4460,10 +4451,10 @@ [email protected]:
44604451
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
44614452
integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==
44624453

4463-
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:
4464-
version "4.4.0"
4465-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
4466-
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
4454+
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:
4455+
version "4.4.1"
4456+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
4457+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
44674458
dependencies:
44684459
ms "^2.1.3"
44694460

@@ -4947,20 +4938,20 @@ eslint-plugin-deprecation@^3.0.0:
49474938
ts-api-utils "^1.3.0"
49484939
tslib "^2.3.1"
49494940

4950-
eslint-plugin-jsdoc@^50.4.3:
4951-
version "50.6.17"
4952-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.17.tgz#68a1f1e91aeac8f2784c7e9ee4229f31adb773b2"
4953-
integrity sha512-hq+VQylhd12l8qjexyriDsejZhqiP33WgMTy2AmaGZ9+MrMWVqPECsM87GPxgHfQn0zw+YTuhqjUfk1f+q67aQ==
4941+
eslint-plugin-jsdoc@^51.0.1:
4942+
version "51.0.1"
4943+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.0.1.tgz#06f8742ad4ae151c85a825cf0edbd65e5b87d11f"
4944+
integrity sha512-nnH6O8uk0Wp5EvHlVEPESKdGWTlu5g1tfBUZmL/jMZLBpUtttxxW+9hPzTMCYmYsQ3HwDsJdHJAiaDRKsP6iUg==
49544945
dependencies:
4955-
"@es-joy/jsdoccomment" "~0.50.1"
4956-
are-docs-informative "^0.0.2"
4946+
"@es-joy/jsdoccomment" "~0.50.2"
4947+
are-docs-informative "^0.1.1"
49574948
comment-parser "1.4.1"
4958-
debug "^4.3.6"
4949+
debug "^4.4.1"
49594950
escape-string-regexp "^4.0.0"
4960-
espree "^10.1.0"
4951+
espree "^10.3.0"
49614952
esquery "^1.6.0"
49624953
parse-imports-exports "^0.2.4"
4963-
semver "^7.6.3"
4954+
semver "^7.7.2"
49644955
spdx-expression-parse "^4.0.0"
49654956

49664957
eslint-plugin-react-hooks@^5.0.0:
@@ -5051,7 +5042,7 @@ eslint@^9.13.0:
50515042
natural-compare "^1.4.0"
50525043
optionator "^0.9.3"
50535044

5054-
espree@^10.0.1, espree@^10.1.0, espree@^10.3.0, espree@^10.4.0:
5045+
espree@^10.0.1, espree@^10.3.0, espree@^10.4.0:
50555046
version "10.4.0"
50565047
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
50575048
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==

0 commit comments

Comments
 (0)