-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump eslint from 6.0.1 to 6.1.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v6.0.1...v6.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
- Loading branch information
1 parent
0360a84
commit afef9d1
Showing
1 changed file
with
53 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,9 +56,9 @@ ansi-regex@^3.0.0: | |
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" | ||
|
||
ansi-regex@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.0.0.tgz#70de791edf021404c3fd615aa89118ae0432e5a9" | ||
ansi-regex@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" | ||
|
||
ansi-styles@^3.2.0, ansi-styles@^3.2.1: | ||
version "3.2.1" | ||
|
@@ -262,13 +262,20 @@ eslint-plugin-self@^1.1.0: | |
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-self/-/eslint-plugin-self-1.2.0.tgz#b999cfed88b893afa6b1f7ce7037d208ede9b8ba" | ||
|
||
eslint-scope@^4.0.0, eslint-scope@^4.0.3: | ||
eslint-scope@^4.0.0: | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" | ||
dependencies: | ||
esrecurse "^4.1.0" | ||
estraverse "^4.1.1" | ||
|
||
eslint-scope@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9" | ||
dependencies: | ||
esrecurse "^4.1.0" | ||
estraverse "^4.1.1" | ||
|
||
eslint-utils@^1.3.0, eslint-utils@^1.3.1: | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512" | ||
|
@@ -278,45 +285,46 @@ eslint-visitor-keys@^1.0.0: | |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" | ||
|
||
eslint@^6.0.0: | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7" | ||
version "6.1.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646" | ||
dependencies: | ||
"@babel/code-frame" "^7.0.0" | ||
ajv "^6.10.0" | ||
chalk "^2.1.0" | ||
cross-spawn "^6.0.5" | ||
debug "^4.0.1" | ||
doctrine "^3.0.0" | ||
eslint-scope "^4.0.3" | ||
eslint-scope "^5.0.0" | ||
eslint-utils "^1.3.1" | ||
eslint-visitor-keys "^1.0.0" | ||
espree "^6.0.0" | ||
esquery "^1.0.1" | ||
esutils "^2.0.2" | ||
file-entry-cache "^5.0.1" | ||
functional-red-black-tree "^1.0.1" | ||
glob-parent "^3.1.0" | ||
glob-parent "^5.0.0" | ||
globals "^11.7.0" | ||
ignore "^4.0.6" | ||
import-fresh "^3.0.0" | ||
imurmurhash "^0.1.4" | ||
inquirer "^6.2.2" | ||
inquirer "^6.4.1" | ||
is-glob "^4.0.0" | ||
js-yaml "^3.13.1" | ||
json-stable-stringify-without-jsonify "^1.0.1" | ||
levn "^0.3.0" | ||
lodash "^4.17.11" | ||
lodash "^4.17.14" | ||
minimatch "^3.0.4" | ||
mkdirp "^0.5.1" | ||
natural-compare "^1.4.0" | ||
optionator "^0.8.2" | ||
progress "^2.0.0" | ||
regexpp "^2.0.1" | ||
semver "^5.5.1" | ||
strip-ansi "^4.0.0" | ||
strip-json-comments "^2.0.1" | ||
semver "^6.1.2" | ||
strip-ansi "^5.2.0" | ||
strip-json-comments "^3.0.1" | ||
table "^5.2.3" | ||
text-table "^0.2.0" | ||
v8-compile-cache "^2.0.3" | ||
|
||
espree@^5.0.0: | ||
version "5.0.1" | ||
|
@@ -460,12 +468,11 @@ get-stream@^4.0.0: | |
dependencies: | ||
pump "^3.0.0" | ||
|
||
glob-parent@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" | ||
glob-parent@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954" | ||
dependencies: | ||
is-glob "^3.1.0" | ||
path-dirname "^1.0.0" | ||
is-glob "^4.0.1" | ||
|
||
[email protected], glob@^7.1.3: | ||
version "7.1.3" | ||
|
@@ -540,22 +547,22 @@ inherits@2: | |
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" | ||
|
||
inquirer@^6.2.2: | ||
version "6.2.2" | ||
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.2.2.tgz#46941176f65c9eb20804627149b743a218f25406" | ||
inquirer@^6.4.1: | ||
version "6.5.0" | ||
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42" | ||
dependencies: | ||
ansi-escapes "^3.2.0" | ||
chalk "^2.4.2" | ||
cli-cursor "^2.1.0" | ||
cli-width "^2.0.0" | ||
external-editor "^3.0.3" | ||
figures "^2.0.0" | ||
lodash "^4.17.11" | ||
lodash "^4.17.12" | ||
mute-stream "0.0.7" | ||
run-async "^2.2.0" | ||
rxjs "^6.4.0" | ||
string-width "^2.1.0" | ||
strip-ansi "^5.0.0" | ||
strip-ansi "^5.1.0" | ||
through "^2.3.6" | ||
|
||
invert-kv@^2.0.0: | ||
|
@@ -574,7 +581,7 @@ is-date-object@^1.0.1: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" | ||
|
||
is-extglob@^2.1.0, is-extglob@^2.1.1: | ||
is-extglob@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" | ||
|
||
|
@@ -588,13 +595,7 @@ is-fullwidth-code-point@^2.0.0: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" | ||
|
||
is-glob@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" | ||
dependencies: | ||
is-extglob "^2.1.0" | ||
|
||
is-glob@^4.0.0: | ||
is-glob@^4.0.0, is-glob@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" | ||
dependencies: | ||
|
@@ -663,9 +664,9 @@ locate-path@^3.0.0: | |
p-locate "^3.0.0" | ||
path-exists "^3.0.0" | ||
|
||
lodash@^4.17.11: | ||
version "4.17.14" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" | ||
lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14: | ||
version "4.17.15" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" | ||
|
||
[email protected]: | ||
version "2.2.0" | ||
|
@@ -861,10 +862,6 @@ parent-module@^1.0.0: | |
dependencies: | ||
callsites "^3.0.0" | ||
|
||
path-dirname@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" | ||
|
||
path-exists@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" | ||
|
@@ -965,10 +962,14 @@ rxjs@^6.4.0: | |
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | ||
|
||
semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.7.0: | ||
semver@^5.4.1, semver@^5.5.0, semver@^5.7.0: | ||
version "5.7.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b" | ||
|
||
semver@^6.1.2: | ||
version "6.2.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db" | ||
|
||
set-blocking@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" | ||
|
@@ -1034,20 +1035,24 @@ strip-ansi@^4.0.0: | |
dependencies: | ||
ansi-regex "^3.0.0" | ||
|
||
strip-ansi@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.0.0.tgz#f78f68b5d0866c20b2c9b8c61b5298508dc8756f" | ||
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" | ||
dependencies: | ||
ansi-regex "^4.0.0" | ||
ansi-regex "^4.1.0" | ||
|
||
strip-eof@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" | ||
|
||
[email protected], strip-json-comments@^2.0.1: | ||
[email protected]: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" | ||
|
||
strip-json-comments@^3.0.1: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7" | ||
|
||
[email protected]: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.0.0.tgz#76cfe742cf1f41bb9b1c29ad03068c05b4c0e40a" | ||
|
@@ -1099,6 +1104,10 @@ uri-js@^4.2.2: | |
dependencies: | ||
punycode "^2.1.0" | ||
|
||
v8-compile-cache@^2.0.3: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe" | ||
|
||
vue-eslint-parser@^6.0.0: | ||
version "6.0.4" | ||
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-6.0.4.tgz#56ff47e2c2644bff39951d5a284982c7ecd6f7fa" | ||
|