Update ember-cli to the latest version š
Version 2.11.0 of ember-cli just got published.
| Dependency | ember-cli |
|---|---|
| Current Version | 2.10.0 |
| Type | devDependency |
The version 2.11.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of ember-cli. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
Iām gonna need a hacksaw.Setup
-
npm uninstall -g ember-cli-- Remove old global ember-cli -
npm cache clean-- Clear NPM cache -
bower cache clean-- Clear Bower cache -
npm install -g [email protected]-- Install new global ember-cli
Project Update
-
rm -rf node_modules bower_components dist tmp-- Delete temporary development folders. -
npm install --save-dev [email protected]-- Update project'spackage.jsonto 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:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Notes:
- This version of Ember CLI will not officially support Node.js v0.12 per the Ember Node.js LTS Support policy.
- As part of this release we have made the default behavior inclusion of Ember from npm via the
ember-sourcenpm package.
Community Contributions
- #6531 Update to latest capture-exit, revert work around. @ember-cli
- #6525 utilities/npm: Run NPM commands via "execa" @Turbo87
- #6533 blueprints/addon: Fix path to "ember" executable in ".travis.yml" @Turbo87
- #6536 fix phantom use on travis @kellyselden
-
#6537 Prevent deprecation from
ember-cli-babelconfig options. @rwjblue - #6707 Change usage of shims for [email protected] final. @ember-cli
- #6254 [BUGFIX] Do not rely on ember-resolver, detect bower package instead @martndemus
- #6319 Use --save-dev by default when installing addons @binhums
- #6378 Prepares Ember CLI for new version of ember-welcome-page @locks
- #6460 Refactor processTemplate. @nathanhammond
- #6385 Respect testem exit code @johanneswuerbach
- #6387 Adds Node 7 to testing matrix @twokul
-
#6388 Adds Node 7 to
enginesinpackage.json@twokul - #6407 Improve silent.js Deprecation @nathanhammond
- #6443 Fix preProcessTree API docs. @kratiahuja
- #6425 Adding json out for 'ember asset-sizes' @kiwiupover
- #6423 [BUGFIX] integrate capture exit @stefanpenner
- #6427 Document outputFile option @ro0gr
- #6436 [BUGFIX] Watch vendor by default. @nathanhammond
- #6484 [BUGFIX] Fix remaining ember-source issues. @nathanhammond
- #6453 Avoid creating extraneous merge-trees. @rwjblue
- #6496 [BUGFIX release] Revert the reverted revert. Ember assign not available in all ember try scenarios @webark
- #6482 Cleanup unused deps @ro0gr
- #6475 extract ui to console-ui @stefanpenner
- #6479 docs: Blueprint:renamedFiles @les2
Thank you to all who took the time to contribute!
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 2.12.0 just got published.
Update to this version instead š
Release Notes
le train Ć parisSetup
npm uninstall -g ember-cli-- Remove old global ember-clinpm cache clean-- Clear NPM cachebower cache clean-- Clear Bower cachenpm install -g [email protected]-- Install new global ember-cli
Project Update
rm -rf node_modules bower_components dist tmp-- Delete temporary development folders.npm install --save-dev [email protected]-- Update project'spackage.jsonto 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:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #6669 tasks/bower-install: Fix "bower" lookup @Turbo87
- #6606 Instrumentation @ember-cli
- #6540 removing jshint reference in blueprints @kellyselden
- #5874 Don't process CSS imports by default @ember-cli
- #6516 Properly call
preprocessTree/postprocessTreefor addons. @rwjblue - #6627 Lazily require
broccoli-babel-transpiler. @rwjblue - #6630 [DOC] Update license year @cjnething
- #6626 Flesh out
initinstrumentation. @ember-cli - #6629 Enable more ESLint rules @Turbo87
- #6624 Update version of ember-cli-eslint used in new applications. @rwjblue
- #6613 Add missing annotations. @rwjblue
- #6625 Update dependencies previous avoided due to Node 0.12 support. @rwjblue
- #6628 Ensure
beforeRunis included incommandinstrumentation. @rwjblue - #6684 [fixes #6672] ensure example clearly indicates promise usage @ember-cli
- #6641 Properly sort the linting rules in the ES6 section. @rwjblue
- #6639 Disable usage of
var. @rwjblue - #6633 Split serving assets into two different in-repo addons @kratiahuja
- #6640 Enable a few additional ES6 linting rules. @rwjblue
- #6634 Remove "ember-cli-app-version" from "addon" blueprint @Turbo87
- #6631
š Lazily install "bower" if required @Turbo87 - #6636 Use ES6 features @Turbo87
- #6689 Update fs-extra to the latest version
š @ember-cli - #6649 Make in-repo-addon blueprint 'use strict'. @ember-cli
- #6644 Use ES6 classes for internal classes @Turbo87
- #6646 Fix some of the issues in #6623 @ember-cli
- #6645 Make project.config() public @simonihmig
- #6647 Convert CoreObject classes to ES6 classes extending CoreObject @Turbo87
- #6699 RELEASE: Make code snippet copy-pasta compatible @Turbo87
- #6663 Add stats and logging for addon tree caching opt out @trentmwillis
- #6655 Update execa to the latest version
š @ember-cli - #6660 Preserve user errors in instrumentation hook @ember-cli
- #6652 [BUGFIX] Revert "Remove arbitrary *.js filtering for addon tree." @nathanhammond
- #6654 blueprints/app: Update "ember-cli-qunit" dependency @Turbo87
- #6674 Update core-object to the latest version
š @ember-cli - #6685 Revert "remove travis sudo check" @ember-cli
- #6683 ensure
Task.prototype.runreturns promises @ember-cli - #6680 Use global NPM with version check @Turbo87
- #6681 Run "ember-cli-eslint" blueprint on "ember init" @Turbo87
- #6678 Avoid error upon registering a heimdall monitor twice. @rwjblue
- #6682 Update the minimum version of ember-try @kategengler
- #6671 add description to build environment option @kellyselden
- #6664 Update github to the latest version
š @ember-cli - #6731 Revert changes removing
bower.jsonfrom default blueprints. @rwjblue - #6704 Update lockfile to use latest allowed versions. @ember-cli
- #6688 Replace custom Promise class with RSVP @Turbo87
- #6696 Add --test-port 0 for random port @morhook
- #6698 Remove "bower.json" and only create if necessary @Turbo87
- #6692 tests/acceptance/generate: Fix flaky tests @Turbo87
- #6705 add description to serve and test environment option @kellyselden
- #6710 Fix linting issue with beta branch. @rwjblue
- #6770 models/addon: Add @since tag to this.import() @ember-cli
- #6808 Use
_shouldCompileJSto guard precompilation of addon JS. @rwjblue - #6827 Use
amdfor transpiling modules with babel@5. @ember-cli - #6830 Revert "Use
amdfor transpiling modules with babel@5." @ember-cli - #6856 models/project: Fix dependencies() documentation @Turbo87
- #6860 blueprints/app: Update "ember-source" and "ember-data" to v2.12.0 @Turbo87
Thank you to all who took the time to contribute!
Version 2.12.1 just got published.
Update to this version instead š
Release Notes
Package managers all the way downSetup
npm uninstall -g ember-cli-- Remove old global ember-clinpm cache clean-- Clear NPM cachebower cache clean-- Clear Bower cachenpm install -g [email protected]-- Install new global ember-cli
Project Update
rm -rf node_modules bower_components dist tmp-- Delete temporary development folders.npm install --save-dev [email protected]-- Update project'spackage.jsonto 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:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #6879 Add .eslintrc.js files to blueprints @rwwagner90
- #6884 Remove guard in
treeForAddonaroundaddon/**/*.jsfiles. @rwjblue - #6885 Work around broken bower installation for old npm versions @Turbo87
Thank you to all who took the time to contribute!
Version 2.12.2 just got published.
Update to this version instead š
Release Notes
Kema KosassaSetup
npm uninstall -g ember-cli-- Remove old global ember-clinpm cache clean-- Clear NPM cachebower cache clean-- Clear Bower cachenpm install -g [email protected]-- Install new global ember-cli
Project Update
rm -rf node_modules bower_components dist tmp-- Delete temporary development folders.npm install --save-dev [email protected]-- Update project'spackage.jsonto 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:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #6929 Backport fixes to release branch @Turbo87
- #6944 Include ember-testing.js when using ember-source @trentmwillis
- #6974 Unnecessary "ember-cli-eslint" install @tylerturdenpants
Thank you to all who took the time to contribute!
Version 2.12.3 just got published.
Update to this version instead š
Release Notes
options, options, options, ...Setup
npm uninstall -g ember-cli-- Remove old global ember-clinpm cache clean-- Clear NPM cachebower cache clean-- Clear Bower cachenpm install -g [email protected]-- Install new global ember-cli
Project Update
rm -rf node_modules bower_components dist tmp-- Delete temporary development folders.npm install --save-dev [email protected]-- Update project'spackage.jsonto 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:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
Thank you to all who took the time to contribute!
Version 2.13.0 just got published.
Update to this version instead š
Release Notes
Tower of BabelSetup
npm uninstall -g ember-cli-- Remove old global ember-clinpm cache clean-- Clear NPM cachebower cache clean-- Clear Bower cachenpm install -g [email protected]-- Install new global ember-cli
Project Update
rm -rf node_modules bower_components dist tmp-- Delete temporary development folders.npm install --save-dev [email protected]-- Update project'spackage.jsonto 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:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #6978 Update dependencies to Babel 6 versions. @rwjblue
- #6980 Update ember-ajax to v3.0.0. @rwjblue
- #6983 blueprints: Remove Bower from README @ember-cli
- #6986 Revert nopt dependency update @calderas
- #6992 blueprints/app: Update "ember-source" and "ember-data" to v2.13.0 @Turbo87
Thank you to all who took the time to contribute!
Version 2.13.1 just got published.
Update to this version instead š
Release Notes
HexachlorocyclohexaneSetup
npm uninstall -g ember-cli-- Remove old global ember-clinpm cache clean-- Clear NPM cachenpm install -g [email protected]-- Install new global ember-cli
Project Update
rm -rf node_modules dist tmp-- Delete temporary development folders.npm install --save-dev [email protected]-- Update project'spackage.jsonto 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:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #6991 cleanup @stefanpenner
- #6996 Update to non-beta version of ember-cli-qunit @rwjblue
- #7009 fix extra new line and easier to read indentation @Turbo87
- #7011 npmTask should throw when trying to convert
npm install footoyarn install foo@Turbo87 - #7015 Do not set committer for the initial git commit @Turbo87
Thank you to all who took the time to contribute!
Version 2.13.2 just got published.
Update to this version instead š
Release Notes
Spielende PferdeSetup
npm uninstall -g ember-cli-- Remove old global ember-clinpm cache clean-- Clear NPM cachenpm install -g [email protected]-- Install new global ember-cli
Project Update
rm -rf node_modules dist tmp-- Delete temporary development folders.npm install --save-dev [email protected]-- Update project'spackage.jsonto 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:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #7023 Allow broccoli-babel-transpiler to float with SemVer. @rwjblue
- #7028 add yarn missing default comment @kellyselden
- #7036 Ensure
lintTreeresults cannot clobber tests. @rwjblue - #7049 Prevent warnings from broccoli-babel-transpiler. @rwjblue
- #7051 Corrected a typo in Windows elevation test error message. @Turbo87
- #7052 Pass only package to npm uninstall task that exist @Turbo87
Thank you to all who took the time to contribute!
Version 2.14.0 just got published.
Update to this version instead š
Release Notes
House Elves Don't Work HereSetup
npm uninstall -g ember-cli-- Remove old global ember-clinpm cache clean-- Clear NPM cachenpm install -g [email protected]-- Install new global ember-cli
Project Update
rm -rf node_modules dist tmp-- Delete temporary development folders.npm install --save-dev [email protected]-- Update project'spackage.jsonto 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:
- Users
ember newdiff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addondiff- No changes required
- Core Contributors
- No changes required
Community Contributions
- #6937 various blueprint cleanup and consistency @kellyselden
- #6862 Update minimum ember-try version. @rwjblue
- #6932 make blueprint files public @kellyselden
- #6874 Add .eslintrc.js files to blueprints @rwwagner90
- #6868 Add --welcome option to
newandinitso that it can be skipped with --no-welcome @romulomachado - #6873 Add ~ to ember-cli in package.json in blueprints @rwwagner90
- #6934 missed node 4 - es6 updates in blueprints @kellyselden
- #6890 Replace lib/utilities/DAG.js with dag-map package @rwwagner90
- #6888 Print out
yarn installwhen yarn.lock file is present @samdemaeyer - #6883 broccoli/ember-app: Make app/index.html optional @Turbo87
- #6886 Handle addon constructor errors gracefully @jsturgis
- #6889 Use const/let in all blueprints @simonihmig
- #6938 Add ESLint config to "server" and "lib" blueprints @kellyselden
- #6910 [BUGFIX] Add yuidocs for the addon:init method @mattmarcum
- #6896 Removed all references to Bower in blueprint README. @michielboekhoff
- #6903 remove npm experiment refs @tylerturdenpants
- #6907 Ignore files created by Ember-Try @elwayman02
- #6898 Update ember-export-application-global to babel@6 version. @rwjblue
- #6915 Run YUIDoc on single
it@sduquej - #6912 Stop creating recursive symlink (addon requiring itself) @clekstro
- #6911 Fix dirty git state @clekstro
- #6966 ENHANCEMENT: throw when converting
npm install footoyarn install foo@pichfl - #6940 remove lint filter @kellyselden
- #6936 use RSVP.resolve shorthand @kellyselden
- #6919 Do not use
chalk.whitewhen displaying asset sizes @lucasmazza - #6939 replace ': function(' with '(' @kellyselden
- #6935 use our string style since converted from json @kellyselden
- #6942 object shorthand blueprint cleanup @kellyselden
- #6984 Fix perf-guide to have correct file names for build visualization @kratiahuja
- #7007 Updated npm version for ember-data to use ~ instead of ^ @fushi
- #7038 Update "ember-cli-htmlbars" @stefanpenner
- #7059 Addon#setupPreprocessorRegistry should be invoked after
addon.appis set. @stefanpenner - #7130 yarn: Use --non-interactive flag @Turbo87
- #7191 blueprints/app: Update "ember-source" and "ember-data" to v2.14.0 @Turbo87
- #7192 tests/acceptance: Delete broken "ember generate http-proxy" test @Turbo87
Thank you to all who took the time to contribute!