Skip to content

Commit 1cf139f

Browse files
committed
add more deprecations to workflow
1 parent 63165d4 commit 1cf139f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/deprecation-workflow.js

+2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ self.deprecationWorkflow.config = {
33
workflow: [
44
{ handler: 'silence', matchId: 'ember.globals-resolver' },
55
{ handler: 'silence', matchId: 'ember-component.is-visible' },
6+
{ handler: 'silence', matchId: 'manager-capabilities.modifiers-3-13' },
7+
{ handler: 'silence', matchId: 'this-property-fallback' },
68
],
79
};

0 commit comments

Comments
 (0)