You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX release] Refine Ember Global deprecation message
Example message:
```
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 details.
Usages of the Ember Global may be caused by an outdated ember-cli-babel dependency. The following steps may help:
* Upgrade your `devDependencies` on `ember-cli-babel` to `^7.26.6`.
* Upgrade the following addons to the latest version:
* active-model-adapter
* ember-animated
* ember-async-await-helper
* ember-attacher
* ember-cli-showdown
* ember-freestyle
* ember-md5
### Important ###
In order to avoid repeatedly showing the same deprecation messages, no further deprecation messages will be shown for usages of the Ember Global until ember-cli-babel is upgraded to v7.26.6 or above.
To see all instances of this deprecation message at runtime, set the `EMBER_GLOBAL_DEPRECATIONS` environment variable to "all", e.g. `EMBER_GLOBAL_DEPRECATIONS=all ember test`.
### Details ###
Prior to v7.26.6, ember-cli-babel sometimes transpiled imports into the equivalent Ember Global API, potentially triggering this deprecation message even when you did not directly reference the Ember Global.
The following outdated versions are found in your project:
* [email protected], currently used by:
* [email protected]
* Depends on [email protected]
* [email protected], currently used by:
* [email protected]
* Depends on ember-cli-babel@^6.8.2
* [email protected]
* Depends on ember-cli-babel@^6.17.0
* Added by [email protected]
* [email protected]
* Depends on ember-cli-babel@^6.16.0
* [email protected] (Dormant)
* Depends on ember-cli-babel@^6.16.0
* [email protected]
* Depends on ember-cli-babel@^6.8.1
* [email protected]
* Depends on ember-cli-babel@^6.0.0
* Added by [email protected]
* [email protected] (Dormant)
* Depends on ember-cli-babel@^6.0.0-beta.4
* Added by [email protected]
* [email protected] (Dormant)
* Depends on ember-cli-babel@^6.6.0
* Added by [email protected]
* [email protected]
* Depends on ember-cli-babel@^6.6.0
* Added by [email protected] > [email protected]
* [email protected] (Dormant)
* Depends on ember-cli-babel@^6.9.0
* Added by [email protected]
* [email protected], currently used by:
* @embroider/[email protected] (Compatible)
* Depends on ember-cli-babel@^7.23.0
* Added by [email protected]
* Added by [email protected]
* direwolf (your app)
* Depends on [email protected]
* [email protected] (Compatible)
* Depends on ember-cli-babel@^7.23.0
* [email protected] (Compatible)
* Depends on ember-cli-babel@^7.23.0
* [email protected] (Compatible)
* Depends on ember-cli-babel@^7.23.0
* [email protected] (Compatible)
* Depends on ember-cli-babel@^7.23.0
* Added by [email protected]
* Added by [email protected]
* [email protected] (Dormant)
* Depends on ember-cli-babel@^7.23.0
* [email protected] (Dormant)
* Depends on ember-cli-babel@^7.23.0
Note: Addons marked as "Dormant" does not appear to have any JavaScript files. Therefore, even if they are using an old version ember-cli-babel, they are unlikely to be the cuplrit of this deprecation and can likely be ignored.
Note: Addons marked as "Compatible" are already compatible with [email protected]. Try upgrading your `devDependencies` on `ember-cli-babel` to `^7.26.6`.
```
0 commit comments