Skip to content

Commit cfc8ea2

Browse files
Bump babel-eslint from 8.2.6 to 9.0.0
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 8.2.6 to 9.0.0. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](babel/babel-eslint@v8.2.6...v9.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 122a990 commit cfc8ea2

2 files changed

Lines changed: 12 additions & 96 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"raven": "^2.6.4"
3434
},
3535
"devDependencies": {
36-
"babel-eslint": "^8.0.2",
36+
"babel-eslint": "^9.0.0",
3737
"eslint": "4.9.0",
3838
"eslint-config-airbnb": "^16.1.0",
3939
"eslint-config-prettier": "^2.9.0",

yarn.lock

Lines changed: 11 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
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", "@babel/code-frame@^7.5.5":
126
version "7.5.5"
137
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
@@ -33,16 +27,6 @@
3327
semver "^5.4.1"
3428
source-map "^0.5.0"
3529

36-
"@babel/generator@7.0.0-beta.44":
37-
version "7.0.0-beta.44"
38-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
39-
dependencies:
40-
"@babel/types" "7.0.0-beta.44"
41-
jsesc "^2.5.1"
42-
lodash "^4.2.0"
43-
source-map "^0.5.0"
44-
trim-right "^1.0.1"
45-
4630
"@babel/generator@^7.4.0", "@babel/generator@^7.6.3", "@babel/generator@^7.6.4":
4731
version "7.6.4"
4832
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671"
@@ -52,14 +36,6 @@
5236
lodash "^4.17.13"
5337
source-map "^0.5.0"
5438

55-
"@babel/helper-function-name@7.0.0-beta.44":
56-
version "7.0.0-beta.44"
57-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
58-
dependencies:
59-
"@babel/helper-get-function-arity" "7.0.0-beta.44"
60-
"@babel/template" "7.0.0-beta.44"
61-
"@babel/types" "7.0.0-beta.44"
62-
6339
"@babel/helper-function-name@^7.1.0":
6440
version "7.1.0"
6541
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
@@ -68,12 +44,6 @@
6844
"@babel/template" "^7.1.0"
6945
"@babel/types" "^7.0.0"
7046

71-
"@babel/helper-get-function-arity@7.0.0-beta.44":
72-
version "7.0.0-beta.44"
73-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
74-
dependencies:
75-
"@babel/types" "7.0.0-beta.44"
76-
7747
"@babel/helper-get-function-arity@^7.0.0":
7848
version "7.0.0"
7949
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
@@ -84,12 +54,6 @@
8454
version "7.0.0"
8555
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
8656

87-
"@babel/helper-split-export-declaration@7.0.0-beta.44":
88-
version "7.0.0-beta.44"
89-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
90-
dependencies:
91-
"@babel/types" "7.0.0-beta.44"
92-
9357
"@babel/helper-split-export-declaration@^7.4.4":
9458
version "7.4.4"
9559
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
@@ -104,14 +68,6 @@
10468
"@babel/traverse" "^7.6.2"
10569
"@babel/types" "^7.6.0"
10670

107-
"@babel/highlight@7.0.0-beta.44":
108-
version "7.0.0-beta.44"
109-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
110-
dependencies:
111-
chalk "^2.0.0"
112-
esutils "^2.0.2"
113-
js-tokens "^3.0.0"
114-
11571
"@babel/highlight@^7.0.0":
11672
version "7.0.0"
11773
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
@@ -120,7 +76,7 @@
12076
esutils "^2.0.2"
12177
js-tokens "^4.0.0"
12278

123-
"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4":
79+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4":
12480
version "7.6.4"
12581
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
12682

@@ -130,15 +86,6 @@
13086
dependencies:
13187
"@babel/helper-plugin-utils" "^7.0.0"
13288

133-
"@babel/template@7.0.0-beta.44":
134-
version "7.0.0-beta.44"
135-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
136-
dependencies:
137-
"@babel/code-frame" "7.0.0-beta.44"
138-
"@babel/types" "7.0.0-beta.44"
139-
babylon "7.0.0-beta.44"
140-
lodash "^4.2.0"
141-
14289
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.6.0":
14390
version "7.6.0"
14491
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
@@ -147,22 +94,7 @@
14794
"@babel/parser" "^7.6.0"
14895
"@babel/types" "^7.6.0"
14996

150-
"@babel/traverse@7.0.0-beta.44":
151-
version "7.0.0-beta.44"
152-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
153-
dependencies:
154-
"@babel/code-frame" "7.0.0-beta.44"
155-
"@babel/generator" "7.0.0-beta.44"
156-
"@babel/helper-function-name" "7.0.0-beta.44"
157-
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
158-
"@babel/types" "7.0.0-beta.44"
159-
babylon "7.0.0-beta.44"
160-
debug "^3.1.0"
161-
globals "^11.1.0"
162-
invariant "^2.2.0"
163-
lodash "^4.2.0"
164-
165-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3":
97+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3":
16698
version "7.6.3"
16799
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
168100
dependencies:
@@ -176,14 +108,6 @@
176108
globals "^11.1.0"
177109
lodash "^4.17.13"
178110

179-
"@babel/types@7.0.0-beta.44":
180-
version "7.0.0-beta.44"
181-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
182-
dependencies:
183-
esutils "^2.0.2"
184-
lodash "^4.2.0"
185-
to-fast-properties "^2.0.0"
186-
187111
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0", "@babel/types@^7.6.3":
188112
version "7.6.3"
189113
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
@@ -627,14 +551,14 @@ babel-code-frame@^6.22.0:
627551
esutils "^2.0.2"
628552
js-tokens "^3.0.2"
629553

630-
babel-eslint@^8.0.2:
631-
version "8.2.6"
632-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
554+
babel-eslint@^9.0.0:
555+
version "9.0.0"
556+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
633557
dependencies:
634-
"@babel/code-frame" "7.0.0-beta.44"
635-
"@babel/traverse" "7.0.0-beta.44"
636-
"@babel/types" "7.0.0-beta.44"
637-
babylon "7.0.0-beta.44"
558+
"@babel/code-frame" "^7.0.0"
559+
"@babel/parser" "^7.0.0"
560+
"@babel/traverse" "^7.0.0"
561+
"@babel/types" "^7.0.0"
638562
eslint-scope "3.7.1"
639563
eslint-visitor-keys "^1.0.0"
640564

@@ -679,10 +603,6 @@ babel-runtime@^6.11.6:
679603
core-js "^2.4.0"
680604
regenerator-runtime "^0.11.0"
681605

682-
babylon@7.0.0-beta.44:
683-
version "7.0.0-beta.44"
684-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
685-
686606
balanced-match@^1.0.0:
687607
version "1.0.0"
688608
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
@@ -2110,7 +2030,7 @@ interpret@^1.2.0:
21102030
version "1.2.0"
21112031
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
21122032

2113-
invariant@^2.2.0, invariant@^2.2.2, invariant@^2.2.4:
2033+
invariant@^2.2.2, invariant@^2.2.4:
21142034
version "2.2.4"
21152035
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
21162036
dependencies:
@@ -3105,7 +3025,7 @@ lodash.sortby@^4.7.0:
31053025
version "4.7.0"
31063026
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
31073027

3108-
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
3028+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.3.0:
31093029
version "4.17.15"
31103030
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
31113031

@@ -4728,10 +4648,6 @@ tr46@^1.0.1:
47284648
dependencies:
47294649
punycode "^2.1.0"
47304650

4731-
trim-right@^1.0.1:
4732-
version "1.0.1"
4733-
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
4734-
47354651
tsscmp@1.0.6:
47364652
version "1.0.6"
47374653
resolved "https://registry.yarnpkg.com/tsscmp/-/tsscmp-1.0.6.tgz#85b99583ac3589ec4bfef825b5000aa911d605eb"

0 commit comments

Comments
 (0)