From 6703336427da3c9de0e17099eb7a708cc268bc9c Mon Sep 17 00:00:00 2001
From: Florent Torregrosa <florent.torregrosa@gmail.com>
Date: Thu, 19 Jun 2025 15:36:12 +0200
Subject: [PATCH] Issue #3531053 by grimreaper: Warnings in 11.2

---
 .../ui_suite_bootstrap_starterkit.info.yml                 | 2 +-
 .../ui_suite_bootstrap_starterkit_split.info.yml           | 2 +-
 ui_suite_bootstrap.info.yml                                | 7 +------
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/starterkits/ui_suite_bootstrap_starterkit/ui_suite_bootstrap_starterkit.info.yml b/starterkits/ui_suite_bootstrap_starterkit/ui_suite_bootstrap_starterkit.info.yml
index 97e5dfba..59e0f8f0 100644
--- a/starterkits/ui_suite_bootstrap_starterkit/ui_suite_bootstrap_starterkit.info.yml
+++ b/starterkits/ui_suite_bootstrap_starterkit/ui_suite_bootstrap_starterkit.info.yml
@@ -1,7 +1,7 @@
 name: 'UI Suite Bootstrap Starterkit'
 type: theme
 description: 'Example theme with Bootstrap SASS compilation in one file.'
-core_version_requirement: ^11.1
+core_version_requirement: ^11.2
 base theme: ui_suite_bootstrap
 hidden: true
 
diff --git a/starterkits/ui_suite_bootstrap_starterkit_split/ui_suite_bootstrap_starterkit_split.info.yml b/starterkits/ui_suite_bootstrap_starterkit_split/ui_suite_bootstrap_starterkit_split.info.yml
index 42d156c5..aaa62113 100644
--- a/starterkits/ui_suite_bootstrap_starterkit_split/ui_suite_bootstrap_starterkit_split.info.yml
+++ b/starterkits/ui_suite_bootstrap_starterkit_split/ui_suite_bootstrap_starterkit_split.info.yml
@@ -1,7 +1,7 @@
 name: 'UI Suite Bootstrap Starterkit Split'
 type: theme
 description: 'Example theme with Bootstrap SASS compilation split by component.'
-core_version_requirement: ^11.1
+core_version_requirement: ^11.2
 base theme: ui_suite_bootstrap
 hidden: true
 
diff --git a/ui_suite_bootstrap.info.yml b/ui_suite_bootstrap.info.yml
index 7a6e14d5..01026381 100644
--- a/ui_suite_bootstrap.info.yml
+++ b/ui_suite_bootstrap.info.yml
@@ -1,7 +1,7 @@
 name: 'UI Suite Bootstrap'
 type: theme
 description: "A site-builder friendly Bootstrap theme, using the UI Suite modules."
-core_version_requirement: ^11.1
+core_version_requirement: ^11.2
 base theme: false
 dependencies:
   - ui_patterns:ui_patterns
@@ -74,11 +74,6 @@ libraries-override:
       component:
         css/components/clearfix.module.css: false
         css/components/container-inline.module.css: false
-        # @todo To remove when Core 11.2 will become minimum supported version.
-        css/components/tablesort.module.css: false
-        css/components/system-status-counter.css: false
-        css/components/system-status-report-counters.css: false
-        css/components/system-status-report-general-info.css: false
   text/drupal.text: ui_suite_bootstrap/drupal.text
   clientside_validation_jquery/cv.jquery.ife: false
   commerce_cart/cart_block: false
-- 
GitLab