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

[WIP] Upgrade entire suite to Babel 7 #6949

Merged
merged 46 commits into from
Sep 21, 2018
Merged

[WIP] Upgrade entire suite to Babel 7 #6949

merged 46 commits into from
Sep 21, 2018

Commits on Sep 15, 2018

  1. Configuration menu
    Copy the full SHA
    5cb0df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b1be33 View commit details
    Browse the repository at this point in the history
  3. Fix a memory leak in Error objects (#6965)

    sokra authored and SimenB committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    a66a571 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Configuration menu
    Copy the full SHA
    68eb9a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7308bbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c8ec2f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    67e4c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dd29cd View commit details
    Browse the repository at this point in the history
  3. Preserve info from files with matching SHA-1s (#6990)

    * Preserve file data when sha1s match
    * Update changelog
    rubennorte committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    628a3d1 View commit details
    Browse the repository at this point in the history
  4. fix(jest-haste-map): Fixed Haste whitelist generation for scoped modu…

    …les on Windows (#6980)
    empyrical authored and SimenB committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    fb20ddd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    2af1c62 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    86fc23d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3dc90f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41e0da0 View commit details
    Browse the repository at this point in the history
  4. docs: fix rejects.toMatch on rejects.toThrow (#6999)

    nodkz authored and SimenB committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    a5cdea2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    1251008 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade eslint

    SimenB committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    3c39c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab06a7b View commit details
    Browse the repository at this point in the history
  4. Added method to get an iterator for all files in HasteFS (#7010)

    * Added method to get an iterator for all files in HasteFS
    
    * Used hasteFS.getFileIterator() in jest-resolve-dependencies
    
    * Update changelog
    rubennorte committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    ee751bf View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Start babel migration.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    0b77f78 View commit details
    Browse the repository at this point in the history
  2. More fixes.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    c27bcbe View commit details
    Browse the repository at this point in the history
  3. More things.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    2a95623 View commit details
    Browse the repository at this point in the history
  4. Fix RN.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    3910080 View commit details
    Browse the repository at this point in the history
  5. More updates.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    a228ba6 View commit details
    Browse the repository at this point in the history
  6. Update configs.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    fa41c1f View commit details
    Browse the repository at this point in the history
  7. Update RN support.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    7ea038b View commit details
    Browse the repository at this point in the history
  8. Rework Babel config loading.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    c7232be View commit details
    Browse the repository at this point in the history
  9. Update deps.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    3b0f790 View commit details
    Browse the repository at this point in the history
  10. Update some deps.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    c1a9a2c View commit details
    Browse the repository at this point in the history
  11. Fix rollup build.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    a28d236 View commit details
    Browse the repository at this point in the history
  12. Remove browser build plugin.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    7dd89ee View commit details
    Browse the repository at this point in the history
  13. Target IE8.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    dde23de View commit details
    Browse the repository at this point in the history
  14. Update to beta RN.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    0e6cfda View commit details
    Browse the repository at this point in the history
  15. Parser updates.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    dab8e57 View commit details
    Browse the repository at this point in the history
  16. Upgrade istanbul.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    9abd68b View commit details
    Browse the repository at this point in the history
  17. Rework lazy.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    141c901 View commit details
    Browse the repository at this point in the history
  18. More work and polish.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    ddb7d28 View commit details
    Browse the repository at this point in the history
  19. Use transformSync.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    6f7d4ab View commit details
    Browse the repository at this point in the history
  20. Update react-native.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    765a38b View commit details
    Browse the repository at this point in the history
  21. Fix RN tests.

    Miles Johnson authored and milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    3927ce4 View commit details
    Browse the repository at this point in the history
  22. Final fixes.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    34e0e44 View commit details
    Browse the repository at this point in the history
  23. Minor changes.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    e0cd570 View commit details
    Browse the repository at this point in the history
  24. Use babel for TS.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    826f29f View commit details
    Browse the repository at this point in the history
  25. Update deps. Run install.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    0deb91e View commit details
    Browse the repository at this point in the history
  26. Update editor support.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    294ea06 View commit details
    Browse the repository at this point in the history
  27. Add TS argument.

    milesj committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    8e3a39d View commit details
    Browse the repository at this point in the history