Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

build(deps): upgrade @babel/* to 7.0.0-rc.1 #668

Merged
merged 3 commits into from Aug 21, 2018

Commits on Aug 14, 2018

  1. feat: upgrade @babel/* to rc.1

    upgrade relevant @babel/* package
    currently the upgrade breaks the test
    
    BREAKING CHANGE:
    
    v7.0.0-rc.0 \#8440 removes proposals polyfills from default import
    
    v7.0.0-beta.56 babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime
    \#8266 Split @babel/runtime into 2 modules via @babel/runtime-corejs2. (@loganfsmyth)
    
    babel-core, babel-helper-module-imports, babel-helpers, babel-plugin-external-helpers, babel-plugin-transform-runtime
    \#8398 Only reference helpers from external/runtime helpers if they are known to be available.. (@loganfsmyth)
    
    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
    \#8293 Remove Stage presets. (@hzoo)
    
    v7.0.0-beta.55
    
    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
    \#8293 Remove Stage presets. (@hzoo)
    
    v7.0.0-beta.54
    babel-core, babel-register, babel-traverse
    \#8327 Treat string ignore/only/test/include/exclude values as paths with only basic pattern matching. (@loganfsmyth)
    
    v7.0.0-beta.53
    babel-*
    \#8274 Remove yearly presets from repo. (@hzoo)
    viztor committed Aug 14, 2018
    Copy the full SHA
    3e95bf2 View commit details
    Browse the repository at this point in the history
  2. fix: add option proposal to pipeline operator

    to adopt upstream breaking change.
    viztor committed Aug 14, 2018
    Copy the full SHA
    80af2cf View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. rc.2

    existentialism committed Aug 21, 2018
    Copy the full SHA
    f772795 View commit details
    Browse the repository at this point in the history