Skip to content

Commit a72a1b2

Browse files
Update dependency eslint-plugin-jsdoc to v50 (#4370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab5f32f commit a72a1b2

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"eslint-import-resolver-typescript": "^3.5.1",
9999
"eslint-plugin-import": "^2.26.0",
100100
"eslint-plugin-jest": "^28.0.0",
101-
"eslint-plugin-jsdoc": "^48.0.0",
101+
"eslint-plugin-jsdoc": "^50.0.0",
102102
"eslint-plugin-matrix-org": "^1.0.0",
103103
"eslint-plugin-tsdoc": "^0.3.0",
104104
"eslint-plugin-unicorn": "^54.0.0",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,14 +1100,14 @@
11001100
dependencies:
11011101
"@jridgewell/trace-mapping" "0.3.9"
11021102

1103-
"@es-joy/jsdoccomment@~0.46.0":
1104-
version "0.46.0"
1105-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.46.0.tgz#47a2ee4bfc0081f252e058272dfab680aaed464d"
1106-
integrity sha512-C3Axuq1xd/9VqFZpW4YAzOx5O9q/LP46uIQy/iNDpHG3fmPa6TBtvfglMCs3RBiBxAIi0Go97r8+jvTt55XMyQ==
1103+
"@es-joy/jsdoccomment@~0.48.0":
1104+
version "0.48.0"
1105+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.48.0.tgz#5d9dc1a295cf5d1ed224dffafb4800d5c7206c27"
1106+
integrity sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==
11071107
dependencies:
11081108
comment-parser "1.4.1"
11091109
esquery "^1.6.0"
1110-
jsdoc-type-pratt-parser "~4.0.0"
1110+
jsdoc-type-pratt-parser "~4.1.0"
11111111

11121112
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
11131113
version "4.4.0"
@@ -2660,7 +2660,7 @@ data-view-byte-offset@^1.0.0:
26602660
es-errors "^1.3.0"
26612661
is-data-view "^1.0.1"
26622662

2663-
debug@4, 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.3.6:
2663+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.6, debug@~4.3.6:
26642664
version "4.3.6"
26652665
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
26662666
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
@@ -3050,15 +3050,15 @@ eslint-plugin-jest@^28.0.0:
30503050
dependencies:
30513051
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
30523052

3053-
eslint-plugin-jsdoc@^48.0.0:
3054-
version "48.11.0"
3055-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.11.0.tgz#7c8dae6ce0d814aff54b87fdb808f02635691ade"
3056-
integrity sha512-d12JHJDPNo7IFwTOAItCeJY1hcqoIxE0lHA8infQByLilQ9xkqrRa6laWCnsuCrf+8rUnvxXY1XuTbibRBNylA==
3053+
eslint-plugin-jsdoc@^50.0.0:
3054+
version "50.2.2"
3055+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.2.2.tgz#151e63c8bc245ea8b2357d4229392a5b993827b0"
3056+
integrity sha512-i0ZMWA199DG7sjxlzXn5AeYZxpRfMJjDPUl7lL9eJJX8TPRoIaxJU4ys/joP5faM5AXE1eqW/dslCj3uj4Nqpg==
30573057
dependencies:
3058-
"@es-joy/jsdoccomment" "~0.46.0"
3058+
"@es-joy/jsdoccomment" "~0.48.0"
30593059
are-docs-informative "^0.0.2"
30603060
comment-parser "1.4.1"
3061-
debug "^4.3.5"
3061+
debug "^4.3.6"
30623062
escape-string-regexp "^4.0.0"
30633063
espree "^10.1.0"
30643064
esquery "^1.6.0"
@@ -4517,10 +4517,10 @@ js-yaml@^4.1.0:
45174517
dependencies:
45184518
argparse "^2.0.1"
45194519

4520-
jsdoc-type-pratt-parser@~4.0.0:
4521-
version "4.0.0"
4522-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114"
4523-
integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==
4520+
jsdoc-type-pratt-parser@~4.1.0:
4521+
version "4.1.0"
4522+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz#ff6b4a3f339c34a6c188cbf50a16087858d22113"
4523+
integrity sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==
45244524

45254525
jsdom@^20.0.0:
45264526
version "20.0.3"

0 commit comments

Comments
 (0)