A couple of issues with updating Ember to 2.16
See original GitHub issue- About the new module syntax: there are a couple of things that we use and don’t seem to have been migrated:
Ember.HTMLBars.compile
Ember.Logger.{debug,warn,error}
Ember.onerror
Am I missing something or these are things that I have to be using the old way for now?
- In the release notes it is mentioned that
ember-cli-shimscould be removed. But now I’m getting a warning:WARNING: You have not included ``ember-cli-shims`` in your project's ``bower.json`` or ``package.json``. This only works if you provide an alternative yourself and unset ``app.vendorFiles['app-shims.js']``.Is this normal?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Cannot read property 'concat' of undefined (upgrade 2.16.2)
Only change I made was upgrade from 2.14.2 -> 2.16.2 and now when I run tests, this error causes a couple tests to...
Read more >Ember 2.16 and 2.17 Beta Released
Ember.js 2.16 continues to improve the framework with minor bug fixes. Additionally, it introduces a major change in conventional usage. As of ...
Read more >Everything you need to know to upgrade your Ember.js app ...
A roundup of the most important resources know about, whether you're upgrading minor versions or making the jump from Ember 2 to Ember...
Read more >ember-cli/CHANGELOG.md - UNPKG
23, - [#8697](https://github.com/ember-cli/ember-cli/pull/8697) Update to ... 11 does not issue warning [@jeanduplessis](https://github.com/jeanduplessis).
Read more >ember-qunit | Yarn - Package Manager
ember -qunit simplifies testing of Ember applications with QUnit by providing QUnit-specific wrappers around the helpers contained in ember-test-helpers.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You cannot remove ember-cli-shims if you still have addons in your project that use ember-cli-babel < 6.6.0, the warning that you are receiving now is something we are working on removing (after checking that all addons in the project have new enough ember-cli-babel versions).
I’ll close it because we are already tracking missing imports at https://github.com/ember-cli/ember-rfc176-data/issues/12. Thank you for your feedback, and good luck with the modules!