Skip to content

Commit 4b85943

Browse files
committed
update deprecation-workflow
1 parent 260ff16 commit 4b85943

File tree

3 files changed

+515
-45
lines changed

3 files changed

+515
-45
lines changed

config/deprecation-workflow.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
self.deprecationWorkflow = self.deprecationWorkflow || {};
22
self.deprecationWorkflow.config = {
33
workflow: [
4-
{ handler: 'silence', matchId: 'ember.globals-resolver' },
5-
{ handler: 'silence', matchId: 'ember-component.is-visible' },
4+
{ handler: 'silence', matchId: 'ember-global' },
5+
{ handler: 'silence', matchId: 'ember.component.reopen' },
6+
{ handler: 'silence', matchId: 'implicit-injections' },
67
{ handler: 'silence', matchId: 'manager-capabilities.modifiers-3-13' },
78
{ handler: 'silence', matchId: 'this-property-fallback' },
9+
{ handler: 'silence', matchId: 'ember-component.is-visible' },
10+
{
11+
handler: 'silence',
12+
matchId: 'deprecated-run-loop-and-computed-dot-access',
13+
},
814
],
915
};

0 commit comments

Comments
 (0)