Skip to content

Commit 4a479a7

Browse files
Update deprecation workflow
1 parent 88d0c0c commit 4a479a7

2 files changed

Lines changed: 3 additions & 19 deletions

File tree

app/deprecation-workflow.ts

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,8 @@ setupDeprecationWorkflow({
1010
*/
1111
throwOnUnhandled: false,
1212
workflow: [
13-
/* ... handlers ... */
14-
/* to generate this list, run your app for a while (or run the test suite),
15-
* and then run in the browser console:
16-
*
17-
* deprecationWorkflow.flushDeprecations()
18-
*
19-
* And copy the handlers here
20-
*/
21-
/* example: */
22-
/* { handler: 'silence', matchId: 'template-action' }, */
13+
{ handler: 'silence', matchId: 'ember-simple-auth.events.session-service' },
14+
{ handler: 'silence', matchId: 'ember-polyfills.deprecate-assign' },
15+
{ handler: 'silence', matchId: 'ember-string.htmlsafe-ishtmlsafe' },
2316
],
2417
});

config/deprecation-workflow.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)