Skip to content

Commit 204d5ea

Browse files
committed
flush deprecations
1 parent 38bb183 commit 204d5ea

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
@@ -1,13 +1,15 @@
11
self.deprecationWorkflow = self.deprecationWorkflow || {};
22
self.deprecationWorkflow.config = {
33
workflow: [
4+
{ handler: "silence", matchId: "ember.globals-resolver" },
45
{ handler: "silence", matchId: "deprecate-router-events" },
56
{ handler: "silence", matchId: "ember-runtime.deprecate-copy-copyable" },
67
{ handler: "silence", matchId: "ember-polyfills.deprecate-merge" },
78
{ handler: "silence", matchId: "ember-data:method-calls-on-destroyed-store" },
89
{ handler: "silence", matchId: "ember-data:evented-api-usage" },
910
{ handler: "silence", matchId: "ember-component.send-action" },
1011
{ handler: "silence", matchId: "ember-views.curly-components.jquery-element" },
11-
{ handler: "silence", matchId: "ember-test-helpers.rendering-context.jquery-element" }
12+
{ handler: "silence", matchId: "ember-test-helpers.rendering-context.jquery-element" },
13+
{ handler: "silence", matchId: "globals-resolver" }
1214
]
1315
};

0 commit comments

Comments
 (0)