adopted-ember-addons / emberx-select

Select component for Ember based on the native html select element.
https://emberx-select.netlify.com/
MIT License
199 stars 81 forks source link

Upgrade babel dependency to fix deprecation warning: "Deprecate the Ember Global" #288

Open erkie opened 3 years ago

erkie commented 3 years ago

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:

* ember-cli-babel@6.18.0, currently used by:
  * emberx-select@4.0.0-beta.2
    * 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