DEV: Unsilence two ember deprecations (#20609)

Neither of these are triggered in the core test suite. Unsilence so that plugins/themes receive deprecation notices.
This commit is contained in:
David Taylor 2023-03-09 12:24:15 +00:00 committed by GitHub
parent ec40693f89
commit a99218677f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,5 @@ globalThis.deprecationWorkflow.config = {
{ handler: "silence", matchId: "this-property-fallback" },
{ handler: "silence", matchId: "ember.globals-resolver" },
{ handler: "silence", matchId: "globals-resolver" },
{
handler: "silence",
matchId: "deprecated-run-loop-and-computed-dot-access",
},
{
handler: "silence",
matchId: "ember.built-in-components.legacy-arguments",
},
],
};