Skip to content

Commit 32bd25e

Browse files
authored
Merge pull request #240 from wunderio/NEX-164
NEX-164: Upgrade to drupal 10.3.2, update contrib modules
2 parents d15dd2f + 53346c2 commit 32bd25e

File tree

11 files changed

+902
-893
lines changed

11 files changed

+902
-893
lines changed

drupal/composer.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,29 @@
1818
"php": ">=8.2",
1919
"composer/installers": "^2.1",
2020
"cweagans/composer-patches": "^1.7",
21-
"drupal/admin_toolbar": "^3.4",
22-
"drupal/core-composer-scaffold": "^10.2",
23-
"drupal/core-recommended": "^10.2",
21+
"drupal/admin_toolbar": "^3.5",
22+
"drupal/core-composer-scaffold": "^10.3",
23+
"drupal/core-recommended": "^10.3",
2424
"drupal/elasticsearch_helper": "^8.1",
25+
"drupal/entity_reference_revisions": "^1.12",
2526
"drupal/graphql": "^4.7",
26-
"drupal/graphql_compose": "^2.1",
27+
"drupal/graphql_compose": "^2.2",
2728
"drupal/menu_link_attributes": "^1.3",
2829
"drupal/metatag": "^2.0",
2930
"drupal/migrate_plus": "^6.0",
3031
"drupal/migrate_source_csv": "^3.5",
3132
"drupal/migrate_tools": "^6.0",
3233
"drupal/monolog": "^3.0@beta",
3334
"drupal/next": "^1.6",
34-
"drupal/paragraphs": "^1.16",
35-
"drupal/pathauto": "^1.12",
35+
"drupal/paragraphs": "^1.18",
36+
"drupal/pathauto": "^1.13",
3637
"drupal/redirect": "^1.9",
3738
"drupal/registration_role": "^2.0",
3839
"drupal/require_login": "^3.0",
3940
"drupal/restui": "^1.21",
4041
"drupal/simple_oauth": "^5.2",
4142
"drupal/simplei": "^2.0@beta",
42-
"drupal/token": "^1.14",
43+
"drupal/token": "^1.15",
4344
"drupal/webform": "^6.2",
4445
"drupal/webform_rest": "^4.0",
4546
"drush/drush": "^12",
@@ -49,7 +50,7 @@
4950
"wunderio/drupal-ping": "^2.4"
5051
},
5152
"require-dev": {
52-
"drupal/core-dev": "^10.2",
53+
"drupal/core-dev": "^10.3",
5354
"wunderio/code-quality": "^2.2"
5455
},
5556
"conflict": {
@@ -133,8 +134,7 @@
133134
"#3111456-59 - Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2022-12-01/decouple_router-3111456-resolve-language-issue-58--get-translation.patch"
134135
},
135136
"drupal/paragraphs": {
136-
"Paragraphs (stable) title from form options not being applied (issue #3401581)": "https://www.drupal.org/files/issues/2023-11-14/paragraphs-custom-title-not-displayed-3401581-2.patch",
137-
"Weight fields appear when editing a translation even if the order can't be changed": "https://www.drupal.org/files/issues/2024-03-04/paragraphs_fix_tabledrag_3425348-3.patch"
137+
"Paragraphs (stable) title from form options not being applied (issue #3401581)": "https://www.drupal.org/files/issues/2023-11-14/paragraphs-custom-title-not-displayed-3401581-2.patch"
138138
},
139139
"drupal/graphql" : {
140140
"drupal-graphql#1323: Add check for translation (from Github)": "https://patch-diff.githubusercontent.com/raw/drupal-graphql/graphql/pull/1388.patch"
@@ -143,9 +143,7 @@
143143
"Querying for translations of a node with one or more unpublished translations causes fatal error (d.org issue #3464624)": "./patches/graphql_compose_unpublished_translations.patch"
144144
},
145145
"drupal/core": {
146-
"Add support for the experimental recipes functionality (local patch)": "./patches/recipe-10.2.x.patch",
147-
"Fix error when enabling the language module via recipe": "https://www.drupal.org/files/issues/2019-11-19/drupal.8.8.x-3002532-20.patch",
148-
"Do not set user as blocked when created via REST": "https://www.drupal.org/files/issues/2022-08-17/3055807-47.patch"
146+
"Fix error when enabling the language module via recipe": "https://www.drupal.org/files/issues/2019-11-19/drupal.8.8.x-3002532-20.patch"
149147
},
150148
"drupal/webform_rest": {
151149
"Fix fetching a webform submission by UUID": "https://www.drupal.org/files/issues/2024-01-17/webform_rest-Error-membe-%20function-replace-3415211-02.patch"

0 commit comments

Comments
 (0)