Skip to content

Commit ad0b034

Browse files
Merge pull request #722 from City-of-Helsinki/ASU-1745-update-drupal-core-10.4.6
ASU-1745 update dependencies
2 parents 05c29be + 42c0c0b commit ad0b034

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"drupal/key": "^1.17",
4343
"drupal/login_history": "^2.0@alpha",
4444
"drupal/mailsystem": "^4.4",
45-
"drupal/matomo": "^1.24",
45+
"drupal/matomo": "^1.23",
4646
"drupal/matomo_reports": "^1.4",
4747
"drupal/menu_block": "^1.10",
4848
"drupal/monolog": "^3.0",
@@ -136,9 +136,7 @@
136136
"drupal/autologout": {
137137
"JS Cookie needs to be enabled automatically when updating": "https://www.drupal.org/files/issues/2024-05-24/multiple_warnings_after_upgrading-3449275-5.patch"
138138
},
139-
"drupal/core": {
140-
"https://www.drupal.org/project/drupal/issues/3098307": "https://www.drupal.org/files/issues/2022-07-01/sql_mode_fullgroupby_issue-3098307-15.patch"
141-
},
139+
"drupal/core": {},
142140
"drupal/elasticsearch_connector": {
143141
"Custom patch based on https://www.drupal.org/files/issues/2020-03-03/8.x-7.x-2977537-13-array-vs-scalar_0.patch": "patches/elasticsearch_connector_indexfactory_v5.patch"
144142
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/modules/custom/asu_content/asu_content.install

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,16 @@ function asu_content_update_9009(): void {
256256
$manager->uninstallFieldStorageDefinition($definition);
257257
}
258258
}
259+
/**
260+
* Implements hook_update_dependencies().
261+
*/
262+
function asu_content_update_dependencies() {
263+
return [
264+
'asu_content' => [
265+
9004 => [
266+
'helfi_platform_config' => 9320,
267+
'helfi_api_base' => 9022,
268+
],
269+
],
270+
];
271+
}

0 commit comments

Comments
 (0)