From 78393473ddffbbc19cfd2be58f84207a8f28008b Mon Sep 17 00:00:00 2001 From: Joe Parsons <471936+joeparsons@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:00:55 -0700 Subject: [PATCH] Upgrade Blazy/Slick to 3.x (#3467) Co-authored-by: Brian Berndt <74572157+bberndt-uaz@users.noreply.github.com> Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Green Co-authored-by: Brian Berndt <74572157+bberndt-uaz@users.noreply.github.com> --- composer.json | 6 ++-- .../config/quickstart/blazy.settings.yml | 36 ------------------- .../config/quickstart/slick.settings.yml | 3 -- 3 files changed, 3 insertions(+), 42 deletions(-) delete mode 100644 modules/custom/az_carousel/config/quickstart/blazy.settings.yml delete mode 100644 modules/custom/az_carousel/config/quickstart/slick.settings.yml diff --git a/composer.json b/composer.json index 7ea0a29ae6..f6dd9df647 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "drupal/asset_injector": "2.20.0", "drupal/auto_entitylabel": "3.2.0", "drupal/better_exposed_filters": "6.0.5", - "drupal/blazy": "2.24.0", + "drupal/blazy": "3.0.8", "drupal/block_class": "2.0.11", "drupal/block_content_permissions": "*", "drupal/block_field": "1.0.0-rc4", @@ -106,8 +106,8 @@ "drupal/role_delegation": "1.2.0", "drupal/search_exclude": "3.0.0-beta1", "drupal/seckit": "2.0.1", - "drupal/slick": "2.11.0", - "drupal/slick_views": "2.8.0", + "drupal/slick": "3.0.2", + "drupal/slick_views": "3.0.2", "drupal/smart_date": "4.1.3", "drupal/smtp": "1.2.0", "drupal/token": "1.14.0", diff --git a/modules/custom/az_carousel/config/quickstart/blazy.settings.yml b/modules/custom/az_carousel/config/quickstart/blazy.settings.yml deleted file mode 100644 index 2be8b0145d..0000000000 --- a/modules/custom/az_carousel/config/quickstart/blazy.settings.yml +++ /dev/null @@ -1,36 +0,0 @@ -admin_css: true -lazy_html: false -nojs: - lazy: '0' - polyfill: '0' - classlist: '0' - promise: '0' - raf: '0' - webp: '0' -fx: '' -blur_client: false -blur_storage: false -blur_minwidth: 0 -noscript: false -one_pixel: true -visible_class: false -wrapper_class: false -deprecated_class: false -placeholder: '' -unstyled_extensions: '' -use_encodedbox: false -use_oembed: false -use_theme_blazy: true -responsive_image: false -blazy: - loadInvisible: false - offset: 100 - saveViewportOffsetDelay: 50 - validateDelay: 25 - container: '' -io: - unblazy: false - rootMargin: 0px - threshold: '0' - disconnect: false -extras: { } diff --git a/modules/custom/az_carousel/config/quickstart/slick.settings.yml b/modules/custom/az_carousel/config/quickstart/slick.settings.yml deleted file mode 100644 index 652bd3468d..0000000000 --- a/modules/custom/az_carousel/config/quickstart/slick.settings.yml +++ /dev/null @@ -1,3 +0,0 @@ -module_css: true -slick_css: true -disable_old_skins: false