mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:03:39 +08:00
DEV: Prepare deprecation-workflow for Ember upgrade (#24568)
Extracted from https://github.com/discourse/discourse/pull/21720
This commit is contained in:
parent
824878f315
commit
60b5800745
|
@ -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",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user