From 7d2bfee6d38e377ae00a02b2074d949ea4c5d7f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:28:32 +0200 Subject: [PATCH] Update Composer dev tooling dependencies (#730) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `^1.11.4` -> `^1.11.5` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.11.4/1.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.11.4/1.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [phpunit/phpunit](https://phpunit.de/) ([source](https://togithub.com/sebastianbergmann/phpunit)) | `^11.2.2` -> `^11.2.3` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/11.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpunit%2fphpunit/11.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpunit%2fphpunit/11.2.2/11.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/11.2.2/11.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [qossmic/deptrac](https://togithub.com/qossmic/deptrac) | `^2.0.0` -> `^2.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/qossmic%2fdeptrac/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/qossmic%2fdeptrac/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/qossmic%2fdeptrac/2.0.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/qossmic%2fdeptrac/2.0.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
phpstan/phpstan (phpstan/phpstan) ### [`v1.11.5`](https://togithub.com/phpstan/phpstan/compare/1.11.4...1.11.5) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.11.4...1.11.5)
sebastianbergmann/phpunit (phpunit/phpunit) ### [`v11.2.3`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.2.3): PHPUnit 11.2.3 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.2.2...11.2.3) ##### Changed - [#​5870](https://togithub.com/sebastianbergmann/phpunit/pull/5870): Do not collect unnecessary information using `debug_backtrace()` *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.2/installation.html)
qossmic/deptrac (qossmic/deptrac) ### [`v2.0.1`](https://togithub.com/qossmic/deptrac/releases/tag/2.0.1) [Compare Source](https://togithub.com/qossmic/deptrac/compare/2.0.0...2.0.1) #### What's Changed - fix: deprecated option in layer doc by [@​eliot488995568](https://togithub.com/eliot488995568) in [https://github.com/qossmic/deptrac-src/pull/33](https://togithub.com/qossmic/deptrac-src/pull/33) - composer-dependency-analyser: update to 1.5.0 (support functions) by [@​janedbal](https://togithub.com/janedbal) in [https://github.com/qossmic/deptrac-src/pull/34](https://togithub.com/qossmic/deptrac-src/pull/34) - LayerCollector: better message for BC break change by [@​janedbal](https://togithub.com/janedbal) in [https://github.com/qossmic/deptrac-src/pull/43](https://togithub.com/qossmic/deptrac-src/pull/43) - Improve deployment by [@​gennadigennadigennadi](https://togithub.com/gennadigennadigennadi) in [https://github.com/qossmic/deptrac-src/pull/48](https://togithub.com/qossmic/deptrac-src/pull/48) - bump prod depenndencies by [@​gennadigennadigennadi](https://togithub.com/gennadigennadigennadi) in [https://github.com/qossmic/deptrac-src/pull/49](https://togithub.com/qossmic/deptrac-src/pull/49) #### New Contributors - [@​janedbal](https://togithub.com/janedbal) made their first contribution in [https://github.com/qossmic/deptrac-src/pull/22](https://togithub.com/qossmic/deptrac-src/pull/22) - [@​jan-simbera](https://togithub.com/jan-simbera) made their first contribution in [https://github.com/qossmic/deptrac-src/pull/20](https://togithub.com/qossmic/deptrac-src/pull/20) - [@​eliot488995568](https://togithub.com/eliot488995568) made their first contribution in [https://github.com/qossmic/deptrac-src/pull/33](https://togithub.com/qossmic/deptrac-src/pull/33)
--- ### 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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Lendable/aggregate). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 6 ++--- composer.lock | 66 +++++++++++++++++++++++++-------------------------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/composer.json b/composer.json index 06125d9c..91e67e44 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ "lendable/composer-license-checker": "^1.2.0", "php-cs-fixer/shim": "^3.59.3", "php-parallel-lint/php-parallel-lint": "^1.4.0", - "phpstan/phpstan": "^1.11.4", + "phpstan/phpstan": "^1.11.5", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0", - "phpunit/phpunit": "^11.2.2", - "qossmic/deptrac": "^2.0.0", + "phpunit/phpunit": "^11.2.3", + "qossmic/deptrac": "^2.0.1", "rector/rector": "^1.1.0" }, "repositories": [], diff --git a/composer.lock b/composer.lock index 296bf92f..3521186a 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": "7d00812f10e7779ba62e2d9c6f342fb2", + "content-hash": "764236ed4788679e8270f0c515422d87", "packages": [ { "name": "beberlei/assert", @@ -1263,16 +1263,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.4", + "version": "1.11.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82" + "reference": "490f0ae1c92b082f154681d7849aee776a7c1443" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9100a76ce8015b9aa7125b9171ae3a76887b6c82", - "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/490f0ae1c92b082f154681d7849aee776a7c1443", + "reference": "490f0ae1c92b082f154681d7849aee776a7c1443", "shasum": "" }, "require": { @@ -1317,7 +1317,7 @@ "type": "github" } ], - "time": "2024-06-06T12:19:22+00:00" + "time": "2024-06-17T15:10:54+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -1792,16 +1792,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.2.2", + "version": "11.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3e1843a58adc9c433ee6170bdee7d615f7ccc20b" + "reference": "8475044fbb0af57c8daea06bcfe21e2785401f97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e1843a58adc9c433ee6170bdee7d615f7ccc20b", - "reference": "3e1843a58adc9c433ee6170bdee7d615f7ccc20b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8475044fbb0af57c8daea06bcfe21e2785401f97", + "reference": "8475044fbb0af57c8daea06bcfe21e2785401f97", "shasum": "" }, "require": { @@ -1825,7 +1825,7 @@ "sebastian/comparator": "^6.0", "sebastian/diff": "^6.0", "sebastian/environment": "^7.0", - "sebastian/exporter": "^6.0", + "sebastian/exporter": "^6.1.2", "sebastian/global-state": "^7.0", "sebastian/object-enumerator": "^6.0", "sebastian/type": "^5.0", @@ -1872,7 +1872,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.3" }, "funding": [ { @@ -1888,7 +1888,7 @@ "type": "tidelift" } ], - "time": "2024-06-15T09:14:53+00:00" + "time": "2024-06-19T05:31:11+00:00" }, { "name": "psr/container", @@ -1945,16 +1945,16 @@ }, { "name": "qossmic/deptrac", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/qossmic/deptrac.git", - "reference": "1b6bcbe968d9dce374f969421105fd9f6afea387" + "reference": "f646695c1468051138e1347d89590f9084fa6256" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/qossmic/deptrac/zipball/1b6bcbe968d9dce374f969421105fd9f6afea387", - "reference": "1b6bcbe968d9dce374f969421105fd9f6afea387", + "url": "https://api.github.com/repos/qossmic/deptrac/zipball/f646695c1468051138e1347d89590f9084fa6256", + "reference": "f646695c1468051138e1347d89590f9084fa6256", "shasum": "" }, "require": { @@ -1984,9 +1984,9 @@ "description": "Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.", "support": { "issues": "https://github.com/qossmic/deptrac/issues", - "source": "https://github.com/qossmic/deptrac/tree/2.0.0" + "source": "https://github.com/qossmic/deptrac/tree/2.0.1" }, - "time": "2024-04-27T20:53:26+00:00" + "time": "2024-06-17T10:43:11+00:00" }, { "name": "rector/rector", @@ -2485,16 +2485,16 @@ }, { "name": "sebastian/exporter", - "version": "6.0.1", + "version": "6.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da" + "reference": "507d2333cbc4e6ea248fbda2d45ee1511e03da13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f291e5a317c321c0381fa9ecc796fa2d21b186da", - "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/507d2333cbc4e6ea248fbda2d45ee1511e03da13", + "reference": "507d2333cbc4e6ea248fbda2d45ee1511e03da13", "shasum": "" }, "require": { @@ -2503,12 +2503,12 @@ "sebastian/recursion-context": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^11.2" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "6.0-dev" + "dev-main": "6.1-dev" } }, "autoload": { @@ -2551,7 +2551,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "security": "https://github.com/sebastianbergmann/exporter/security/policy", - "source": "https://github.com/sebastianbergmann/exporter/tree/6.0.1" + "source": "https://github.com/sebastianbergmann/exporter/tree/6.1.2" }, "funding": [ { @@ -2559,7 +2559,7 @@ "type": "github" } ], - "time": "2024-03-02T07:28:20+00:00" + "time": "2024-06-18T11:19:56+00:00" }, { "name": "sebastian/global-state", @@ -2797,16 +2797,16 @@ }, { "name": "sebastian/recursion-context", - "version": "6.0.0", + "version": "6.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4" + "reference": "2f15508e17af4ea35129bbc32ce28a814d9c7426" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b75224967b5a466925c6d54e68edd0edf8dd4ed4", - "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2f15508e17af4ea35129bbc32ce28a814d9c7426", + "reference": "2f15508e17af4ea35129bbc32ce28a814d9c7426", "shasum": "" }, "require": { @@ -2849,7 +2849,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.0" + "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.1" }, "funding": [ { @@ -2857,7 +2857,7 @@ "type": "github" } ], - "time": "2024-02-02T06:08:48+00:00" + "time": "2024-06-17T05:22:57+00:00" }, { "name": "sebastian/type",