-
Notifications
You must be signed in to change notification settings - Fork 0
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 the latest version 🚀 #2
base: master
Are you sure you want to change the base?
Conversation
Version 3.3.0 just got published.Update to this version instead 🚀 Release NotesBelieverSetup
Project Update
ChangelogThe following changes are required if you are upgrading from the previous
|
Version 3.4.0 just got published. |
Version 3.4.1 just got published. |
Update to this version instead 🚀 Release Notes for something something sassySetup
Project Update
CHANGELOGThe following changes are required if you are upgrading from the previous
Community Contributions
Thank you to all who took the time to contribute! |
Update to this version instead 🚀 Release Notes for Journey before DestinationSetup
Project Update
CHANGELOGThe following changes are required if you are upgrading from the previous
Community Contributions
Thank you to all who took the time to contribute! |
Update to this version instead 🚀 Release Notes for HamsterdamSetup
Project Update
Changelog
Thank you to all who took the time to contribute! |
Update to this version instead 🚀 Release Notes for v3.5.1Setup
Project Update
ChangelogBlueprint ChangesCommunity Contributions
Thank you to all who took the time to contribute! |
Update to this version instead 🚀 Release Notes for LunchtimeSetup
Project Update
ChangelogBlueprint ChangesCommunity Contributions
Thank you to all who took the time to contribute! |
Update to this version instead 🚀 Release Notes for WhiteSetup
Project Update
ChangelogBlueprint ChangesCommunity Contributions
Thank you to all who took the time to contribute! |
Update to this version instead 🚀 Release Notes for ::<>Setup
Project Update
ChangelogBlueprint ChangesCommunity Contributions
Thank you to all who took the time to contribute! |
Update to this version instead 🚀 Release Notes for <>::Setup
Project Update
ChangelogBlueprint ChangesCommunity Contributions
Thank you to all who took the time to contribute! |
Update to this version instead 🚀 Release Notes for AotearoaSetup
Project Update
ChangelogBlueprint ChangesCommunity Contributions
Thank you to all who took the time to contribute! |
Update to this version instead 🚀 Release Notes for Nerdiest Precious ModulesSetup
Project Update
ChangelogBlueprint ChangesCommunity Contributions
Thank you to all who took the time to contribute! |
Update to this version instead 🚀 Release Notes for GrenobleSetup
Project Update
ChangelogBlueprint ChangesCommunity Contributions
Thank you to all who took the time to contribute! |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Version 3.2.0 of ember-cli was just published.
The version 3.2.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of ember-cli.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
DeliveranceSetup
npm install -g [email protected]
-- Install new global ember-cliProject Update
rm -rf node_modules dist tmp
-- Delete temporary development folders.npm install --save-dev [email protected]
-- Update project'spackage.json
to use latest version.npm install
-- Reinstall NPM 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
diffember addon
diffCommunity Contributions
ember-cli-qunit
dependency @CodingItWrongyarn.lock
file to.npmignore
@Turbo87Thank you to all who took the time to contribute!
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴