Skip to content

Commit 2cd3a30

Browse files
authored
Bump eslint from 6.0.1 to 6.1.0 (#48)
Bump eslint from 6.0.1 to 6.1.0
2 parents 571d7c0 + b454486 commit 2cd3a30

File tree

2 files changed

+62
-47
lines changed

2 files changed

+62
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@fullhuman/postcss-purgecss": "^1.2.0",
3939
"autoprefixer": "^9.6.1",
4040
"cssnano": "^4.1.10",
41-
"eslint": "^6.0.1",
41+
"eslint": "^6.1.0",
4242
"eslint-config-standard": "^13.0.1",
4343
"eslint-plugin-import": "^2.18.2",
4444
"eslint-plugin-node": "^9.1.0",

yarn.lock

Lines changed: 61 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -776,10 +776,10 @@ ansi-regex@^3.0.0:
776776
version "3.0.0"
777777
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
778778

779-
ansi-regex@^4.0.0:
780-
version "4.0.0"
781-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.0.0.tgz#70de791edf021404c3fd615aa89118ae0432e5a9"
782-
integrity sha512-iB5Dda8t/UqpPI/IjsejXu5jOGDrzn41wJyljwPH65VCIbk6+1BzFIMJGFwTNrYXT1CrD+B4l19U7awiQ8rk7w==
779+
ansi-regex@^4.1.0:
780+
version "4.1.0"
781+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
782+
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
783783

784784
ansi-styles@^2.2.1:
785785
version "2.2.1"
@@ -2129,10 +2129,10 @@ eslint-plugin-standard@^4.0.0:
21292129
version "4.0.0"
21302130
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.0.tgz#f845b45109c99cd90e77796940a344546c8f6b5c"
21312131

2132-
eslint-scope@^4.0.3:
2133-
version "4.0.3"
2134-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
2135-
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
2132+
eslint-scope@^5.0.0:
2133+
version "5.0.0"
2134+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
2135+
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
21362136
dependencies:
21372137
esrecurse "^4.1.0"
21382138
estraverse "^4.1.1"
@@ -2145,47 +2145,48 @@ eslint-visitor-keys@^1.0.0:
21452145
version "1.0.0"
21462146
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
21472147

2148-
eslint@^6.0.1:
2149-
version "6.0.1"
2150-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7"
2151-
integrity sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w==
2148+
eslint@^6.1.0:
2149+
version "6.1.0"
2150+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
2151+
integrity sha512-QhrbdRD7ofuV09IuE2ySWBz0FyXCq0rriLTZXZqaWSI79CVtHVRdkFuFTViiqzZhkCgfOh9USpriuGN2gIpZDQ==
21522152
dependencies:
21532153
"@babel/code-frame" "^7.0.0"
21542154
ajv "^6.10.0"
21552155
chalk "^2.1.0"
21562156
cross-spawn "^6.0.5"
21572157
debug "^4.0.1"
21582158
doctrine "^3.0.0"
2159-
eslint-scope "^4.0.3"
2159+
eslint-scope "^5.0.0"
21602160
eslint-utils "^1.3.1"
21612161
eslint-visitor-keys "^1.0.0"
21622162
espree "^6.0.0"
21632163
esquery "^1.0.1"
21642164
esutils "^2.0.2"
21652165
file-entry-cache "^5.0.1"
21662166
functional-red-black-tree "^1.0.1"
2167-
glob-parent "^3.1.0"
2167+
glob-parent "^5.0.0"
21682168
globals "^11.7.0"
21692169
ignore "^4.0.6"
21702170
import-fresh "^3.0.0"
21712171
imurmurhash "^0.1.4"
2172-
inquirer "^6.2.2"
2172+
inquirer "^6.4.1"
21732173
is-glob "^4.0.0"
21742174
js-yaml "^3.13.1"
21752175
json-stable-stringify-without-jsonify "^1.0.1"
21762176
levn "^0.3.0"
2177-
lodash "^4.17.11"
2177+
lodash "^4.17.14"
21782178
minimatch "^3.0.4"
21792179
mkdirp "^0.5.1"
21802180
natural-compare "^1.4.0"
21812181
optionator "^0.8.2"
21822182
progress "^2.0.0"
21832183
regexpp "^2.0.1"
2184-
semver "^5.5.1"
2185-
strip-ansi "^4.0.0"
2186-
strip-json-comments "^2.0.1"
2184+
semver "^6.1.2"
2185+
strip-ansi "^5.2.0"
2186+
strip-json-comments "^3.0.1"
21872187
table "^5.2.3"
21882188
text-table "^0.2.0"
2189+
v8-compile-cache "^2.0.3"
21892190

21902191
espree@^6.0.0:
21912192
version "6.0.0"
@@ -2567,6 +2568,13 @@ glob-parent@^3.1.0:
25672568
is-glob "^3.1.0"
25682569
path-dirname "^1.0.0"
25692570

2571+
glob-parent@^5.0.0:
2572+
version "5.0.0"
2573+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954"
2574+
integrity sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==
2575+
dependencies:
2576+
is-glob "^4.0.1"
2577+
25702578
glob-to-regexp@^0.3.0:
25712579
version "0.3.0"
25722580
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -2875,23 +2883,23 @@ ini@^1.3.4, ini@~1.3.0:
28752883
version "1.3.5"
28762884
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
28772885

2878-
inquirer@^6.2.2:
2879-
version "6.2.2"
2880-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.2.tgz#46941176f65c9eb20804627149b743a218f25406"
2881-
integrity sha512-Z2rREiXA6cHRR9KBOarR3WuLlFzlIfAEIiB45ll5SSadMg7WqOh1MKEjjndfuH5ewXdixWCxqnVfGOQzPeiztA==
2886+
inquirer@^6.4.1:
2887+
version "6.5.0"
2888+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
2889+
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
28822890
dependencies:
28832891
ansi-escapes "^3.2.0"
28842892
chalk "^2.4.2"
28852893
cli-cursor "^2.1.0"
28862894
cli-width "^2.0.0"
28872895
external-editor "^3.0.3"
28882896
figures "^2.0.0"
2889-
lodash "^4.17.11"
2897+
lodash "^4.17.12"
28902898
mute-stream "0.0.7"
28912899
run-async "^2.2.0"
28922900
rxjs "^6.4.0"
28932901
string-width "^2.1.0"
2894-
strip-ansi "^5.0.0"
2902+
strip-ansi "^5.1.0"
28952903
through "^2.3.6"
28962904

28972905
invariant@^2.2.2:
@@ -3029,9 +3037,10 @@ is-glob@^3.1.0:
30293037
dependencies:
30303038
is-extglob "^2.1.0"
30313039

3032-
is-glob@^4.0.0:
3033-
version "4.0.0"
3034-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.0.tgz#9521c76845cc2610a85203ddf080a958c2ffabc0"
3040+
is-glob@^4.0.0, is-glob@^4.0.1:
3041+
version "4.0.1"
3042+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
3043+
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
30353044
dependencies:
30363045
is-extglob "^2.1.1"
30373046

@@ -3360,10 +3369,10 @@ lodash.uniq@^4.5.0:
33603369
version "4.5.0"
33613370
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
33623371

3363-
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4:
3364-
version "4.17.14"
3365-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
3366-
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
3372+
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.4:
3373+
version "4.17.15"
3374+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
3375+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
33673376

33683377
log-symbols@^2.0.0, log-symbols@^2.2.0:
33693378
version "2.2.0"
@@ -5049,14 +5058,14 @@ sax@^1.2.4, sax@~1.2.4:
50495058
version "1.2.4"
50505059
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
50515060

5052-
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
5061+
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
50535062
version "5.6.0"
50545063
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
50555064

5056-
semver@^6.1.0:
5057-
version "6.1.0"
5058-
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.0.tgz#e95dc415d45ecf03f2f9f83b264a6b11f49c0cca"
5059-
integrity sha512-kCqEOOHoBcFs/2Ccuk4Xarm/KiWRSLEX9CAZF8xkJ6ZPlIoTZ8V5f7J16vYLJqDbR7KrxTJpR2lqjIEm2Qx9cQ==
5065+
semver@^6.1.0, semver@^6.1.2:
5066+
version "6.2.0"
5067+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"
5068+
integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A==
50605069

50615070
50625071
version "0.16.2"
@@ -5402,12 +5411,12 @@ strip-ansi@^4.0.0:
54025411
dependencies:
54035412
ansi-regex "^3.0.0"
54045413

5405-
strip-ansi@^5.0.0:
5406-
version "5.0.0"
5407-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.0.0.tgz#f78f68b5d0866c20b2c9b8c61b5298508dc8756f"
5408-
integrity sha512-Uu7gQyZI7J7gn5qLn1Np3G9vcYGTVqB+lFTytnDJv83dd8T22aGH451P3jueT2/QemInJDfxHB5Tde5OzgG1Ow==
5414+
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
5415+
version "5.2.0"
5416+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
5417+
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
54095418
dependencies:
5410-
ansi-regex "^4.0.0"
5419+
ansi-regex "^4.1.0"
54115420

54125421
strip-bom@^3.0.0:
54135422
version "3.0.0"
@@ -5417,7 +5426,12 @@ strip-eof@^1.0.0:
54175426
version "1.0.0"
54185427
resolved "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
54195428

5420-
strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
5429+
strip-json-comments@^3.0.1:
5430+
version "3.0.1"
5431+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
5432+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
5433+
5434+
strip-json-comments@~2.0.1:
54215435
version "2.0.1"
54225436
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
54235437

@@ -5795,9 +5809,10 @@ uuid@^3.3.2:
57955809
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
57965810
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
57975811

5798-
v8-compile-cache@^2.0.0:
5799-
version "2.0.2"
5800-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz#a428b28bb26790734c4fc8bc9fa106fccebf6a6c"
5812+
v8-compile-cache@^2.0.0, v8-compile-cache@^2.0.3:
5813+
version "2.0.3"
5814+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe"
5815+
integrity sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==
58015816

58025817
validate-npm-package-license@^3.0.1:
58035818
version "3.0.4"

0 commit comments

Comments
 (0)