contrib module updates

This commit is contained in:
Bachir Soussi Chiadmi 2023-03-27 10:28:37 +02:00
parent c3a9da98de
commit 55e8932540
3 changed files with 218 additions and 134 deletions

View File

@ -18,7 +18,7 @@
"composer/installers": "^1.9",
"drupal/address": "1.x-dev@dev",
"drupal/administerusersbyrole": "3.x-dev@dev",
"drupal/better_exposed_filters": "^5.0@beta",
"drupal/better_exposed_filters": "^6",
"drupal/ckeditor_iframe": "^2.1",
"drupal/config_ignore": "^2.3",
"drupal/core-composer-scaffold": "^9.3",
@ -34,6 +34,7 @@
"drupal/leaflet_more_maps": "^2.1",
"drupal/leaflet_more_markers": "^1.1",
"drupal/linked_field": "^1.3",
"drupal/mailsystem": "^4.4",
"drupal/metatag": "^1.21",
"drupal/page_manager": "4.x-dev@dev",
"drupal/panelizer": "^4.4",
@ -51,6 +52,7 @@
"drupal/video_embed_field": "^2.4",
"drupal/views_argument_token": "2.0.x-dev@dev",
"drupal/views_conditional": "^1.4",
"drupal/views_ef_fieldset": "^1",
"drupal/xmlsitemap": "^1.3",
"geocoder-php/google-maps-provider": "^4.6",
"geocoder-php/mapquest-provider": "^4.2",
@ -59,7 +61,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,

344
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "1133436d0236fad6cdf43ecf521fcc8f",
"content-hash": "8611bdcd311dd50d054b56402e92419b",
"packages": [
{
"name": "ajgl/breakpoint-twig-extension",
@ -2413,26 +2413,29 @@
},
{
"name": "drupal/admin_toolbar",
"version": "2.5.0",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "8.x-2.5"
"reference": "3.3.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.5.zip",
"reference": "8.x-2.5",
"shasum": "c71e58051b8d6818272df96d14cb11407d5e5ceb"
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.3.0.zip",
"reference": "3.3.0",
"shasum": "8e61fba9c9d83a94a844cff96d00871878a7eb98"
},
"require": {
"drupal/core": "^8.8.0 || ^9.0"
"drupal/core": "^9.2 || ^10"
},
"require-dev": {
"drupal/admin_toolbar_tools": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.5",
"datestamp": "1629907119",
"version": "3.3.0",
"datestamp": "1669567837",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -2855,30 +2858,30 @@
},
{
"name": "drupal/better_exposed_filters",
"version": "5.2.0",
"version": "6.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/better_exposed_filters.git",
"reference": "8.x-5.2"
"reference": "6.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.2.zip",
"reference": "8.x-5.2",
"shasum": "43f0d013d78ab72c29d797ac5fe9be682ffbfb85"
"url": "https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.2.zip",
"reference": "6.0.2",
"shasum": "e06e8f88fab14942e4d3f71faaa64a30f136792c"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/core": "^9 || ^10",
"drupal/jquery_ui": "^1.4",
"drupal/jquery_ui_datepicker": "^1.0",
"drupal/jquery_ui_datepicker": "^1.2",
"drupal/jquery_ui_slider": "^1.1",
"drupal/jquery_ui_touch_punch": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-5.2",
"datestamp": "1657172286",
"version": "6.0.2",
"datestamp": "1666017720",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -3402,29 +3405,32 @@
},
{
"name": "drupal/config_filter",
"version": "1.10.0",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_filter.git",
"reference": "8.x-1.10"
"reference": "8.x-2.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.10.zip",
"reference": "8.x-1.10",
"shasum": "c5002f2b9dece3c684db754123936d1388b80b8d"
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.4.zip",
"reference": "8.x-2.4",
"shasum": "dcf442f228dafd6bbac8948db1d51e3f1ca1d0c7"
},
"require": {
"drupal/core": "^8.8 || ^9 || ^10"
},
"conflict": {
"drush/drush": "<10"
},
"suggest": {
"drupal/config_split": "Split site configuration for different environments."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.10",
"datestamp": "1656936763",
"version": "8.x-2.4",
"datestamp": "1656936801",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -5554,29 +5560,26 @@
},
{
"name": "drupal/field_group",
"version": "3.4.0",
"version": "dev-3.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/field_group.git",
"reference": "8.x-3.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.4.zip",
"reference": "8.x-3.4",
"shasum": "80b937e1a11f8b29c69d853fc4bf798c057c6f94"
"reference": "badc69d77745143e98172a3fa4829eb4e19baae5"
},
"require": {
"drupal/core": "^9.2 || ^10"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-3.x": "3.x-dev"
},
"drupal": {
"version": "8.x-3.4",
"datestamp": "1667241979",
"version": "8.x-3.4+2-dev",
"datestamp": "1667403745",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
@ -5777,6 +5780,59 @@
"source": "https://git.drupalcode.org/project/filter_perms"
}
},
{
"name": "drupal/formatter_suite",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/formatter_suite.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/formatter_suite-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "ac7bd151141e4b362d02744e8ea125d7e6919af2"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1595830765",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "nadeau",
"homepage": "https://www.drupal.org/user/103422"
},
{
"name": "toamit",
"homepage": "https://www.drupal.org/user/2820523"
}
],
"description": "Field formaters to present numbers, text, links, etc.",
"homepage": "https://www.drupal.org/project/formatter_suite",
"keywords": [
"Drupal",
"Format"
],
"support": {
"source": "http://cgit.drupalcode.org/formatter_suite",
"issues": "http://drupal.org/project/issues/formatter_suite"
}
},
{
"name": "drupal/geocoder",
"version": "3.31.0",
@ -7259,29 +7315,30 @@
},
{
"name": "drupal/linkit",
"version": "5.0.0-beta13",
"version": "6.0.0-beta4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/linkit.git",
"reference": "8.x-5.0-beta13"
"reference": "6.0.0-beta4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta13.zip",
"reference": "8.x-5.0-beta13",
"shasum": "9215fbea84166cabc9b7a2d9a04dedaffb9fc1ed"
"url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-beta4.zip",
"reference": "6.0.0-beta4",
"shasum": "94274f0af2315ca91d9be8fc4e5103c9566860f0"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
"drupal/core": "^9.4 || ^10"
},
"require-dev": {
"drupal/ckeditor": "*",
"drupal/imce": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-5.0-beta13",
"datestamp": "1632946970",
"version": "6.0.0-beta4",
"datestamp": "1678030708",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
@ -7302,6 +7359,10 @@
{
"name": "johnwebdev",
"homepage": "https://www.drupal.org/user/3331569"
},
{
"name": "mark_fullmer",
"homepage": "https://www.drupal.org/user/2612816"
}
],
"description": "Linkit - Enriched linking experience",
@ -7578,29 +7639,29 @@
},
{
"name": "drupal/maxlength",
"version": "1.0.0-rc1",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/maxlength.git",
"reference": "8.x-1.0-rc1"
"reference": "2.1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/maxlength-8.x-1.0-rc1.zip",
"reference": "8.x-1.0-rc1",
"shasum": "44eb9d79d9814cd786c2c9874c28033759665a99"
"url": "https://ftp.drupal.org/files/projects/maxlength-2.1.0.zip",
"reference": "2.1.0",
"shasum": "fb434fba2afd6c521d9a9d3b5c7c4981e20d264c"
},
"require": {
"drupal/core": "^8.8 || ^9"
"drupal/core": "^9.2 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-rc1",
"datestamp": "1593198218",
"version": "2.1.0",
"datestamp": "1678299441",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
@ -7610,34 +7671,45 @@
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
"name": "Marius Scurtescu (mariuss)",
"homepage": "https://www.drupal.org/u/mariuss",
"role": "Maintainer"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
"name": "Clayton Dewey (cedewey)",
"homepage": "https://www.drupal.org/u/cedewey",
"role": "Maintainer"
},
{
"name": "hipp2bsquare",
"homepage": "https://www.drupal.org/user/2473076"
"name": "Daniel Wehner (dawehner)",
"homepage": "https://www.drupal.org/u/dawehner",
"role": "Maintainer"
},
{
"name": "joevagyok",
"homepage": "https://www.drupal.org/user/2876343"
"name": "Paulino Michelazzo (pmichelazzo)",
"homepage": "https://www.drupal.org/u/pmichelazzo",
"role": "Maintainer"
},
{
"name": "mariuss",
"homepage": "https://www.drupal.org/user/28539"
"name": "Jeff Hipp (hipp2bsquare)",
"homepage": "https://www.drupal.org/u/hipp2bsquare",
"role": "Maintainer"
},
{
"name": "Steven DuBois (srdtwc)",
"homepage": "https://www.drupal.org/u/srdtwc",
"role": "Maintainer"
},
{
"name": "srdtwc",
"homepage": "https://www.drupal.org/user/3422763"
}
],
"description": "Limit the number of characters in textfields and textareas and shows the amount of characters left.",
"description": "Maxlength allows a soft or hard character limit to be set on titles, text fields and link fields.",
"homepage": "https://www.drupal.org/project/maxlength",
"support": {
"source": "https://git.drupalcode.org/project/maxlength"
"source": "https://git.drupalcode.org/project/maxlength",
"issues": "https://www.drupal.org/project/issues/maxlength"
}
},
{
@ -9148,26 +9220,27 @@
},
{
"name": "drupal/smart_trim",
"version": "1.3.0",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/smart_trim.git",
"reference": "8.x-1.3"
"reference": "2.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/smart_trim-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "5894aa067fba19a3452ed8ce749f33bd9ae91907"
"url": "https://ftp.drupal.org/files/projects/smart_trim-2.0.0.zip",
"reference": "2.0.0",
"shasum": "d917ad4d78b50cf535f3a292a2e09cc73b87bf4f"
},
"require": {
"drupal/core": "^8 || ^9"
"drupal/core": "^8 || ^9 || ^10",
"drupal/token": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1589766531",
"version": "2.0.0",
"datestamp": "1666374010",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -9200,7 +9273,7 @@
"description": "Provides a more robust alternative to 'summary or trimmed' textfield format.",
"homepage": "https://drupal.org/project/smart_trim",
"support": {
"source": "https://cgit.drupalcode.org/smart_trim",
"source": "https://git.drupalcode.org/project/smart_trim",
"issues": "https://drupal.org/project/issues/smart_trim"
}
},
@ -9417,26 +9490,32 @@
},
{
"name": "drupal/synonyms",
"version": "dev-1.x",
"version": "2.1.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/synonyms.git",
"reference": "d9c7956405622c5630284f15633845771e84ae54"
"reference": "2.1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/synonyms-2.1.2.zip",
"reference": "2.1.2",
"shasum": "b6b88dc80ecb88b67bf4cbf220ea5e712137ca4d"
},
"require": {
"drupal/core": "^8 || ^9"
"drupal/core": "^9 || ^10"
},
"require-dev": {
"drupal/synonyms_list_field": "*"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.0-alpha3+4-dev",
"datestamp": "1613107043",
"version": "2.1.2",
"datestamp": "1665785027",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
@ -9446,26 +9525,30 @@
],
"authors": [
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
"name": "Bojan Zivanovic",
"homepage": "https://www.drupal.org/u/bojanz",
"role": "Author and D5, D6 and D7 versions developer."
},
{
"name": "bucefal91",
"homepage": "https://www.drupal.org/user/504128"
"name": "Alex Trosenko",
"homepage": "https://www.drupal.org/u/bucefal91",
"role": "D7 and D8 versions developer."
},
{
"name": "devad",
"homepage": "https://www.drupal.org/user/2268520"
"name": "Duro Arezina",
"homepage": "https://www.drupal.org/u/devad",
"role": "D8, D9 and D10 versions maintenance"
},
{
"name": "Zen",
"homepage": "https://www.drupal.org/user/21209"
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/148775/committers"
}
],
"description": "Provides synonyms feature for content entities.",
"description": "Provides synonyms feature for all entities.",
"homepage": "https://www.drupal.org/project/synonyms",
"support": {
"source": "https://git.drupalcode.org/project/synonyms"
"source": "https://git.drupalcode.org/project/synonyms",
"issues": "https://www.drupal.org/project/issues/synonyms"
}
},
{
@ -9985,32 +10068,33 @@
},
{
"name": "drupal/views_bulk_operations",
"version": "3.13.0",
"version": "4.2.3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/views_bulk_operations.git",
"reference": "8.x-3.13"
"reference": "4.2.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/views_bulk_operations-8.x-3.13.zip",
"reference": "8.x-3.13",
"shasum": "70583d08b91be3b5e008f571589425c2176eb73b"
"url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.2.3.zip",
"reference": "4.2.3",
"shasum": "56014a68924b358caca5c41cd74b995fc0cc5e13"
},
"require": {
"drupal/core": "^8.8 || ^9"
"drupal/core": "^9.4 || ^10",
"php": ">=7.4.0"
},
"require-dev": {
"drush/drush": "^10"
"drush/drush": "^11"
},
"suggest": {
"drush/drush": "^9 || ^10"
"drush/drush": "^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.13",
"datestamp": "1619697066",
"version": "4.2.3",
"datestamp": "1673360841",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -10018,7 +10102,7 @@
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
"drush.services.yml": "^10 || ^11"
}
}
},
@ -12717,20 +12801,20 @@
},
{
"name": "psr/container",
"version": "1.1.1",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
"php": ">=7.4.0"
},
"type": "library",
"autoload": {
@ -12759,9 +12843,9 @@
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1"
"source": "https://github.com/php-fig/container/tree/1.1.2"
},
"time": "2021-03-05T17:36:06+00:00"
"time": "2021-11-05T16:50:12+00:00"
},
{
"name": "psr/http-client",
@ -16201,16 +16285,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v5.4.19",
"version": "v5.4.21",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b"
"reference": "6c5ac3a1be8b849d59a1a77877ee110e1b55eb74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b",
"reference": "2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/6c5ac3a1be8b849d59a1a77877ee110e1b55eb74",
"reference": "6c5ac3a1be8b849d59a1a77877ee110e1b55eb74",
"shasum": ""
},
"require": {
@ -16270,7 +16354,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.19"
"source": "https://github.com/symfony/var-dumper/tree/v5.4.21"
},
"funding": [
{
@ -16286,20 +16370,20 @@
"type": "tidelift"
}
],
"time": "2023-01-16T10:52:33+00:00"
"time": "2023-02-23T10:00:28+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v5.4.19",
"version": "v5.4.21",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6"
"reference": "be74908a6942fdd331554b3cec27ff41b45ccad4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6",
"reference": "2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/be74908a6942fdd331554b3cec27ff41b45ccad4",
"reference": "be74908a6942fdd331554b3cec27ff41b45ccad4",
"shasum": ""
},
"require": {
@ -16343,7 +16427,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.4.19"
"source": "https://github.com/symfony/var-exporter/tree/v5.4.21"
},
"funding": [
{
@ -16359,7 +16443,7 @@
"type": "tidelift"
}
],
"time": "2023-01-12T16:39:29+00:00"
"time": "2023-02-21T19:46:44+00:00"
},
{
"name": "symfony/yaml",
@ -16838,17 +16922,15 @@
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"minimum-stability": "dev",
"stability-flags": {
"drupal/address": 20,
"drupal/administerusersbyrole": 20,
"drupal/better_exposed_filters": 10,
"drupal/page_manager": 20,
"drupal/paragraphs": 20,
"drupal/perimeter": 20,
"drupal/selective_better_exposed_filters": 20,
"drupal/views_argument_token": 20,
"drupal/autocomplete_deluxe": 5,
"drupal/bulkdelete": 20,
"drupal/cshs": 20,
"drupal/config_ignore": 5,
@ -16862,6 +16944,7 @@
"drupal/email_registration": 5,
"drupal/entity_browser_enhanced": 5,
"drupal/entity_clone": 15,
"drupal/field_group": 20,
"drupal/filefield_sources": 20,
"drupal/filter_perms": 20,
"drupal/inline_entity_form": 5,
@ -16875,7 +16958,6 @@
"drupal/pathologic": 15,
"drupal/profile": 5,
"drupal/smtp": 10,
"drupal/synonyms": 20,
"drupal/translation_views": 15,
"drupal/ultimate_cron": 15
},
@ -16883,5 +16965,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
"plugin-api-version": "2.3.0"
}

@ -1 +1 @@
Subproject commit 179aa994156fa9c986cf9eb9262872abb9c651a2
Subproject commit 27bf1819cdd12b38553d91c8f95eaf2659902b99