Skip to content

Commit d14fc42

Browse files
Update dependency eslint-plugin-jsdoc to v46 (#3468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f30def commit d14fc42

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"eslint-import-resolver-typescript": "^3.5.1",
108108
"eslint-plugin-import": "^2.26.0",
109109
"eslint-plugin-jest": "^27.1.6",
110-
"eslint-plugin-jsdoc": "^45.0.0",
110+
"eslint-plugin-jsdoc": "^46.0.0",
111111
"eslint-plugin-matrix-org": "^1.0.0",
112112
"eslint-plugin-tsdoc": "^0.2.17",
113113
"eslint-plugin-unicorn": "^47.0.0",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3623,17 +3623,18 @@ eslint-plugin-jest@^27.1.6:
36233623
dependencies:
36243624
"@typescript-eslint/utils" "^5.10.0"
36253625

3626-
eslint-plugin-jsdoc@^45.0.0:
3627-
version "45.0.0"
3628-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-45.0.0.tgz#6be84e4842a7138cc571a907ea9c31c42eaac5c0"
3629-
integrity sha512-l2+Jcs/Ps7oFA+SWY+0sweU/e5LgricnEl6EsDlyRTF5y0+NWL1y9Qwz9PHwHAxtdJq6lxPjEQWmYLMkvhzD4g==
3626+
eslint-plugin-jsdoc@^46.0.0:
3627+
version "46.2.6"
3628+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.2.6.tgz#f25590d371859f20691d65b5dcd4cbe370d65564"
3629+
integrity sha512-zIaK3zbSrKuH12bP+SPybPgcHSM6MFzh3HFeaODzmsF1N8C1l8dzJ22cW1aq4g0+nayU1VMjmNf7hg0dpShLrA==
36303630
dependencies:
36313631
"@es-joy/jsdoccomment" "~0.39.4"
36323632
are-docs-informative "^0.0.2"
36333633
comment-parser "1.3.1"
36343634
debug "^4.3.4"
36353635
escape-string-regexp "^4.0.0"
36363636
esquery "^1.5.0"
3637+
is-builtin-module "^3.2.1"
36373638
semver "^7.5.1"
36383639
spdx-expression-parse "^3.0.1"
36393640

0 commit comments

Comments
 (0)