Skip to content

Commit bafeebf

Browse files
chore(deps-dev): bump babel-eslint from 8.2.5 to 9.0.0
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 8.2.5 to 9.0.0. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](babel/babel-eslint@v8.2.5...v9.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 3f85119 commit bafeebf

File tree

2 files changed

+85
-78
lines changed

2 files changed

+85
-78
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@briancavalier/assert": "^3.4.0",
1111
"@most/core": "^1.3.0",
1212
"babel-cli": "^6.26.0",
13-
"babel-eslint": "^8.2.5",
13+
"babel-eslint": "^9.0.0",
1414
"babel-preset-env": "^1.7.0",
1515
"babel-preset-es2015-rollup": "^3.0.0",
1616
"babel-preset-flow": "^6.23.0",

yarn.lock

Lines changed: 84 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@7.0.0-beta.44":
6-
version "7.0.0-beta.44"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
8-
dependencies:
9-
"@babel/highlight" "7.0.0-beta.44"
10-
115
"@babel/code-frame@7.0.0-beta.51":
126
version "7.0.0-beta.51"
137
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.51.tgz#bd71d9b192af978df915829d39d4094456439a0c"
148
dependencies:
159
"@babel/highlight" "7.0.0-beta.51"
1610

17-
"@babel/generator@7.0.0-beta.44":
18-
version "7.0.0-beta.44"
19-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
11+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
12+
version "7.5.5"
13+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
2014
dependencies:
21-
"@babel/types" "7.0.0-beta.44"
22-
jsesc "^2.5.1"
23-
lodash "^4.2.0"
24-
source-map "^0.5.0"
25-
trim-right "^1.0.1"
15+
"@babel/highlight" "^7.0.0"
2616

2717
"@babel/generator@7.0.0-beta.51":
2818
version "7.0.0-beta.51"
@@ -34,13 +24,14 @@
3424
source-map "^0.5.0"
3525
trim-right "^1.0.1"
3626

37-
"@babel/helper-function-name@7.0.0-beta.44":
38-
version "7.0.0-beta.44"
39-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
27+
"@babel/generator@^7.7.2":
28+
version "7.7.2"
29+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af"
4030
dependencies:
41-
"@babel/helper-get-function-arity" "7.0.0-beta.44"
42-
"@babel/template" "7.0.0-beta.44"
43-
"@babel/types" "7.0.0-beta.44"
31+
"@babel/types" "^7.7.2"
32+
jsesc "^2.5.1"
33+
lodash "^4.17.13"
34+
source-map "^0.5.0"
4435

4536
"@babel/helper-function-name@7.0.0-beta.51":
4637
version "7.0.0-beta.51"
@@ -50,37 +41,37 @@
5041
"@babel/template" "7.0.0-beta.51"
5142
"@babel/types" "7.0.0-beta.51"
5243

53-
"@babel/helper-get-function-arity@7.0.0-beta.44":
54-
version "7.0.0-beta.44"
55-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
44+
"@babel/helper-function-name@^7.7.0":
45+
version "7.7.0"
46+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
5647
dependencies:
57-
"@babel/types" "7.0.0-beta.44"
48+
"@babel/helper-get-function-arity" "^7.7.0"
49+
"@babel/template" "^7.7.0"
50+
"@babel/types" "^7.7.0"
5851

5952
"@babel/helper-get-function-arity@7.0.0-beta.51":
6053
version "7.0.0-beta.51"
6154
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.51.tgz#3281b2d045af95c172ce91b20825d85ea4676411"
6255
dependencies:
6356
"@babel/types" "7.0.0-beta.51"
6457

65-
"@babel/helper-split-export-declaration@7.0.0-beta.44":
66-
version "7.0.0-beta.44"
67-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
58+
"@babel/helper-get-function-arity@^7.7.0":
59+
version "7.7.0"
60+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
6861
dependencies:
69-
"@babel/types" "7.0.0-beta.44"
62+
"@babel/types" "^7.7.0"
7063

7164
"@babel/helper-split-export-declaration@7.0.0-beta.51":
7265
version "7.0.0-beta.51"
7366
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.51.tgz#8a6c3f66c4d265352fc077484f9f6e80a51ab978"
7467
dependencies:
7568
"@babel/types" "7.0.0-beta.51"
7669

77-
"@babel/highlight@7.0.0-beta.44":
78-
version "7.0.0-beta.44"
79-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
70+
"@babel/helper-split-export-declaration@^7.7.0":
71+
version "7.7.0"
72+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
8073
dependencies:
81-
chalk "^2.0.0"
82-
esutils "^2.0.2"
83-
js-tokens "^3.0.0"
74+
"@babel/types" "^7.7.0"
8475

8576
"@babel/highlight@7.0.0-beta.51":
8677
version "7.0.0-beta.51"
@@ -90,18 +81,21 @@
9081
esutils "^2.0.2"
9182
js-tokens "^3.0.0"
9283

84+
"@babel/highlight@^7.0.0":
85+
version "7.5.0"
86+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
87+
dependencies:
88+
chalk "^2.0.0"
89+
esutils "^2.0.2"
90+
js-tokens "^4.0.0"
91+
9392
"@babel/parser@7.0.0-beta.51":
9493
version "7.0.0-beta.51"
9594
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.51.tgz#27cec2df409df60af58270ed8f6aa55409ea86f6"
9695

97-
"@babel/template@7.0.0-beta.44":
98-
version "7.0.0-beta.44"
99-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
100-
dependencies:
101-
"@babel/code-frame" "7.0.0-beta.44"
102-
"@babel/types" "7.0.0-beta.44"
103-
babylon "7.0.0-beta.44"
104-
lodash "^4.2.0"
96+
"@babel/parser@^7.0.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
97+
version "7.7.3"
98+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043"
10599

106100
"@babel/template@7.0.0-beta.51":
107101
version "7.0.0-beta.51"
@@ -112,20 +106,13 @@
112106
"@babel/types" "7.0.0-beta.51"
113107
lodash "^4.17.5"
114108

115-
"@babel/traverse@7.0.0-beta.44":
116-
version "7.0.0-beta.44"
117-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
109+
"@babel/template@^7.7.0":
110+
version "7.7.0"
111+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
118112
dependencies:
119-
"@babel/code-frame" "7.0.0-beta.44"
120-
"@babel/generator" "7.0.0-beta.44"
121-
"@babel/helper-function-name" "7.0.0-beta.44"
122-
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
123-
"@babel/types" "7.0.0-beta.44"
124-
babylon "7.0.0-beta.44"
125-
debug "^3.1.0"
126-
globals "^11.1.0"
127-
invariant "^2.2.0"
128-
lodash "^4.2.0"
113+
"@babel/code-frame" "^7.0.0"
114+
"@babel/parser" "^7.7.0"
115+
"@babel/types" "^7.7.0"
129116

130117
"@babel/traverse@7.0.0-beta.51":
131118
version "7.0.0-beta.51"
@@ -142,13 +129,19 @@
142129
invariant "^2.2.0"
143130
lodash "^4.17.5"
144131

145-
"@babel/types@7.0.0-beta.44":
146-
version "7.0.0-beta.44"
147-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
148-
dependencies:
149-
esutils "^2.0.2"
150-
lodash "^4.2.0"
151-
to-fast-properties "^2.0.0"
132+
"@babel/traverse@^7.0.0":
133+
version "7.7.2"
134+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
135+
dependencies:
136+
"@babel/code-frame" "^7.5.5"
137+
"@babel/generator" "^7.7.2"
138+
"@babel/helper-function-name" "^7.7.0"
139+
"@babel/helper-split-export-declaration" "^7.7.0"
140+
"@babel/parser" "^7.7.2"
141+
"@babel/types" "^7.7.2"
142+
debug "^4.1.0"
143+
globals "^11.1.0"
144+
lodash "^4.17.13"
152145

153146
"@babel/types@7.0.0-beta.51":
154147
version "7.0.0-beta.51"
@@ -158,6 +151,14 @@
158151
lodash "^4.17.5"
159152
to-fast-properties "^2.0.0"
160153

154+
"@babel/types@^7.0.0", "@babel/types@^7.7.0", "@babel/types@^7.7.2":
155+
version "7.7.2"
156+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
157+
dependencies:
158+
esutils "^2.0.2"
159+
lodash "^4.17.13"
160+
to-fast-properties "^2.0.0"
161+
161162
"@briancavalier/assert@^3.4.0":
162163
version "3.4.0"
163164
resolved "https://registry.yarnpkg.com/@briancavalier/assert/-/assert-3.4.0.tgz#5c198433c3f25c882bdb125b89fb0b11c634dece"
@@ -476,15 +477,15 @@ babel-core@^6.26.0:
476477
slash "^1.0.0"
477478
source-map "^0.5.6"
478479

479-
babel-eslint@^8.2.5:
480-
version "8.2.5"
481-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.5.tgz#dc2331c259d36782aa189da510c43dedd5adc7a3"
480+
babel-eslint@^9.0.0:
481+
version "9.0.0"
482+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
482483
dependencies:
483-
"@babel/code-frame" "7.0.0-beta.44"
484-
"@babel/traverse" "7.0.0-beta.44"
485-
"@babel/types" "7.0.0-beta.44"
486-
babylon "7.0.0-beta.44"
487-
eslint-scope "~3.7.1"
484+
"@babel/code-frame" "^7.0.0"
485+
"@babel/parser" "^7.0.0"
486+
"@babel/traverse" "^7.0.0"
487+
"@babel/types" "^7.0.0"
488+
eslint-scope "3.7.1"
488489
eslint-visitor-keys "^1.0.0"
489490

490491
babel-generator@^6.26.0:
@@ -977,10 +978,6 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
977978
lodash "^4.17.4"
978979
to-fast-properties "^1.0.3"
979980

980-
babylon@7.0.0-beta.44:
981-
version "7.0.0-beta.44"
982-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
983-
984981
babylon@^6.18.0:
985982
version "6.18.0"
986983
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -1383,6 +1380,12 @@ debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
13831380
dependencies:
13841381
ms "2.0.0"
13851382

1383+
debug@^4.1.0:
1384+
version "4.1.1"
1385+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
1386+
dependencies:
1387+
ms "^2.1.1"
1388+
13861389
decamelize@^1.0.0, decamelize@^1.1.1:
13871390
version "1.2.0"
13881391
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -1610,7 +1613,7 @@ eslint-plugin-standard@~3.0.1:
16101613
version "3.0.1"
16111614
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-3.0.1.tgz#34d0c915b45edc6f010393c7eef3823b08565cf2"
16121615

1613-
eslint-scope@^3.7.1, eslint-scope@~3.7.1:
1616+
eslint-scope@3.7.1, eslint-scope@^3.7.1:
16141617
version "3.7.1"
16151618
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
16161619
dependencies:
@@ -2559,7 +2562,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
25592562
version "3.0.2"
25602563
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
25612564

2562-
"js-tokens@^3.0.0 || ^4.0.0":
2565+
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
25632566
version "4.0.0"
25642567
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
25652568

@@ -2734,7 +2737,7 @@ lodash.isequal@^4.5.0:
27342737
version "4.5.0"
27352738
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
27362739

2737-
lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0:
2740+
lodash@^4.17.10, lodash@^4.17.13, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
27382741
version "4.17.15"
27392742
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
27402743

@@ -2915,6 +2918,10 @@ ms@2.0.0:
29152918
version "2.0.0"
29162919
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
29172920

2921+
ms@^2.1.1:
2922+
version "2.1.2"
2923+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
2924+
29182925
mute-stream@0.0.7:
29192926
version "0.0.7"
29202927
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"

0 commit comments

Comments
 (0)