Skip to content

Commit 6ad46ce

Browse files
committed
flush deprecations
1 parent 98c9abc commit 6ad46ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/deprecation-workflow.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ self.deprecationWorkflow.config = {
55
{ handler: "silence", matchId: "ember-runtime.deprecate-copy-copyable" },
66
{ handler: "silence", matchId: "ember-polyfills.deprecate-merge" },
77
{ handler: "silence", matchId: "ember-data:method-calls-on-destroyed-store" },
8-
{ handler: "silence", matchId: "ember-component.send-action" }
8+
{ handler: "silence", matchId: "ember-component.send-action" },
9+
{ handler: "silence", matchId: "ember-views.curly-components.jquery-element" },
10+
{ handler: "silence", matchId: "ember-test-helpers.rendering-context.jquery-element" }
911
]
1012
};

0 commit comments

Comments
 (0)