Skip to content

Commit 97340e1

Browse files
chore(deps-dev): bump eslint from 5.16.0 to 6.0.0
Bumps [eslint](https://github.com/eslint/eslint) from 5.16.0 to 6.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v5.16.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 85c2185 commit 97340e1

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@fisker/prettier-config": "^1.0.17",
7070
"ava": "^2.1.0",
7171
"cz-conventional-changelog-emoji": "^0.1.0",
72-
"eslint": "^5.16.0",
72+
"eslint": "^6.0.0",
7373
"esm": "^3.2.25",
7474
"execa": "^1.0.0",
7575
"husky": "^2.4.1",

yarn.lock

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ acorn@^6.0.7, acorn@^6.1.1:
558558
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
559559
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
560560

561-
ajv@^6.9.1:
561+
ajv@^6.10.0, ajv@^6.9.1:
562562
version "6.10.0"
563563
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
564564
integrity sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==
@@ -2027,40 +2027,40 @@ eslint-visitor-keys@^1.0.0:
20272027
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
20282028
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
20292029

2030-
eslint@^5.16.0:
2031-
version "5.16.0"
2032-
resolved "https://registry.npmjs.org/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
2033-
integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
2030+
eslint@^6.0.0:
2031+
version "6.0.0"
2032+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.0.tgz#9223f19223de73b4ed730e11bff44a376b65844d"
2033+
integrity sha512-SrrIfcd4tOgsspOKTSwamuTOAMZOUigHQhVMrzNjz4/B9Za6SHQDIocMIyIDfwDgx6MhS15nS6HC8kumCV2qBQ==
20342034
dependencies:
20352035
"@babel/code-frame" "^7.0.0"
2036-
ajv "^6.9.1"
2036+
ajv "^6.10.0"
20372037
chalk "^2.1.0"
20382038
cross-spawn "^6.0.5"
20392039
debug "^4.0.1"
20402040
doctrine "^3.0.0"
20412041
eslint-scope "^4.0.3"
20422042
eslint-utils "^1.3.1"
20432043
eslint-visitor-keys "^1.0.0"
2044-
espree "^5.0.1"
2044+
espree "^6.0.0"
20452045
esquery "^1.0.1"
20462046
esutils "^2.0.2"
20472047
file-entry-cache "^5.0.1"
20482048
functional-red-black-tree "^1.0.1"
2049-
glob "^7.1.2"
2049+
glob-parent "^3.1.0"
20502050
globals "^11.7.0"
20512051
ignore "^4.0.6"
20522052
import-fresh "^3.0.0"
20532053
imurmurhash "^0.1.4"
20542054
inquirer "^6.2.2"
2055-
js-yaml "^3.13.0"
2055+
is-glob "^4.0.0"
2056+
js-yaml "^3.13.1"
20562057
json-stable-stringify-without-jsonify "^1.0.1"
20572058
levn "^0.3.0"
20582059
lodash "^4.17.11"
20592060
minimatch "^3.0.4"
20602061
mkdirp "^0.5.1"
20612062
natural-compare "^1.4.0"
20622063
optionator "^0.8.2"
2063-
path-is-inside "^1.0.2"
20642064
progress "^2.0.0"
20652065
regexpp "^2.0.1"
20662066
semver "^5.5.1"
@@ -2084,7 +2084,7 @@ espower-location-detector@^1.0.0:
20842084
source-map "^0.5.0"
20852085
xtend "^4.0.0"
20862086

2087-
espree@^5.0.0, espree@^5.0.1:
2087+
espree@^5.0.0:
20882088
version "5.0.1"
20892089
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
20902090
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
@@ -2093,6 +2093,15 @@ espree@^5.0.0, espree@^5.0.1:
20932093
acorn-jsx "^5.0.0"
20942094
eslint-visitor-keys "^1.0.0"
20952095

2096+
espree@^6.0.0:
2097+
version "6.0.0"
2098+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
2099+
integrity sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q==
2100+
dependencies:
2101+
acorn "^6.0.7"
2102+
acorn-jsx "^5.0.0"
2103+
eslint-visitor-keys "^1.0.0"
2104+
20962105
esprima@^4.0.0:
20972106
version "4.0.1"
20982107
resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -2491,7 +2500,7 @@ glob-to-regexp@^0.3.0:
24912500
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
24922501
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
24932502

2494-
glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@~7.1.2:
2503+
glob@^7.0.3, glob@^7.1.3, glob@~7.1.2:
24952504
version "7.1.4"
24962505
resolved "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
24972506
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -3157,7 +3166,7 @@ js-tokens@^4.0.0:
31573166
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
31583167
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
31593168

3160-
js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@^3.13.1:
3169+
js-yaml@^3.10.0, js-yaml@^3.13.1:
31613170
version "3.13.1"
31623171
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
31633172
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==

0 commit comments

Comments
 (0)