Skip to content

Commit 96b3608

Browse files
dev: bump eslint-plugin-jsdoc from 60.8.3 to 61.1.2
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 60.8.3 to 61.1.2. - [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@v60.8.3...v61.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 61.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4551055 commit 96b3608

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-plugin-cypress": "^3.6.0",
5151
"eslint-plugin-import": "^2.32.0",
5252
"eslint-plugin-jest": "^28.13.0",
53-
"eslint-plugin-jsdoc": "^60.8.3",
53+
"eslint-plugin-jsdoc": "^61.1.2",
5454
"eslint-plugin-prefer-arrow": "^1.2.3",
5555
"eslint-plugin-prettier": "5.5.4",
5656
"eslint-plugin-react": "^7.37.5",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,16 +1391,16 @@
13911391
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6"
13921392
integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==
13931393

1394-
"@es-joy/jsdoccomment@~0.71.0":
1395-
version "0.71.0"
1396-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.71.0.tgz#b997ad3077b71a45a3020d5c95645778b726506a"
1397-
integrity sha512-2p9+dXWNQnp5Kq/V0XVWZiVAabzlX6rUW8vXXvtX8Yc1CkKgD93IPDEnv1sYZFkkS6HMvg6H0RMZfob/Co0YXA==
1394+
"@es-joy/jsdoccomment@~0.76.0":
1395+
version "0.76.0"
1396+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.76.0.tgz#7785b915035f6010a0f59535202a1ff916faaa72"
1397+
integrity sha512-g+RihtzFgGTx2WYCuTHbdOXJeAlGnROws0TeALx9ow/ZmOROOZkVg5wp/B44n0WJgI4SQFP1eWM2iRPlU2Y14w==
13981398
dependencies:
13991399
"@types/estree" "^1.0.8"
14001400
"@typescript-eslint/types" "^8.46.0"
14011401
comment-parser "1.4.1"
14021402
esquery "^1.6.0"
1403-
jsdoc-type-pratt-parser "~6.6.0"
1403+
jsdoc-type-pratt-parser "~6.10.0"
14041404

14051405
"@esbuild/aix-ppc64@0.25.0":
14061406
version "0.25.0"
@@ -6286,12 +6286,12 @@ eslint-plugin-jest@^28.13.0:
62866286
dependencies:
62876287
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
62886288

6289-
eslint-plugin-jsdoc@^60.8.3:
6290-
version "60.8.3"
6291-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-60.8.3.tgz#7a500481b07869562cfe14f7cf5e20bbc861d348"
6292-
integrity sha512-4191bTMvnd5WUtopCdzNhQchvv/MxtPD86ZGl3vem8Ibm22xJhKuIyClmgSxw+YERtorVc/NhG+bGjfFVa6+VQ==
6289+
eslint-plugin-jsdoc@^61.1.2:
6290+
version "61.1.2"
6291+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.1.2.tgz#5eb92e630038fc4e7624abc7432000d6fc4ce0e5"
6292+
integrity sha512-gbb4VVKRsMJZ+YqJXte6RQ/pDTIQcMauyQb03n5GTfWG+gAb6T3FaOLeoSHAIrBT90ykLkxzRh3z95DoIrUk3A==
62936293
dependencies:
6294-
"@es-joy/jsdoccomment" "~0.71.0"
6294+
"@es-joy/jsdoccomment" "~0.76.0"
62956295
are-docs-informative "^0.0.2"
62966296
comment-parser "1.4.1"
62976297
debug "^4.4.3"
@@ -6301,7 +6301,7 @@ eslint-plugin-jsdoc@^60.8.3:
63016301
html-entities "^2.6.0"
63026302
object-deep-merge "^1.0.5"
63036303
parse-imports-exports "^0.2.4"
6304-
semver "^7.7.2"
6304+
semver "^7.7.3"
63056305
spdx-expression-parse "^4.0.0"
63066306

63076307
eslint-plugin-prefer-arrow@^1.2.3:
@@ -8826,10 +8826,10 @@ jsdoc-type-pratt-parser@^4.0.0:
88268826
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz#ff6b4a3f339c34a6c188cbf50a16087858d22113"
88278827
integrity sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==
88288828

8829-
jsdoc-type-pratt-parser@~6.6.0:
8830-
version "6.6.0"
8831-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-6.6.0.tgz#f06a3e088577796fc2c91dc7e8256a9a4836a874"
8832-
integrity sha512-3hSD14nXx66Rspx1RMnz1Pj4JacrMBAsC0CrF9lZYO/Qsp5/oIr6KqujVUNhQu94B6mMip2ukki8MpEWZwyhKA==
8829+
jsdoc-type-pratt-parser@~6.10.0:
8830+
version "6.10.0"
8831+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-6.10.0.tgz#0846ab682d937eb7272b0e42f49d7f22039059a2"
8832+
integrity sha512-+LexoTRyYui5iOhJGn13N9ZazL23nAHGkXsa1p/C8yeq79WRfLBag6ZZ0FQG2aRoc9yfo59JT9EYCQonOkHKkQ==
88338833

88348834
jsdom@^26.1.0:
88358835
version "26.1.0"
@@ -12140,10 +12140,10 @@ semver@^6.0.0, semver@^6.3.1:
1214012140
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1214112141
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1214212142

12143-
semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2, semver@^7.7.1, semver@^7.7.2:
12144-
version "7.7.2"
12145-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
12146-
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
12143+
semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3:
12144+
version "7.7.3"
12145+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
12146+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
1214712147

1214812148
send@0.19.0:
1214912149
version "0.19.0"

0 commit comments

Comments
 (0)