From 2d317d9028115ed6434ec0e22a807154720204e3 Mon Sep 17 00:00:00 2001
From: Trevor the Bot <trevor.the.bot@cern.ch>
Date: Fri, 27 Oct 2023 15:08:33 +0200
Subject: [PATCH] Trevor: Update dependencies

---
 CHANGELOG.md             |  6 +++
 cern_taxonomies.info.yml | 75 ++++++++++++++++----------------
 composer.json            | 92 ++++++++++++++++++++--------------------
 3 files changed, 90 insertions(+), 83 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 225d209..7fa9247 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [3.0.2] - 27/10/2023
+
+- Updated `ctools` to version `^4.0`.
+- Updated `field_formatter_class` to version `^1.6`.
+- Updated `smart_trim` to version `^2.1`.
+
 ## [3.0.1] - 07/02/2023
 - Re-add `composer.json` in preparation of optimised deployments.
 - Update CERN dependencies.
diff --git a/cern_taxonomies.info.yml b/cern_taxonomies.info.yml
index 6b6a70e..71eee89 100755
--- a/cern_taxonomies.info.yml
+++ b/cern_taxonomies.info.yml
@@ -1,39 +1,40 @@
-name: "CERN Taxonomies"
-description: "Provides a set of pre-defined taxonomy terms, specially designed for the needs of CERN websites."
-package: "CERN Home Exclusive"
-type: module
-version: 3.0.1
 core_version_requirement: ^9 || ^10
 dependencies:
-  - block
-  - cern_basic_page
-  - cern_configuration
-  - cern_event_page
-  - cern_faq_page
-  - cern_feature_story_page
-  - cern_indico_events
-  - cern_landing_page
-  - cern_news_pages
-  - cern_paragraph_author_info
-  - cern_resource_page
-  - cern_story_page
-  - cern_system_page
-  - cern_webcast_events
-  - content_translation
-  - ctools
-  - datetime
-  - ds
-  - field
-  - field_formatter_class
-  - file
-  - filefield_paths
-  - image
-  - language
-  - node
-  - path
-  - pathauto
-  - smart_trim
-  - taxonomy
-  - text
-  - user
-  - views
+- block
+- cern_basic_page
+- cern_configuration
+- cern_event_page
+- cern_faq_page
+- cern_feature_story_page
+- cern_indico_events
+- cern_landing_page
+- cern_news_pages
+- cern_paragraph_author_info
+- cern_resource_page
+- cern_story_page
+- cern_system_page
+- cern_webcast_events
+- content_translation
+- ctools
+- datetime
+- ds
+- field
+- field_formatter_class
+- file
+- filefield_paths
+- image
+- language
+- node
+- path
+- pathauto
+- smart_trim
+- taxonomy
+- text
+- user
+- views
+description: Provides a set of pre-defined taxonomy terms, specially designed for
+  the needs of CERN websites.
+name: CERN Taxonomies
+package: CERN Home Exclusive
+type: module
+version: 3.0.2
diff --git a/composer.json b/composer.json
index 530e1a3..7fd382f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,48 +1,48 @@
 {
-  "name": "drupal/cern-taxonomies",
-  "description": "Provides a set of pre-defined taxonomy terms, specially designed for the needs of CERN websites.",
-  "version": "3.0.1",
-  "type": "drupal-custom-module",
-  "license": "GPL-2.0-or-later",
-  "authors": [
-    {
-      "name": "Joachim Valdemar Yde",
-      "email": "joachim.git@cern.ch"
-    },
-    {
-      "name": "Konstantinos Platis",
-      "email": "konstantinos.platis@cern.ch"
+    "name": "drupal/cern-taxonomies",
+    "description": "Provides a set of pre-defined taxonomy terms, specially designed for the needs of CERN websites.",
+    "version": "3.0.2",
+    "type": "drupal-custom-module",
+    "license": "GPL-2.0-or-later",
+    "authors": [
+        {
+            "name": "Joachim Valdemar Yde",
+            "email": "joachim.git@cern.ch"
+        },
+        {
+            "name": "Konstantinos Platis",
+            "email": "konstantinos.platis@cern.ch"
+        }
+    ],
+    "repositories": [
+        {
+            "type": "composer",
+            "url": "https://packages.drupal.org/8"
+        },
+        {
+            "type": "vcs",
+            "url": "https://gitlab.cern.ch/web-team/drupal/public/d8/modules/cern-landing-page"
+        }
+    ],
+    "require": {
+        "drupal/cern-basic-page": "^3.0.0",
+        "drupal/cern-configuration": "^3.0.0",
+        "drupal/cern-event-page": "^3.0.0",
+        "drupal/cern-faq-page": "^3.0.0",
+        "drupal/cern-feature-story-page": "^3.0.0",
+        "drupal/cern-indico-feeds": "^3.0.0",
+        "drupal/cern-landing-page": "^3.0.0",
+        "drupal/cern-news-pages": "^3.0.0",
+        "drupal/cern-paragraph-types": "^3.0.0",
+        "drupal/cern-resource-page": "^3.0.0",
+        "drupal/cern-story-page": "^3.0.0",
+        "drupal/cern-system-page": "^3.0.0",
+        "drupal/cern-webcast-feeds": "^3.0.0",
+        "drupal/ctools": "^4.0",
+        "drupal/ds": "^3.9",
+        "drupal/field_formatter_class": "^1.6",
+        "drupal/filefield_paths": "^1.0",
+        "drupal/pathauto": "^1.8",
+        "drupal/smart_trim": "^2.1"
     }
-  ],
-  "repositories": [
-    {
-      "type": "composer",
-      "url": "https://packages.drupal.org/8"
-    },
-    {
-      "type": "vcs",
-      "url": "https://gitlab.cern.ch/web-team/drupal/public/d8/modules/cern-landing-page"
-    }
-  ],
-  "require": {
-    "drupal/cern-basic-page": "^3.0.0",
-    "drupal/cern-configuration": "^3.0.0",
-    "drupal/cern-event-page": "^3.0.0",
-    "drupal/cern-faq-page": "^3.0.0",
-    "drupal/cern-feature-story-page": "^3.0.0",
-    "drupal/cern-indico-feeds": "^3.0.0",
-    "drupal/cern-landing-page": "^3.0.0",
-    "drupal/cern-news-pages": "^3.0.0",
-    "drupal/cern-paragraph-types": "^3.0.0",
-    "drupal/cern-resource-page": "^3.0.0",
-    "drupal/cern-story-page": "^3.0.0",
-    "drupal/cern-system-page": "^3.0.0",
-    "drupal/cern-webcast-feeds": "^3.0.0",
-    "drupal/ctools": "^3.6",
-    "drupal/ds": "^3.9",
-    "drupal/field_formatter_class": "^1.5",
-    "drupal/filefield_paths": "^1.0",
-    "drupal/pathauto": "^1.8",
-    "drupal/smart_trim": "^1.3"
-  }
-}
+}
\ No newline at end of file
-- 
GitLab