Skip to content

Commit bc0673b

Browse files
👷 Update dependency eslint-plugin-jsdoc to v57 (#3842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f704e0 commit bc0673b

File tree

2 files changed

+37
-20
lines changed

2 files changed

+37
-20
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-module-utils": "2.12.1",
6060
"eslint-plugin-import": "2.32.0",
6161
"eslint-plugin-jasmine": "4.2.2",
62-
"eslint-plugin-jsdoc": "54.7.0",
62+
"eslint-plugin-jsdoc": "57.0.8",
6363
"eslint-plugin-unicorn": "61.0.2",
6464
"express": "5.1.0",
6565
"glob": "11.0.3",

‎yarn.lock‎

Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -395,16 +395,16 @@ __metadata:
395395
languageName: node
396396
linkType: hard
397397

398-
"@es-joy/jsdoccomment@npm:~0.56.0":
399-
version: 0.56.0
400-
resolution: "@es-joy/jsdoccomment@npm:0.56.0"
398+
"@es-joy/jsdoccomment@npm:~0.58.0":
399+
version: 0.58.0
400+
resolution: "@es-joy/jsdoccomment@npm:0.58.0"
401401
dependencies:
402402
"@types/estree": "npm:^1.0.8"
403-
"@typescript-eslint/types": "npm:^8.42.0"
403+
"@typescript-eslint/types": "npm:^8.43.0"
404404
comment-parser: "npm:1.4.1"
405405
esquery: "npm:^1.6.0"
406-
jsdoc-type-pratt-parser: "npm:~5.1.0"
407-
checksum: 10c0/ddbbe6ed235b61210c3c27c685c10700329785b9374244b9d445e8382d18e3a75d8ee26ef05a905391bd16802ba17c1f37399bee0627a1e0d5316f7803bda82e
406+
jsdoc-type-pratt-parser: "npm:~5.4.0"
407+
checksum: 10c0/b4be03ec6acee60868e6574c6c9c78559048809e66dafbf5604929a99880c33f4736f4921675dbf813ac36a1446be89cfe0c7ebd0b0f273d2c99a284d764af0b
408408
languageName: node
409409
linkType: hard
410410

@@ -2358,7 +2358,7 @@ __metadata:
23582358
languageName: node
23592359
linkType: hard
23602360

2361-
"@typescript-eslint/types@npm:8.43.0, @typescript-eslint/types@npm:^8.42.0, @typescript-eslint/types@npm:^8.43.0":
2361+
"@typescript-eslint/types@npm:8.43.0, @typescript-eslint/types@npm:^8.43.0":
23622362
version: 8.43.0
23632363
resolution: "@typescript-eslint/types@npm:8.43.0"
23642364
checksum: 10c0/60d19b695affce128fe1076ebe4cff7e05d38dd50155d653fc9e995eafa56c299fd49ad4d9d2997f118a75fb57e3ca18001623bc3ef3fa0111f863079203e4b2
@@ -3418,7 +3418,7 @@ __metadata:
34183418
eslint-module-utils: "npm:2.12.1"
34193419
eslint-plugin-import: "npm:2.32.0"
34203420
eslint-plugin-jasmine: "npm:4.2.2"
3421-
eslint-plugin-jsdoc: "npm:54.7.0"
3421+
eslint-plugin-jsdoc: "npm:57.0.8"
34223422
eslint-plugin-unicorn: "npm:61.0.2"
34233423
express: "npm:5.1.0"
34243424
glob: "npm:11.0.3"
@@ -4530,7 +4530,7 @@ __metadata:
45304530
languageName: node
45314531
linkType: hard
45324532

4533-
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:^4.3.6, debug@npm:^4.4.0, debug@npm:^4.4.1":
4533+
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:^4.3.6, debug@npm:^4.4.0, debug@npm:^4.4.1, debug@npm:^4.4.3":
45344534
version: 4.4.3
45354535
resolution: "debug@npm:4.4.3"
45364536
dependencies:
@@ -5394,23 +5394,24 @@ __metadata:
53945394
languageName: node
53955395
linkType: hard
53965396

5397-
"eslint-plugin-jsdoc@npm:54.7.0":
5398-
version: 54.7.0
5399-
resolution: "eslint-plugin-jsdoc@npm:54.7.0"
5397+
"eslint-plugin-jsdoc@npm:57.0.8":
5398+
version: 57.0.8
5399+
resolution: "eslint-plugin-jsdoc@npm:57.0.8"
54005400
dependencies:
5401-
"@es-joy/jsdoccomment": "npm:~0.56.0"
5401+
"@es-joy/jsdoccomment": "npm:~0.58.0"
54025402
are-docs-informative: "npm:^0.0.2"
54035403
comment-parser: "npm:1.4.1"
5404-
debug: "npm:^4.4.1"
5404+
debug: "npm:^4.4.3"
54055405
escape-string-regexp: "npm:^4.0.0"
54065406
espree: "npm:^10.4.0"
54075407
esquery: "npm:^1.6.0"
5408+
object-deep-merge: "npm:^1.0.5"
54085409
parse-imports-exports: "npm:^0.2.4"
54095410
semver: "npm:^7.7.2"
54105411
spdx-expression-parse: "npm:^4.0.0"
54115412
peerDependencies:
54125413
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
5413-
checksum: 10c0/a3a7177fac149d0ef9e70484adb5e0e2939ce9c170f94d4ac8e1b2f0da42bbd9b0357840c3a96871085363d2d66a15fd8003e780d00496787326dbe594bdbf32
5414+
checksum: 10c0/01a1d50e6eef39f9b97858ebd5bb24186425be75a0efa5de8e886da1798bc4081f05fe343c0c67db38d4a31a62a4d76b99a4a095d9d2a78115c99ddc4a6af787
54145415
languageName: node
54155416
linkType: hard
54165417

@@ -7790,10 +7791,10 @@ __metadata:
77907791
languageName: node
77917792
linkType: hard
77927793

7793-
"jsdoc-type-pratt-parser@npm:~5.1.0":
7794-
version: 5.1.1
7795-
resolution: "jsdoc-type-pratt-parser@npm:5.1.1"
7796-
checksum: 10c0/4d7760e048d7620ff793a77b5194a2d7816f9ab667b016a05cc81af40d052474b23a320db3af17d08e48b354de068482a44bbcbf65704ad3c593bf016345f59a
7794+
"jsdoc-type-pratt-parser@npm:~5.4.0":
7795+
version: 5.4.0
7796+
resolution: "jsdoc-type-pratt-parser@npm:5.4.0"
7797+
checksum: 10c0/241f0794fcb24cbcad29a1dc2e401f0add4f088980d283b8cc844b95e4721a4e6d1740718be036df588f25fdaecfda96ca05b2b757278fb0d773adba794586b1
77977798
languageName: node
77987799
linkType: hard
77997800

@@ -9506,6 +9507,15 @@ __metadata:
95069507
languageName: node
95079508
linkType: hard
95089509

9510+
"object-deep-merge@npm:^1.0.5":
9511+
version: 1.0.5
9512+
resolution: "object-deep-merge@npm:1.0.5"
9513+
dependencies:
9514+
type-fest: "npm:4.2.0"
9515+
checksum: 10c0/6664ecb43a2519c9b101f1c3b130dfc73e108d86ec06fbe7261505e1522cf8b69b10dd53b8cbb4cde35cca9d44d349667e2404f06fff85cf9f50b825bb6d1839
9516+
languageName: node
9517+
linkType: hard
9518+
95099519
"object-inspect@npm:^1.13.3, object-inspect@npm:^1.13.4":
95109520
version: 1.13.4
95119521
resolution: "object-inspect@npm:1.13.4"
@@ -12579,6 +12589,13 @@ __metadata:
1257912589
languageName: node
1258012590
linkType: hard
1258112591

12592+
"type-fest@npm:4.2.0":
12593+
version: 4.2.0
12594+
resolution: "type-fest@npm:4.2.0"
12595+
checksum: 10c0/75e0c112ae91d3b68c75da9b7563cf393f91ebdfca5d53d0b3f0405690217eadca318f9ddb89d58ee6ed67b8e32d23a4eae2aabc4e351e5ae184d610247bf772
12596+
languageName: node
12597+
linkType: hard
12598+
1258212599
"type-fest@npm:^0.18.0":
1258312600
version: 0.18.1
1258412601
resolution: "type-fest@npm:0.18.1"

0 commit comments

Comments
 (0)