DEV: add IDs of old deprecations to admin warning banner (#31027)

We are adding some old deprecations (deprecated since 2022 at least) to
the admin warning banner.
This commit is contained in:
Kelv 2025-01-28 12:56:38 +08:00 committed by GitHub
parent 6bf5883fd7
commit a2db9f959a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,16 @@ export const CRITICAL_DEPRECATIONS = [
"discourse.d-button-action-string",
"discourse.post-menu-widget-overrides",
"discourse.fontawesome-6-upgrade",
"discourse.add-flag-property",
"discourse.breadcrumbs.childCategories",
"discourse.breadcrumbs.firstCategory",
"discourse.breadcrumbs.parentCategories",
"discourse.breadcrumbs.parentCategoriesSorted",
"discourse.breadcrumbs.parentCategory",
"discourse.breadcrumbs.secondCategory",
"discourse.qunit.acceptance-function",
"discourse.qunit.global-exists",
"discourse.post-stream.trigger-new-post",
];
if (DEBUG) {