DEV: Prepare deprecation-workflow for Ember upgrade (#24568)

Extracted from https://github.com/discourse/discourse/pull/21720
This commit is contained in:
David Taylor 2023-11-27 13:43:22 +00:00 committed by GitHub
parent 824878f315
commit 60b5800745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,10 @@ globalThis.deprecationWorkflow.config = {
handler: "silence",
matchId: "discourse.decorate-widget.hamburger-widget-links",
},
{
// From: Ember 5.3. Until: Ember 6.0
handler: "silence",
matchId: "deprecate-implicit-route-model",
},
],
};