mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Update dependency eslint-plugin-jsdoc to v37.2.2 (#43203)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
3606e4323e
commit
f789a7f88c
@ -167,7 +167,7 @@
|
||||
"enzyme-to-json": "3.6.2",
|
||||
"eslint": "7.28.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-jsdoc": "37.0.3",
|
||||
"eslint-plugin-jsdoc": "37.2.2",
|
||||
"eslint-plugin-lodash": "^7.2.0",
|
||||
"eslint-plugin-no-only-tests": "2.6.0",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
|
51
yarn.lock
51
yarn.lock
@ -3291,6 +3291,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@es-joy/jsdoccomment@npm:0.13.0":
|
||||
version: 0.13.0
|
||||
resolution: "@es-joy/jsdoccomment@npm:0.13.0"
|
||||
dependencies:
|
||||
comment-parser: 1.3.0
|
||||
esquery: ^1.4.0
|
||||
jsdoc-type-pratt-parser: 2.0.0
|
||||
checksum: eb7dcef7069e96c8c86c60aa843ba4cefa8485353b9bef46d02ab879891d674a79b796f1e029478f656c25e782d351452a2a7a47d928ce7fac9dc8409ecac1b9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/eslintrc@npm:^0.4.0, @eslint/eslintrc@npm:^0.4.2":
|
||||
version: 0.4.3
|
||||
resolution: "@eslint/eslintrc@npm:0.4.3"
|
||||
@ -14185,6 +14196,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"comment-parser@npm:1.3.0":
|
||||
version: 1.3.0
|
||||
resolution: "comment-parser@npm:1.3.0"
|
||||
checksum: e7b41b8a5f3d8b974e5b4bd8796acd41ec6635989f2a402bbf13098ad459c0598275a7b75b98d29c48d8f0b340a828d1a5d6948c8cf65ab41ae7e00040fb082a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"common-path-prefix@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "common-path-prefix@npm:3.0.0"
|
||||
@ -15953,6 +15971,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"debug@npm:^4.3.3":
|
||||
version: 4.3.3
|
||||
resolution: "debug@npm:4.3.3"
|
||||
dependencies:
|
||||
ms: 2.1.2
|
||||
peerDependenciesMeta:
|
||||
supports-color:
|
||||
optional: true
|
||||
checksum: 14472d56fe4a94dbcfaa6dbed2dd3849f1d72ba78104a1a328047bb564643ca49df0224c3a17fa63533fd11dd3d4c8636cd861191232a2c6735af00cc2d4de16
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"debuglog@npm:^1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "debuglog@npm:1.0.1"
|
||||
@ -17192,6 +17222,25 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-jsdoc@npm:37.2.2":
|
||||
version: 37.2.2
|
||||
resolution: "eslint-plugin-jsdoc@npm:37.2.2"
|
||||
dependencies:
|
||||
"@es-joy/jsdoccomment": 0.13.0
|
||||
comment-parser: 1.3.0
|
||||
debug: ^4.3.3
|
||||
escape-string-regexp: ^4.0.0
|
||||
esquery: ^1.4.0
|
||||
jsdoc-type-pratt-parser: ^2.0.0
|
||||
regextras: ^0.8.0
|
||||
semver: ^7.3.5
|
||||
spdx-expression-parse: ^3.0.1
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
checksum: 4762de96db7e58e5935ca8e7067a10b468906da3a5f097348858307b00cfc30ce6c0346d6b0ae601f1a26cd8aff943dadbdcab442b6a0d8a796099e9812d252d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-lodash@npm:^7.2.0":
|
||||
version: 7.3.0
|
||||
resolution: "eslint-plugin-lodash@npm:7.3.0"
|
||||
@ -19449,7 +19498,7 @@ __metadata:
|
||||
enzyme-to-json: 3.6.2
|
||||
eslint: 7.28.0
|
||||
eslint-config-prettier: 8.3.0
|
||||
eslint-plugin-jsdoc: 37.0.3
|
||||
eslint-plugin-jsdoc: 37.2.2
|
||||
eslint-plugin-lodash: ^7.2.0
|
||||
eslint-plugin-no-only-tests: 2.6.0
|
||||
eslint-plugin-prettier: 4.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user