Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !4932

Upgrade to Babel 7 馃帀

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/prichodko/chore/babel-7 into next Aug 28, 2018
  • Overview 7
  • Commits 1
  • Pipelines 0
  • Changes 6

Created by: prichodko

Babel 7 was officially released! You can read more in a blog post and migration guide.

All beta packages are now updated to 7.0.0 and few Babel related packages like babel-loader and babel-eslint to latest versions.

However I don't understand why here and here are used both babel-core and @babel/core packages. When I was trying to find it out with yarn why I got:

info Reasons this module exists
   - "workspace-aggregator-cae0c8be-8a10-427b-879e-acc933004e45" depends on it
   - Hoisted from "_project_#react-scripts#babel-core"
   - Hoisted from "_project_#react-error-overlay#babel-core"

Last but not least, huge shout out to the whole Babel team and thank you for your hard work.

Edit: Failing test suite not related to changes in this PR. 2nd Edit: I already know what babel-core@7.0.0-bridge does 馃槅

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/prichodko/chore/babel-7