Skip to content

Commit

Permalink
Update dependency eslint to v8.17.0 (grafana#50689)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 13, 2022
1 parent 27e3e79 commit 6aa29e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"cypress": "9.5.1",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "8.15.0",
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "26.2.2",
Expand Down
33 changes: 8 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4176,7 +4176,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^1.2.1":
"@eslint/eslintrc@npm:^1.2.1, @eslint/eslintrc@npm:^1.3.0":
version: 1.3.0
resolution: "@eslint/eslintrc@npm:1.3.0"
dependencies:
Expand All @@ -4193,23 +4193,6 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^1.2.3":
version: 1.2.3
resolution: "@eslint/eslintrc@npm:1.2.3"
dependencies:
ajv: ^6.12.4
debug: ^4.3.2
espree: ^9.3.2
globals: ^13.9.0
ignore: ^5.2.0
import-fresh: ^3.2.1
js-yaml: ^4.1.0
minimatch: ^3.1.2
strip-json-comments: ^3.1.1
checksum: 48e7b7ac05cd514eee2ebb1d487600f0dd637ac21f63605e353cff6a08c7223275fe4f571d15ee9deae4e78c53edc73369ffcbed15fba4dfc1806179dbf4dc85
languageName: node
linkType: hard

"@formatjs/ecma402-abstract@npm:1.11.4":
version: 1.11.4
resolution: "@formatjs/ecma402-abstract@npm:1.11.4"
Expand Down Expand Up @@ -18706,11 +18689,11 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.15.0":
version: 8.15.0
resolution: "eslint@npm:8.15.0"
"eslint@npm:8.17.0":
version: 8.17.0
resolution: "eslint@npm:8.17.0"
dependencies:
"@eslint/eslintrc": ^1.2.3
"@eslint/eslintrc": ^1.3.0
"@humanwhocodes/config-array": ^0.9.2
ajv: ^6.10.0
chalk: ^4.0.0
Expand All @@ -18728,7 +18711,7 @@ __metadata:
file-entry-cache: ^6.0.1
functional-red-black-tree: ^1.0.1
glob-parent: ^6.0.1
globals: ^13.6.0
globals: ^13.15.0
ignore: ^5.2.0
import-fresh: ^3.0.0
imurmurhash: ^0.1.4
Expand All @@ -18747,7 +18730,7 @@ __metadata:
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: d8896393832e154e1381a21041cfe4d12a73a76fac26ea27cabbc0e5fdac87918ad651f07f804ef6faacd3868572de3c1ec5d96edf5502bc999eff0c423638f7
checksum: b484c96681c6b19f5b437f664623f1cd310d3ee9be88400d8450e086e664cd968a9dc202f0b0678578fd50e7a445b92586efe8c787de5073ff2f83213b00bb7b
languageName: node
linkType: hard

Expand Down Expand Up @@ -20761,7 +20744,7 @@ __metadata:
emotion: 11.0.0
enzyme: 3.11.0
enzyme-to-json: 3.6.2
eslint: 8.15.0
eslint: 8.17.0
eslint-config-prettier: 8.5.0
eslint-plugin-import: ^2.26.0
eslint-plugin-jest: 26.2.2
Expand Down

0 comments on commit 6aa29e1

Please sign in to comment.