-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor deprecated code #117
Comments
Fixed with PR adfinis/timed-frontend#893 |
I think we are not done yet. ;) |
@derrabauke whats the current state of this? |
Seems like we have two open todos. But honestly didn't touch the codebase for a while. /* eslint-disable no-undef */
window.deprecationWorkflow = window.deprecationWorkflow || {};
self.deprecationWorkflow.config = {
workflow: [
{ handler: "silence", matchId: "ember-string.add-package" }, // https://deprecations.emberjs.com/id/ember-string-add-package
{ handler: "silence", matchId: "ensure-safe-component.string" }, // optimized-power-select
],
}; |
AFAICT just one
|
The following list of deprecations must be processed.
deprecation-workflow.js
:How to:
Run
ember test -s
and delete a line fromdeprecation-workflow.js
and fix the error's that occur. When finished with one delete the next line and so on.PRs
adfinis/timed-frontend#785
The text was updated successfully, but these errors were encountered: