From 15150eac88f67b5e0e3cd56aefba7bfc9130f4ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:55:44 +0100 Subject: [PATCH] chore(deps): update composer dev dependencies (#373) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpstan/phpstan-strict-rules](https://redirect.github.com/phpstan/phpstan-strict-rules) | `1.6.0` -> `1.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan-strict-rules/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan-strict-rules/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan-strict-rules/1.6.0/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan-strict-rules/1.6.0/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [symfony/filesystem](https://symfony.com) ([source](https://redirect.github.com/symfony/filesystem)) | `6.4.9` -> `6.4.12` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/symfony%2ffilesystem/6.4.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/symfony%2ffilesystem/6.4.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/symfony%2ffilesystem/6.4.9/6.4.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/symfony%2ffilesystem/6.4.9/6.4.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
phpstan/phpstan-strict-rules (phpstan/phpstan-strict-rules) ### [`v1.6.1`](https://redirect.github.com/phpstan/phpstan-strict-rules/releases/tag/1.6.1) [Compare Source](https://redirect.github.com/phpstan/phpstan-strict-rules/compare/1.6.0...1.6.1) - [daeec74](http://github.com/phpstan/phpstan-strict-rules/commit/daeec748b53de80a97498462513066834ec28f8b) - Check if treatPhpDocTypesAsCertain tip is enabled - [876574c](http://github.com/phpstan/phpstan-strict-rules/commit/876574c426cfc6531ef26c799d20f0cb97d82f48) - Fix build - [a567f7b](http://github.com/phpstan/phpstan-strict-rules/commit/a567f7b0e5dfe524cc84f177fe5ca2b81f49b92a) - Pin build-cs - [2462e57](http://github.com/phpstan/phpstan-strict-rules/commit/2462e578b2f9b89d0774d284d139d2cd702729bb) - Test newer PHP versions
symfony/filesystem (symfony/filesystem) ### [`v6.4.12`](https://redirect.github.com/symfony/filesystem/releases/tag/v6.4.12) [Compare Source](https://redirect.github.com/symfony/filesystem/compare/v6.4.9...v6.4.12) **Changelog** (https://github.com/symfony/filesystem/compare/v6.4.11...v6.4.12) - bug [symfony/symfony#58185](https://redirect.github.com/symfony/symfony/issues/58185) \[Filesystem] make sure temp files can be cleaned up on Windows ([@​xabbuh](https://redirect.github.com/xabbuh))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/composer-license-checker). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index b84a267..7dfba92 100644 --- a/composer.lock +++ b/composer.lock @@ -1802,21 +1802,21 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "1.6.0", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "363f921dd8441777d4fc137deb99beb486c77df1" + "reference": "daeec748b53de80a97498462513066834ec28f8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/363f921dd8441777d4fc137deb99beb486c77df1", - "reference": "363f921dd8441777d4fc137deb99beb486c77df1", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/daeec748b53de80a97498462513066834ec28f8b", + "reference": "daeec748b53de80a97498462513066834ec28f8b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.11" + "phpstan/phpstan": "^1.12.4" }, "require-dev": { "nikic/php-parser": "^4.13.0", @@ -1845,9 +1845,9 @@ "description": "Extra strict and opinionated rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.6.0" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.6.1" }, - "time": "2024-04-20T06:37:51+00:00" + "time": "2024-09-20T14:04:44+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3256,16 +3256,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.4.9", + "version": "v6.4.12", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b51ef8059159330b74a4d52f68e671033c0fe463" + "reference": "f810e3cbdf7fdc35983968523d09f349fa9ada12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b51ef8059159330b74a4d52f68e671033c0fe463", - "reference": "b51ef8059159330b74a4d52f68e671033c0fe463", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/f810e3cbdf7fdc35983968523d09f349fa9ada12", + "reference": "f810e3cbdf7fdc35983968523d09f349fa9ada12", "shasum": "" }, "require": { @@ -3302,7 +3302,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.9" + "source": "https://github.com/symfony/filesystem/tree/v6.4.12" }, "funding": [ { @@ -3318,7 +3318,7 @@ "type": "tidelift" } ], - "time": "2024-06-28T09:49:33+00:00" + "time": "2024-09-16T16:01:33+00:00" }, { "name": "theseer/tokenizer",