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

Commit

Permalink
Upgrade Babel to v7.0.0-beta.52 (#650)
Browse files Browse the repository at this point in the history
* Upgrade Babel to v7.0.0-beta.52

* Fixed failing test
  • Loading branch information
rubennorte authored and existentialism committed Jul 6, 2018
1 parent 4882b29 commit 8948d83
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 51 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -11,10 +11,10 @@
"url": "https://github.com/babel/babel-eslint.git"
},
"dependencies": {
"@babel/code-frame": "7.0.0-beta.51",
"@babel/parser": "7.0.0-beta.51",
"@babel/traverse": "7.0.0-beta.51",
"@babel/types": "7.0.0-beta.51",
"@babel/code-frame": "7.0.0-beta.52",
"@babel/parser": "7.0.0-beta.52",
"@babel/traverse": "7.0.0-beta.52",
"@babel/types": "7.0.0-beta.52",
"eslint-scope": "~3.7.1",
"eslint-visitor-keys": "^1.0.0"
},
Expand Down
3 changes: 2 additions & 1 deletion test/non-regression.js
Expand Up @@ -559,7 +559,8 @@ describe("verify", () => {
function f<T>(): T {}
f<T>();
`,
{ "no-unused-vars": 1, "no-undef": 1 }
{ "no-unused-vars": 1, "no-undef": 1 },
["2:3 'T' is not defined. no-undef"]
);
});

Expand Down
92 changes: 46 additions & 46 deletions yarn.lock
Expand Up @@ -10,17 +10,17 @@
esutils "^2.0.2"
js-tokens "^3.0.0"

"@babel/code-frame@7.0.0-beta.51":
version "7.0.0-beta.51"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.51.tgz#bd71d9b192af978df915829d39d4094456439a0c"
"@babel/code-frame@7.0.0-beta.52":
version "7.0.0-beta.52"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.52.tgz#192483bfa0d1e467c101571c21029ccb74af2801"
dependencies:
"@babel/highlight" "7.0.0-beta.51"
"@babel/highlight" "7.0.0-beta.52"

"@babel/generator@7.0.0-beta.51":
version "7.0.0-beta.51"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.51.tgz#6c7575ffde761d07485e04baedc0392c6d9e30f6"
"@babel/generator@7.0.0-beta.52":
version "7.0.0-beta.52"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.52.tgz#26968f12fad818cd974c849b286b437e1e8ccd91"
dependencies:
"@babel/types" "7.0.0-beta.51"
"@babel/types" "7.0.0-beta.52"
jsesc "^2.5.1"
lodash "^4.17.5"
source-map "^0.5.0"
Expand All @@ -34,43 +34,43 @@
"@babel/template" "7.0.0-beta.36"
"@babel/types" "7.0.0-beta.36"

"@babel/helper-function-name@7.0.0-beta.51":
version "7.0.0-beta.51"
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.51.tgz#21b4874a227cf99ecafcc30a90302da5a2640561"
"@babel/helper-function-name@7.0.0-beta.52":
version "7.0.0-beta.52"
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.52.tgz#a867a58ff571b25772b2d799b32866058573c450"
dependencies:
"@babel/helper-get-function-arity" "7.0.0-beta.51"
"@babel/template" "7.0.0-beta.51"
"@babel/types" "7.0.0-beta.51"
"@babel/helper-get-function-arity" "7.0.0-beta.52"
"@babel/template" "7.0.0-beta.52"
"@babel/types" "7.0.0-beta.52"

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

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

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

"@babel/highlight@7.0.0-beta.51":
version "7.0.0-beta.51"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.51.tgz#e8844ae25a1595ccfd42b89623b4376ca06d225d"
"@babel/highlight@7.0.0-beta.52":
version "7.0.0-beta.52"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.52.tgz#ef24931432f06155e7bc39cdb8a6b37b4a28b3d0"
dependencies:
chalk "^2.0.0"
esutils "^2.0.2"
js-tokens "^3.0.0"

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

"@babel/template@7.0.0-beta.36":
version "7.0.0-beta.36"
Expand All @@ -81,13 +81,13 @@
babylon "7.0.0-beta.36"
lodash "^4.2.0"

"@babel/template@7.0.0-beta.51":
version "7.0.0-beta.51"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.51.tgz#9602a40aebcf357ae9677e2532ef5fc810f5fbff"
"@babel/template@7.0.0-beta.52":
version "7.0.0-beta.52"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.52.tgz#44e18fac38251f57f92511d6748f095ab02f996e"
dependencies:
"@babel/code-frame" "7.0.0-beta.51"
"@babel/parser" "7.0.0-beta.51"
"@babel/types" "7.0.0-beta.51"
"@babel/code-frame" "7.0.0-beta.52"
"@babel/parser" "7.0.0-beta.52"
"@babel/types" "7.0.0-beta.52"
lodash "^4.17.5"

"@babel/traverse@7.0.0-beta.36":
Expand All @@ -103,16 +103,16 @@
invariant "^2.2.0"
lodash "^4.2.0"

"@babel/traverse@7.0.0-beta.51":
version "7.0.0-beta.51"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.51.tgz#981daf2cec347a6231d3aa1d9e1803b03aaaa4a8"
"@babel/traverse@7.0.0-beta.52":
version "7.0.0-beta.52"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.52.tgz#9b8ba994f7264d9847858ad2feecc2738c5e2ef3"
dependencies:
"@babel/code-frame" "7.0.0-beta.51"
"@babel/generator" "7.0.0-beta.51"
"@babel/helper-function-name" "7.0.0-beta.51"
"@babel/helper-split-export-declaration" "7.0.0-beta.51"
"@babel/parser" "7.0.0-beta.51"
"@babel/types" "7.0.0-beta.51"
"@babel/code-frame" "7.0.0-beta.52"
"@babel/generator" "7.0.0-beta.52"
"@babel/helper-function-name" "7.0.0-beta.52"
"@babel/helper-split-export-declaration" "7.0.0-beta.52"
"@babel/parser" "7.0.0-beta.52"
"@babel/types" "7.0.0-beta.52"
debug "^3.1.0"
globals "^11.1.0"
invariant "^2.2.0"
Expand All @@ -126,9 +126,9 @@
lodash "^4.2.0"
to-fast-properties "^2.0.0"

"@babel/types@7.0.0-beta.51":
version "7.0.0-beta.51"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.51.tgz#d802b7b543b5836c778aa691797abf00f3d97ea9"
"@babel/types@7.0.0-beta.52":
version "7.0.0-beta.52"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.52.tgz#a3e5620b1534b253a50abcf2222b520e23b16da2"
dependencies:
esutils "^2.0.2"
lodash "^4.17.5"
Expand Down

0 comments on commit 8948d83

Please sign in to comment.