ember-cli-conditional-compile icon indicating copy to clipboard operation
ember-cli-conditional-compile copied to clipboard

Release or backport ember-cli-babel change?

Open jherdman opened this issue 1 year ago • 5 comments

The current version of this project specifies a tightly constrained version of ember-cli-babel:

https://github.com/minichate/ember-cli-conditional-compile/blob/eb8cb5d8de1ef936f596c223f79febaa85ae7d44/package.json#L54

This results in the following warning when building an application:

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 steps may help:

SNIP SNIP SNIP

* [email protected], currently used by:
  * [email protected] (Dormant)
    * Depends on ember-cli-babel@~7.4.0

As this project is marked DORMANT above it doesn't really add to the noted problem, but it does add to the background noise of day-to-day work.

Would it be possible to do a release (or backport) the changes required to loosen the version constraint of ember-cli-babel?

jherdman avatar Aug 09 '22 15:08 jherdman