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

Commit 93226fb

Browse files
Bump babel-eslint from 8.2.2 to 10.1.0
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 8.2.2 to 10.1.0. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](babel/babel-eslint@v8.2.2...v10.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 514c7c5 commit 93226fb

File tree

2 files changed

+13
-118
lines changed

2 files changed

+13
-118
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.1.0",
2929
"babel-loader": "^7.1.5",
3030
"babel-plugin-react-intl": "7.1.0",
3131
"babel-plugin-transform-class-properties": "^6.24.1",

yarn.lock

Lines changed: 12 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
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", "@babel/code-frame@^7.5.5":
5+
"@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"
148
dependencies:
@@ -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,14 +36,6 @@
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"
58-
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-
6339
"@babel/helper-function-name@^7.7.0":
6440
version "7.7.0"
6541
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
@@ -68,12 +44,6 @@
6844
"@babel/template" "^7.7.0"
6945
"@babel/types" "^7.7.0"
7046

71-
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"
74-
dependencies:
75-
"@babel/types" "7.0.0-beta.41"
76-
7747
"@babel/helper-get-function-arity@^7.7.0":
7848
version "7.7.0"
7949
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
@@ -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-
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-
9357
"@babel/helper-split-export-declaration@^7.7.0":
9458
version "7.7.0"
9559
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
@@ -104,14 +68,6 @@
10468
"@babel/traverse" "^7.7.0"
10569
"@babel/types" "^7.7.0"
10670

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-
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,11 +76,7 @@
12076
esutils "^2.0.2"
12177
js-tokens "^4.0.0"
12278

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":
79+
"@babel/parser@^7.1.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
12880
version "7.7.3"
12981
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043"
13082

@@ -141,15 +93,6 @@
14193
dependencies:
14294
regenerator-runtime "^0.12.0"
14395

144-
145-
version "7.0.0-beta.41"
146-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.41.tgz#628eeb93f9b5b423a252d3b6183f12e09505ab55"
147-
dependencies:
148-
"@babel/code-frame" "7.0.0-beta.41"
149-
"@babel/types" "7.0.0-beta.41"
150-
babylon "7.0.0-beta.41"
151-
lodash "^4.2.0"
152-
15396
"@babel/template@^7.7.0":
15497
version "7.7.0"
15598
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
@@ -158,21 +101,6 @@
158101
"@babel/parser" "^7.7.0"
159102
"@babel/types" "^7.7.0"
160103

161-
"@babel/traverse@^7.0.0-beta.40":
162-
version "7.0.0-beta.41"
163-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.41.tgz#1615f6fa87382c34511be8be1cd083eba9b1ae88"
164-
dependencies:
165-
"@babel/code-frame" "7.0.0-beta.41"
166-
"@babel/generator" "7.0.0-beta.41"
167-
"@babel/helper-function-name" "7.0.0-beta.41"
168-
"@babel/helper-split-export-declaration" "7.0.0-beta.41"
169-
"@babel/types" "7.0.0-beta.41"
170-
babylon "7.0.0-beta.41"
171-
debug "^3.1.0"
172-
globals "^11.1.0"
173-
invariant "^2.2.0"
174-
lodash "^4.2.0"
175-
176104
"@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
177105
version "7.7.2"
178106
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
@@ -187,23 +115,7 @@
187115
globals "^11.1.0"
188116
lodash "^4.17.13"
189117

190-
"@babel/[email protected]", "@babel/types@^7.0.0-beta.40":
191-
version "7.0.0-beta.41"
192-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.41.tgz#776e6ec154fb8ec11da697be35b705c6eeb00e75"
193-
dependencies:
194-
esutils "^2.0.2"
195-
lodash "^4.2.0"
196-
to-fast-properties "^2.0.0"
197-
198-
"@babel/types@^7.0.0", "@babel/types@^7.3.0":
199-
version "7.4.4"
200-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
201-
dependencies:
202-
esutils "^2.0.2"
203-
lodash "^4.17.11"
204-
to-fast-properties "^2.0.0"
205-
206-
"@babel/types@^7.7.0", "@babel/types@^7.7.2":
118+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.7.0", "@babel/types@^7.7.2":
207119
version "7.7.2"
208120
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
209121
dependencies:
@@ -812,16 +724,16 @@ babel-core@^6.26.0, babel-core@^6.26.3:
812724
slash "^1.0.0"
813725
source-map "^0.5.7"
814726

815-
babel-eslint@^8.2.2:
816-
version "8.2.2"
817-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b"
727+
babel-eslint@^10.1.0:
728+
version "10.1.0"
729+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
818730
dependencies:
819-
"@babel/code-frame" "^7.0.0-beta.40"
820-
"@babel/traverse" "^7.0.0-beta.40"
821-
"@babel/types" "^7.0.0-beta.40"
822-
babylon "^7.0.0-beta.40"
823-
eslint-scope "~3.7.1"
731+
"@babel/code-frame" "^7.0.0"
732+
"@babel/parser" "^7.7.0"
733+
"@babel/traverse" "^7.7.0"
734+
"@babel/types" "^7.7.0"
824735
eslint-visitor-keys "^1.0.0"
736+
resolve "^1.12.0"
825737

826738
babel-generator@^6.26.0:
827739
version "6.26.0"
@@ -1558,10 +1470,6 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
15581470
lodash "^4.17.4"
15591471
to-fast-properties "^1.0.3"
15601472

1561-
[email protected], babylon@^7.0.0-beta.40:
1562-
version "7.0.0-beta.41"
1563-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.41.tgz#e1b208d53a7a05ede2cf96cbecd86f5ed47f584f"
1564-
15651473
babylon@^6.18.0:
15661474
version "6.18.0"
15671475
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -2631,7 +2539,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
26312539
dependencies:
26322540
ms "2.0.0"
26332541

2634-
debug@^3.0.0, debug@^3.1.0, debug@^3.2.6:
2542+
debug@^3.0.0, debug@^3.2.6:
26352543
version "3.2.6"
26362544
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
26372545
dependencies:
@@ -3346,13 +3254,6 @@ eslint-scope@^5.0.0:
33463254
esrecurse "^4.1.0"
33473255
estraverse "^4.1.1"
33483256

3349-
eslint-scope@~3.7.1:
3350-
version "3.7.1"
3351-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
3352-
dependencies:
3353-
esrecurse "^4.1.0"
3354-
estraverse "^4.1.1"
3355-
33563257
eslint-utils@^1.4.3:
33573258
version "1.4.3"
33583259
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
@@ -4895,12 +4796,6 @@ invariant@^2.0.0, invariant@^2.2.1, invariant@^2.2.2:
48954796
dependencies:
48964797
loose-envify "^1.0.0"
48974798

4898-
invariant@^2.2.0:
4899-
version "2.2.4"
4900-
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
4901-
dependencies:
4902-
loose-envify "^1.0.0"
4903-
49044799
invert-kv@^1.0.0:
49054800
version "1.0.0"
49064801
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"

0 commit comments

Comments
 (0)