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

Switch to Babel 7 #3522

Merged
merged 37 commits into from
Jan 11, 2018
Merged

Switch to Babel 7 #3522

merged 37 commits into from
Jan 11, 2018

Commits on Nov 28, 2017

  1. Update dependencies in react-scripts

    Clement Hoang committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    7a07a1a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Add first pass of working dependencies for babel-preset-react-app and…

    … react-scripts
    Clement Hoang committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    7cbeb83 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Bump more dependency versions

    Clement Hoang committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    b0ba884 View commit details
    Browse the repository at this point in the history
  2. Adjust more versions and edit fix options

    Clement Hoang committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    5cb193c View commit details
    Browse the repository at this point in the history
  3. Restore functionality of old preset

    Clement Hoang committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    ae2b569 View commit details
    Browse the repository at this point in the history
  4. Disable Uglify in iframe webpack

    Clement Hoang committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    222a905 View commit details
    Browse the repository at this point in the history
  5. Apply prettier

    Clement Hoang committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    f9391f7 View commit details
    Browse the repository at this point in the history
  6. Re-enable cache in dev and clean deps

    Clement Hoang committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    fbaacf4 View commit details
    Browse the repository at this point in the history
  7. Lock packages and move babel/core to dep in preset

    Clement Hoang committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    0cdf4f9 View commit details
    Browse the repository at this point in the history
  8. Bump babel-jest

    Clement Hoang committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    dc15217 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Re-enable uglify

    Timer committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    60a42ae View commit details
    Browse the repository at this point in the history
  2. Nest forceAllTransforms correctly in webpack config

    Clement Hoang committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    911debc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Install babel-core bridge for jest

    Clement Hoang committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    8003d54 View commit details
    Browse the repository at this point in the history
  2. Add jest-cli and babel-core bridge to make tests in react-error-overl…

    …ay pass
    Clement Hoang committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    c180b49 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Configuration menu
    Copy the full SHA
    eff7257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7516d View commit details
    Browse the repository at this point in the history
  3. Use new babel in kitchensink

    Timer committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    482abf2 View commit details
    Browse the repository at this point in the history
  4. Transform modules in test

    Timer committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    539e46a View commit details
    Browse the repository at this point in the history
  5. Revert "Transform modules in test"

    This reverts commit 539e46a.
    Timer committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    60a5f57 View commit details
    Browse the repository at this point in the history
  6. Attempt fix for ejected tests

    Timer committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    67ca211 View commit details
    Browse the repository at this point in the history
  7. try this

    Timer committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    60ab887 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Add regenerator back

    Clement Hoang committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    95dbd6f View commit details
    Browse the repository at this point in the history
  2. Bump babel deps to beta.34

    Clement Hoang committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    dea535e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Remove bad files

    Timer committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    1466478 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Use default when requiring babel transform plugin

    Clement Hoang committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    ab26521 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Bump deps

    Timer committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    fb6480d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Try the fix?

    gaearon committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f95e5a9 View commit details
    Browse the repository at this point in the history
  2. Oopsie

    gaearon committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    7f29d27 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Configuration menu
    Copy the full SHA
    44d93ab View commit details
    Browse the repository at this point in the history
  2. Remove some weird things

    gaearon committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    b81c25f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    174ddf5 View commit details
    Browse the repository at this point in the history
  4. Try fixing kitchensink

    gaearon committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    9f504c2 View commit details
    Browse the repository at this point in the history
  5. Use new API for codeFrame

    gaearon committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    4ade5c3 View commit details
    Browse the repository at this point in the history
  6. Add missing (?) babelrc

    gaearon committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    9537092 View commit details
    Browse the repository at this point in the history
  7. Maybe this helps?

    gaearon committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    a29c74d View commit details
    Browse the repository at this point in the history
  8. Maybe fix mocha

    gaearon committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    effe64a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d5043d View commit details
    Browse the repository at this point in the history