Skip to content

Commit 3478470

Browse files
authored
Merge pull request #58 from ticky/renovate/babel-eslint-9.x
Update dependency babel-eslint to v9
2 parents f9de128 + c5811ea commit 3478470

File tree

2 files changed

+82
-58
lines changed

2 files changed

+82
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"babel-cli": "6.26.0",
4444
"babel-core": "6.26.3",
45-
"babel-eslint": "8.2.1",
45+
"babel-eslint": "9.0.0",
4646
"babel-jest": "21.2.0",
4747
"babel-loader": "8.0.0",
4848
"babel-plugin-transform-object-rest-spread": "6.26.0",

yarn.lock

Lines changed: 81 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,82 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected]-beta.36":
6-
version "7.0.0-beta.36"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.36.tgz#2349d7ec04b3a06945ae173280ef8579b63728e4"
5+
"@babel/code-frame@^7.0.0":
6+
version "7.0.0"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
88
dependencies:
9-
chalk "^2.0.0"
10-
esutils "^2.0.2"
11-
js-tokens "^3.0.0"
9+
"@babel/highlight" "^7.0.0"
10+
11+
"@babel/generator@^7.0.0":
12+
version "7.0.0"
13+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
14+
dependencies:
15+
"@babel/types" "^7.0.0"
16+
jsesc "^2.5.1"
17+
lodash "^4.17.10"
18+
source-map "^0.5.0"
19+
trim-right "^1.0.1"
1220

13-
"@babel/[email protected]-beta.36":
14-
version "7.0.0-beta.36"
15-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d"
21+
"@babel/helper-function-name@^7.0.0":
22+
version "7.0.0"
23+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0.tgz#a68cc8d04420ccc663dd258f9cc41b8261efa2d4"
1624
dependencies:
17-
"@babel/helper-get-function-arity" "7.0.0-beta.36"
18-
"@babel/template" "7.0.0-beta.36"
19-
"@babel/types" "7.0.0-beta.36"
25+
"@babel/helper-get-function-arity" "^7.0.0"
26+
"@babel/template" "^7.0.0"
27+
"@babel/types" "^7.0.0"
2028

21-
"@babel/[email protected]-beta.36":
22-
version "7.0.0-beta.36"
23-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8"
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"
2432
dependencies:
25-
"@babel/types" "7.0.0-beta.36"
33+
"@babel/types" "^7.0.0"
2634

27-
"@babel/template@7.0.0-beta.36":
28-
version "7.0.0-beta.36"
29-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00"
35+
"@babel/helper-split-export-declaration@^7.0.0":
36+
version "7.0.0"
37+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
3038
dependencies:
31-
"@babel/code-frame" "7.0.0-beta.36"
32-
"@babel/types" "7.0.0-beta.36"
33-
babylon "7.0.0-beta.36"
34-
lodash "^4.2.0"
39+
"@babel/types" "^7.0.0"
40+
41+
"@babel/highlight@^7.0.0":
42+
version "7.0.0"
43+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
44+
dependencies:
45+
chalk "^2.0.0"
46+
esutils "^2.0.2"
47+
js-tokens "^4.0.0"
3548

36-
37-
version "7.0.0-beta.36"
38-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261"
49+
"@babel/parser@^7.0.0":
50+
version "7.0.0"
51+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0.tgz#697655183394facffb063437ddf52c0277698775"
52+
53+
"@babel/template@^7.0.0":
54+
version "7.0.0"
55+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
3956
dependencies:
40-
"@babel/code-frame" "7.0.0-beta.36"
41-
"@babel/helper-function-name" "7.0.0-beta.36"
42-
"@babel/types" "7.0.0-beta.36"
43-
babylon "7.0.0-beta.36"
44-
debug "^3.0.1"
57+
"@babel/code-frame" "^7.0.0"
58+
"@babel/parser" "^7.0.0"
59+
"@babel/types" "^7.0.0"
60+
61+
"@babel/traverse@^7.0.0":
62+
version "7.0.0"
63+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
64+
dependencies:
65+
"@babel/code-frame" "^7.0.0"
66+
"@babel/generator" "^7.0.0"
67+
"@babel/helper-function-name" "^7.0.0"
68+
"@babel/helper-split-export-declaration" "^7.0.0"
69+
"@babel/parser" "^7.0.0"
70+
"@babel/types" "^7.0.0"
71+
debug "^3.1.0"
4572
globals "^11.1.0"
46-
invariant "^2.2.0"
47-
lodash "^4.2.0"
73+
lodash "^4.17.10"
4874

49-
"@babel/[email protected]-beta.36":
50-
version "7.0.0-beta.36"
51-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23"
75+
"@babel/types@^7.0.0":
76+
version "7.0.0"
77+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
5278
dependencies:
5379
esutils "^2.0.2"
54-
lodash "^4.2.0"
80+
lodash "^4.17.10"
5581
to-fast-properties "^2.0.0"
5682

5783
abab@^1.0.3:
@@ -512,15 +538,15 @@ babel-core@^6.26.0:
512538
slash "^1.0.0"
513539
source-map "^0.5.6"
514540

515-
babel-eslint@8.2.1:
516-
version "8.2.1"
517-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951"
541+
babel-eslint@9.0.0:
542+
version "9.0.0"
543+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
518544
dependencies:
519-
"@babel/code-frame" "7.0.0-beta.36"
520-
"@babel/traverse" "7.0.0-beta.36"
521-
"@babel/types" "7.0.0-beta.36"
522-
babylon "7.0.0-beta.36"
523-
eslint-scope "~3.7.1"
545+
"@babel/code-frame" "^7.0.0"
546+
"@babel/parser" "^7.0.0"
547+
"@babel/traverse" "^7.0.0"
548+
"@babel/types" "^7.0.0"
549+
eslint-scope "3.7.1"
524550
eslint-visitor-keys "^1.0.0"
525551

526552
babel-generator@^6.18.0, babel-generator@^6.25.0:
@@ -1076,10 +1102,6 @@ babel-types@^6.26.0:
10761102
lodash "^4.17.4"
10771103
to-fast-properties "^1.0.3"
10781104

1079-
1080-
version "7.0.0-beta.36"
1081-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
1082-
10831105
babylon@^6.17.2, babylon@^6.17.4:
10841106
version "6.17.4"
10851107
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.4.tgz#3e8b7402b88d22c3423e137a1577883b15ff869a"
@@ -2018,12 +2040,6 @@ [email protected], debug@^2.3.3, debug@^2.6.6, debug@^2.6.9:
20182040
dependencies:
20192041
ms "2.0.0"
20202042

2021-
debug@^3.0.1:
2022-
version "3.0.1"
2023-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.0.1.tgz#0564c612b521dc92d9f2988f0549e34f9c98db64"
2024-
dependencies:
2025-
ms "2.0.0"
2026-
20272043
debug@^3.1.0:
20282044
version "3.1.0"
20292045
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -2511,7 +2527,7 @@ [email protected]:
25112527
jsx-ast-utils "^2.0.0"
25122528
prop-types "^15.6.0"
25132529

2514-
eslint-scope@^3.7.1, eslint-scope@~3.7.1:
2530+
[email protected], eslint-scope@^3.7.1:
25152531
version "3.7.1"
25162532
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
25172533
dependencies:
@@ -4425,6 +4441,10 @@ js-tokens@^3.0.2:
44254441
version "3.0.2"
44264442
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
44274443

4444+
js-tokens@^4.0.0:
4445+
version "4.0.0"
4446+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
4447+
44284448
js-yaml@^3.10.0, js-yaml@^3.9.1:
44294449
version "3.10.0"
44304450
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
@@ -4482,7 +4502,7 @@ jsesc@^1.3.0:
44824502
version "1.3.0"
44834503
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
44844504

4485-
jsesc@^2.2.0:
4505+
jsesc@^2.2.0, jsesc@^2.5.1:
44864506
version "2.5.1"
44874507
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
44884508

@@ -4759,6 +4779,10 @@ lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
47594779
version "4.17.4"
47604780
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
47614781

4782+
lodash@^4.17.10:
4783+
version "4.17.10"
4784+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
4785+
47624786
logalot@^2.0.0:
47634787
version "2.1.0"
47644788
resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552"

0 commit comments

Comments
 (0)