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

chore(deps): update babel monorepo to v7.0.0 #15

Merged
merged 1 commit into from
Aug 28, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 24, 2018

This Pull Request renovates the package group "babel monorepo" with the following modifications:

  • Updates devDependency @babel/preset-typescript (source) from v7.0.0-rc.2 to v7.0.0
  • Updates devDependency @babel/preset-env (homepage, source) from v7.0.0-rc.2 to v7.0.0
  • Updates devDependency @babel/core (homepage, source) from v7.0.0-rc.2 to v7.0.0

Release Notes


babel/babel

v7.0.0

Compare Source

  • Updated babylon, fixed babel-register issue, and make babel-polyfill publish the core-js polyfills individually for babel-preset-env
🚀 New Feature
🐛 Bug Fix
  • babel-register
  • babel-generator, babel-helper-builder-react-jsx, babel-plugin-transform-react-jsx
  • babel-core, babel-generator, babel-template, babel-traverse, babel-types
📝 Documentation
  • babel-plugin-transform-es2015-modules-commonjs
  • babel-plugin-transform-es2015-spread
🏠 Internal

v7.0.0-alpha.6 (2017-03-27)

Fix issue with babel-core not picking up the .babelrc correctly

Also started Babel to compile itself with Babel 7! (We'll be working on making it compile the last good version from master soon so we don't need to wait until after publishing to find a regression)

🐛 Bug Fix
🏠 Internal

v7.0.0-alpha.5 (2017-03-24)

babel-runtime helpers weren't built correctly, and I found extra dep on babel-runtime in 2 packages.

At the point of this publish, all other packages are at v7.0.0-alpha.3
babel-register is at v7.0.0-alpha.4

🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-decorators, babel-plugin-transform-react-inline-elements, babel-runtime
    • #​5540 keep one core-js helper file in git, remove babel-runtime from deps. (@​hzoo)

v7.0.0-alpha.4 (2017-03-23)

At the point of this publish, all other packages are at v7.0.0-alpha.3

🐛 Bug Fix

v7.0.0-alpha.3 (2017-03-23)

💥 Breaking Change
  • babel-traverse
  • babel-runtime
  • babel-core, babel-generator, babel-plugin-transform-es2015-template-literals, babel-template, babel-traverse, babel-types
  • babel-core, babel-preset-react, babel-runtime
    • #​5489 Misc fixes + Move babel-core config processing from transformation/file/options into top-level folder. (@​loganfsmyth)
  • babel-cli, babel-core, babel-register, babel-types
    • #​5487 Make only/ignore relative to cwd/config file and move only/ignore checking all to core.. (@​loganfsmyth)
  • babel-core, babel-plugin-transform-es2015-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-react-jsx-source
  • babel-core
  • babel-cli, babel-core
🚀 New Feature
  • babel-plugin-transform-runtime, babel-runtime
  • babel-core, babel-register
🐛 Bug Fix
  • babel-plugin-transform-react-inline-elements, babel-traverse
  • babel-core, babel-runtime
  • babel-plugin-transform-react-constant-elements, babel-traverse
  • babel-plugin-transform-es2015-modules-amd, babel-plugin-transform-es2015-modules-commonjs
  • babel-plugin-transform-do-expressions, babel-types
  • babel-plugin-transform-es2015-function-name, babel-types
💅 Polish
📝 Documentation
🏠 Internal
  • babel-cli
  • Other
  • babel-plugin-transform-regenerator
  • babel-core, babel-plugin-transform-es2015-classes, babel-template, babel-traverse
  • babel-plugin-transform-es2015-classes
    • #​5450 Changes the throw error for test in super-illegal-non-constructor-call. (@​arshabh)
  • babel-helper-builder-react-jsx

babel@7.0.0-alpha.2 (2017-03-08)

🚀 New Feature
  • babel-core, babel-generator, babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-es2015-modules-amd, babel-plugin-transform-es2015-modules-commonjs
📝 Documentation
🏠 Internal

v7.0.0-alpha.1 (2017-03-02)

💥 Breaking Change
  • babel-core, babel-generator, babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator, babel-template, babel-traverse, babel-types
  • babel-core, babel-generator, babel-plugin-transform-es2015-destructuring, babel-plugin-transform-es2015-duplicate-keys, babel-plugin-transform-object-rest-spread, babel-template, babel-traverse, babel-types
  • babel-core
  • babel-core, babel-preset-es2015, babel-preset-es2016, babel-preset-es2017, babel-preset-flow, babel-preset-latest, babel-preset-react, babel-preset-stage-0, babel-preset-stage-1, babel-preset-stage-2, babel-preset-stage-3
  • babel-core, babel-generator, babel-helper-remap-async-to-generator, babel-plugin-transform-object-rest-spread, babel-template, babel-traverse, babel-types
  • babel-generator, babel-helper-remap-async-to-generator, babel-plugin-transform-object-rest-spread, babel-types
  • babel-generator
  • babel-plugin-transform-decorators
  • babel-generator, babel-types
  • babel-*
  • babel-preset-stage-1, babel-preset-stage-2
  • babel-register
  • babel-runtime
  • babel-generator, babel-plugin-syntax-class-constructor-call, babel-plugin-transform-class-constructor-call, babel-preset-stage-1
  • babel-preset-stage-3
  • Other
  • babel-cli, babel-core, babel-plugin-transform-react-constant-elements, babel-traverse
  • babel-plugin-transform-es2015-unicode-regex
  • babel-polyfill
  • babel-generator, babel-plugin-transform-flow-comments
  • babel-plugin-transform-runtime
🚀 New Feature
🐛 Bug Fix
📝 Documentation
  • babel-plugin-transform-runtime
  • babel-plugin-transform-async-to-module-method, babel-plugin-transform-es2015-computed-properties, babel-plugin-transform-es2015-for-of, babel-plugin-transform-es2015-modules-systemjs, babel-plugin-transform-es2015-spread, babel-plugin-transform-es2015-template-literals, babel-plugin-transform-object-rest-spread, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-strict-mode, babel-preset-latest, babel-register, babel-template
  • babel-plugin-transform-es2015-shorthand-properties
  • Other
🏠 Internal
  • babel-plugin-undeclared-variables-check
  • babel-plugin-transform-class-constructor-call
  • babel-generator
  • Other
  • babel-cli
  • babel-core, babel-template, babel-traverse
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-async-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-async-to-module-method, babel-plugin-transform-class-properties, babel-plugin-transform-decorators, babel-plugin-transform-do-expressions, babel-plugin-transform-es2015-modules-amd, babel-plugin-transform-es2015-modules-commonjs, babel-plugin-transform-es2015-modules-umd, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-extensions, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-bind, babel-plugin-transform-object-rest-spread, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-traverse
  • babel-preset-stage-1
  • babel-traverse
  • babel
  • babel-helper-transform-fixture-test-runner
  • babel-register
  • babel-cli, babel-core
  • babel-polyfill

v7.0.0-rc.4

Compare Source

v7.0.0-rc.4 (2018-08-27)

One last release before final today

Similar to removing proposals in @babel/polyfill, we are removing them in transform-runtime

💥 Breaking Change
🐛 Bug Fix
🏠 Internal
Committers: 4

v7.0.0-rc.3

Compare Source

v7.0.0-rc.3 (2018-08-24)

https://twitter.com/left_pad/status/1031700991186489344 😂

💥 Breaking Change
🚀 New Feature
  • babel-plugin-transform-runtime
    • #​8520 Expose opt-in useESModules:"auto" from transform-runtime to toggle based on 'supportsStaticESM'. (@​loganfsmyth)
🐛 Bug Fix
  • babel-helpers, babel-plugin-transform-classes, babel-preset-env
  • babel-generator, babel-traverse, babel-types
  • babel-plugin-proposal-object-rest-spread
  • babel-traverse
🏠 Internal
  • babel-plugin-transform-object-set-prototype-of-to-assign
  • Other
Committers: 7


This PR has been generated by Renovate Bot.

@codecov
Copy link

codecov bot commented Aug 24, 2018

Codecov Report

Merging #15 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   86.11%   86.11%           
=======================================
  Files           6        6           
  Lines          72       72           
  Branches       23       23           
=======================================
  Hits           62       62           
  Misses          8        8           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e976b7e...1b91b4c. Read the comment docs.

@renovate renovate bot force-pushed the renovate/babel-monorepo branch from 1b91b4c to 2c659e6 Compare August 27, 2018 17:46
@renovate renovate bot changed the title chore(deps): update babel monorepo to v7.0.0-rc.3 chore(deps): update babel monorepo to v7.0.0-rc.4 Aug 27, 2018
@codecov
Copy link

codecov bot commented Aug 27, 2018

Codecov Report

Merging #15 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   86.11%   86.11%           
=======================================
  Files           6        6           
  Lines          72       72           
  Branches       23       23           
=======================================
  Hits           62       62           
  Misses          8        8           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e976b7e...5c07da9. Read the comment docs.

@renovate renovate bot force-pushed the renovate/babel-monorepo branch from 2c659e6 to 5c07da9 Compare August 27, 2018 22:47
@renovate renovate bot changed the title chore(deps): update babel monorepo to v7.0.0-rc.4 chore(deps): update babel monorepo to v7.0.0 Aug 27, 2018
@Zhangdroid Zhangdroid merged commit 742ad60 into master Aug 28, 2018
@renovate renovate bot deleted the renovate/babel-monorepo branch August 28, 2018 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants