DEV: Remove deprecation config for ember-modifier (#19439)

These deprecation messages were removed in 4.x, which we upgraded to in 2e22453057
This commit is contained in:
David Taylor 2022-12-13 10:28:44 +00:00 committed by GitHub
parent 2e22453057
commit e540c4584b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,29 +23,5 @@ globalThis.deprecationWorkflow.config = {
handler: "silence",
matchId: "ember.built-in-components.legacy-arguments",
},
{
handler: "throw",
matchId: "ember-modifier.use-modify",
},
{
handler: "throw",
matchId: "ember-modifier.use-destroyables",
},
{
handler: "throw",
matchId: "ember-modifier.no-args-property",
},
{
handler: "throw",
matchId: "ember-modifier.no-element-property",
},
{
handler: "throw",
matchId: "ember-modifier.function-based-options",
},
{
handler: "throw",
matchId: "ember-modifier.function-based-options",
},
],
};