From 7b6ff356b893808a6a37cb8301a14fb7781569ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:02:24 +0000 Subject: [PATCH 1/2] Update dependency rector/type-perfect to ^0.1.8 | datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | packagist | rector/type-perfect | 0.1.6 | 0.1.8 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 012bfd3..0a56e62 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.25", "rector/rector": "^1.2.0", - "rector/type-perfect": "^0.1.6", + "rector/type-perfect": "^0.1.8", "symplify/phpstan-rules": "^13.0.0", "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^0.3.1", From 2378212c82f73a45e243e4f54f2a3a19bfc9d11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 8 Jul 2024 18:48:49 +0200 Subject: [PATCH 2/2] update config --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 13034a6..99a1cdf 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -55,7 +55,7 @@ "rangeStrategy": "widen" }, { - "matchPackageNames": ["vitest", "@vitest/coverage-istanbul", "@vitest/ui", "phpstan/phpstan", "phpunit/phpunit", "friendsofphp/php-cs-fixer", "sirbrillig/phpcs-variable-analysis", "slevomat/coding-standard", "squizlabs/php_codesniffer"], + "matchPackageNames": ["vitest", "@vitest/coverage-istanbul", "@vitest/ui", "phpstan/phpstan", "phpunit/phpunit", "rector/rector", "rector/type-perfect", "friendsofphp/php-cs-fixer", "sirbrillig/phpcs-variable-analysis", "slevomat/coding-standard", "squizlabs/php_codesniffer", "laminas/laminas-i18n", "mimmi20/mezzio-setlocale-middleware", "mimmi20/coding-standard"], "enabled": false }, {