Skip to content

Commit dff4a44

Browse files
greenkeeper[bot]danez
authored andcommitted
Update babel-eslint to the latest version 🚀 (#510)
* chore(package): update babel-eslint to version 8.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
1 parent 1ca5c78 commit dff4a44

File tree

2 files changed

+89
-13
lines changed

2 files changed

+89
-13
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ava": "^0.22.0",
2323
"babel-cli": "^6.18.0",
2424
"babel-core": "^6.0.0",
25-
"babel-eslint": "^7.1.0",
25+
"babel-eslint": "^8.0.0",
2626
"babel-plugin-istanbul": "^4.0.0",
2727
"babel-plugin-react-intl": "^2.1.3",
2828
"babel-preset-env": "^1.2.0",

‎yarn.lock‎

Lines changed: 88 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,14 @@ babel-cli@^6.18.0:
398398
optionalDependencies:
399399
chokidar "^1.6.1"
400400

401+
402+
version "7.0.0-beta.0"
403+
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-beta.0.tgz#418a7b5f3f7dc9a4670e61b1158b4c5661bec98d"
404+
dependencies:
405+
chalk "^2.0.0"
406+
esutils "^2.0.2"
407+
js-tokens "^3.0.0"
408+
401409
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
402410
version "6.26.0"
403411
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
@@ -430,14 +438,14 @@ babel-core@^6.0.0, babel-core@^6.17.0, babel-core@^6.26.0:
430438
slash "^1.0.0"
431439
source-map "^0.5.6"
432440

433-
babel-eslint@^7.1.0:
434-
version "7.2.3"
435-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.3.tgz#b2fe2d80126470f5c19442dc757253a897710827"
441+
babel-eslint@8.0.0:
442+
version "8.0.0"
443+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.0.tgz#ce06f385bdfb5b6d7e603f06222f891abd14c240"
436444
dependencies:
437-
babel-code-frame "^6.22.0"
438-
babel-traverse "^6.23.1"
439-
babel-types "^6.23.0"
440-
babylon "^6.17.0"
445+
babel-code-frame "7.0.0-beta.0"
446+
babel-traverse "7.0.0-beta.0"
447+
babel-types "7.0.0-beta.0"
448+
babylon "7.0.0-beta.22"
441449

442450
babel-generator@^6.1.0, babel-generator@^6.18.0, babel-generator@^6.26.0:
443451
version "6.26.0"
@@ -486,6 +494,15 @@ babel-helper-explode-assignable-expression@^6.24.1:
486494
babel-traverse "^6.24.1"
487495
babel-types "^6.24.1"
488496

497+
498+
version "7.0.0-beta.0"
499+
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-beta.0.tgz#d1b6779b647e5c5c31ebeb05e13b998e4d352d56"
500+
dependencies:
501+
babel-helper-get-function-arity "7.0.0-beta.0"
502+
babel-template "7.0.0-beta.0"
503+
babel-traverse "7.0.0-beta.0"
504+
babel-types "7.0.0-beta.0"
505+
489506
babel-helper-function-name@^6.24.1:
490507
version "6.24.1"
491508
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
@@ -496,6 +513,12 @@ babel-helper-function-name@^6.24.1:
496513
babel-traverse "^6.24.1"
497514
babel-types "^6.24.1"
498515

516+
517+
version "7.0.0-beta.0"
518+
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-beta.0.tgz#9d1ab7213bb5efe1ef1638a8ea1489969b5a8b6e"
519+
dependencies:
520+
babel-types "7.0.0-beta.0"
521+
499522
babel-helper-get-function-arity@^6.24.1:
500523
version "6.24.1"
501524
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d"
@@ -553,6 +576,10 @@ babel-helpers@^6.24.1:
553576
babel-runtime "^6.22.0"
554577
babel-template "^6.24.1"
555578

579+
580+
version "7.0.0-beta.0"
581+
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-beta.0.tgz#6df01296e49fc8fbd0637394326a167f36da817b"
582+
556583
babel-messages@^6.23.0:
557584
version "6.23.0"
558585
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
@@ -864,6 +891,15 @@ babel-runtime@^6.18.0, babel-runtime@^6.2.0, babel-runtime@^6.22.0, babel-runtim
864891
core-js "^2.4.0"
865892
regenerator-runtime "^0.11.0"
866893

894+
895+
version "7.0.0-beta.0"
896+
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-beta.0.tgz#85083cf9e4395d5e48bf5154d7a8d6991cafecfb"
897+
dependencies:
898+
babel-traverse "7.0.0-beta.0"
899+
babel-types "7.0.0-beta.0"
900+
babylon "7.0.0-beta.22"
901+
lodash "^4.2.0"
902+
867903
babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0:
868904
version "6.26.0"
869905
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
@@ -874,7 +910,21 @@ babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0:
874910
babylon "^6.18.0"
875911
lodash "^4.17.4"
876912

877-
babel-traverse@^6.18.0, babel-traverse@^6.23.1, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
913+
914+
version "7.0.0-beta.0"
915+
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-beta.0.tgz#da14be9b762f62a2f060db464eaafdd8cd072a41"
916+
dependencies:
917+
babel-code-frame "7.0.0-beta.0"
918+
babel-helper-function-name "7.0.0-beta.0"
919+
babel-messages "7.0.0-beta.0"
920+
babel-types "7.0.0-beta.0"
921+
babylon "7.0.0-beta.22"
922+
debug "^3.0.1"
923+
globals "^10.0.0"
924+
invariant "^2.2.0"
925+
lodash "^4.2.0"
926+
927+
babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
878928
version "6.26.0"
879929
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
880930
dependencies:
@@ -888,7 +938,15 @@ babel-traverse@^6.18.0, babel-traverse@^6.23.1, babel-traverse@^6.24.1, babel-tr
888938
invariant "^2.2.2"
889939
lodash "^4.17.4"
890940

891-
babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24.1, babel-types@^6.26.0:
941+
942+
version "7.0.0-beta.0"
943+
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-beta.0.tgz#eb8b6e556470e6dcc4aef982d79ad229469b5169"
944+
dependencies:
945+
esutils "^2.0.2"
946+
lodash "^4.2.0"
947+
to-fast-properties "^2.0.0"
948+
949+
babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
892950
version "6.26.0"
893951
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
894952
dependencies:
@@ -897,7 +955,11 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24
897955
lodash "^4.17.4"
898956
to-fast-properties "^1.0.3"
899957

900-
babylon@^6.1.0, babylon@^6.17.0, babylon@^6.17.4, babylon@^6.18.0:
958+
959+
version "7.0.0-beta.22"
960+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.22.tgz#74f0ad82ed7c7c3cfeab74cf684f815104161b65"
961+
962+
babylon@^6.1.0, babylon@^6.17.4, babylon@^6.18.0:
901963
version "6.18.0"
902964
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
903965

@@ -1526,6 +1588,12 @@ debug@^2.2.0, debug@^2.6.3, debug@^2.6.8:
15261588
dependencies:
15271589
ms "2.0.0"
15281590

1591+
debug@^3.0.1:
1592+
version "3.0.1"
1593+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.0.1.tgz#0564c612b521dc92d9f2988f0549e34f9c98db64"
1594+
dependencies:
1595+
ms "2.0.0"
1596+
15291597
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
15301598
version "1.2.0"
15311599
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -2170,6 +2238,10 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.0.6, glob@^7.1.2:
21702238
once "^1.3.0"
21712239
path-is-absolute "^1.0.0"
21722240

2241+
globals@^10.0.0:
2242+
version "10.1.0"
2243+
resolved "https://registry.yarnpkg.com/globals/-/globals-10.1.0.tgz#4425a1881be0d336b4a823a82a7be725d5dd987c"
2244+
21732245
globals@^9.17.0, globals@^9.18.0:
21742246
version "9.18.0"
21752247
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -2457,7 +2529,7 @@ intl-relativeformat@^1.3.0:
24572529
dependencies:
24582530
intl-messageformat "1.3.0"
24592531

2460-
invariant@^2.1.1, invariant@^2.2.2:
2532+
invariant@^2.1.1, invariant@^2.2.0, invariant@^2.2.2:
24612533
version "2.2.2"
24622534
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
24632535
dependencies:
@@ -2959,7 +3031,7 @@ lodash.merge@^4.6.0:
29593031
version "4.6.0"
29603032
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
29613033

2962-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.3.0:
3034+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
29633035
version "4.17.4"
29643036
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
29653037

@@ -4390,6 +4462,10 @@ to-fast-properties@^1.0.3:
43904462
version "1.0.3"
43914463
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
43924464

4465+
to-fast-properties@^2.0.0:
4466+
version "2.0.0"
4467+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
4468+
43934469
tough-cookie@~2.3.0:
43944470
version "2.3.2"
43954471
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"

0 commit comments

Comments
 (0)