Skip to content

Commit 7750ea1

Browse files
Bump eslint-plugin-jsdoc from 48.11.0 to 52.0.4
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.11.0 to 52.0.4. - [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@v48.11.0...v52.0.4) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 52.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 886abae commit 7750ea1

2 files changed

Lines changed: 67 additions & 60 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"eslint-config-airbnb-typescript": "^18.0.0",
183183
"eslint-config-prettier": "^9.0.0",
184184
"eslint-plugin-import": "^2.30.0",
185-
"eslint-plugin-jsdoc": "^48.8.0",
185+
"eslint-plugin-jsdoc": "^52.0.4",
186186
"eslint-plugin-node": "^11.1.0",
187187
"eslint-plugin-prefer-import": "^0.0.1",
188188
"eslint-plugin-prettier": "^5.2.3",

yarn.lock

Lines changed: 66 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -970,14 +970,16 @@
970970
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
971971
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
972972

973-
"@es-joy/jsdoccomment@~0.46.0":
974-
version "0.46.0"
975-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.46.0.tgz#47a2ee4bfc0081f252e058272dfab680aaed464d"
976-
integrity sha512-C3Axuq1xd/9VqFZpW4YAzOx5O9q/LP46uIQy/iNDpHG3fmPa6TBtvfglMCs3RBiBxAIi0Go97r8+jvTt55XMyQ==
973+
"@es-joy/jsdoccomment@~0.52.0":
974+
version "0.52.0"
975+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.52.0.tgz#106945b6d1abed89597aa104b80ff8f9fb7038a6"
976+
integrity sha512-BXuN7BII+8AyNtn57euU2Yxo9yA/KUDNzrpXyi3pfqKmBhhysR6ZWOebFh3vyPoqA3/j1SOvGgucElMGwlXing==
977977
dependencies:
978+
"@types/estree" "^1.0.8"
979+
"@typescript-eslint/types" "^8.34.1"
978980
comment-parser "1.4.1"
979981
esquery "^1.6.0"
980-
jsdoc-type-pratt-parser "~4.0.0"
982+
jsdoc-type-pratt-parser "~4.1.0"
981983

982984
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
983985
version "4.5.1"
@@ -1161,11 +1163,6 @@
11611163
"@nodelib/fs.scandir" "2.1.5"
11621164
fastq "^1.6.0"
11631165

1164-
"@pkgr/core@^0.1.0":
1165-
version "0.1.2"
1166-
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.2.tgz#1cf95080bb7072fafaa3cb13b442fab4695c3893"
1167-
integrity sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==
1168-
11691166
"@pkgr/core@^0.2.0":
11701167
version "0.2.0"
11711168
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
@@ -1345,6 +1342,11 @@
13451342
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.7.tgz#4158d3105276773d5b7695cd4834b1722e4f37a8"
13461343
integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
13471344

1345+
"@types/estree@^1.0.8":
1346+
version "1.0.8"
1347+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
1348+
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
1349+
13481350
"@types/eventsource@^1.1.12":
13491351
version "1.1.15"
13501352
resolved "https://registry.yarnpkg.com/@types/eventsource/-/eventsource-1.1.15.tgz#949383d3482e20557cbecbf3b038368d94b6be27"
@@ -1545,6 +1547,11 @@
15451547
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
15461548
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
15471549

1550+
"@typescript-eslint/types@^8.34.1":
1551+
version "8.39.0"
1552+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
1553+
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
1554+
15481555
"@typescript-eslint/typescript-estree@7.18.0":
15491556
version "7.18.0"
15501557
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
@@ -1804,6 +1811,11 @@ acorn@^8.11.0, acorn@^8.14.0, acorn@^8.4.1, acorn@^8.8.2, acorn@^8.9.0:
18041811
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
18051812
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
18061813

1814+
acorn@^8.15.0:
1815+
version "8.15.0"
1816+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
1817+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
1818+
18071819
aggregate-error@^3.0.0:
18081820
version "3.1.0"
18091821
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
@@ -3131,10 +3143,10 @@ debug@^3.2.7:
31313143
dependencies:
31323144
ms "^2.1.1"
31333145

3134-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0:
3135-
version "4.4.0"
3136-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
3137-
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
3146+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0, debug@^4.4.1:
3147+
version "4.4.1"
3148+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
3149+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
31383150
dependencies:
31393151
ms "^2.1.3"
31403152

@@ -3488,7 +3500,7 @@ es-errors@^1.3.0:
34883500
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
34893501
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
34903502

3491-
es-module-lexer@^1.2.1, es-module-lexer@^1.5.3:
3503+
es-module-lexer@^1.2.1:
34923504
version "1.6.0"
34933505
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.6.0.tgz#da49f587fd9e68ee2404fe4e256c0c7d3a81be21"
34943506
integrity sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==
@@ -3622,22 +3634,21 @@ eslint-plugin-import@^2.30.0, eslint-plugin-import@^2.31.0:
36223634
string.prototype.trimend "^1.0.8"
36233635
tsconfig-paths "^3.15.0"
36243636

3625-
eslint-plugin-jsdoc@^48.8.0:
3626-
version "48.11.0"
3627-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.11.0.tgz#7c8dae6ce0d814aff54b87fdb808f02635691ade"
3628-
integrity sha512-d12JHJDPNo7IFwTOAItCeJY1hcqoIxE0lHA8infQByLilQ9xkqrRa6laWCnsuCrf+8rUnvxXY1XuTbibRBNylA==
3637+
eslint-plugin-jsdoc@^52.0.4:
3638+
version "52.0.4"
3639+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-52.0.4.tgz#d391b33dd8d6808d573118588451229d4f41f20d"
3640+
integrity sha512-be5OzGlLExvcK13Il3noU7/v7WmAQGenTmCaBKf1pwVtPOb6X+PGFVnJad0QhMj4KKf45XjE4hbsBxv25q1fTg==
36293641
dependencies:
3630-
"@es-joy/jsdoccomment" "~0.46.0"
3642+
"@es-joy/jsdoccomment" "~0.52.0"
36313643
are-docs-informative "^0.0.2"
36323644
comment-parser "1.4.1"
3633-
debug "^4.3.5"
3645+
debug "^4.4.1"
36343646
escape-string-regexp "^4.0.0"
3635-
espree "^10.1.0"
3647+
espree "^10.4.0"
36363648
esquery "^1.6.0"
3637-
parse-imports "^2.1.1"
3638-
semver "^7.6.3"
3649+
parse-imports-exports "^0.2.4"
3650+
semver "^7.7.2"
36393651
spdx-expression-parse "^4.0.0"
3640-
synckit "^0.9.1"
36413652

36423653
eslint-plugin-node@^11.1.0:
36433654
version "11.1.0"
@@ -3707,6 +3718,11 @@ eslint-visitor-keys@^4.2.0:
37073718
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
37083719
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
37093720

3721+
eslint-visitor-keys@^4.2.1:
3722+
version "4.2.1"
3723+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3724+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3725+
37103726
eslint-webpack-plugin@^4.2.0:
37113727
version "4.2.0"
37123728
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-4.2.0.tgz#41f54b25379908eb9eca8645bc997c90cfdbd34e"
@@ -3762,14 +3778,14 @@ eslint@^8.57.0, eslint@^8.57.1:
37623778
strip-ansi "^6.0.1"
37633779
text-table "^0.2.0"
37643780

3765-
espree@^10.1.0:
3766-
version "10.3.0"
3767-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
3768-
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
3781+
espree@^10.4.0:
3782+
version "10.4.0"
3783+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
3784+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
37693785
dependencies:
3770-
acorn "^8.14.0"
3786+
acorn "^8.15.0"
37713787
acorn-jsx "^5.3.2"
3772-
eslint-visitor-keys "^4.2.0"
3788+
eslint-visitor-keys "^4.2.1"
37733789

37743790
espree@^9.6.0, espree@^9.6.1:
37753791
version "9.6.1"
@@ -5124,10 +5140,10 @@ jsbn@~0.1.0:
51245140
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
51255141
integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==
51265142

5127-
jsdoc-type-pratt-parser@~4.0.0:
5128-
version "4.0.0"
5129-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114"
5130-
integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==
5143+
jsdoc-type-pratt-parser@~4.1.0:
5144+
version "4.1.0"
5145+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz#ff6b4a3f339c34a6c188cbf50a16087858d22113"
5146+
integrity sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==
51315147

51325148
jsdoc@^4.0.4:
51335149
version "4.0.4"
@@ -6286,13 +6302,17 @@ parse-asn1@^5.0.0, parse-asn1@^5.1.7:
62866302
pbkdf2 "^3.1.2"
62876303
safe-buffer "^5.2.1"
62886304

6289-
parse-imports@^2.1.1:
6290-
version "2.2.1"
6291-
resolved "https://registry.yarnpkg.com/parse-imports/-/parse-imports-2.2.1.tgz#0a6e8b5316beb5c9905f50eb2bbb8c64a4805642"
6292-
integrity sha512-OL/zLggRp8mFhKL0rNORUTR4yBYujK/uU+xZL+/0Rgm2QE4nLO9v8PzEweSJEbMGKmDRjJE4R3IMJlL2di4JeQ==
6305+
parse-imports-exports@^0.2.4:
6306+
version "0.2.4"
6307+
resolved "https://registry.yarnpkg.com/parse-imports-exports/-/parse-imports-exports-0.2.4.tgz#e3fb3b5e264cfb55c25b5dfcbe7f410f8dc4e7af"
6308+
integrity sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==
62936309
dependencies:
6294-
es-module-lexer "^1.5.3"
6295-
slashes "^3.0.12"
6310+
parse-statements "1.0.11"
6311+
6312+
parse-statements@1.0.11:
6313+
version "1.0.11"
6314+
resolved "https://registry.yarnpkg.com/parse-statements/-/parse-statements-1.0.11.tgz#8787c5d383ae5746568571614be72b0689584344"
6315+
integrity sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==
62966316

62976317
parse5-htmlparser2-tree-adapter@^6.0.0:
62986318
version "6.0.1"
@@ -7097,10 +7117,10 @@ schema-utils@^4.0.0, schema-utils@^4.2.0, schema-utils@^4.3.0:
70977117
ajv-formats "^2.1.1"
70987118
ajv-keywords "^5.1.0"
70997119

7100-
"semver@2 >=2.2.1 || 3.x || 4 || 5 || 7", semver@^7.3.4, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
7101-
version "7.7.1"
7102-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
7103-
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
7120+
"semver@2 >=2.2.1 || 3.x || 4 || 5 || 7", semver@^7.3.4, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.2:
7121+
version "7.7.2"
7122+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
7123+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
71047124

71057125
semver@^5.6.0:
71067126
version "5.7.2"
@@ -7276,11 +7296,6 @@ slash@^3.0.0:
72767296
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
72777297
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
72787298

7279-
slashes@^3.0.12:
7280-
version "3.0.12"
7281-
resolved "https://registry.yarnpkg.com/slashes/-/slashes-3.0.12.tgz#3d664c877ad542dc1509eaf2c50f38d483a6435a"
7282-
integrity sha512-Q9VME8WyGkc7pJf6QEkj3wE+2CnvZMI+XJhwdTPR8Z/kWQRXi7boAWLDibRPyHRTUTPx5FaU7MsyrjI3yLB4HA==
7283-
72847299
slice-ansi@^5.0.0:
72857300
version "5.0.0"
72867301
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-5.0.0.tgz#b73063c57aa96f9cd881654b15294d95d285c42a"
@@ -7663,14 +7678,6 @@ synckit@^0.11.0:
76637678
"@pkgr/core" "^0.2.0"
76647679
tslib "^2.8.1"
76657680

7666-
synckit@^0.9.1:
7667-
version "0.9.2"
7668-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
7669-
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
7670-
dependencies:
7671-
"@pkgr/core" "^0.1.0"
7672-
tslib "^2.6.2"
7673-
76747681
taffydb@^2.7.3:
76757682
version "2.7.3"
76767683
resolved "https://registry.yarnpkg.com/taffydb/-/taffydb-2.7.3.tgz#2ad37169629498fca5bc84243096d3cde0ec3a34"
@@ -7859,7 +7866,7 @@ tsconfig-paths@^3.15.0:
78597866
minimist "^1.2.6"
78607867
strip-bom "^3.0.0"
78617868

7862-
tslib@^2.0.1, tslib@^2.6.2, tslib@^2.8.1:
7869+
tslib@^2.0.1, tslib@^2.8.1:
78637870
version "2.8.1"
78647871
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
78657872
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

0 commit comments

Comments
 (0)