Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 097048f

Browse files
Update dependency eslint-plugin-jsdoc to v36 (#62)
Co-authored-by: Renovate Bot <[email protected]>
1 parent db70557 commit 097048f

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-config-prettier": "~8.3.0",
4646
"eslint-define-config": "~1.0.9",
4747
"eslint-plugin-inclusive-language": "~2.1.1",
48-
"eslint-plugin-jsdoc": "~35.5.1",
48+
"eslint-plugin-jsdoc": "~36.0.7",
4949
"eslint-plugin-prettier": "~3.4.0",
5050
"eslint-plugin-spellcheck": "~0.0.19",
5151
"np": "~7.5.0",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
chalk "^2.0.0"
3131
js-tokens "^4.0.0"
3232

33-
"@es-joy/jsdoccomment@0.9.0-alpha.1":
34-
version "0.9.0-alpha.1"
35-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.9.0-alpha.1.tgz#f48bd162e185ec7f9f222273a282d10e52fe52f7"
36-
integrity sha512-Clxxc0PwpISoYYBibA+1L2qFJ7gvFVhI2Hos87S06K+Q0cXdOhZQJNKWuaQGPAeHjZEuUB/YoWOfwjuF2wirqA==
33+
"@es-joy/jsdoccomment@0.10.7":
34+
version "0.10.7"
35+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.10.7.tgz#bdb5dfcaa5cff8b5435f0c9f2777b533075a9c52"
36+
integrity sha512-aNKZEoMESDzOBjKxCWrFuG50mcpMeKVBnBNko4+IZZ5t9zXYs8GT1KB0ZaOq1YUsKumDRc6YII/TQm309MJ0KQ==
3737
dependencies:
38-
comment-parser "1.1.6-beta.0"
38+
comment-parser "1.2.3"
3939
esquery "^1.4.0"
40-
jsdoc-type-pratt-parser "1.0.4"
40+
jsdoc-type-pratt-parser "1.1.1"
4141

4242
"@eslint/eslintrc@^0.4.3":
4343
version "0.4.3"
@@ -599,10 +599,10 @@ color-name@~1.1.4:
599599
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
600600
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
601601

602-
comment-parser@1.1.6-beta.0:
603-
version "1.1.6-beta.0"
604-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.6-beta.0.tgz#57e503b18d0a5bd008632dcc54b1f95c2fffe8f6"
605-
integrity sha512-q3cA8TSMyqW7wcPSYWzbO/rMahnXgzs4SLG/UIWXdEsnXTFPZkEkWAdNgPiHig2OzxgpPLOh4WwsmClDxndwHw==
602+
comment-parser@1.2.3:
603+
version "1.2.3"
604+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.2.3.tgz#303a7eb99c9b2632efd594e183ccbd32042caf69"
605+
integrity sha512-vnqDwBSXSsdAkGS5NjwMIPelE47q+UkEgWKHvCDNhVIIaQSUFY6sNnEYGzdoPGMdpV+7KR3ZkRd7oyWIjtuvJg==
606606

607607
608608
version "0.0.1"
@@ -825,16 +825,16 @@ eslint-plugin-inclusive-language@~2.1.1:
825825
dependencies:
826826
humps "^2.0.1"
827827

828-
eslint-plugin-jsdoc@~35.5.1:
829-
version "35.5.1"
830-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.5.1.tgz#45932ee22669bbe06c97b82b936d56361efad370"
831-
integrity sha512-pPYPWtsykwVEue1tYEyoppBj4dgF7XicF67tLLLraY6RQYBq7qMKjUHji19+hfiTtYKKBD0YfeK8hgjPAE5viw==
828+
eslint-plugin-jsdoc@~36.0.7:
829+
version "36.0.7"
830+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-36.0.7.tgz#6e6f9897fc2ff3b3934b09c2748b998bc03d2bf6"
831+
integrity sha512-x73l/WCRQ1qCjLq46Ca7csuGd5o3y3vbJIa3cktg11tdf3UZleBdIXKN9Cf0xjs3tXYPEy2SoNXowT8ydnjNDQ==
832832
dependencies:
833-
"@es-joy/jsdoccomment" "0.9.0-alpha.1"
834-
comment-parser "1.1.6-beta.0"
833+
"@es-joy/jsdoccomment" "0.10.7"
834+
comment-parser "1.2.3"
835835
debug "^4.3.2"
836836
esquery "^1.4.0"
837-
jsdoc-type-pratt-parser "^1.0.4"
837+
jsdoc-type-pratt-parser "^1.1.1"
838838
lodash "^4.17.21"
839839
regextras "^0.8.0"
840840
semver "^7.3.5"
@@ -1629,10 +1629,10 @@ js-yaml@^3.13.1:
16291629
argparse "^1.0.7"
16301630
esprima "^4.0.0"
16311631

1632-
jsdoc-type-pratt-parser@1.0.4, jsdoc-type-pratt-parser@^1.0.4:
1633-
version "1.0.4"
1634-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.0.4.tgz#5750d2d32ffb001866537d3baaedea7cf84c7036"
1635-
integrity sha512-jzmW9gokeq9+bHPDR1nCeidMyFUikdZlbOhKzh9+/nJqB75XhpNKec1/UuxW5c4+O+Pi31Gc/dCboyfSm/pSpQ==
1632+
jsdoc-type-pratt-parser@1.1.1, jsdoc-type-pratt-parser@^1.1.1:
1633+
version "1.1.1"
1634+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.1.1.tgz#10fe5e409ba38de22a48b555598955a26ff0160f"
1635+
integrity sha512-uelRmpghNwPBuZScwgBG/OzodaFk5RbO5xaivBdsAY70icWfShwZ7PCMO0x1zSkOa8T1FzHThmrdoyg/0AwV5g==
16361636

16371637
16381638
version "3.0.0"

0 commit comments

Comments
 (0)