Skip to content

Commit 6215bd6

Browse files
build: update devdependency eslint to ~7.8.0 (#468)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 44c1d55 commit 6215bd6

2 files changed

Lines changed: 25 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"conventional-changelog-angular-all-2": "~5.0.1",
4444
"cross-env": "~7.0.0",
4545
"documentation": "~13.0.0",
46-
"eslint": "~7.7.0",
46+
"eslint": "~7.8.0",
4747
"eslint-config-wopian": "~2.0.0",
4848
"jest": "~26.4.0",
4949
"lerna": "~3.22.0",

yarn.lock

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,22 @@
10981098
exec-sh "^0.3.2"
10991099
minimist "^1.2.0"
11001100

1101+
"@eslint/eslintrc@^0.1.3":
1102+
version "0.1.3"
1103+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
1104+
integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==
1105+
dependencies:
1106+
ajv "^6.12.4"
1107+
debug "^4.1.1"
1108+
espree "^7.3.0"
1109+
globals "^12.1.0"
1110+
ignore "^4.0.6"
1111+
import-fresh "^3.2.1"
1112+
js-yaml "^3.13.1"
1113+
lodash "^4.17.19"
1114+
minimatch "^3.0.4"
1115+
strip-json-comments "^3.1.1"
1116+
11011117
"@evocateur/libnpmaccess@^3.1.2":
11021118
version "3.1.2"
11031119
resolved "https://registry.yarnpkg.com/@evocateur/libnpmaccess/-/libnpmaccess-3.1.2.tgz#ecf7f6ce6b004e9f942b098d92200be4a4b1c845"
@@ -5119,12 +5135,13 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
51195135
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
51205136
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
51215137

5122-
eslint@~7.7.0:
5123-
version "7.7.0"
5124-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
5125-
integrity sha512-1KUxLzos0ZVsyL81PnRN335nDtQ8/vZUD6uMtWbF+5zDtjKcsklIi78XoE0MVL93QvWTu+E5y44VyyCsOMBrIg==
5138+
eslint@~7.8.0:
5139+
version "7.8.1"
5140+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
5141+
integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w==
51265142
dependencies:
51275143
"@babel/code-frame" "^7.0.0"
5144+
"@eslint/eslintrc" "^0.1.3"
51285145
ajv "^6.10.0"
51295146
chalk "^4.0.0"
51305147
cross-spawn "^7.0.2"
@@ -5134,7 +5151,7 @@ eslint@~7.7.0:
51345151
eslint-scope "^5.1.0"
51355152
eslint-utils "^2.1.0"
51365153
eslint-visitor-keys "^1.3.0"
5137-
espree "^7.2.0"
5154+
espree "^7.3.0"
51385155
esquery "^1.2.0"
51395156
esutils "^2.0.2"
51405157
file-entry-cache "^5.0.1"
@@ -5161,7 +5178,7 @@ eslint@~7.7.0:
51615178
text-table "^0.2.0"
51625179
v8-compile-cache "^2.0.3"
51635180

5164-
espree@^7.2.0:
5181+
espree@^7.3.0:
51655182
version "7.3.0"
51665183
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
51675184
integrity sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw==
@@ -10955,7 +10972,7 @@ strip-json-comments@^2.0.1:
1095510972
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1095610973
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1095710974

10958-
strip-json-comments@^3.1.0:
10975+
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
1095910976
version "3.1.1"
1096010977
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
1096110978
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)