Skip to content

Commit

Permalink
SDSS-1308: Routine maintenance (#455)
Browse files Browse the repository at this point in the history
* Dependency updates.
* Update outdated package constraints.
* Removed menu_block patch.
* Enabled js_cookie module.
* Updated mini-calendar functional test.
* Disable fail-fast for text matrix.
  • Loading branch information
joegl authored Jun 19, 2024
1 parent cc4e375 commit 87b8c7a
Show file tree
Hide file tree
Showing 14 changed files with 962 additions and 798 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
test_new_site:
name: Test New Site
strategy:
fail-fast: false
matrix:
suite: [acceptance, functional]
runs-on: ubuntu-latest
Expand Down
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"drupal/core-recommended": "^10",
"drupal/cshs": "^4.0",
"drupal/default_content": "^2.0@alpha",
"drupal/diff": "1.1.0",
"drupal/diff": "^1.3",
"drupal/display_field_copy": "^2.0",
"drupal/domain_301_redirect": "^2.0",
"drupal/ds": "^3.3",
Expand All @@ -123,6 +123,7 @@
"drupal/image_effects": "^3.2",
"drupal/imagemagick": "^3.1",
"drupal/jquery_ui_draggable": "^2.0",
"drupal/js_cookie": "^1.0",
"drupal/jsonapi_extras": "^3.20",
"drupal/jsonapi_hypermedia": "^1.9",
"drupal/jsonapi_image_styles": "^3.0",
Expand Down Expand Up @@ -160,7 +161,7 @@
"drupal/rabbit_hole": "^1.0@beta",
"drupal/real_aes": "^2.4",
"drupal/redirect": "^1.0-beta1",
"drupal/responsive_tables_filter": "^1.9",
"drupal/responsive_tables_filter": "^2.0",
"drupal/role_delegation": "^1.0@beta",
"drupal/scheduler": "^2.0",
"drupal/search_api": "^1.19",
Expand Down Expand Up @@ -305,9 +306,6 @@
"drupal/hook_event_dispatcher": {
"https://www.drupal.org/project/hook_event_dispatcher/issues/3354751": "https://www.drupal.org/files/issues/2024-03-14/hook_event_dispatcher-4.x-3354751-7.patch"
},
"drupal/menu_block": {
"https://www.drupal.org/project/menu_block/issues/3271218": "https://www.drupal.org/files/issues/2022-04-29/menu_block_rendered_empty-3271218-17.patch"
},
"drupal/menu_link": {
"https://www.drupal.org/project/menu_link/issues/3358081": "https://git.drupalcode.org/project/menu_link/-/merge_requests/9.patch"
},
Expand Down
Loading

0 comments on commit 87b8c7a

Please sign in to comment.