mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Prepare deprecation-workflow for Ember upgrade (#24568)
Extracted from https://github.com/discourse/discourse/pull/21720
This commit is contained in:
@ -13,5 +13,10 @@ globalThis.deprecationWorkflow.config = {
|
|||||||
handler: "silence",
|
handler: "silence",
|
||||||
matchId: "discourse.decorate-widget.hamburger-widget-links",
|
matchId: "discourse.decorate-widget.hamburger-widget-links",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// From: Ember 5.3. Until: Ember 6.0
|
||||||
|
handler: "silence",
|
||||||
|
matchId: "deprecate-implicit-route-model",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user