BeeDesignLLC / GlutenProject.com

Google for Certified Gluten Free Products
https://GlutenProject.com
MIT License
35 stars 1 forks source link

chore(deps): update babel monorepo to v7.0.0-rc.3 - autoclosed #300

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

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

Note: This PR was created on a configured schedule ("before 2am") and will not receive updates outside those times.

Release Notes


babel/babel

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

v7.0.0-rc.2

Compare Source

v7.0.0-rc.2 (2018-08-21)

https://twitter.com/left_pad/status/1031700991186489344: we're planning to release v7 this week (Friday?)

So in the next few days, landing some small changes/bug fixes!

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
  • babel-helpers, babel-plugin-proposal-decorators
    • #​7429 Fix default descriptor setting for class properties with decorators. (@​yhpark)
  • babel-plugin-transform-parameters
πŸ’… Polish
🏠 Internal
Committers: 9

v7.0.0-rc.1

Compare Source
Same as rc.0 but fixes the peerDep issue #​8443. It's changed to just be ^7.0.0-0


v7.0.0-rc.0

Compare Source

v7.0.0-rc.0 (2018-08-09)

EDIT: This had an issue with peerDependencies so please use rc.1.

Alright finally at the end πŸ™‚. Shouldn't have anymore breaking changes and going to wait some time to fix bugs/regressions

Summary: @babel/polyfill will not include proposal polyfills by default and fixed a regression.

πŸ’₯ Breaking Change
  • babel-polyfill

Will add this to the upgrade guide/polyfill docs. I guess we could include a babel-upgrade for this too, not sure.

πŸ› Bug Fix
Committers: 2

v7.0.0-beta.56

Compare Source

v7.0.0-beta.56 (2018-08-03)

Finally landing the last 2 changes before RC. Planning for monday, and then probably 1-2 weeks for regressions/bugs before final.. 🀞

πŸ’₯ Breaking Change
πŸš€ New Feature
πŸ› Bug Fix
πŸ“ Documentation
Committers: 5

v7.0.0-beta.55

Compare Source

v7.0.0-beta.55 (2018-07-28)

Breaking Change in beta:

Throws an error on using Stage presets: https://babeljs.io/blog/2018/07/27/removing-babels-stage-presets

πŸ’₯ Breaking Change
  • babel-core, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-preset-stage-0, babel-preset-stage-1, babel-preset-stage-2, babel-preset-stage-3, babel-standalone
πŸš€ New Feature
  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-types
πŸ› Bug Fix
πŸ’… Polish
🏠 Internal
  • babel-core, babel-preset-stage-0, babel-preset-stage-1, babel-preset-stage-2, babel-preset-stage-3, babel-standalone
  • babel-helpers, babel-plugin-proposal-class-properties
  • babel-core
  • babel-cli, babel-core, babel-generator, babel-helper-define-map, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-regex, babel-helper-simple-access, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-transform-block-scoping, babel-register, babel-template, babel-traverse, babel-types
Committers: 11

v7.0.0-beta.54

Compare Source

Regarding #​8184, we aren't using micromatch for paths, just basic */** substitution now. For anything more complicated we will recommend using a regex/.js config.
Fixed a bug in the stage presets (#​8307), so we just removed the requirements for setting options in the meantime for ease of use. We are removing the Stage presets next release. #​8293

πŸ’₯ Breaking Change
  • babel-core, babel-register, babel-traverse
    • #​8327 Treat string ignore/only/test/include/exclude values as paths with only basic pattern matching. (@​loganfsmyth)
πŸ› Bug Fix
  • babel-core, babel-register, babel-traverse
    • #​8327 Treat string ignore/only/test/include/exclude values as paths with only basic pattern matching. (@​loganfsmyth)
  • babel-preset-stage-0, babel-preset-stage-1
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
  • babel-core
πŸ“ Documentation

v7.0.0-beta.53

Compare Source

  • Fix for regression with paths on windows due to micromatch upgrade, remove yearly presets (not published)
  • (There was an issue with the Stage presets in this release, but it is also deprecated)
πŸ’₯ Breaking Change
πŸš€ New Feature
  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-types
    • #​7799 TypeScript: Support type arguments on JSX opening and self-closing tags. (@​andy-ms)
  • babel-parser
  • babel-plugin-proposal-object-rest-spread
  • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-destructuring, babel-preset-env
πŸ› Bug Fix
πŸ’… Polish
  • babel-plugin-syntax-pipeline-operator, babel-preset-stage-0, babel-preset-stage-1
πŸ“ Documentation
  • #​8286 Move v4-v6 changelog to another file and all prerelease 7.0 logs [ski…. (@​hzoo)
🏠 Internal

v7.0.0-beta.52

Compare Source
Deprecating the yearly/stage presets in v7 (will remove next beta). Ran npm deprecate on @babel/preset-es2015, @babel/preset-es2016, @babel/preset-es2017, @babel/preset-stage-0, @babel/preset-stage-1, @babel/preset-stage-2, @babel/preset-stage-3 only for versions >v7.0.0-beta.52. This means this will only break your build if you are using ^ in Babel v7 beta (which we have recommended against each release). (It is unfortunate that the default behavior of npm is to use ^ when using npm install though; haven't made an RFC for it yet).

Also various bugfixes, change to force the pipeline plugin to have an option.

The pipeline plugin must be configured with the minimal option. This is so people explicitly know the implementation that is being used, and someone will be able to implement and test out the other proposal options. After all, this proposal is in Stage 1 still and the semantics are being figured out: this is a great opportunity to specify via the config what people are using.

{
  "plugins": [["@​babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }]]
}
πŸ’₯ Breaking Change
  • babel-core
  • babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator, babel-preset-stage-0, babel-preset-stage-1
πŸ› Bug Fix
πŸ’… Polish
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-async-to-generator, babel-plugin-transform-react-constant-elements, babel-preset-env
  • babel-core, babel-parser
    • #​8259 upgrades eslint v5 (major), babel-eslint, eslint-plugin-flowtype, eslint-plugin-prettier. (@​dnalborczyk)
  • babel-plugin-transform-modules-commonjs, babel-plugin-transform-runtime
  • babel-helper-fixtures, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-helper-transform-fixture-test-runner
  • Other
  • babel-parser


This PR has been generated by Renovate Bot.

renovate[bot] commented 6 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.