Skip to content

Commit

Permalink
Merge pull request #433 from essexcountycouncil/release/202412-01
Browse files Browse the repository at this point in the history
Release 202412 01 to main
  • Loading branch information
Polynya authored Dec 4, 2024
2 parents 0a0c1e2 + 8cb072b commit 5034b11
Show file tree
Hide file tree
Showing 236 changed files with 1,707 additions and 3,120 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Test:Required:
stage: Test
image: wodby/php:8.1
before_script:
- ''
- 'git config --global --add safe.directory /builds/essex-county-council/essex-intranet-drupal'
script:
- composer install && composer tests-required
allow_failure: false
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"ckeditor/div": "4.10.1",
"composer/installers": "^1.10",
"cweagans/composer-patches": "^1.6",
"davidrjonas/composer-lock-diff": "^1.0",
"drupal/antibot": "^2.0",
"drupal/autologout": "^1.4",
"drupal/autosave_form": "^1.4",
Expand All @@ -67,6 +68,7 @@
"drupal/config_filter": "^2.6",
"drupal/config_ignore": "^3.3",
"drupal/config_split": "^2",
"drupal/content_access_by_path": "^1.1",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10.3.1",
Expand Down Expand Up @@ -99,6 +101,8 @@
"drupal/poll": "^1.6",
"drupal/preview_link": "^2",
"drupal/published_corrected_date": "^2.0",
"drupal/redirect": "^1.10",
"drupal/redirect_404": "^1.10",
"drupal/replicate": "^1.3",
"drupal/replicate_ui": "^1.1",
"drupal/restui": "^1.21",
Expand All @@ -109,6 +113,7 @@
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/upgrade_status": "^4.0",
"drupal/webform": "^6.2",
"drupal/webform_xlsx_export": "^1.3",
"drush/drush": "^12",
"essexcountycouncil/content_ownership": "^1.0",
"essexcountycouncil/ecc_cludo_search": "^1.0",
Expand Down Expand Up @@ -180,6 +185,7 @@
"Automated Drupal 10 compatibility fixes": "https://www.drupal.org/files/issues/2022-07-18/cludo_search.1.0-beta2.rector.patch"
},
"drupal/core": {
"LP-67 - Claro error when table header is missing": "patches/drupal-core-claro.patch",
"Remove this patch after upgrading Localgov profile": "https://www.drupal.org/files/issues/2024-04-16/2845144-95.patch"
},
"drupal/fathom_analytics": {
Expand Down
Loading

0 comments on commit 5034b11

Please sign in to comment.