Open eturino opened 6 years ago
Thank you for this submission. We are actively working to put together an upgrade plan for this repo (we are actually looking into these exact deprecations in a branch right now) and the rest in our organization.
More information about this can be found in https://github.com/ciena-frost/ember-frost-core/issues/474 and https://github.com/ciena-blueplanet/ember-prop-types/issues/158
DEPRECATION REPORT
Summary
When building with later ember 2.x, we see the following message:
When building with ember 3.x we see the following message:
Expected Behavior
No deprecation warnings on build
Actual Behavior
Possible Solution
It seems to be ember-cli/ember-cli-version-checker#48
Updating to ember-cli-babel 6.6 or later seems to be the solution. ember-cli-babel 5.x is deprecated.
Steps to Reproduce
Context
we are trying to upgrade our app to use ember 3, and this addon is one of the few ones still to fix the deprecations.
Environment
(answer all that are applicable)
npm ls <package-name>
)Node
is: v8.9.1 (I can't build the addon for development because oferror ember-cli@2.12.3: The engine "node" is incompatible with this module. Expected version "^4.5 || 6.* || 7.*".
)npm
is: 5.5.1