adopted-ember-addons / adopted-ember-addons/emberx-select
Upgrade babel dependency to fix deprecation warning: "Deprecate the Ember Global"
- Langage dominant
- JavaScript
- Étoiles
- 198
- Forks
- 77
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.