Skip to content

Commit

Permalink
Merge pull request #240 from wunderio/NEX-164
Browse files Browse the repository at this point in the history
NEX-164: Upgrade to drupal 10.3.2, update contrib modules
  • Loading branch information
vermario authored Aug 10, 2024
2 parents d15dd2f + 53346c2 commit 32bd25e
Show file tree
Hide file tree
Showing 11 changed files with 902 additions and 893 deletions.
24 changes: 11 additions & 13 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,29 @@
"php": ">=8.2",
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.4",
"drupal/core-composer-scaffold": "^10.2",
"drupal/core-recommended": "^10.2",
"drupal/admin_toolbar": "^3.5",
"drupal/core-composer-scaffold": "^10.3",
"drupal/core-recommended": "^10.3",
"drupal/elasticsearch_helper": "^8.1",
"drupal/entity_reference_revisions": "^1.12",
"drupal/graphql": "^4.7",
"drupal/graphql_compose": "^2.1",
"drupal/graphql_compose": "^2.2",
"drupal/menu_link_attributes": "^1.3",
"drupal/metatag": "^2.0",
"drupal/migrate_plus": "^6.0",
"drupal/migrate_source_csv": "^3.5",
"drupal/migrate_tools": "^6.0",
"drupal/monolog": "^3.0@beta",
"drupal/next": "^1.6",
"drupal/paragraphs": "^1.16",
"drupal/pathauto": "^1.12",
"drupal/paragraphs": "^1.18",
"drupal/pathauto": "^1.13",
"drupal/redirect": "^1.9",
"drupal/registration_role": "^2.0",
"drupal/require_login": "^3.0",
"drupal/restui": "^1.21",
"drupal/simple_oauth": "^5.2",
"drupal/simplei": "^2.0@beta",
"drupal/token": "^1.14",
"drupal/token": "^1.15",
"drupal/webform": "^6.2",
"drupal/webform_rest": "^4.0",
"drush/drush": "^12",
Expand All @@ -49,7 +50,7 @@
"wunderio/drupal-ping": "^2.4"
},
"require-dev": {
"drupal/core-dev": "^10.2",
"drupal/core-dev": "^10.3",
"wunderio/code-quality": "^2.2"
},
"conflict": {
Expand Down Expand Up @@ -133,8 +134,7 @@
"#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"
},
"drupal/paragraphs": {
"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",
"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"
"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"
},
"drupal/graphql" : {
"drupal-graphql#1323: Add check for translation (from Github)": "https://patch-diff.githubusercontent.com/raw/drupal-graphql/graphql/pull/1388.patch"
Expand All @@ -143,9 +143,7 @@
"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"
},
"drupal/core": {
"Add support for the experimental recipes functionality (local patch)": "./patches/recipe-10.2.x.patch",
"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",
"Do not set user as blocked when created via REST": "https://www.drupal.org/files/issues/2022-08-17/3055807-47.patch"
"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"
},
"drupal/webform_rest": {
"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"
Expand Down
Loading

0 comments on commit 32bd25e

Please sign in to comment.