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

Commit aac8d2b

Browse files
Bump babel-eslint from 8.2.2 to 10.0.3
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 8.2.2 to 10.0.3. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](babel/babel-eslint@v8.2.2...v10.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 34eaa86 commit aac8d2b

File tree

2 files changed

+60
-148
lines changed

2 files changed

+60
-148
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.3",
2929
"babel-loader": "^7.1.5",
3030
"babel-plugin-react-intl": "5.1.18",
3131
"babel-plugin-transform-class-properties": "^6.24.1",

yarn.lock

Lines changed: 59 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected]-beta.41":
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"
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
6+
version "7.8.3"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
88
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", "@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"
14-
dependencies:
15-
"@babel/highlight" "^7.0.0"
9+
"@babel/highlight" "^7.8.3"
1610

1711
"@babel/core@^7.7.2":
1812
version "7.7.2"
@@ -33,16 +27,6 @@
3327
semver "^5.4.1"
3428
source-map "^0.5.0"
3529

36-
37-
version "7.0.0-beta.41"
38-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.41.tgz#5fce0676cea5acc1d493480d9fb7317ea2164d3f"
39-
dependencies:
40-
"@babel/types" "7.0.0-beta.41"
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.7.2":
4731
version "7.7.2"
4832
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af"
@@ -52,49 +36,38 @@
5236
lodash "^4.17.13"
5337
source-map "^0.5.0"
5438

55-
56-
version "7.0.0-beta.41"
57-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.41.tgz#5c50bc96c50b23383aad413b84a3ee806ceaa0e1"
39+
"@babel/generator@^7.8.3":
40+
version "7.8.3"
41+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.3.tgz#0e22c005b0a94c1c74eafe19ef78ce53a4d45c03"
5842
dependencies:
59-
"@babel/helper-get-function-arity" "7.0.0-beta.41"
60-
"@babel/template" "7.0.0-beta.41"
61-
"@babel/types" "7.0.0-beta.41"
62-
63-
"@babel/helper-function-name@^7.7.0":
64-
version "7.7.0"
65-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
66-
dependencies:
67-
"@babel/helper-get-function-arity" "^7.7.0"
68-
"@babel/template" "^7.7.0"
69-
"@babel/types" "^7.7.0"
43+
"@babel/types" "^7.8.3"
44+
jsesc "^2.5.1"
45+
lodash "^4.17.13"
46+
source-map "^0.5.0"
7047

71-
"@babel/helper-get-function-[email protected]":
72-
version "7.0.0-beta.41"
73-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.41.tgz#04b9e89d783f6c2223fbb81e11e59235a7781713"
48+
"@babel/helper-function-name@^7.8.3":
49+
version "7.8.3"
50+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
7451
dependencies:
75-
"@babel/types" "7.0.0-beta.41"
52+
"@babel/helper-get-function-arity" "^7.8.3"
53+
"@babel/template" "^7.8.3"
54+
"@babel/types" "^7.8.3"
7655

77-
"@babel/helper-get-function-arity@^7.7.0":
78-
version "7.7.0"
79-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
56+
"@babel/helper-get-function-arity@^7.8.3":
57+
version "7.8.3"
58+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
8059
dependencies:
81-
"@babel/types" "^7.7.0"
60+
"@babel/types" "^7.8.3"
8261

8362
"@babel/helper-plugin-utils@^7.0.0":
8463
version "7.0.0"
8564
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
8665

87-
88-
version "7.0.0-beta.41"
89-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.41.tgz#8a0a67ded225ab7abeb4ad1fc138b4e0e882abee"
90-
dependencies:
91-
"@babel/types" "7.0.0-beta.41"
92-
93-
"@babel/helper-split-export-declaration@^7.7.0":
94-
version "7.7.0"
95-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
66+
"@babel/helper-split-export-declaration@^7.8.3":
67+
version "7.8.3"
68+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
9669
dependencies:
97-
"@babel/types" "^7.7.0"
70+
"@babel/types" "^7.8.3"
9871

9972
"@babel/helpers@^7.7.0":
10073
version "7.7.0"
@@ -104,45 +77,24 @@
10477
"@babel/traverse" "^7.7.0"
10578
"@babel/types" "^7.7.0"
10679

107-
108-
version "7.0.0-beta.41"
109-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.41.tgz#7e1d634de3821e664bc8ad9688f240530d239b95"
110-
dependencies:
111-
chalk "^2.0.0"
112-
esutils "^2.0.2"
113-
js-tokens "^3.0.0"
114-
115-
"@babel/highlight@^7.0.0":
116-
version "7.0.0"
117-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
80+
"@babel/highlight@^7.8.3":
81+
version "7.8.3"
82+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
11883
dependencies:
11984
chalk "^2.0.0"
12085
esutils "^2.0.2"
12186
js-tokens "^4.0.0"
12287

123-
"@babel/parser@^7.1.0":
124-
version "7.4.5"
125-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872"
126-
127-
"@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
128-
version "7.7.3"
129-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043"
88+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.8.3":
89+
version "7.8.3"
90+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
13091

13192
13293
version "7.0.0"
13394
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0.tgz#adeb78fedfc855aa05bc041640f3f6f98e85424c"
13495
dependencies:
13596
regenerator-runtime "^0.12.0"
13697

137-
138-
version "7.0.0-beta.41"
139-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.41.tgz#628eeb93f9b5b423a252d3b6183f12e09505ab55"
140-
dependencies:
141-
"@babel/code-frame" "7.0.0-beta.41"
142-
"@babel/types" "7.0.0-beta.41"
143-
babylon "7.0.0-beta.41"
144-
lodash "^4.2.0"
145-
14698
"@babel/template@^7.7.0":
14799
version "7.7.0"
148100
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
@@ -151,54 +103,31 @@
151103
"@babel/parser" "^7.7.0"
152104
"@babel/types" "^7.7.0"
153105

154-
"@babel/traverse@^7.0.0-beta.40":
155-
version "7.0.0-beta.41"
156-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.41.tgz#1615f6fa87382c34511be8be1cd083eba9b1ae88"
157-
dependencies:
158-
"@babel/code-frame" "7.0.0-beta.41"
159-
"@babel/generator" "7.0.0-beta.41"
160-
"@babel/helper-function-name" "7.0.0-beta.41"
161-
"@babel/helper-split-export-declaration" "7.0.0-beta.41"
162-
"@babel/types" "7.0.0-beta.41"
163-
babylon "7.0.0-beta.41"
164-
debug "^3.1.0"
165-
globals "^11.1.0"
166-
invariant "^2.2.0"
167-
lodash "^4.2.0"
106+
"@babel/template@^7.8.3":
107+
version "7.8.3"
108+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
109+
dependencies:
110+
"@babel/code-frame" "^7.8.3"
111+
"@babel/parser" "^7.8.3"
112+
"@babel/types" "^7.8.3"
168113

169-
"@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
170-
version "7.7.2"
171-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
114+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
115+
version "7.8.3"
116+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.3.tgz#a826215b011c9b4f73f3a893afbc05151358bf9a"
172117
dependencies:
173-
"@babel/code-frame" "^7.5.5"
174-
"@babel/generator" "^7.7.2"
175-
"@babel/helper-function-name" "^7.7.0"
176-
"@babel/helper-split-export-declaration" "^7.7.0"
177-
"@babel/parser" "^7.7.2"
178-
"@babel/types" "^7.7.2"
118+
"@babel/code-frame" "^7.8.3"
119+
"@babel/generator" "^7.8.3"
120+
"@babel/helper-function-name" "^7.8.3"
121+
"@babel/helper-split-export-declaration" "^7.8.3"
122+
"@babel/parser" "^7.8.3"
123+
"@babel/types" "^7.8.3"
179124
debug "^4.1.0"
180125
globals "^11.1.0"
181126
lodash "^4.17.13"
182127

183-
"@babel/[email protected]", "@babel/types@^7.0.0-beta.40":
184-
version "7.0.0-beta.41"
185-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.41.tgz#776e6ec154fb8ec11da697be35b705c6eeb00e75"
186-
dependencies:
187-
esutils "^2.0.2"
188-
lodash "^4.2.0"
189-
to-fast-properties "^2.0.0"
190-
191-
"@babel/types@^7.0.0", "@babel/types@^7.3.0":
192-
version "7.4.4"
193-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
194-
dependencies:
195-
esutils "^2.0.2"
196-
lodash "^4.17.11"
197-
to-fast-properties "^2.0.0"
198-
199-
"@babel/types@^7.7.0", "@babel/types@^7.7.2":
200-
version "7.7.2"
201-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
128+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.7.0", "@babel/types@^7.7.2", "@babel/types@^7.8.3":
129+
version "7.8.3"
130+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
202131
dependencies:
203132
esutils "^2.0.2"
204133
lodash "^4.17.13"
@@ -805,16 +734,16 @@ babel-core@^6.26.0, babel-core@^6.26.3:
805734
slash "^1.0.0"
806735
source-map "^0.5.7"
807736

808-
babel-eslint@^8.2.2:
809-
version "8.2.2"
810-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b"
737+
babel-eslint@^10.0.3:
738+
version "10.0.3"
739+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
811740
dependencies:
812-
"@babel/code-frame" "^7.0.0-beta.40"
813-
"@babel/traverse" "^7.0.0-beta.40"
814-
"@babel/types" "^7.0.0-beta.40"
815-
babylon "^7.0.0-beta.40"
816-
eslint-scope "~3.7.1"
741+
"@babel/code-frame" "^7.0.0"
742+
"@babel/parser" "^7.0.0"
743+
"@babel/traverse" "^7.0.0"
744+
"@babel/types" "^7.0.0"
817745
eslint-visitor-keys "^1.0.0"
746+
resolve "^1.12.0"
818747

819748
babel-generator@^6.26.0:
820749
version "6.26.0"
@@ -1545,10 +1474,6 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
15451474
lodash "^4.17.4"
15461475
to-fast-properties "^1.0.3"
15471476

1548-
[email protected], babylon@^7.0.0-beta.40:
1549-
version "7.0.0-beta.41"
1550-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.41.tgz#e1b208d53a7a05ede2cf96cbecd86f5ed47f584f"
1551-
15521477
babylon@^6.18.0:
15531478
version "6.18.0"
15541479
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -2596,7 +2521,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
25962521
dependencies:
25972522
ms "2.0.0"
25982523

2599-
debug@^3.0.0, debug@^3.1.0, debug@^3.2.6:
2524+
debug@^3.0.0, debug@^3.2.6:
26002525
version "3.2.6"
26012526
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
26022527
dependencies:
@@ -3308,13 +3233,6 @@ eslint-scope@^5.0.0:
33083233
esrecurse "^4.1.0"
33093234
estraverse "^4.1.1"
33103235

3311-
eslint-scope@~3.7.1:
3312-
version "3.7.1"
3313-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
3314-
dependencies:
3315-
esrecurse "^4.1.0"
3316-
estraverse "^4.1.1"
3317-
33183236
eslint-utils@^1.4.3:
33193237
version "1.4.3"
33203238
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
@@ -4846,12 +4764,6 @@ invariant@^2.0.0, invariant@^2.2.1, invariant@^2.2.2:
48464764
dependencies:
48474765
loose-envify "^1.0.0"
48484766

4849-
invariant@^2.2.0:
4850-
version "2.2.4"
4851-
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
4852-
dependencies:
4853-
loose-envify "^1.0.0"
4854-
48554767
invert-kv@^1.0.0:
48564768
version "1.0.0"
48574769
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"

0 commit comments

Comments
 (0)