From 3169d23fbac7e4e20b37ecbf3737d7e129cb4ebe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 10:11:11 +0000 Subject: [PATCH] fix(deps): update drupal core to v11.2.9 --- composer.json | 8 +- composer.lock | 248 +++++++++++++++++++++----------------------------- 2 files changed, 106 insertions(+), 150 deletions(-) diff --git a/composer.json b/composer.json index 64cdbf3..7f6008c 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ "amazeeio/drupal_integrations": "0.5.0", "composer/installers": "2.3.0", "cweagans/composer-patches": "2.0.0", - "drupal/core-composer-scaffold": "11.2.8", - "drupal/core-project-message": "11.2.8", - "drupal/core-recommended": "11.2.8", + "drupal/core-composer-scaffold": "11.2.9", + "drupal/core-project-message": "11.2.9", + "drupal/core-recommended": "11.2.9", "drupal/lagoon_logs": "3.0.1", "drupal/search_api": "1.40.0", "drupal/search_api_opensearch": "2.5.0", @@ -71,6 +71,6 @@ } }, "require-dev": { - "drupal/core-dev-pinned": "11.2.8" + "drupal/core-dev-pinned": "11.2.9" } } diff --git a/composer.lock b/composer.lock index b89a34b..b725513 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": "edc12cbc0619ae9d8796d07db6d89422", + "content-hash": "2006e4660cf486e3a04cc93568b181da", "packages": [ { "name": "amazeeio/drupal_integrations", @@ -1264,16 +1264,16 @@ }, { "name": "drupal/core", - "version": "11.2.8", + "version": "11.2.9", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "e9c111ea8f26f751797fbf6a918f845730fc95ee" + "reference": "31bb7212f663c09833f85fa730e58eea48705f55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/e9c111ea8f26f751797fbf6a918f845730fc95ee", - "reference": "e9c111ea8f26f751797fbf6a918f845730fc95ee", + "url": "https://api.github.com/repos/drupal/core/zipball/31bb7212f663c09833f85fa730e58eea48705f55", + "reference": "31bb7212f663c09833f85fa730e58eea48705f55", "shasum": "" }, "require": { @@ -1430,13 +1430,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/11.2.8" + "source": "https://github.com/drupal/core/tree/11.2.9" }, - "time": "2025-11-12T21:53:29+00:00" + "time": "2025-12-04T08:39:08+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "11.2.8", + "version": "11.2.9", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -1480,13 +1480,13 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/11.2.8" + "source": "https://github.com/drupal/core-composer-scaffold/tree/11.2.9" }, "time": "2025-05-05T16:18:58+00:00" }, { "name": "drupal/core-project-message", - "version": "11.2.8", + "version": "11.2.9", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", @@ -1521,22 +1521,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-project-message/tree/11.3.0-alpha1" + "source": "https://github.com/drupal/core-project-message/tree/11.3.0-beta1" }, "time": "2025-02-03T10:59:29+00:00" }, { "name": "drupal/core-recommended", - "version": "11.2.8", + "version": "11.2.9", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "96abf0e25d757131141c5997f5604011e13cfe01" + "reference": "05ad85164d1a7700f931a34ed69bb83ea0d615b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/96abf0e25d757131141c5997f5604011e13cfe01", - "reference": "96abf0e25d757131141c5997f5604011e13cfe01", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/05ad85164d1a7700f931a34ed69bb83ea0d615b1", + "reference": "05ad85164d1a7700f931a34ed69bb83ea0d615b1", "shasum": "" }, "require": { @@ -1545,7 +1545,7 @@ "doctrine/annotations": "~2.0.2", "doctrine/deprecations": "~1.1.5", "doctrine/lexer": "~2.1.1", - "drupal/core": "11.2.8", + "drupal/core": "11.2.9", "egulias/email-validator": "~4.0.4", "guzzlehttp/guzzle": "~7.9.3", "guzzlehttp/promises": "~2.2.0", @@ -1565,36 +1565,36 @@ "psr/log": "~3.0.2", "ralouphie/getallheaders": "~3.0.3", "revolt/event-loop": "~v1.0.7", - "symfony/console": "~v7.3.6", - "symfony/dependency-injection": "~v7.3.6", + "symfony/console": "~v7.3.0", + "symfony/dependency-injection": "~v7.3.0", "symfony/deprecation-contracts": "~v3.6.0", - "symfony/error-handler": "~v7.3.6", - "symfony/event-dispatcher": "~v7.3.3", + "symfony/error-handler": "~v7.3.0", + "symfony/event-dispatcher": "~v7.3.0", "symfony/event-dispatcher-contracts": "~v3.6.0", - "symfony/filesystem": "~v7.3.6", - "symfony/finder": "~v7.3.5", - "symfony/http-foundation": "~v7.3.7", - "symfony/http-kernel": "~v7.3.7", - "symfony/mailer": "~v7.3.5", - "symfony/mime": "~v7.3.4", - "symfony/polyfill-ctype": "~v1.33.0", - "symfony/polyfill-iconv": "~v1.33.0", - "symfony/polyfill-intl-grapheme": "~v1.33.0", - "symfony/polyfill-intl-idn": "~v1.33.0", - "symfony/polyfill-intl-normalizer": "~v1.33.0", - "symfony/polyfill-mbstring": "~v1.33.0", - "symfony/polyfill-php84": "~v1.33.0", - "symfony/process": "~v7.3.4", + "symfony/filesystem": "~v7.3.0", + "symfony/finder": "~v7.3.0", + "symfony/http-foundation": "~v7.3.0", + "symfony/http-kernel": "~v7.3.0", + "symfony/mailer": "~v7.3.0", + "symfony/mime": "~v7.3.0", + "symfony/polyfill-ctype": "~v1.32.0", + "symfony/polyfill-iconv": "~v1.32.0", + "symfony/polyfill-intl-grapheme": "~v1.32.0", + "symfony/polyfill-intl-idn": "~v1.32.0", + "symfony/polyfill-intl-normalizer": "~v1.32.0", + "symfony/polyfill-mbstring": "~v1.32.0", + "symfony/polyfill-php84": "~v1.32.0", + "symfony/process": "~v7.3.0", "symfony/psr-http-message-bridge": "~v7.3.0", - "symfony/routing": "~v7.3.6", - "symfony/serializer": "~v7.3.5", - "symfony/service-contracts": "~v3.6.1", - "symfony/string": "~v7.3.4", - "symfony/translation-contracts": "~v3.6.1", - "symfony/validator": "~v7.3.7", - "symfony/var-dumper": "~v7.3.5", - "symfony/var-exporter": "~v7.3.4", - "symfony/yaml": "~v7.3.5", + "symfony/routing": "~v7.3.0", + "symfony/serializer": "~v7.3.0", + "symfony/service-contracts": "~v3.6.0", + "symfony/string": "~v7.3.0", + "symfony/translation-contracts": "~v3.6.0", + "symfony/validator": "~v7.3.0", + "symfony/var-dumper": "~v7.3.0", + "symfony/var-exporter": "~v7.3.0", + "symfony/yaml": "~v7.3.0", "twig/twig": "~v3.21.1" }, "conflict": { @@ -1607,9 +1607,9 @@ ], "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/11.2.8" + "source": "https://github.com/drupal/core-recommended/tree/11.2.9" }, - "time": "2025-11-12T21:53:29+00:00" + "time": "2025-12-04T08:39:08+00:00" }, { "name": "drupal/lagoon_logs", @@ -5364,7 +5364,7 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.33.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", @@ -5423,7 +5423,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0" }, "funding": [ { @@ -5434,10 +5434,6 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -5447,7 +5443,7 @@ }, { "name": "symfony/polyfill-iconv", - "version": "v1.33.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", @@ -5507,7 +5503,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.32.0" }, "funding": [ { @@ -5518,10 +5514,6 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -5531,16 +5523,16 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.33.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", - "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", "shasum": "" }, "require": { @@ -5589,7 +5581,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0" }, "funding": [ { @@ -5600,20 +5592,16 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-06-27T09:58:17+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.33.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", @@ -5676,7 +5664,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.32.0" }, "funding": [ { @@ -5687,10 +5675,6 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -5700,7 +5684,7 @@ }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.33.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -5761,7 +5745,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0" }, "funding": [ { @@ -5772,10 +5756,6 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -5785,7 +5765,7 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.33.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", @@ -5846,7 +5826,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0" }, "funding": [ { @@ -5857,10 +5837,6 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" @@ -6030,16 +6006,16 @@ }, { "name": "symfony/polyfill-php84", - "version": "v1.33.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php84.git", - "reference": "d8ced4d875142b6a7426000426b8abc631d6b191" + "reference": "000df7860439609837bbe28670b0be15783b7fbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", - "reference": "d8ced4d875142b6a7426000426b8abc631d6b191", + "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/000df7860439609837bbe28670b0be15783b7fbf", + "reference": "000df7860439609837bbe28670b0be15783b7fbf", "shasum": "" }, "require": { @@ -6086,7 +6062,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-php84/tree/v1.32.0" }, "funding": [ { @@ -6097,16 +6073,12 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-06-24T13:30:11+00:00" + "time": "2025-02-20T12:04:08+00:00" }, { "name": "symfony/process", @@ -8161,16 +8133,16 @@ }, { "name": "drupal/core-dev-pinned", - "version": "11.2.8", + "version": "11.2.9", "source": { "type": "git", "url": "https://github.com/drupal/core-dev-pinned.git", - "reference": "87ac24facd79c93e830229e8c740be9ca5d0b7ea" + "reference": "cb76c2d4cb0c94160d7973e18d11e3d9035834ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-dev-pinned/zipball/87ac24facd79c93e830229e8c740be9ca5d0b7ea", - "reference": "87ac24facd79c93e830229e8c740be9ca5d0b7ea", + "url": "https://api.github.com/repos/drupal/core-dev-pinned/zipball/cb76c2d4cb0c94160d7973e18d11e3d9035834ef", + "reference": "cb76c2d4cb0c94160d7973e18d11e3d9035834ef", "shasum": "" }, "require": { @@ -8188,7 +8160,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "v1.0.0", "doctrine/instantiator": "2.0.0", "drupal/coder": "8.3.30", - "drupal/core": "11.2.8", + "drupal/core": "11.2.9", "google/protobuf": "v4.31.1", "justinrainbow/json-schema": "6.4.2", "lullabot/mink-selenium2-driver": "v1.7.4", @@ -8252,10 +8224,10 @@ "slevomat/coding-standard": "8.18.1", "squizlabs/php_codesniffer": "3.13.0", "staabm/side-effects-detector": "1.0.5", - "symfony/browser-kit": "v7.3.6", - "symfony/css-selector": "v7.3.6", - "symfony/dom-crawler": "v7.3.3", - "symfony/lock": "v7.3.4", + "symfony/browser-kit": "v7.3.0", + "symfony/css-selector": "v7.3.0", + "symfony/dom-crawler": "v7.3.0", + "symfony/lock": "v7.3.0", "tbachert/spi": "v1.0.3", "theseer/tokenizer": "1.2.3", "webflo/drupal-finder": "1.3.1", @@ -8271,9 +8243,9 @@ ], "description": "Pinned require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", "support": { - "source": "https://github.com/drupal/core-dev-pinned/tree/11.2.8" + "source": "https://github.com/drupal/core-dev-pinned/tree/11.2.9" }, - "time": "2025-11-12T21:53:29+00:00" + "time": "2025-12-04T08:39:08+00:00" }, { "name": "google/protobuf", @@ -12052,16 +12024,16 @@ }, { "name": "symfony/browser-kit", - "version": "v7.3.6", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "e9a9fd604296b17bf90939c3647069f1f16ef04e" + "reference": "5384291845e74fd7d54f3d925c4a86ce12336593" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e9a9fd604296b17bf90939c3647069f1f16ef04e", - "reference": "e9a9fd604296b17bf90939c3647069f1f16ef04e", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/5384291845e74fd7d54f3d925c4a86ce12336593", + "reference": "5384291845e74fd7d54f3d925c4a86ce12336593", "shasum": "" }, "require": { @@ -12100,7 +12072,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v7.3.6" + "source": "https://github.com/symfony/browser-kit/tree/v7.3.0" }, "funding": [ { @@ -12111,29 +12083,25 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-11-05T07:57:47+00:00" + "time": "2025-03-05T10:15:41+00:00" }, { "name": "symfony/css-selector", - "version": "v7.3.6", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "84321188c4754e64273b46b406081ad9b18e8614" + "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/84321188c4754e64273b46b406081ad9b18e8614", - "reference": "84321188c4754e64273b46b406081ad9b18e8614", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2", + "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2", "shasum": "" }, "require": { @@ -12169,7 +12137,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v7.3.6" + "source": "https://github.com/symfony/css-selector/tree/v7.3.0" }, "funding": [ { @@ -12180,29 +12148,25 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-10-29T17:24:25+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/dom-crawler", - "version": "v7.3.3", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba" + "reference": "0fabbc3d6a9c473b716a93fc8e7a537adb396166" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/efa076ea0eeff504383ff0dcf827ea5ce15690ba", - "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/0fabbc3d6a9c473b716a93fc8e7a537adb396166", + "reference": "0fabbc3d6a9c473b716a93fc8e7a537adb396166", "shasum": "" }, "require": { @@ -12240,7 +12204,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v7.3.3" + "source": "https://github.com/symfony/dom-crawler/tree/v7.3.0" }, "funding": [ { @@ -12251,29 +12215,25 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-08-06T20:13:54+00:00" + "time": "2025-03-05T10:15:41+00:00" }, { "name": "symfony/lock", - "version": "v7.3.4", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "e025f32cfd1fa8e3a4485a8d810544474aac26da" + "reference": "5bef45fb874b0454a616ac8091447a7982a438cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/e025f32cfd1fa8e3a4485a8d810544474aac26da", - "reference": "e025f32cfd1fa8e3a4485a8d810544474aac26da", + "url": "https://api.github.com/repos/symfony/lock/zipball/5bef45fb874b0454a616ac8091447a7982a438cf", + "reference": "5bef45fb874b0454a616ac8091447a7982a438cf", "shasum": "" }, "require": { @@ -12322,7 +12282,7 @@ "semaphore" ], "support": { - "source": "https://github.com/symfony/lock/tree/v7.3.4" + "source": "https://github.com/symfony/lock/tree/v7.3.0" }, "funding": [ { @@ -12333,16 +12293,12 @@ "url": "https://github.com/fabpot", "type": "github" }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-09-11T10:12:26+00:00" + "time": "2025-04-20T20:19:01+00:00" }, { "name": "symfony/polyfill-php73",