Skip to content

Commit 4b11210

Browse files
Bump eslint-plugin-jsdoc from 62.5.0 to 62.5.2 in the eslint group (FreeTubeApp#8628)
Bumps the eslint group with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint-plugin-jsdoc` from 62.5.0 to 62.5.2 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v62.5.0...v62.5.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 62.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae4059f commit 4b11210

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"electron": "^40.1.0",
8989
"electron-builder": "^26.7.0",
9090
"eslint": "^9.39.2",
91-
"eslint-plugin-jsdoc": "^62.5.0",
91+
"eslint-plugin-jsdoc": "^62.5.2",
9292
"eslint-plugin-jsonc": "^2.21.0",
9393
"eslint-plugin-unicorn": "^62.0.0",
9494
"eslint-plugin-vue": "^10.7.0",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,16 +1046,16 @@
10461046
dependencies:
10471047
tslib "^2.4.0"
10481048

1049-
"@es-joy/jsdoccomment@~0.83.0":
1050-
version "0.83.0"
1051-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.83.0.tgz#db1eda42d7e10d81e2dbc871459d556897ab8b8f"
1052-
integrity sha512-e1MHSEPJ4m35zkBvNT6kcdeH1SvMaJDsPC3Xhfseg3hvF50FUE3f46Yn36jgbrPYYXezlWUQnevv23c+lx2MCA==
1049+
"@es-joy/jsdoccomment@~0.84.0":
1050+
version "0.84.0"
1051+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.84.0.tgz#4d798d33207825dd1d85babbfbacc3a76c3ba634"
1052+
integrity sha512-0xew1CxOam0gV5OMjh2KjFQZsKL2bByX1+q4j3E73MpYIdyUxcZb/xQct9ccUb+ve5KGUYbCUxyPnYB7RbuP+w==
10531053
dependencies:
10541054
"@types/estree" "^1.0.8"
1055-
"@typescript-eslint/types" "^8.53.1"
1055+
"@typescript-eslint/types" "^8.54.0"
10561056
comment-parser "1.4.5"
10571057
esquery "^1.7.0"
1058-
jsdoc-type-pratt-parser "~7.1.0"
1058+
jsdoc-type-pratt-parser "~7.1.1"
10591059

10601060
"@es-joy/resolve.exports@1.2.0":
10611061
version "1.2.0"
@@ -2092,10 +2092,10 @@
20922092
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.1.tgz#4344dcf934495bbf25a9f83a06dd9fe2acf15780"
20932093
integrity sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==
20942094

2095-
"@typescript-eslint/types@^8.53.1":
2096-
version "8.53.1"
2097-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.1.tgz#101f203f0807a63216cceceedb815fabe21d5793"
2098-
integrity sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==
2095+
"@typescript-eslint/types@^8.54.0":
2096+
version "8.54.0"
2097+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.54.0.tgz#c12d41f67a2e15a8a96fbc5f2d07b17331130889"
2098+
integrity sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==
20992099

21002100
"@typescript-eslint/typescript-estree@8.35.1":
21012101
version "8.35.1"
@@ -4329,12 +4329,12 @@ eslint-plugin-import-x@^4.16.1:
43294329
stable-hash-x "^0.2.0"
43304330
unrs-resolver "^1.9.2"
43314331

4332-
eslint-plugin-jsdoc@^62.5.0:
4333-
version "62.5.0"
4334-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.5.0.tgz#c6c466a55cc17072c702a72ae03c227af32257ac"
4335-
integrity sha512-D+1haMVDzW/ZMoPwOnsbXCK07rJtsq98Z1v+ApvDKxSzYTTcPgmFc/nyUDCGmxm2cP7g7hszyjYHO7Zodl/43w==
4332+
eslint-plugin-jsdoc@^62.5.2:
4333+
version "62.5.2"
4334+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.5.2.tgz#feebba00e49d159ebc23e6481407b3b37834341b"
4335+
integrity sha512-n4plQz9u6xoX0QemOsBjU8S/V6XGRoBsad8v56Q9sEOKrcZTh489ld0qi7ONLNZsSlH0GBSi513DBvyavFckeQ==
43364336
dependencies:
4337-
"@es-joy/jsdoccomment" "~0.83.0"
4337+
"@es-joy/jsdoccomment" "~0.84.0"
43384338
"@es-joy/resolve.exports" "1.2.0"
43394339
are-docs-informative "^0.0.2"
43404340
comment-parser "1.4.5"
@@ -5983,10 +5983,10 @@ js-yaml@^4.1.0, js-yaml@^4.1.1:
59835983
dependencies:
59845984
argparse "^2.0.1"
59855985

5986-
jsdoc-type-pratt-parser@~7.1.0:
5987-
version "7.1.0"
5988-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.1.0.tgz#f2d63cbbc3d0d4eaea257eb5f847e8ebc5908dd5"
5989-
integrity sha512-SX7q7XyCwzM/MEDCYz0l8GgGbJAACGFII9+WfNYr5SLEKukHWRy2Jk3iWRe7P+lpYJNs7oQ+OSei4JtKGUjd7A==
5986+
jsdoc-type-pratt-parser@~7.1.1:
5987+
version "7.1.1"
5988+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.1.1.tgz#c67be3c812aaf1405bef3e965e8c3db50a5cad1b"
5989+
integrity sha512-/2uqY7x6bsrpi3i9LVU6J89352C0rpMk0as8trXxCtvd4kPk1ke/Eyif6wqfSLvoNJqcDG9Vk4UsXgygzCt2xA==
59905990

59915991
jsesc@^3.0.2, jsesc@^3.1.0, jsesc@~3.1.0:
59925992
version "3.1.0"

0 commit comments

Comments
 (0)