From 716930c1626e1be4f86fd0ad1dc3ade700ae1d4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 18:48:18 -0500 Subject: [PATCH] chore(deps): update dependency psalm/plugin-phpunit to ^0.18.0 (#31) 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 | Type | Update | Change | |---|---|---|---| | [psalm/plugin-phpunit](https://togithub.com/psalm/psalm-plugin-phpunit) | require-dev | minor | `^0.17.0` -> `^0.18.0` | --- ### Release Notes
psalm/psalm-plugin-phpunit ### [`v0.18.4`](https://togithub.com/psalm/psalm-plugin-phpunit/releases/tag/0.18.4) [Compare Source](https://togithub.com/psalm/psalm-plugin-phpunit/compare/0.18.3...0.18.4) #### What's Changed - Allow Psalm 5.0 by [@​ddeboer](https://togithub.com/ddeboer) in [https://github.com/psalm/psalm-plugin-phpunit/pull/127](https://togithub.com/psalm/psalm-plugin-phpunit/pull/127) #### New Contributors - [@​ddeboer](https://togithub.com/ddeboer) made their first contribution in [https://github.com/psalm/psalm-plugin-phpunit/pull/127](https://togithub.com/psalm/psalm-plugin-phpunit/pull/127) **Full Changelog**: https://github.com/psalm/psalm-plugin-phpunit/compare/0.18.3...0.18.4 ### [`v0.18.3`](https://togithub.com/psalm/psalm-plugin-phpunit/releases/tag/0.18.3): Fix typo [Compare Source](https://togithub.com/psalm/psalm-plugin-phpunit/compare/0.18.2...0.18.3) #### What's Changed - Fix typo, it turns out $\_ is used later on as a ref parameter by [@​danog](https://togithub.com/danog) in [https://github.com/psalm/psalm-plugin-phpunit/pull/126](https://togithub.com/psalm/psalm-plugin-phpunit/pull/126) **Full Changelog**: https://github.com/psalm/psalm-plugin-phpunit/compare/0.18.2...0.18.3 ### [`v0.18.2`](https://togithub.com/psalm/psalm-plugin-phpunit/releases/tag/0.18.2): Fix version detection [Compare Source](https://togithub.com/psalm/psalm-plugin-phpunit/compare/0.18.1...0.18.2) #### What's Changed - Dumb version detection by [@​danog](https://togithub.com/danog) in [https://github.com/psalm/psalm-plugin-phpunit/pull/125](https://togithub.com/psalm/psalm-plugin-phpunit/pull/125) **Full Changelog**: https://github.com/psalm/psalm-plugin-phpunit/compare/0.18.1...0.18.2 ### [`v0.18.1`](https://togithub.com/psalm/psalm-plugin-phpunit/releases/tag/0.18.1): Allow using on 5.x-dev [Compare Source](https://togithub.com/psalm/psalm-plugin-phpunit/compare/0.18.0...0.18.1) ### [`v0.18.0`](https://togithub.com/psalm/psalm-plugin-phpunit/releases/tag/0.18.0): Compatibility release [Compare Source](https://togithub.com/psalm/psalm-plugin-phpunit/compare/0.17.0...0.18.0) #### What's Changed - \[composer.json] allow Psalm 5 beta by [@​someniatko](https://togithub.com/someniatko) in [https://github.com/psalm/psalm-plugin-phpunit/pull/122](https://togithub.com/psalm/psalm-plugin-phpunit/pull/122) - Immutable refactoring by [@​danog](https://togithub.com/danog) in [https://github.com/psalm/psalm-plugin-phpunit/pull/123](https://togithub.com/psalm/psalm-plugin-phpunit/pull/123) #### New Contributors - [@​someniatko](https://togithub.com/someniatko) made their first contribution in [https://github.com/psalm/psalm-plugin-phpunit/pull/122](https://togithub.com/psalm/psalm-plugin-phpunit/pull/122) - [@​danog](https://togithub.com/danog) made their first contribution in [https://github.com/psalm/psalm-plugin-phpunit/pull/123](https://togithub.com/psalm/psalm-plugin-phpunit/pull/123) **Full Changelog**: https://github.com/psalm/psalm-plugin-phpunit/compare/0.17.0...0.18.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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://app.renovatebot.com/dashboard#github/open-feature/php-sdk). Co-authored-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 facbce5..c5bdd8b 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan-mockery": "^1.0", "phpstan/phpstan-phpunit": "^1.1", "psalm/plugin-mockery": "^0.9.1", - "psalm/plugin-phpunit": "^0.17.0", + "psalm/plugin-phpunit": "^0.18.0", "ramsey/coding-standard": "^2.0.3", "ramsey/composer-repl": "^1.4", "ramsey/conventional-commits": "^1.3",