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

Babel 7 #3746

Merged
merged 84 commits into from
Aug 23, 2018
Merged

Babel 7 #3746

merged 84 commits into from
Aug 23, 2018

Commits on Jun 9, 2018

  1. Initial move to babel 7

    Hypnosphi committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    c704d60 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Configuration menu
    Copy the full SHA
    69cc530 View commit details
    Browse the repository at this point in the history
  2. Move lib/core to babel@7

    Hypnosphi committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    cb988d0 View commit details
    Browse the repository at this point in the history
  3. Move back to .babelrc

    Hypnosphi committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    a4f9a2e View commit details
    Browse the repository at this point in the history
  4. Fix lint error

    Hypnosphi committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    084671c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Merge master

    Hypnosphi committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    113c182 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Update dependencies

    Hypnosphi committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    73dc63b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Merge master

    Hypnosphi committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    b6153d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f93c5e View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    Hypnosphi committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    ee5c7c7 View commit details
    Browse the repository at this point in the history
  4. Migration guide

    Hypnosphi committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    720bb23 View commit details
    Browse the repository at this point in the history
  5. Update CLI

    Hypnosphi committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    e496dfb View commit details
    Browse the repository at this point in the history
  6. Fix vue build

    Hypnosphi committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    87312a6 View commit details
    Browse the repository at this point in the history
  7. Update lockfile

    Hypnosphi committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    a050bcb View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Fix jest

    Hypnosphi committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    74475b9 View commit details
    Browse the repository at this point in the history
  2. Fix jest

    Hypnosphi committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    c4e468a View commit details
    Browse the repository at this point in the history
  3. Fix RN test

    Hypnosphi committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    ee6472d View commit details
    Browse the repository at this point in the history
  4. Revert CLI changes for RN

    Hypnosphi committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    170160d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Add babel-loader peer dep

    Hypnosphi committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    3c0e383 View commit details
    Browse the repository at this point in the history
  2. Commit snapshot

    Hypnosphi committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    6da0f7a View commit details
    Browse the repository at this point in the history
  3. Fix version choice logic

    Hypnosphi committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    4b169ab View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Merge branch 'master' into babel-7

    # Conflicts:
    #	addons/actions/package.json
    #	addons/backgrounds/package.json
    #	addons/events/package.json
    #	addons/info/package.json
    #	addons/jest/package.json
    #	addons/knobs/package.json
    #	addons/links/package.json
    #	addons/notes/package.json
    #	addons/options/package.json
    #	addons/storyshots/storyshots-core/package.json
    #	addons/storyshots/storyshots-puppeteer/package.json
    #	addons/storysource/package.json
    #	addons/viewport/package.json
    #	app/angular/package.json
    #	app/html/package.json
    #	app/marko/package.json
    #	app/mithril/package.json
    #	app/polymer/package.json
    #	app/react/package.json
    #	app/vue/package.json
    #	examples/cra-kitchen-sink/package.json
    #	examples/html-kitchen-sink/package.json
    #	examples/marko-cli/package.json
    #	examples/mithril-kitchen-sink/package.json
    #	examples/official-storybook/package.json
    #	examples/vue-kitchen-sink/package.json
    #	lib/cli/package.json
    #	lib/cli/test/snapshots/angular-cli/package.json
    #	lib/cli/test/snapshots/marko/package.json
    #	lib/cli/test/snapshots/meteor/package.json
    #	lib/cli/test/snapshots/mithril/package.json
    #	lib/cli/test/snapshots/polymer/package.json
    #	lib/cli/test/snapshots/react/package.json
    #	lib/cli/test/snapshots/react_native/package.json
    #	lib/cli/test/snapshots/react_native_scripts/package.json
    #	lib/cli/test/snapshots/react_project/package.json
    #	lib/cli/test/snapshots/react_scripts/package.json
    #	lib/cli/test/snapshots/sfc_vue/package.json
    #	lib/cli/test/snapshots/update_package_organisations/package.json
    #	lib/cli/test/snapshots/vue/package.json
    #	lib/cli/test/snapshots/webpack_react/package.json
    #	lib/core/package.json
    #	yarn.lock
    ndelangen committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    ba544ef View commit details
    Browse the repository at this point in the history
  2. FIX snapshots

    ndelangen committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    d0b7972 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

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

    ndelangen committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    a87d16d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ec2bc0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into babel-7

    # Conflicts:
    #	yarn.lock
    ndelangen committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    6371e1f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Merge branch 'master' into babel-7

    # Conflicts:
    #	MIGRATION.md
    #	addons/backgrounds/package.json
    #	addons/events/package.json
    #	addons/info/package.json
    #	addons/info/src/__snapshots__/index.test.js.snap
    #	addons/jest/package.json
    #	addons/knobs/package.json
    #	addons/links/package.json
    #	addons/notes/package.json
    #	addons/options/package.json
    #	addons/storyshots/storyshots-core/package.json
    #	addons/storyshots/storyshots-puppeteer/package.json
    #	addons/storysource/package.json
    #	addons/viewport/package.json
    #	app/angular/package.json
    #	app/html/package.json
    #	app/marko/package.json
    #	app/mithril/package.json
    #	app/polymer/package.json
    #	app/react/package.json
    #	app/vue/package.json
    #	examples/angular-cli/package.json
    #	examples/cra-kitchen-sink/package.json
    #	examples/html-kitchen-sink/package.json
    #	examples/marko-cli/package.json
    #	examples/mithril-kitchen-sink/package.json
    #	examples/official-storybook/package.json
    #	examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot
    #	examples/official-storybook/stories/__snapshots__/other-dirname.stories.storyshot
    #	examples/polymer-cli/package.json
    #	examples/vue-kitchen-sink/package.json
    #	jest.config.js
    #	lib/cli/package.json
    #	lib/cli/test/snapshots/angular-cli/package.json
    #	lib/cli/test/snapshots/marko/package.json
    #	lib/cli/test/snapshots/meteor/package.json
    #	lib/cli/test/snapshots/mithril/package.json
    #	lib/cli/test/snapshots/polymer/package.json
    #	lib/cli/test/snapshots/react/package.json
    #	lib/cli/test/snapshots/react_project/package.json
    #	lib/cli/test/snapshots/react_scripts/package.json
    #	lib/cli/test/snapshots/sfc_vue/package.json
    #	lib/cli/test/snapshots/update_package_organisations/package.json
    #	lib/cli/test/snapshots/vue/package.json
    #	lib/cli/test/snapshots/webpack_react/package.json
    #	lib/codemod/package.json
    #	lib/components/src/layout/__snapshots__/index.stories.storyshot
    #	lib/core/package.json
    #	lib/core/src/server/config/webpack.config.prod.js
    #	package.json
    #	yarn.lock
    ndelangen committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    a039c96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e2d8c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8e41c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe86390 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. FIX snapshots

    ndelangen committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    e6c055c View commit details
    Browse the repository at this point in the history
  2. UPGRADE to babel7-rc.1

    ndelangen committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    bf3c2e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b649f24 View commit details
    Browse the repository at this point in the history
  4. FIX eslint

    ndelangen committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    f7cd337 View commit details
    Browse the repository at this point in the history
  5. FIX cli-tests

    ndelangen committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9a1abf2 View commit details
    Browse the repository at this point in the history
  6. FIX cli test snapshots

    ndelangen committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    3ae34e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    850b083 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1209703 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ed57a8 View commit details
    Browse the repository at this point in the history
  10. Fix jest-ts-babel.js

    igor-dv committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    04f6ef8 View commit details
    Browse the repository at this point in the history
  11. Try to fix CLI

    igor-dv committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    3c027a4 View commit details
    Browse the repository at this point in the history
  12. 2 Configuration menu
    Copy the full SHA
    41d6168 View commit details
    Browse the repository at this point in the history
  13. SORT package.json files

    ndelangen committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    29e1c02 View commit details
    Browse the repository at this point in the history
  14. FIX cli snapshots

    ndelangen committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    107f5e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

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

    ndelangen committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    2b4f05b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f36869a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df723e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61d5c09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    224e1f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aadd8f0 View commit details
    Browse the repository at this point in the history
  8. FIX snapshots

    ndelangen committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    4fcf8cb View commit details
    Browse the repository at this point in the history
  9. FIX lockfile

    ndelangen committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    3dec3ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b9226b View commit details
    Browse the repository at this point in the history
  11. REMOVE unneeded dependency

    ndelangen committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    c6dd3e4 View commit details
    Browse the repository at this point in the history
  12. CHANGE cli tests to e2e

    ndelangen committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    773821d View commit details
    Browse the repository at this point in the history
  13. FIX package.json

    ndelangen committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    bfccae4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. no message

    ndelangen committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    bbf7d8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30fe991 View commit details
    Browse the repository at this point in the history
  3. FIX verdaccio.yaml

    ndelangen committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    7b5dc84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40274f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    165e996 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb69d42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    305fff1 View commit details
    Browse the repository at this point in the history
  8. CHANGE meteor generator babel file

    I'm not 100% why, I've never seen this 'module:' in babelrc before
    Might be legacy or meteor specific?
    
    Seems broken here:
    https://teamcity.jetbrains.com/viewLog.html?tab=buildLog&logTab=tree&filter=debug&expand=all&buildId=1567378&_focus=822
    
    But this did not come up in CircleCI 🤔
    ndelangen committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    f8332e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0cd951 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

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

Commits on Aug 22, 2018

  1. UPGRADE to rc.2

    ndelangen committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    a05565b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e4b84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad78be3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70d9094 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2028cd4 View commit details
    Browse the repository at this point in the history
  6. Revert "CHANGE the installBabel to only install babel-loader & RENAME…

    … to installBabelLoader"
    
    This reverts commit aadd8f0.
    pksunkara committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    94a049c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1cf6d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c4cff4 View commit details
    Browse the repository at this point in the history
  9. FIX scripts/test.js

    ndelangen committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    9648d20 View commit details
    Browse the repository at this point in the history
  10. Pass registry url to lerna

    pksunkara committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    bb3e725 View commit details
    Browse the repository at this point in the history
  11. Fixed cli test issues

    pksunkara committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    961fdef View commit details
    Browse the repository at this point in the history
  12. Cleanup not needed anymore

    Hypnosphi committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    36a2676 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    489d55d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d799c View commit details
    Browse the repository at this point in the history
  3. Try to bring the CLI back

    igor-dv committed Aug 23, 2018
    1 Configuration menu
    Copy the full SHA
    c5f5433 View commit details
    Browse the repository at this point in the history