Skip to content

Commit 35ca22d

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v47
1 parent 81a0bd9 commit 35ca22d

File tree

2 files changed

+64
-39
lines changed

2 files changed

+64
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-plugin-eslint-comments": "3.2.0",
5858
"eslint-plugin-import": "2.26.0",
5959
"eslint-plugin-jest": "26.9.0",
60-
"eslint-plugin-jsdoc": "39.9.1",
60+
"eslint-plugin-jsdoc": "47.0.2",
6161
"eslint-plugin-prettier": "4.2.1",
6262
"jest": "27.5.1",
6363
"prettier": "2.8.2",

yarn.lock

Lines changed: 63 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -335,14 +335,14 @@
335335
dependencies:
336336
"@jridgewell/trace-mapping" "0.3.9"
337337

338-
"@es-joy/jsdoccomment@~0.36.1":
339-
version "0.36.1"
340-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz#c37db40da36e4b848da5fd427a74bae3b004a30f"
341-
integrity sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==
338+
"@es-joy/jsdoccomment@~0.41.0":
339+
version "0.41.0"
340+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6"
341+
integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==
342342
dependencies:
343-
comment-parser "1.3.1"
344-
esquery "^1.4.0"
345-
jsdoc-type-pratt-parser "~3.1.0"
343+
comment-parser "1.4.1"
344+
esquery "^1.5.0"
345+
jsdoc-type-pratt-parser "~4.0.0"
346346

347347
"@eslint-community/eslint-utils@^4.2.0":
348348
version "4.2.0"
@@ -1603,6 +1603,11 @@ archy@~1.0.0:
16031603
resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40"
16041604
integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=
16051605

1606+
are-docs-informative@^0.0.2:
1607+
version "0.0.2"
1608+
resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963"
1609+
integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==
1610+
16061611
are-we-there-yet@^2.0.0:
16071612
version "2.0.0"
16081613
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
@@ -1821,6 +1826,11 @@ buffer-from@^1.0.0:
18211826
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
18221827
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
18231828

1829+
builtin-modules@^3.3.0:
1830+
version "3.3.0"
1831+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
1832+
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
1833+
18241834
builtins@^1.0.3:
18251835
version "1.0.3"
18261836
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
@@ -2070,10 +2080,10 @@ combined-stream@^1.0.8:
20702080
dependencies:
20712081
delayed-stream "~1.0.0"
20722082

2073-
comment-parser@1.3.1:
2074-
version "1.3.1"
2075-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b"
2076-
integrity sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==
2083+
comment-parser@1.4.1:
2084+
version "1.4.1"
2085+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
2086+
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
20772087

20782088
common-ancestor-path@^1.0.1:
20792089
version "1.0.1"
@@ -2578,18 +2588,20 @@ [email protected]:
25782588
dependencies:
25792589
"@typescript-eslint/utils" "^5.10.0"
25802590

2581-
eslint-plugin-jsdoc@39.9.1:
2582-
version "39.9.1"
2583-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz#e9ce1723411fd7ea0933b3ef0dd02156ae3068e2"
2584-
integrity sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==
2591+
eslint-plugin-jsdoc@47.0.2:
2592+
version "47.0.2"
2593+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-47.0.2.tgz#113a6370e623535e5c6e0a59a094ffdc253371ff"
2594+
integrity sha512-sIq81Pv+yrhhwY0m1JH79rdZRgDNunehv3S0Yv0UfewpoeJyPkODFn2o4o20nofVoI2tjku9/QBcCYUmmeWFXA==
25852595
dependencies:
2586-
"@es-joy/jsdoccomment" "~0.36.1"
2587-
comment-parser "1.3.1"
2596+
"@es-joy/jsdoccomment" "~0.41.0"
2597+
are-docs-informative "^0.0.2"
2598+
comment-parser "1.4.1"
25882599
debug "^4.3.4"
25892600
escape-string-regexp "^4.0.0"
2590-
esquery "^1.4.0"
2591-
semver "^7.3.8"
2592-
spdx-expression-parse "^3.0.1"
2601+
esquery "^1.5.0"
2602+
is-builtin-module "^3.2.1"
2603+
semver "^7.5.4"
2604+
spdx-expression-parse "^4.0.0"
25932605

25942606
25952607
version "4.2.1"
@@ -2713,20 +2725,20 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
27132725
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
27142726
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
27152727

2716-
esquery@^1.4.0:
2717-
version "1.4.0"
2718-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
2719-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
2720-
dependencies:
2721-
estraverse "^5.1.0"
2722-
27232728
esquery@^1.4.2:
27242729
version "1.4.2"
27252730
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
27262731
integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
27272732
dependencies:
27282733
estraverse "^5.1.0"
27292734

2735+
esquery@^1.5.0:
2736+
version "1.6.0"
2737+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
2738+
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
2739+
dependencies:
2740+
estraverse "^5.1.0"
2741+
27302742
esrecurse@^4.3.0:
27312743
version "4.3.0"
27322744
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -3364,6 +3376,13 @@ is-boolean-object@^1.1.0:
33643376
call-bind "^1.0.2"
33653377
has-tostringtag "^1.0.0"
33663378

3379+
is-builtin-module@^3.2.1:
3380+
version "3.2.1"
3381+
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
3382+
integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
3383+
dependencies:
3384+
builtin-modules "^3.3.0"
3385+
33673386
is-callable@^1.1.4, is-callable@^1.2.4:
33683387
version "1.2.4"
33693388
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
@@ -4020,10 +4039,10 @@ js-yaml@^4.1.0:
40204039
dependencies:
40214040
argparse "^2.0.1"
40224041

4023-
jsdoc-type-pratt-parser@~3.1.0:
4024-
version "3.1.0"
4025-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz#a4a56bdc6e82e5865ffd9febc5b1a227ff28e67e"
4026-
integrity sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==
4042+
jsdoc-type-pratt-parser@~4.0.0:
4043+
version "4.0.0"
4044+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114"
4045+
integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==
40274046

40284047
jsdom@^16.6.0:
40294048
version "16.7.0"
@@ -5648,12 +5667,10 @@ semver@^7.3.7:
56485667
dependencies:
56495668
lru-cache "^6.0.0"
56505669

5651-
semver@^7.3.8:
5652-
version "7.3.8"
5653-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
5654-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
5655-
dependencies:
5656-
lru-cache "^6.0.0"
5670+
semver@^7.5.4:
5671+
version "7.7.2"
5672+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
5673+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
56575674

56585675
set-blocking@^2.0.0:
56595676
version "2.0.0"
@@ -5768,14 +5785,22 @@ spdx-exceptions@^2.1.0:
57685785
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
57695786
integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
57705787

5771-
spdx-expression-parse@^3.0.0, spdx-expression-parse@^3.0.1:
5788+
spdx-expression-parse@^3.0.0:
57725789
version "3.0.1"
57735790
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
57745791
integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
57755792
dependencies:
57765793
spdx-exceptions "^2.1.0"
57775794
spdx-license-ids "^3.0.0"
57785795

5796+
spdx-expression-parse@^4.0.0:
5797+
version "4.0.0"
5798+
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz#a23af9f3132115465dac215c099303e4ceac5794"
5799+
integrity sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==
5800+
dependencies:
5801+
spdx-exceptions "^2.1.0"
5802+
spdx-license-ids "^3.0.0"
5803+
57795804
spdx-license-ids@^3.0.0:
57805805
version "3.0.11"
57815806
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95"

0 commit comments

Comments
 (0)