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

Update babel monorepo - autoclosed #13

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 7, 2019

This PR contains the following updates:

Package Type Update Change References
@​babel/cli devDependencies minor 7.0.0-beta.46 -> 7.4.3 homepage, source
@​babel/core devDependencies minor 7.0.0-beta.46 -> 7.4.3 homepage, source
@​babel/plugin-proposal-object-rest-spread devDependencies minor 7.0.0-beta.46 -> 7.4.3 source
@​babel/plugin-syntax-class-properties devDependencies minor 7.0.0-beta.46 -> 7.2.0 source
@​babel/plugin-syntax-dynamic-import devDependencies minor 7.0.0-beta.46 -> 7.2.0 source
@​babel/plugin-transform-flow-strip-types devDependencies minor 7.0.0-beta.46 -> 7.4.0 source
@​babel/plugin-transform-object-assign devDependencies minor 7.0.0-beta.46 -> 7.2.0 source
@​babel/preset-env devDependencies minor 7.0.0-beta.46 -> 7.4.3 homepage, source
@​babel/preset-react devDependencies patch 7.0.0-beta.46 -> 7.0.0 homepage, source

Release Notes

babel/babel

v7.4.3

Compare Source

👓 Spec Compliance
🚀 New Feature
  • babel-plugin-transform-runtime
🐛 Bug Fix
💅 Polish
  • babel-parser
  • babel-core, babel-plugin-transform-for-of
🏠 Internal

v7.2.3

Compare Source

This is a small release, mainly to test Lerna 3.
We force-published @babel/polyfill and @babel/preset-env, since they should have been released respectively in v7.1.0 and v7.2.2 but for different reasons they didn't get updated.

Half of the commits in this release are made by first time contributors! Thanks to @​cameron-martin, @​cphamlet, @​tanhauhau and @​jedwards1211. 🎉

🚀 New Feature
🐛 Bug Fix
🏠 Internal

v7.2.0

Compare Source

You can read more about this release at https://babeljs.io/blog/2018/12/03/7.2.0.

🚀 New Feature
🐛 Bug Fix
💅 Polish
🏠 Internal

v7.1.5

Compare Source

👓 Spec Compliancy
🚀 New Feature
🐛 Bug Fix
💅 Polish

v7.1.2

Compare Source

Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had async functions).

v7.1.1

Compare Source

EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this.
Also force publish @babel/runtime and @babel/runtime-corejs2. We need to fix the publishing around that since Lerna doesn't pickup the @babel/helpers changes as there is no "dependency"

🐛 Bug Fix
🏠 Internal

v7.1.0

Compare Source

Check http://babeljs.io/blog/2018/09/17/7.1.0

🚀 New Feature
  • babel-cli, babel-core
    • #​8660 Better support monorepos by allowing users to opt into automatically resolving 'root' with rootMode: "upward".. (@​loganfsmyth)
  • babel-helper-transform-fixture-test-runner
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators
  • babel-helpers, babel-plugin-proposal-class-properties
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal

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

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

💥 Breaking Change
🐛 Bug Fix
🏠 Internal

v7.0.0-rc.3

Compare Source

💥 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

v7.0.0-rc.2

Compare Source

A notable change is the addition of #​8485 which enables babel/babel-loader#​660 (automatically doing modules: false for @babel/preset-env when using babel-loader.

💥 Breaking Change
🚀 New Feature
  • babel-preset-env
    • #​8500 Add missing es7.promise.finally polyfill when using useBuiltIns: usage. (@​jsnajdr)
  • babel-cli, babel-core, babel-node, babel-preset-env, babel-register
    • #​8485 Allow preset-env to toggle module handling based on flags from the caller (like babel-loader). (@​loganfsmyth)
  • babel-core
  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-runtime
🐛 Bug Fix
  • babel-parser
    • #​8488 Fix trailingComments for FunctionExpression that is CallExpression arguments. (@​jiaxuan)
  • babel-core
    • #​8493 Take top-level config source into consideration when processing nested env/overrides.. (@​loganfsmyth)
  • `bab

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title Update babel monorepo Update babel monorepo - autoclosed Apr 7, 2019
@renovate renovate bot closed this Apr 7, 2019
@renovate renovate bot deleted the renovate/babel-monorepo branch April 7, 2019 21:57
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.

None yet

1 participant