From 7adade8667828e1b1e89ae337b811029a2fbbdb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:18:10 -0700 Subject: [PATCH] Update drupal/intelligencebank requirement from 4.0.0 to 4.1.0 (#3621) * Update drupal/intelligencebank requirement from 4.0.0 to 4.1.0 Updates the requirements on drupal/intelligencebank to permit the latest version. --- updated-dependencies: - dependency-name: drupal/intelligencebank dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Remove no-longer-needed patch for https://www.drupal.org/project/intelligencebank/issues/3353858 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Parsons <471936+joeparsons@users.noreply.github.com> --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c6cf8e1700..b0511dd0a5 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "drupal/honeypot": "2.1.3", "drupal/image_widget_crop": "2.4.0", "drupal/inline_entity_form": "3.0.0-rc20", - "drupal/intelligencebank": "4.0.0", + "drupal/intelligencebank": "4.1.0", "drupal/jquery_ui": "1.7.0", "drupal/jquery_ui_datepicker": "2.1.0", "drupal/link_class": "2.1.0", @@ -179,9 +179,6 @@ "Reset button, to reset the weight all back to 0 (3388659)": "https://www.drupal.org/files/issues/2023-09-21/3388659-reset-button-2.patch", "Contextual Link throws RouteNotFoundException: Route 'view.this' does not exist (3316975)": "https://www.drupal.org/files/issues/2024-06-10/3316975-32-MR40.patch" }, - "drupal/intelligencebank": { - "Use a renderable array for link buttons (3353858)": "https://www.drupal.org/files/issues/2023-06-02/issue-335385-convert-markup-to-renderable-array.patch" - }, "drupal/media_migration": { "Catch migrate RequirementsExceptions (3268480)": "https://www.drupal.org/files/issues/2022-03-08/3268480-2.patch" },