mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +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",
|
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",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user