Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump babel-types to ^7.6.3 #10568

Merged
merged 3 commits into from Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -213,7 +213,7 @@ yarn-install: clean-all
yarn --ignore-engines

lerna-bootstrap: yarn-install
yarn lerna bootstrap -- --ignore-engines
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to this PR, but we should try to remove --ignore-engines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we should give it a try after we drop node 8 support.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we rely on a dependency which doesn't work with node 6?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see. We have proved it on #10249.

yarn lerna bootstrap -- -- --ignore-engines

bootstrap: bootstrap-only
$(MAKE) build
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-annotate-as-pure/package.json
Expand Up @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-bindify-decorators/package.json
Expand Up @@ -10,6 +10,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
Expand Up @@ -10,6 +10,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-explode-assignable-expression": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-builder-react-jsx/package.json
Expand Up @@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.3.0",
"@babel/types": "^7.6.3",
"esutils": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-call-delegate/package.json
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@babel/helper-hoist-variables": "^7.4.4",
"@babel/traverse": "^7.4.4",
"@babel/types": "^7.4.4"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-define-map/package.json
Expand Up @@ -10,7 +10,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.1.0",
"@babel/types": "^7.5.5",
"@babel/types": "^7.6.3",
"lodash": "^4.17.13"
}
}
Expand Up @@ -10,6 +10,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-explode-class/package.json
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@babel/helper-bindify-decorators": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-function-name/package.json
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@babel/helper-get-function-arity": "^7.0.0",
"@babel/template": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-get-function-arity/package.json
Expand Up @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-hoist-variables/package.json
Expand Up @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.4.4"
"@babel/types": "^7.6.3"
}
}
Expand Up @@ -10,6 +10,6 @@
"main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": {
"@babel/types": "^7.5.5"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-module-imports/package.json
Expand Up @@ -11,7 +11,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports",
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
},
"devDependencies": {
"@babel/core": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-module-transforms/package.json
Expand Up @@ -15,7 +15,7 @@
"@babel/helper-simple-access": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.4.4",
"@babel/template": "^7.4.4",
"@babel/types": "^7.5.5",
"@babel/types": "^7.6.3",
"lodash": "^4.17.13"
}
}
Expand Up @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
Expand Up @@ -13,6 +13,6 @@
"@babel/helper-wrap-function": "^7.1.0",
"@babel/template": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-replace-supers/package.json
Expand Up @@ -12,6 +12,6 @@
"@babel/helper-member-expression-to-functions": "^7.5.5",
"@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/traverse": "^7.5.5",
"@babel/types": "^7.5.5"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-simple-access/package.json
Expand Up @@ -12,6 +12,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
Expand Up @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.4.4"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-wrap-function/package.json
Expand Up @@ -12,6 +12,6 @@
"@babel/helper-function-name": "^7.1.0",
"@babel/template": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.2.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helpers/package.json
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@babel/template": "^7.6.0",
"@babel/traverse": "^7.6.2",
"@babel/types": "^7.6.0"
"@babel/types": "^7.6.3"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-template/package.json
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.6.0",
"@babel/types": "^7.6.0"
"@babel/types": "^7.6.3"
}
}