Skip to content

Commit

Permalink
build(deps): bump @babel/preset-env to >= 7.9.0
Browse files Browse the repository at this point in the history
Node v13.13.0 introduced a change that is incompatible with `@babel/preset-env`
versions `< 7.9.0`.

See:
* nodejs/node#32351
* nodejs/node#32852
* babel/babel#11283

Bump our direct dependencies to `7.9.5` and manually cause additional bumps in
`yarn.lock` that result in all versions of `@babel/preset-env` installed in the
monorepo's `node_modules` trees being `>= 7.9.0`.
  • Loading branch information
michaelsbradleyjr committed Apr 24, 2020
1 parent 92bad92 commit 32dc886
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 141 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/plugin-proposal-optional-chaining": "7.7.4",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.4",
"@babel/preset-env": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/preset-typescript": "7.7.4",
"@typescript-eslint/parser": "2.20.0",
"babel-eslint": "10.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/basic-pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@babel/plugin-transform-destructuring": "7.7.4",
"@babel/plugin-transform-flow-strip-types": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.4",
"@babel/preset-env": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.7.4",
"@babel/preset-typescript": "7.7.4",
"@babel/runtime-corejs3": "7.8.4",
Expand Down
Loading

0 comments on commit 32dc886

Please sign in to comment.