emberx-select
emberx-select copied to clipboard
Upgrade babel dependency to fix deprecation warning: "Deprecate the Ember Global"
Getting this warning in latest ember:
Prior to v7.26.6, ember-cli-babel sometimes transpiled imports into the equivalent Ember Global API, potentially triggering this deprecation message indirectly, even when you did not observe these deprecated usages in your code.
The following outdated versions are found in your project:
* [email protected], currently used by:
* [email protected]
* Depends on ember-cli-babel@^6.16.0
https://deprecations.emberjs.com/v3.x/#toc_ember-global
Fix seems to be easy:
https://github.com/milindalvares/ember-cli-accounting/commit/369d2a6d6506db91c6a0a36956879ada818fc9b1