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

Commit 8948d83

Browse files
rubennorteexistentialism
authored andcommittedJul 6, 2018
Upgrade Babel to v7.0.0-beta.52 (#650)
* Upgrade Babel to v7.0.0-beta.52 * Fixed failing test
1 parent 4882b29 commit 8948d83

File tree

3 files changed

+52
-51
lines changed

3 files changed

+52
-51
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"url": "https://github.com/babel/babel-eslint.git"
1212
},
1313
"dependencies": {
14-
"@babel/code-frame": "7.0.0-beta.51",
15-
"@babel/parser": "7.0.0-beta.51",
16-
"@babel/traverse": "7.0.0-beta.51",
17-
"@babel/types": "7.0.0-beta.51",
14+
"@babel/code-frame": "7.0.0-beta.52",
15+
"@babel/parser": "7.0.0-beta.52",
16+
"@babel/traverse": "7.0.0-beta.52",
17+
"@babel/types": "7.0.0-beta.52",
1818
"eslint-scope": "~3.7.1",
1919
"eslint-visitor-keys": "^1.0.0"
2020
},

‎test/non-regression.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,8 @@ describe("verify", () => {
559559
function f<T>(): T {}
560560
f<T>();
561561
`,
562-
{ "no-unused-vars": 1, "no-undef": 1 }
562+
{ "no-unused-vars": 1, "no-undef": 1 },
563+
["2:3 'T' is not defined. no-undef"]
563564
);
564565
});
565566

‎yarn.lock

+46-46
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
esutils "^2.0.2"
1111
js-tokens "^3.0.0"
1212

13-
"@babel/code-frame@7.0.0-beta.51":
14-
version "7.0.0-beta.51"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.51.tgz#bd71d9b192af978df915829d39d4094456439a0c"
13+
"@babel/code-frame@7.0.0-beta.52":
14+
version "7.0.0-beta.52"
15+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.52.tgz#192483bfa0d1e467c101571c21029ccb74af2801"
1616
dependencies:
17-
"@babel/highlight" "7.0.0-beta.51"
17+
"@babel/highlight" "7.0.0-beta.52"
1818

19-
"@babel/generator@7.0.0-beta.51":
20-
version "7.0.0-beta.51"
21-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.51.tgz#6c7575ffde761d07485e04baedc0392c6d9e30f6"
19+
"@babel/generator@7.0.0-beta.52":
20+
version "7.0.0-beta.52"
21+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.52.tgz#26968f12fad818cd974c849b286b437e1e8ccd91"
2222
dependencies:
23-
"@babel/types" "7.0.0-beta.51"
23+
"@babel/types" "7.0.0-beta.52"
2424
jsesc "^2.5.1"
2525
lodash "^4.17.5"
2626
source-map "^0.5.0"
@@ -34,43 +34,43 @@
3434
"@babel/template" "7.0.0-beta.36"
3535
"@babel/types" "7.0.0-beta.36"
3636

37-
"@babel/helper-function-name@7.0.0-beta.51":
38-
version "7.0.0-beta.51"
39-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.51.tgz#21b4874a227cf99ecafcc30a90302da5a2640561"
37+
"@babel/helper-function-name@7.0.0-beta.52":
38+
version "7.0.0-beta.52"
39+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.52.tgz#a867a58ff571b25772b2d799b32866058573c450"
4040
dependencies:
41-
"@babel/helper-get-function-arity" "7.0.0-beta.51"
42-
"@babel/template" "7.0.0-beta.51"
43-
"@babel/types" "7.0.0-beta.51"
41+
"@babel/helper-get-function-arity" "7.0.0-beta.52"
42+
"@babel/template" "7.0.0-beta.52"
43+
"@babel/types" "7.0.0-beta.52"
4444

4545
"@babel/helper-get-function-arity@7.0.0-beta.36":
4646
version "7.0.0-beta.36"
4747
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8"
4848
dependencies:
4949
"@babel/types" "7.0.0-beta.36"
5050

51-
"@babel/helper-get-function-arity@7.0.0-beta.51":
52-
version "7.0.0-beta.51"
53-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.51.tgz#3281b2d045af95c172ce91b20825d85ea4676411"
51+
"@babel/helper-get-function-arity@7.0.0-beta.52":
52+
version "7.0.0-beta.52"
53+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.52.tgz#1c0cda58e0b75f45e92eafbd8fe189a4eee92b74"
5454
dependencies:
55-
"@babel/types" "7.0.0-beta.51"
55+
"@babel/types" "7.0.0-beta.52"
5656

57-
"@babel/helper-split-export-declaration@7.0.0-beta.51":
58-
version "7.0.0-beta.51"
59-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.51.tgz#8a6c3f66c4d265352fc077484f9f6e80a51ab978"
57+
"@babel/helper-split-export-declaration@7.0.0-beta.52":
58+
version "7.0.0-beta.52"
59+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.52.tgz#4aac4f30ea6384af3676e04b5246727632e460df"
6060
dependencies:
61-
"@babel/types" "7.0.0-beta.51"
61+
"@babel/types" "7.0.0-beta.52"
6262

63-
"@babel/highlight@7.0.0-beta.51":
64-
version "7.0.0-beta.51"
65-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.51.tgz#e8844ae25a1595ccfd42b89623b4376ca06d225d"
63+
"@babel/highlight@7.0.0-beta.52":
64+
version "7.0.0-beta.52"
65+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.52.tgz#ef24931432f06155e7bc39cdb8a6b37b4a28b3d0"
6666
dependencies:
6767
chalk "^2.0.0"
6868
esutils "^2.0.2"
6969
js-tokens "^3.0.0"
7070

71-
"@babel/parser@7.0.0-beta.51":
72-
version "7.0.0-beta.51"
73-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.51.tgz#27cec2df409df60af58270ed8f6aa55409ea86f6"
71+
"@babel/parser@7.0.0-beta.52":
72+
version "7.0.0-beta.52"
73+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.52.tgz#4e935b62cd9bf872bd37bcf1f63d82fe7b0237a2"
7474

7575
"@babel/template@7.0.0-beta.36":
7676
version "7.0.0-beta.36"
@@ -81,13 +81,13 @@
8181
babylon "7.0.0-beta.36"
8282
lodash "^4.2.0"
8383

84-
"@babel/template@7.0.0-beta.51":
85-
version "7.0.0-beta.51"
86-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.51.tgz#9602a40aebcf357ae9677e2532ef5fc810f5fbff"
84+
"@babel/template@7.0.0-beta.52":
85+
version "7.0.0-beta.52"
86+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.52.tgz#44e18fac38251f57f92511d6748f095ab02f996e"
8787
dependencies:
88-
"@babel/code-frame" "7.0.0-beta.51"
89-
"@babel/parser" "7.0.0-beta.51"
90-
"@babel/types" "7.0.0-beta.51"
88+
"@babel/code-frame" "7.0.0-beta.52"
89+
"@babel/parser" "7.0.0-beta.52"
90+
"@babel/types" "7.0.0-beta.52"
9191
lodash "^4.17.5"
9292

9393
"@babel/traverse@7.0.0-beta.36":
@@ -103,16 +103,16 @@
103103
invariant "^2.2.0"
104104
lodash "^4.2.0"
105105

106-
"@babel/traverse@7.0.0-beta.51":
107-
version "7.0.0-beta.51"
108-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.51.tgz#981daf2cec347a6231d3aa1d9e1803b03aaaa4a8"
106+
"@babel/traverse@7.0.0-beta.52":
107+
version "7.0.0-beta.52"
108+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.52.tgz#9b8ba994f7264d9847858ad2feecc2738c5e2ef3"
109109
dependencies:
110-
"@babel/code-frame" "7.0.0-beta.51"
111-
"@babel/generator" "7.0.0-beta.51"
112-
"@babel/helper-function-name" "7.0.0-beta.51"
113-
"@babel/helper-split-export-declaration" "7.0.0-beta.51"
114-
"@babel/parser" "7.0.0-beta.51"
115-
"@babel/types" "7.0.0-beta.51"
110+
"@babel/code-frame" "7.0.0-beta.52"
111+
"@babel/generator" "7.0.0-beta.52"
112+
"@babel/helper-function-name" "7.0.0-beta.52"
113+
"@babel/helper-split-export-declaration" "7.0.0-beta.52"
114+
"@babel/parser" "7.0.0-beta.52"
115+
"@babel/types" "7.0.0-beta.52"
116116
debug "^3.1.0"
117117
globals "^11.1.0"
118118
invariant "^2.2.0"
@@ -126,9 +126,9 @@
126126
lodash "^4.2.0"
127127
to-fast-properties "^2.0.0"
128128

129-
"@babel/types@7.0.0-beta.51":
130-
version "7.0.0-beta.51"
131-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.51.tgz#d802b7b543b5836c778aa691797abf00f3d97ea9"
129+
"@babel/types@7.0.0-beta.52":
130+
version "7.0.0-beta.52"
131+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.52.tgz#a3e5620b1534b253a50abcf2222b520e23b16da2"
132132
dependencies:
133133
esutils "^2.0.2"
134134
lodash "^4.17.5"

0 commit comments

Comments
 (0)
This repository has been archived.