Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 31864a8

Browse files
Bump babel-eslint from 8.2.2 to 10.0.1
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 8.2.2 to 10.0.1. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](babel/babel-eslint@v8.2.2...v10.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13a8f46 commit 31864a8

File tree

2 files changed

+68
-84
lines changed

2 files changed

+68
-84
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@parity/shared": "3.0.x",
2626
"babel-cli": "^6.26.0",
2727
"babel-core": "^6.26.3",
28-
"babel-eslint": "^8.2.2",
28+
"babel-eslint": "^10.0.1",
2929
"babel-loader": "^7.1.5",
3030
"babel-plugin-react-intl": "3.0.2",
3131
"babel-plugin-transform-class-properties": "^6.24.1",

yarn.lock

Lines changed: 67 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,41 @@
22
# yarn lockfile v1
33

44

5-
6-
version "7.0.0-beta.41"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.41.tgz#68845c10a895050ab643e869100bbcf294b64e09"
8-
dependencies:
9-
"@babel/highlight" "7.0.0-beta.41"
10-
11-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.40":
5+
"@babel/code-frame@^7.0.0":
126
version "7.0.0"
137
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
148
dependencies:
159
"@babel/highlight" "^7.0.0"
1610

17-
"@babel/generator@7.0.0-beta.41":
18-
version "7.0.0-beta.41"
19-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.41.tgz#5fce0676cea5acc1d493480d9fb7317ea2164d3f"
11+
"@babel/generator@^7.4.4":
12+
version "7.4.4"
13+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
2014
dependencies:
21-
"@babel/types" "7.0.0-beta.41"
15+
"@babel/types" "^7.4.4"
2216
jsesc "^2.5.1"
23-
lodash "^4.2.0"
17+
lodash "^4.17.11"
2418
source-map "^0.5.0"
2519
trim-right "^1.0.1"
2620

27-
28-
version "7.0.0-beta.41"
29-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.41.tgz#5c50bc96c50b23383aad413b84a3ee806ceaa0e1"
30-
dependencies:
31-
"@babel/helper-get-function-arity" "7.0.0-beta.41"
32-
"@babel/template" "7.0.0-beta.41"
33-
"@babel/types" "7.0.0-beta.41"
34-
35-
36-
version "7.0.0-beta.41"
37-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.41.tgz#04b9e89d783f6c2223fbb81e11e59235a7781713"
21+
"@babel/helper-function-name@^7.1.0":
22+
version "7.1.0"
23+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
3824
dependencies:
39-
"@babel/types" "7.0.0-beta.41"
25+
"@babel/helper-get-function-arity" "^7.0.0"
26+
"@babel/template" "^7.1.0"
27+
"@babel/types" "^7.0.0"
4028

41-
"@babel/helper-split-export-declaration@7.0.0-beta.41":
42-
version "7.0.0-beta.41"
43-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.41.tgz#8a0a67ded225ab7abeb4ad1fc138b4e0e882abee"
29+
"@babel/helper-get-function-arity@^7.0.0":
30+
version "7.0.0"
31+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
4432
dependencies:
45-
"@babel/types" "7.0.0-beta.41"
33+
"@babel/types" "^7.0.0"
4634

47-
48-
version "7.0.0-beta.41"
49-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.41.tgz#7e1d634de3821e664bc8ad9688f240530d239b95"
35+
"@babel/helper-split-export-declaration@^7.4.4":
36+
version "7.4.4"
37+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
5038
dependencies:
51-
chalk "^2.0.0"
52-
esutils "^2.0.2"
53-
js-tokens "^3.0.0"
39+
"@babel/types" "^7.4.4"
5440

5541
"@babel/highlight@^7.0.0":
5642
version "7.0.0"
@@ -60,42 +46,44 @@
6046
esutils "^2.0.2"
6147
js-tokens "^4.0.0"
6248

49+
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.4.5":
50+
version "7.4.5"
51+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872"
52+
6353
6454
version "7.0.0"
6555
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0.tgz#adeb78fedfc855aa05bc041640f3f6f98e85424c"
6656
dependencies:
6757
regenerator-runtime "^0.12.0"
6858

69-
"@babel/template@7.0.0-beta.41":
70-
version "7.0.0-beta.41"
71-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.41.tgz#628eeb93f9b5b423a252d3b6183f12e09505ab55"
59+
"@babel/template@^7.1.0":
60+
version "7.4.4"
61+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
7262
dependencies:
73-
"@babel/code-frame" "7.0.0-beta.41"
74-
"@babel/types" "7.0.0-beta.41"
75-
babylon "7.0.0-beta.41"
76-
lodash "^4.2.0"
63+
"@babel/code-frame" "^7.0.0"
64+
"@babel/parser" "^7.4.4"
65+
"@babel/types" "^7.4.4"
7766

78-
"@babel/traverse@^7.0.0-beta.40":
79-
version "7.0.0-beta.41"
80-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.41.tgz#1615f6fa87382c34511be8be1cd083eba9b1ae88"
81-
dependencies:
82-
"@babel/code-frame" "7.0.0-beta.41"
83-
"@babel/generator" "7.0.0-beta.41"
84-
"@babel/helper-function-name" "7.0.0-beta.41"
85-
"@babel/helper-split-export-declaration" "7.0.0-beta.41"
86-
"@babel/types" "7.0.0-beta.41"
87-
babylon "7.0.0-beta.41"
88-
debug "^3.1.0"
67+
"@babel/traverse@^7.0.0":
68+
version "7.4.5"
69+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216"
70+
dependencies:
71+
"@babel/code-frame" "^7.0.0"
72+
"@babel/generator" "^7.4.4"
73+
"@babel/helper-function-name" "^7.1.0"
74+
"@babel/helper-split-export-declaration" "^7.4.4"
75+
"@babel/parser" "^7.4.5"
76+
"@babel/types" "^7.4.4"
77+
debug "^4.1.0"
8978
globals "^11.1.0"
90-
invariant "^2.2.0"
91-
lodash "^4.2.0"
79+
lodash "^4.17.11"
9280

93-
"@babel/[email protected]-beta.41", "@babel/types@^7.0.0-beta.40":
94-
version "7.0.0-beta.41"
95-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.41.tgz#776e6ec154fb8ec11da697be35b705c6eeb00e75"
81+
"@babel/types@^7.0.0", "@babel/types@^7.4.4":
82+
version "7.4.4"
83+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
9684
dependencies:
9785
esutils "^2.0.2"
98-
lodash "^4.2.0"
86+
lodash "^4.17.11"
9987
to-fast-properties "^2.0.0"
10088

10189
"@parity/abi@^5.1.4":
@@ -458,15 +446,15 @@ babel-core@^6.26.0, babel-core@^6.26.3:
458446
slash "^1.0.0"
459447
source-map "^0.5.7"
460448

461-
babel-eslint@^8.2.2:
462-
version "8.2.2"
463-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b"
449+
babel-eslint@^10.0.1:
450+
version "10.0.1"
451+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
464452
dependencies:
465-
"@babel/code-frame" "^7.0.0-beta.40"
466-
"@babel/traverse" "^7.0.0-beta.40"
467-
"@babel/types" "^7.0.0-beta.40"
468-
babylon "^7.0.0-beta.40"
469-
eslint-scope "~3.7.1"
453+
"@babel/code-frame" "^7.0.0"
454+
"@babel/parser" "^7.0.0"
455+
"@babel/traverse" "^7.0.0"
456+
"@babel/types" "^7.0.0"
457+
eslint-scope "3.7.1"
470458
eslint-visitor-keys "^1.0.0"
471459

472460
babel-generator@^6.26.0:
@@ -1193,10 +1181,6 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
11931181
lodash "^4.17.4"
11941182
to-fast-properties "^1.0.3"
11951183

1196-
[email protected], babylon@^7.0.0-beta.40:
1197-
version "7.0.0-beta.41"
1198-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.41.tgz#e1b208d53a7a05ede2cf96cbecd86f5ed47f584f"
1199-
12001184
babylon@^6.18.0:
12011185
version "6.18.0"
12021186
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -1964,7 +1948,7 @@ debug@^2.2.0, debug@^2.6.8, debug@^2.6.9:
19641948
dependencies:
19651949
ms "2.0.0"
19661950

1967-
debug@^3.0.0, debug@^3.1.0:
1951+
debug@^3.0.0:
19681952
version "3.1.0"
19691953
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
19701954
dependencies:
@@ -1976,6 +1960,12 @@ debug@^4.0.1:
19761960
dependencies:
19771961
ms "^2.1.1"
19781962

1963+
debug@^4.1.0:
1964+
version "4.1.1"
1965+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
1966+
dependencies:
1967+
ms "^2.1.1"
1968+
19791969
decamelize-keys@^1.0.0:
19801970
version "1.1.0"
19811971
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -2434,16 +2424,16 @@ eslint-plugin-standard@^4.0.0:
24342424
version "4.0.0"
24352425
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.0.tgz#f845b45109c99cd90e77796940a344546c8f6b5c"
24362426

2437-
eslint-scope@^4.0.3:
2438-
version "4.0.3"
2439-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
2427+
eslint-scope@3.7.1:
2428+
version "3.7.1"
2429+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
24402430
dependencies:
24412431
esrecurse "^4.1.0"
24422432
estraverse "^4.1.1"
24432433

2444-
eslint-scope@~3.7.1:
2445-
version "3.7.1"
2446-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
2434+
eslint-scope@^4.0.3:
2435+
version "4.0.3"
2436+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
24472437
dependencies:
24482438
esrecurse "^4.1.0"
24492439
estraverse "^4.1.1"
@@ -3352,12 +3342,6 @@ invariant@^2.0.0, invariant@^2.2.1, invariant@^2.2.2:
33523342
dependencies:
33533343
loose-envify "^1.0.0"
33543344

3355-
invariant@^2.2.0:
3356-
version "2.2.4"
3357-
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
3358-
dependencies:
3359-
loose-envify "^1.0.0"
3360-
33613345
invert-kv@^1.0.0:
33623346
version "1.0.0"
33633347
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"

0 commit comments

Comments
 (0)