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
Is it possible to automate what this addon provides even further? For example, we could write test output to a log, run flushDeprecations() against that log, and then diff against the existing deprecation-workflow.js to add newly discovered deprecations.
This could be a huge improvement to utilize as part of an upgrade workflow. After running ember-cli-update, you just trigger a script in this addon that automatically updates its own config based on deprecations triggered by your project's tests.