From 3e14f1c9f9098c6dfc33ef122e7b3878a0c4d0e1 Mon Sep 17 00:00:00 2001 From: Kelv Date: Tue, 14 Jan 2025 17:55:29 +0800 Subject: [PATCH] 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. --- .../discourse/app/services/deprecation-warning-handler.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/app/services/deprecation-warning-handler.js b/app/assets/javascripts/discourse/app/services/deprecation-warning-handler.js index 71247a2c37b..6c672840a72 100644 --- a/app/assets/javascripts/discourse/app/services/deprecation-warning-handler.js +++ b/app/assets/javascripts/discourse/app/services/deprecation-warning-handler.js @@ -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) {