Skip to content

Commit 0a9b14a

Browse files
authored
VACMS-16591: Update Drupal Core to v10.2 (#16620)
* VACMS16591: drupal core update, removed aliases * VACMS-16591: rerolled patch * VACMS-16591: updated composer.lock * VACMS-16592: updated composer.lock * VACMS-16591: updated composer.lock * VACMS-16591: update composer.lock * VACMS-16591: updated composer.lock * VACMS-16591: update drupal core for security vulnerability
1 parent 34500ee commit 0a9b14a

7 files changed

+920
-824
lines changed

composer.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@
4949
"drupal/consumers": "^1.17.0",
5050
"drupal/content_lock": "^2.3",
5151
"drupal/content_model_documentation": "^1.0.19",
52-
"drupal/core": "10.1.7 as 9.5",
53-
"drupal/core-composer-scaffold": "10.1.7 as 9.5",
54-
"drupal/core-recommended": "10.1.7 as 9.5",
52+
"drupal/core-composer-scaffold": "^10.2.0",
53+
"drupal/core-recommended": "10.2.0",
5554
"drupal/crop": "^2.0",
5655
"drupal/csv_serialization": "^4.0",
5756
"drupal/ctools_block": "^4.0",
@@ -194,7 +193,7 @@
194193
"drupal/views_local_tasks": "^1.0",
195194
"drupal/workbench_access": "^2.0",
196195
"drupal/workbench_menu_access": "^2.0",
197-
"drush/drush": "^11",
196+
"drush/drush": "^12",
198197
"easyrdf/easyrdf": "1.1.1 as 0.9.1",
199198
"geocoder-php/mapbox-provider": "^1.3",
200199
"gitonomy/gitlib": "^1.2",
@@ -390,10 +389,10 @@
390389
"2767243 - Create a theme suggestion for taxonomy terms by view mode": "https://www.drupal.org/files/issues/core-theme-suggestion-for-taxonomy-view-modes-2767243-14.patch",
391390
"2775665 - MenuLinkContent updateLink function generates a PHP Warning for override-able keys that are not present in the loaded entity": "https://www.drupal.org/files/issues/2021-09-17/updateLink-2775665-14.patch",
392391
"Claro claro_preprocess_input()": "patches/drupal-core-claro_preprocess_input.patch",
393-
"1156338 - Fixed maximum number of field values, but use «add more» similar to when cardinality «unlimited» is used": "https://www.drupal.org/files/issues/2022-01-27/drupal-fix-limited-cardinality-fields-1156338-23.patch",
392+
"1156338 - Fixed maximum number of field values, but use «add more» similar to when cardinality «unlimited» is used": "https://www.drupal.org/files/issues/2023-12-20/1156338-31.patch",
394393
"2942404 - Contentinfo landmark" : "https://www.drupal.org/files/issues/2023-06-30/2942404-messages-should-have-role-status.patch",
395394
"3047110 - Add workflow to taxonomy" : "https://www.drupal.org/files/issues/2023-04-14/3047110-45.patch",
396-
"3106205 - Length of menu_tree.url and menu_tree.route_param_key are too short (255 characters)": "https://www.drupal.org/files/issues/2023-05-24/3106205-length-menu-tree-too-short.patch",
395+
"3106205 - Length of menu_tree.url and menu_tree.route_param_key are too short (255 characters)": "https://www.drupal.org/files/issues/2024-01-02/3106205-length-menu-tree-too-short-48.patch",
397396
"3333401 - Pager h4 cause accessibility flag on many pages": "https://www.drupal.org/files/issues/2023-11-01/3333401-64.patch",
398397
"3382759 - Add multiple workflow content moderation filter to Views.": "https://www.drupal.org/files/issues/2023-08-24/3382759-8.patch",
399398
"3241295 - CKEditor 5 isn't respecting field widgets row settings": "https://www.drupal.org/files/issues/2023-11-14/3241295-d10.1.6-114.patch",

0 commit comments

Comments
 (0)