From 887cbe072fce76adc3e324d60083ed6d3f5a6158 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 29 Oct 2025 12:03:56 +0100 Subject: [PATCH] updated contrib modules S-Z --- composer.lock | 129 +++++++++++++------------- config/sync/views.view.admin_taxo.yml | 6 +- 2 files changed, 66 insertions(+), 69 deletions(-) diff --git a/composer.lock b/composer.lock index 665785c6..eb7b7d64 100644 --- a/composer.lock +++ b/composer.lock @@ -9141,24 +9141,24 @@ }, { "name": "drupal/upgrade_status", - "version": "4.3.6", + "version": "4.3.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "4.3.6" + "reference": "4.3.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.3.6.zip", - "reference": "4.3.6", - "shasum": "8169732d814034f541238d67ba31300825a61aca" + "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.3.8.zip", + "reference": "4.3.8", + "shasum": "4526741f6d0991f2165d4d79c8830602f5ac8bca" }, "require": { "dekor/php-array-table": "^2.0", "drupal/core": "^9 || ^10 || ^11", - "mglaman/phpstan-drupal": "^1.2.11", + "mglaman/phpstan-drupal": "^1.2.11|^2.0", "nikic/php-parser": "^4.0.0|^5.0.0", - "phpstan/phpstan-deprecation-rules": "^1.0.0", + "phpstan/phpstan-deprecation-rules": "^1.0.0|^2.0", "symfony/process": "^3.4|^4.0|^5.0|^6.0|^7.0", "webflo/drupal-finder": "^1.2" }, @@ -9168,8 +9168,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.3.6", - "datestamp": "1729173427", + "version": "4.3.8", + "datestamp": "1751485112", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9452,17 +9452,17 @@ }, { "name": "drupal/views_bulk_operations", - "version": "4.3.4", + "version": "4.4.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_bulk_operations.git", - "reference": "4.3.4" + "reference": "4.4.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.3.4.zip", - "reference": "4.3.4", - "shasum": "c0974356f26d49ad9e99450e9db9650de94c6010" + "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.4.4.zip", + "reference": "4.4.4", + "shasum": "bd8e9c1af14526cd67be91390696b0e0d614ca7e" }, "require": { "drupal/core": "^10.3 || ^11" @@ -9471,7 +9471,10 @@ "drush/drush": "<12.5.1" }, "require-dev": { - "drush/drush": "^12 || ^13" + "drupal/coder": "^8.3.16", + "drush/drush": "^12 || ^13", + "phpstan/phpstan-deprecation-rules": "^2", + "phpstan/phpstan-strict-rules": "^2" }, "suggest": { "drush/drush": "^12 || ^13" @@ -9479,8 +9482,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.3.4", - "datestamp": "1741604495", + "version": "4.4.4", + "datestamp": "1761317826", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10986,37 +10989,37 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.3.3", + "version": "2.0.10", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "2a30d8d3ca170d86b1829e3cb8037ad87b82f20d" + "reference": "2574aacbacede545490017df4387361698b67fef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/2a30d8d3ca170d86b1829e3cb8037ad87b82f20d", - "reference": "2a30d8d3ca170d86b1829e3cb8037ad87b82f20d", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/2574aacbacede545490017df4387361698b67fef", + "reference": "2574aacbacede545490017df4387361698b67fef", "shasum": "" }, "require": { "php": "^8.1", - "phpstan/phpstan": "^1.10.56", - "phpstan/phpstan-deprecation-rules": "^1.1.4", - "symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0", - "symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0", + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-deprecation-rules": "^2.0", + "symfony/finder": "^6.2 || ^7.0", + "symfony/yaml": "^6.2 || ^7.0", "webflo/drupal-finder": "^1.3.1" }, "require-dev": { - "behat/mink": "^1.8", - "composer/installers": "^1.9", - "drupal/core-recommended": "^10", - "drush/drush": "^10.0 || ^11 || ^12 || ^13@beta", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^8.5 || ^9 || ^10 || ^11", - "slevomat/coding-standard": "^7.1", - "squizlabs/php_codesniffer": "^3.3", - "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0" + "behat/mink": "^1.10", + "composer/installers": "^1.9 || ^2", + "drupal/core-recommended": "^11", + "drush/drush": "^11 || ^12 || ^13", + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^9 || ^10 || ^11", + "slevomat/coding-standard": "^8.6", + "squizlabs/php_codesniffer": "^3.7", + "symfony/phpunit-bridge": "^6.2 || ^7.0" }, "suggest": { "jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan.", @@ -11031,9 +11034,6 @@ "rules.neon" ] }, - "branch-alias": { - "dev-main": "1.0-dev" - }, "installer-paths": { "tests/fixtures/drupal/core": [ "type:drupal-core" @@ -11070,7 +11070,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.3.3" + "source": "https://github.com/mglaman/phpstan-drupal/tree/2.0.10" }, "funding": [ { @@ -11086,20 +11086,20 @@ "type": "tidelift" } ], - "time": "2025-01-23T15:21:21+00:00" + "time": "2025-10-22T17:33:43+00:00" }, { "name": "nikic/php-parser", - "version": "v5.4.0", + "version": "v5.6.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "447a020a1f875a434d62f2a401f53b82a396e494" + "reference": "3a454ca033b9e06b63282ce19562e892747449bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", - "reference": "447a020a1f875a434d62f2a401f53b82a396e494", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb", + "reference": "3a454ca033b9e06b63282ce19562e892747449bb", "shasum": "" }, "require": { @@ -11118,7 +11118,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-master": "5.x-dev" } }, "autoload": { @@ -11142,9 +11142,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2" }, - "time": "2024-12-30T11:07:19+00:00" + "time": "2025-10-21T19:32:17+00:00" }, { "name": "pear/archive_tar", @@ -11930,20 +11930,15 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.21", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "14276fdef70575106a3392a4ed553c06a984df28" - }, + "version": "2.1.31", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/14276fdef70575106a3392a4ed553c06a984df28", - "reference": "14276fdef70575106a3392a4ed553c06a984df28", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ead89849d879fe203ce9292c6ef5e7e76f867b96", + "reference": "ead89849d879fe203ce9292c6ef5e7e76f867b96", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -11984,30 +11979,30 @@ "type": "github" } ], - "time": "2025-03-09T09:24:50+00:00" + "time": "2025-10-10T14:14:11+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.2.1", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82" + "reference": "468e02c9176891cc901143da118f09dc9505fc2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82", - "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/468e02c9176891cc901143da118f09dc9505fc2f", + "reference": "468e02c9176891cc901143da118f09dc9505fc2f", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.12" + "php": "^7.4 || ^8.0", + "phpstan/phpstan": "^2.1.15" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5" + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^9.6" }, "type": "phpstan-extension", "extra": { @@ -12029,9 +12024,9 @@ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.1" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/2.0.3" }, - "time": "2024-09-11T15:52:35+00:00" + "time": "2025-05-14T10:56:57+00:00" }, { "name": "politsin/jquery-ui-touch-punch", diff --git a/config/sync/views.view.admin_taxo.yml b/config/sync/views.view.admin_taxo.yml index 9ab96f34..ca37a01f 100644 --- a/config/sync/views.view.admin_taxo.yml +++ b/config/sync/views.view.admin_taxo.yml @@ -92,7 +92,8 @@ display: buttons: false action_title: Action clear_on_exposed: true - force_selection_info: false + show_multipage_selection_box: default + show_select_all: default selected_actions: 0: action_id: 'entity:break_lock:taxonomy_term' @@ -1141,7 +1142,8 @@ display: buttons: false action_title: Action clear_on_exposed: true - force_selection_info: false + show_multipage_selection_box: default + show_select_all: default selected_actions: 0: action_id: 'entity:break_lock:taxonomy_term'