ember-config-service icon indicating copy to clipboard operation
ember-config-service copied to clipboard

Ember Global deprecation warning due to old version of ember-cli-babel

Open jeroen-hoekstra opened this issue 3 years ago • 1 comments

We get this deprecation warning after updating to "ember-source": "3.27.5" We use "ember-config-service": "1.0.0"

WARNING: [DEPRECATION] [DEPRECATION] Usage of the Ember Global is deprecated. You should import the Ember module or the specific API instead.

See https://deprecations.emberjs.com/v3.x/#toc_ember-global for details.

Usages of the Ember Global may be caused by an outdated ember-cli-babel dependency.

The following outdated versions are found in your project:

* [email protected], currently used by:
  * [email protected]
    * Depends on ember-cli-babel@^6.16.0

jeroen-hoekstra avatar Jun 18 '21 12:06 jeroen-hoekstra

The issue should be fixed on the latest commit (https://github.com/gmurphey/ember-config-service/commit/2b34160654ea3d64d4b5efbad6d275b21e656526), so we just need a new version release from @gmurphey or any other maintainers with publishing capability.

tehhowch avatar Sep 15 '22 22:09 tehhowch