diff --git a/config/deprecation-workflow.js b/config/deprecation-workflow.js index 45aa54ab..e79f2eb2 100644 --- a/config/deprecation-workflow.js +++ b/config/deprecation-workflow.js @@ -3,5 +3,7 @@ self.deprecationWorkflow.config = { workflow: [ { handler: 'silence', matchId: 'ember.globals-resolver' }, { handler: 'silence', matchId: 'ember-component.is-visible' }, + { handler: 'silence', matchId: 'manager-capabilities.modifiers-3-13' }, + { handler: 'silence', matchId: 'this-property-fallback' }, ], };