Skip to content

Commit 363dca8

Browse files
chore(deps-dev): bump eslint-plugin-jsdoc from 61.5.0 to 62.0.0 (#7290)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 61.5.0 to 62.0.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v61.5.0...v62.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 62.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e681ec commit 363dca8

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"eslint": "^9.39.2",
160160
"eslint-plugin-cypress": "^5.2.1",
161161
"eslint-plugin-import": "^2.32.0",
162-
"eslint-plugin-jsdoc": "^61.1.12",
162+
"eslint-plugin-jsdoc": "^62.0.0",
163163
"eslint-plugin-mocha": "^11.2.0",
164164
"eslint-plugin-n": "^17.23.1",
165165
"eslint-plugin-promise": "^7.2.1",

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,16 @@
204204
module-details-from-path "^1.0.3"
205205
node-gyp-build "^4.5.0"
206206

207-
"@es-joy/jsdoccomment@~0.76.0":
208-
version "0.76.0"
209-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.76.0.tgz#7785b915035f6010a0f59535202a1ff916faaa72"
210-
integrity sha512-g+RihtzFgGTx2WYCuTHbdOXJeAlGnROws0TeALx9ow/ZmOROOZkVg5wp/B44n0WJgI4SQFP1eWM2iRPlU2Y14w==
207+
"@es-joy/jsdoccomment@~0.79.0":
208+
version "0.79.0"
209+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.79.0.tgz#e057088f3d14177331863b326d5160b7203d5140"
210+
integrity sha512-q/Nc241VsVRC5b1dgbsOI0fnWfrb1S9sdceFewpDHto4+4r2o6SSCpcY+Z+EdLdMPN6Nsj/PjlPcKag6WbU6XQ==
211211
dependencies:
212212
"@types/estree" "^1.0.8"
213-
"@typescript-eslint/types" "^8.46.0"
213+
"@typescript-eslint/types" "^8.52.0"
214214
comment-parser "1.4.1"
215-
esquery "^1.6.0"
216-
jsdoc-type-pratt-parser "~6.10.0"
215+
esquery "^1.7.0"
216+
jsdoc-type-pratt-parser "~7.0.0"
217217

218218
"@es-joy/resolve.exports@1.2.0":
219219
version "1.2.0"
@@ -769,7 +769,7 @@
769769
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-15.0.1.tgz#49f731d9453f52d64dd79f5a5626c1cf1b81bea4"
770770
integrity sha512-Ko2tjWJq8oozHzHV+reuvS5KYIRAokHnGbDwGh/J64LntgpbuylF74ipEL24HCyRjf9FOlBiBHWBR1RlVKsI1w==
771771

772-
"@typescript-eslint/types@^8.46.0", "@typescript-eslint/types@^8.52.0":
772+
"@typescript-eslint/types@^8.52.0":
773773
version "8.53.0"
774774
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.0.tgz#1adcad3fa32bc2c4cbf3785ba07a5e3151819efb"
775775
integrity sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==
@@ -1666,19 +1666,19 @@ eslint-plugin-import@^2.32.0:
16661666
string.prototype.trimend "^1.0.9"
16671667
tsconfig-paths "^3.15.0"
16681668

1669-
eslint-plugin-jsdoc@^61.1.12:
1670-
version "61.5.0"
1671-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.5.0.tgz#7c07b46db385e0ffce1b827a9abb1cc6bdc78bd3"
1672-
integrity sha512-PR81eOGq4S7diVnV9xzFSBE4CDENRQGP0Lckkek8AdHtbj+6Bm0cItwlFnxsLFriJHspiE3mpu8U20eODyToIg==
1669+
eslint-plugin-jsdoc@^62.0.0:
1670+
version "62.0.0"
1671+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.0.0.tgz#301c8fb338df81cd84628139a4f0e50e9635dc49"
1672+
integrity sha512-sNdIGLAvjFK3pB0SYFW74iXODZ4ifF8Ax13Wgq8jKepKnrCFzGo7+jRZfLf70h81SD7lPYnTE7MR2nhYSvaLTA==
16731673
dependencies:
1674-
"@es-joy/jsdoccomment" "~0.76.0"
1674+
"@es-joy/jsdoccomment" "~0.79.0"
16751675
"@es-joy/resolve.exports" "1.2.0"
16761676
are-docs-informative "^0.0.2"
16771677
comment-parser "1.4.1"
16781678
debug "^4.4.3"
16791679
escape-string-regexp "^4.0.0"
1680-
espree "^10.4.0"
1681-
esquery "^1.6.0"
1680+
espree "^11.0.0"
1681+
esquery "^1.7.0"
16821682
html-entities "^2.6.0"
16831683
object-deep-merge "^2.0.0"
16841684
parse-imports-exports "^0.2.4"
@@ -1826,10 +1826,10 @@ esprima@^4.0.0:
18261826
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
18271827
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
18281828

1829-
esquery@^1.5.0, esquery@^1.6.0:
1830-
version "1.6.0"
1831-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
1832-
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
1829+
esquery@^1.5.0, esquery@^1.6.0, esquery@^1.7.0:
1830+
version "1.7.0"
1831+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
1832+
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
18331833
dependencies:
18341834
estraverse "^5.1.0"
18351835

@@ -2693,10 +2693,10 @@ js-yaml@^4.1.0, js-yaml@^4.1.1:
26932693
dependencies:
26942694
argparse "^2.0.1"
26952695

2696-
jsdoc-type-pratt-parser@~6.10.0:
2697-
version "6.10.0"
2698-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-6.10.0.tgz#0846ab682d937eb7272b0e42f49d7f22039059a2"
2699-
integrity sha512-+LexoTRyYui5iOhJGn13N9ZazL23nAHGkXsa1p/C8yeq79WRfLBag6ZZ0FQG2aRoc9yfo59JT9EYCQonOkHKkQ==
2696+
jsdoc-type-pratt-parser@~7.0.0:
2697+
version "7.0.0"
2698+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.0.0.tgz#b0381514e79aa6326185078059ca5915bb8ede3b"
2699+
integrity sha512-c7YbokssPOSHmqTbSAmTtnVgAVa/7lumWNYqomgd5KOMyPrRve2anx6lonfOsXEQacqF9FKVUj7bLg4vRSvdYA==
27002700

27012701
jsesc@^3.0.2, jsesc@^3.1.0, jsesc@~3.1.0:
27022702
version "3.1.0"

0 commit comments

Comments
 (0)