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

Update ember-cli to version 2.5.0 🚀 #11

Merged
merged 1 commit into from
Apr 16, 2016

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello 👋

🚀🚀🚀

ember-cli just published its new version 2.5.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of ember-cli – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging 🌴


GitHub Release

Setup

  1. npm uninstall -g ember-cli -- Remove old global ember-cli
  2. npm cache clean -- Clear NPM cache
  3. bower cache clean -- Clear Bower cache
  4. npm install -g ember-cli@2.5.0 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules bower_components dist tmp -- Delete temporary development folders.
  2. npm install --save-dev ember-cli@2.5.0 -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. bower install -- Reinstall bower dependencies.
  5. ember init -- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.

Changelog

The following changes are required if you are upgrading from the previous
version:

  • Users
    • ember new diff
    • Upgrade your project's ember-cli version - docs
    • Make the following updates in your package.json:
      • Update ember-data to ^2.5.0
      • Add ember-cli-jshint at ^1.0.0
    • Update ember in bower.json to ~2.5.0
  • Addon Developers
    • ember addon diff
    • Make the following updates in your package.json:
      • Update ember-data to ^2.5.0
      • Add ember-cli-jshint at ^1.0.0
    • Update ember in bower.json to ~2.5.0

Community Contributions


This pull request was created by greenkeeper.io.
It keeps your software up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡

@davewasmer davewasmer merged commit 008fbba into master Apr 16, 2016
@davewasmer davewasmer deleted the greenkeeper-ember-cli-2.5.0 branch April 16, 2016 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants