DEV: add FontAwesome 6 upgrade to deprecation warnings handler (#30760)

Our test suite now shows no deprecation counts from official
themes/plugins for the FA6 upgrade, and we've done a few rounds of
removing these in direct references & known settings, so it's time to
enable the admin banner.
This commit is contained in:
Kelv
2025-01-14 17:55:29 +08:00
committed by GitHub
parent 33ea3599c2
commit 3e14f1c9f9

View File

@ -21,6 +21,7 @@ export const CRITICAL_DEPRECATIONS = [
"discourse.plugin-outlet-parent-view",
"discourse.d-button-action-string",
"discourse.post-menu-widget-overrides",
"discourse.fontawesome-6-upgrade",
];
if (DEBUG) {