Update ember-cli to version 2.5.0 🚀 #11
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
npm uninstall -g ember-cli
-- Remove old global ember-clinpm cache clean
-- Clear NPM cachebower cache clean
-- Clear Bower cachenpm install -g ember-cli@2.5.0
-- Install new global ember-cliProject Update
rm -rf node_modules bower_components dist tmp
-- Delete temporary development folders.npm install --save-dev ember-cli@2.5.0
-- Update project'spackage.json
to use latest version.npm install
-- Reinstall NPM dependencies.bower install
-- Reinstall bower dependencies.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:
ember new
diffpackage.json
:ember-data
to^2.5.0
ember-cli-jshint
at^1.0.0
ember
inbower.json
to~2.5.0
ember addon
diffpackage.json
:ember-data
to^2.5.0
ember-cli-jshint
at^1.0.0
ember
inbower.json
to~2.5.0
Community Contributions
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software up to date, all the time.