Skip to content

Commit

Permalink
Merge pull request #240 from nysenate/feature/nys-16618--updates
Browse files Browse the repository at this point in the history
Core update to 10.3.5 plus contrib modules
  • Loading branch information
kzalewski committed Sep 18, 2024
2 parents 882bce1 + da3b883 commit 30f8171
Show file tree
Hide file tree
Showing 4 changed files with 1,236 additions and 518 deletions.
24 changes: 10 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"drupal/clamav": "^2.0",
"drupal/classy": "^1.0",
"drupal/comments_ban": "^1.0",
"drupal/components": "^3.0@beta",
"drupal/components": "^3.1",
"drupal/conditional_fields": "^4.0@alpha",
"drupal/config_filter": "^2.6",
"drupal/config_ignore": "^3.1",
"drupal/config_split": "^2.0",
"drupal/contact_block": "^2.0",
"drupal/contact_storage": "^1.3",
"drupal/contact_storage": "^1.4",
"drupal/contextual_range_filter": "^2.0",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
Expand Down Expand Up @@ -84,7 +84,7 @@
"drupal/google_analytics": "^3.1 || ^4.0.0",
"drupal/google_tag": "^2.0",
"drupal/guardr_core": "2.x-dev",
"drupal/honeypot": "^2.0",
"drupal/honeypot": "^2.2",
"drupal/htmlpurifier": "^1.0@RC",
"drupal/image_style_quality": "^1.4",
"drupal/image_widget_crop": "^2.4",
Expand All @@ -109,7 +109,7 @@
"drupal/node_access_rebuild_progressive": "^2.0",
"drupal/node_export": "^1.0@alpha",
"drupal/node_revision_delete": "^2.0@RC",
"drupal/oembed_providers": "^2.0",
"drupal/oembed_providers": "^2.2",
"drupal/optional_end_date": "^1.3",
"drupal/other_view_filter": "^1.3",
"drupal/override_node_options": "^2.7",
Expand All @@ -124,6 +124,7 @@
"drupal/queue_ui": "^3.1",
"drupal/queue_unique": "^3.0",
"drupal/rabbit_hole": "^2.0@alpha",
"drupal/real_aes": "^2.6",
"drupal/recaptcha": "^3.0",
"drupal/redirect": "~1.0",
"drupal/redis": "^1.5",
Expand All @@ -134,19 +135,20 @@
"drupal/seckit": "^2.0",
"drupal/semanticviews": "^3.0",
"drupal/seven": "^1.0",
"drupal/simple_sitemap": "^4.1",
"drupal/simple_sitemap": "^4.2",
"drupal/site_verify": "^2.0@alpha",
"drupal/stage_file_proxy": "^3.1",
"drupal/svg_image": "^3.0",
"drupal/taxonomy_manager": "^2.0",
"drupal/term_merge": "^2.0@beta",
"drupal/term_merge_manager": "^2.0",
"drupal/tfa": "^1.7",
"drupal/token": "~1.0",
"drupal/transliterate_filenames": "^2.0",
"drupal/turnstile": "^1.1",
"drupal/twig_field_value": "~1.0 || ~2.0",
"drupal/twig_tweak": "^3.2",
"drupal/twig_vardumper": "^3.1",
"drupal/twig_vardumper": "^3.2",
"drupal/twitter_api_block": "^4.0",
"drupal/twitter_block": "^4.0",
"drupal/ultimate_cron": "^2.0@alpha",
Expand Down Expand Up @@ -207,7 +209,7 @@
"discard-changes": true,
"sort-packages": true,
"platform": {
"php": "8.1"
"php": "8.2"
},
"allow-plugins": {
"composer/installers": true,
Expand Down Expand Up @@ -303,9 +305,7 @@
"#3111965-2: Rendering empty text in a table causes empty text to be rendered twice": "https://www.drupal.org/files/issues/2020-02-07/eva-empty-text-3111965-2.patch"
},
"drupal/flag": {
"Implement Migration Paths for Flag 7.x": "https://www.drupal.org/files/issues/2019-04-25/2409901_flag_migration_paths_52.patch",
"3207400-TypeError in FlagCountManager when flaggable no longer exists\n": "https://www.drupal.org/files/issues/2021-12-02/flag-3207400-3.patch",
"3336839 - FlagCountManager: Call to a member function id() on null": "https://www.drupal.org/files/issues/2023-06-08/patch-5.patch"
"3336839 - FlagCountManager: Call to a member function id() on null": "https://www.drupal.org/files/issues/2024-09-09/3336839.patch"
},
"drupal/webform": {
"3323334: Allow Disabling open/closed/scheduled on field widget": "https://www.drupal.org/files/issues/2022-11-25/3323334-allow-disabling-open-closed-scheduled-on-field-widget-6.2.x-with-schema-and-testing-coverage.patch"
Expand All @@ -319,10 +319,6 @@
"drupal/field_group": {
"3205504 - Add support for #description_display":"https://www.drupal.org/files/issues/2022-10-27/3205504-20.patch"
},
"drupal/contact_storage": {
"Error while field storage definition\n": "https://www.drupal.org/files/issues/2022-10-19/contact_storage.patch",
"3191567 - Undefined index: entity:delete_action:contact_message": "https://www.drupal.org/files/issues/2022-11-07/contact_storage-bc_action_fix-3191567-31.patch"
},
"drupal/image_widget_crop": {
"3153736 - Enforce hard limit": "https://www.drupal.org/files/issues/2020-06-22/3153736-2.patch",
"3214365 - Crop widget not adjusting crop box when crop is applied\nx": "https://www.drupal.org/files/issues/2021-06-09/crop_widget_not_adjusting_to_existing_crop-3214365-9.patch"
Expand Down
Loading

0 comments on commit 30f8171

Please sign in to comment.