ember-config-service
ember-config-service copied to clipboard
Ember Global deprecation warning due to old version of ember-cli-babel
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
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.