From 413b10f3d5f23197ac597fa4567933e23c4b4eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:06:43 +0000 Subject: [PATCH 1/2] Bump drupal/twig_tweak from 3.3.0 to 3.4.0 Bumps drupal/twig_tweak from 3.3.0 to 3.4.0. --- updated-dependencies: - dependency-name: drupal/twig_tweak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 06a6215ba..4e510e609 100644 --- a/composer.lock +++ b/composer.lock @@ -7281,24 +7281,23 @@ }, { "name": "drupal/twig_tweak", - "version": "3.3.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/twig_tweak.git", - "reference": "3.3.0" + "reference": "3.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/twig_tweak-3.3.0.zip", - "reference": "3.3.0", - "shasum": "a029ab1775b62f08e573e5ad1ab27bc833e7f5b9" + "url": "https://ftp.drupal.org/files/projects/twig_tweak-3.4.0.zip", + "reference": "3.4.0", + "shasum": "1f47f71b4cfbad97fff11db1adc72c311bb1645e" }, "require": { - "drupal/core": "^9.3 || ^10.0", + "drupal/core": "^10.3 || ^11.0", "ext-json": "*", - "php": ">=7.3", - "symfony/polyfill-php80": "^1.17", - "twig/twig": "^2.15.3 || ^3.4.3" + "php": ">=8.1", + "twig/twig": "^3.10.3" }, "suggest": { "symfony/var-dumper": "Better dump() function for debugging Twig variables" @@ -7306,8 +7305,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.3.0", - "datestamp": "1708670116", + "version": "3.4.0", + "datestamp": "1721562308", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7315,7 +7314,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10 || ^11" + "drush.services.yml": "^10 || ^11" } } }, @@ -18864,6 +18863,7 @@ "minimum-stability": "dev", "stability-flags": { "drupal/default_content": 15, + "drupal/gin": 5, "drupal/gin_toolbar": 5, "drupal/multivalue_form_element": 10, "drupal/openapi_rest": 5, From aa36b03edad9fea469bea7cc058368e983576d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Garn=C3=A6s?= Date: Mon, 12 Aug 2024 10:53:41 +0200 Subject: [PATCH 2/2] Remove obsolete patch from Twig Tweak It has been included in version 3.4. --- composer.json | 3 --- composer.lock | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d2ab36d3c..119cab12b 100644 --- a/composer.json +++ b/composer.json @@ -358,9 +358,6 @@ "drupal/theme_permission": { "3105637: Edit, install and uninstall permission": "https://www.drupal.org/files/issues/2024-02-01/theme-permission-edit-install-uninstall-3105637-7.patch", "3458263: WSOD error fails on Drupal 10.3+": "https://www.drupal.org/files/issues/2024-07-01/theme_permssion-d10_3_d11.patch" - }, - "drupal/twig_tweak": { - "3428226: Clear menu cache when adding first item": "https://git.drupalcode.org/project/twig_tweak/-/commit/6fd3997d45fe90fdf6545a3c85ff1c5b68e9bde1.patch" } } } diff --git a/composer.lock b/composer.lock index 4e510e609..702b52e49 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "6bbe751629baf2ab9116b36d40415290", + "content-hash": "f76ca5e8d7f4ee83d6f46db9d4b85488", "packages": [ { "name": "amazeeio/drupal_integrations",