Skip to content

Commit f46494e

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v48
1 parent bdf5357 commit f46494e

File tree

2 files changed

+91
-40
lines changed

2 files changed

+91
-40
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": "48.2.4",
6161
"eslint-plugin-prettier": "4.2.1",
6262
"jest": "27.5.1",
6363
"prettier": "2.8.2",

yarn.lock

Lines changed: 90 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,17 @@
323323
dependencies:
324324
"@jridgewell/trace-mapping" "0.3.9"
325325

326-
"@es-joy/jsdoccomment@~0.36.1":
327-
version "0.36.1"
328-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz#c37db40da36e4b848da5fd427a74bae3b004a30f"
329-
integrity sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==
330-
dependencies:
331-
comment-parser "1.3.1"
332-
esquery "^1.4.0"
333-
jsdoc-type-pratt-parser "~3.1.0"
326+
"@es-joy/jsdoccomment@~0.43.0":
327+
version "0.43.0"
328+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.43.0.tgz#35c295cadd0a939d1a3a6cd1548f66ec76d38870"
329+
integrity sha512-Q1CnsQrytI3TlCB1IVWXWeqUIPGVEKGaE7IbVdt13Nq/3i0JESAkQQERrfiQkmlpijl+++qyqPgaS31Bvc1jRQ==
330+
dependencies:
331+
"@types/eslint" "^8.56.5"
332+
"@types/estree" "^1.0.5"
333+
"@typescript-eslint/types" "^7.2.0"
334+
comment-parser "1.4.1"
335+
esquery "^1.5.0"
336+
jsdoc-type-pratt-parser "~4.0.0"
334337

335338
"@eslint-community/eslint-utils@^4.2.0":
336339
version "4.2.0"
@@ -1173,6 +1176,19 @@
11731176
dependencies:
11741177
"@types/node" "*"
11751178

1179+
"@types/eslint@^8.56.5":
1180+
version "8.56.10"
1181+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
1182+
integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==
1183+
dependencies:
1184+
"@types/estree" "*"
1185+
"@types/json-schema" "*"
1186+
1187+
"@types/estree@*", "@types/estree@^1.0.5":
1188+
version "1.0.5"
1189+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
1190+
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
1191+
11761192
"@types/graceful-fs@^4.1.2":
11771193
version "4.1.5"
11781194
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
@@ -1207,6 +1223,11 @@
12071223
jest-matcher-utils "^27.0.0"
12081224
pretty-format "^27.0.0"
12091225

1226+
"@types/json-schema@*":
1227+
version "7.0.15"
1228+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1229+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1230+
12101231
"@types/json-schema@^7.0.9":
12111232
version "7.0.9"
12121233
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1343,6 +1364,11 @@
13431364
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241"
13441365
integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==
13451366

1367+
"@typescript-eslint/types@^7.2.0":
1368+
version "7.8.0"
1369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
1370+
integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
1371+
13461372
"@typescript-eslint/[email protected]":
13471373
version "5.19.0"
13481374
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
@@ -1591,6 +1617,11 @@ archy@~1.0.0:
15911617
resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40"
15921618
integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=
15931619

1620+
are-docs-informative@^0.0.2:
1621+
version "0.0.2"
1622+
resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963"
1623+
integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==
1624+
15941625
are-we-there-yet@^2.0.0:
15951626
version "2.0.0"
15961627
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
@@ -1809,6 +1840,11 @@ buffer-from@^1.0.0:
18091840
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
18101841
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
18111842

1843+
builtin-modules@^3.3.0:
1844+
version "3.3.0"
1845+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
1846+
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
1847+
18121848
builtins@^1.0.3:
18131849
version "1.0.3"
18141850
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
@@ -2058,10 +2094,10 @@ combined-stream@^1.0.8:
20582094
dependencies:
20592095
delayed-stream "~1.0.0"
20602096

2061-
comment-parser@1.3.1:
2062-
version "1.3.1"
2063-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b"
2064-
integrity sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==
2097+
comment-parser@1.4.1:
2098+
version "1.4.1"
2099+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
2100+
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
20652101

20662102
common-ancestor-path@^1.0.1:
20672103
version "1.0.1"
@@ -2566,18 +2602,20 @@ [email protected]:
25662602
dependencies:
25672603
"@typescript-eslint/utils" "^5.10.0"
25682604

2569-
eslint-plugin-jsdoc@39.9.1:
2570-
version "39.9.1"
2571-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz#e9ce1723411fd7ea0933b3ef0dd02156ae3068e2"
2572-
integrity sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==
2605+
eslint-plugin-jsdoc@48.2.4:
2606+
version "48.2.4"
2607+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.4.tgz#0b6972faa9e5de89a08f1b0bcdc30e70a9cad736"
2608+
integrity sha512-3ebvVgCJFy06gpmuS2ynz13uh9iFSzZ1C1dDkgcSAqVVg82zlORKMk2fvjq708pAO6bwfs5YLttknFEbaoDiGw==
25732609
dependencies:
2574-
"@es-joy/jsdoccomment" "~0.36.1"
2575-
comment-parser "1.3.1"
2610+
"@es-joy/jsdoccomment" "~0.43.0"
2611+
are-docs-informative "^0.0.2"
2612+
comment-parser "1.4.1"
25762613
debug "^4.3.4"
25772614
escape-string-regexp "^4.0.0"
2578-
esquery "^1.4.0"
2579-
semver "^7.3.8"
2580-
spdx-expression-parse "^3.0.1"
2615+
esquery "^1.5.0"
2616+
is-builtin-module "^3.2.1"
2617+
semver "^7.6.0"
2618+
spdx-expression-parse "^4.0.0"
25812619

25822620
25832621
version "4.2.1"
@@ -2701,20 +2739,20 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
27012739
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
27022740
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
27032741

2704-
esquery@^1.4.0:
2705-
version "1.4.0"
2706-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
2707-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
2708-
dependencies:
2709-
estraverse "^5.1.0"
2710-
27112742
esquery@^1.4.2:
27122743
version "1.4.2"
27132744
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
27142745
integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
27152746
dependencies:
27162747
estraverse "^5.1.0"
27172748

2749+
esquery@^1.5.0:
2750+
version "1.5.0"
2751+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
2752+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
2753+
dependencies:
2754+
estraverse "^5.1.0"
2755+
27182756
esrecurse@^4.3.0:
27192757
version "4.3.0"
27202758
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -3352,6 +3390,13 @@ is-boolean-object@^1.1.0:
33523390
call-bind "^1.0.2"
33533391
has-tostringtag "^1.0.0"
33543392

3393+
is-builtin-module@^3.2.1:
3394+
version "3.2.1"
3395+
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
3396+
integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
3397+
dependencies:
3398+
builtin-modules "^3.3.0"
3399+
33553400
is-callable@^1.1.4, is-callable@^1.2.4:
33563401
version "1.2.4"
33573402
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
@@ -4008,10 +4053,10 @@ js-yaml@^4.1.0:
40084053
dependencies:
40094054
argparse "^2.0.1"
40104055

4011-
jsdoc-type-pratt-parser@~3.1.0:
4012-
version "3.1.0"
4013-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz#a4a56bdc6e82e5865ffd9febc5b1a227ff28e67e"
4014-
integrity sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==
4056+
jsdoc-type-pratt-parser@~4.0.0:
4057+
version "4.0.0"
4058+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114"
4059+
integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==
40154060

40164061
jsdom@^16.6.0:
40174062
version "16.7.0"
@@ -5636,12 +5681,10 @@ semver@^7.3.7:
56365681
dependencies:
56375682
lru-cache "^6.0.0"
56385683

5639-
semver@^7.3.8:
5640-
version "7.3.8"
5641-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
5642-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
5643-
dependencies:
5644-
lru-cache "^6.0.0"
5684+
semver@^7.6.0:
5685+
version "7.6.2"
5686+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
5687+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
56455688

56465689
set-blocking@^2.0.0:
56475690
version "2.0.0"
@@ -5756,14 +5799,22 @@ spdx-exceptions@^2.1.0:
57565799
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
57575800
integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
57585801

5759-
spdx-expression-parse@^3.0.0, spdx-expression-parse@^3.0.1:
5802+
spdx-expression-parse@^3.0.0:
57605803
version "3.0.1"
57615804
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
57625805
integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
57635806
dependencies:
57645807
spdx-exceptions "^2.1.0"
57655808
spdx-license-ids "^3.0.0"
57665809

5810+
spdx-expression-parse@^4.0.0:
5811+
version "4.0.0"
5812+
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz#a23af9f3132115465dac215c099303e4ceac5794"
5813+
integrity sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==
5814+
dependencies:
5815+
spdx-exceptions "^2.1.0"
5816+
spdx-license-ids "^3.0.0"
5817+
57675818
spdx-license-ids@^3.0.0:
57685819
version "3.0.11"
57695820
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95"

0 commit comments

Comments
 (0)