Skip to content

Commit

Permalink
chore(deps): update dependency psalm/plugin-phpunit to ^0.19.0 (#119)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[psalm/plugin-phpunit](https://togithub.com/psalm/psalm-plugin-phpunit)
| `^0.18.0` -> `^0.19.0` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/psalm%2fplugin-phpunit/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/psalm%2fplugin-phpunit/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/psalm%2fplugin-phpunit/0.18.4/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/psalm%2fplugin-phpunit/0.18.4/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>psalm/psalm-plugin-phpunit (psalm/plugin-phpunit)</summary>

###
[`v0.19.0`](https://togithub.com/psalm/psalm-plugin-phpunit/releases/tag/0.19.0):
Add Psalm 6 support, drop Psalm 4 support

[Compare
Source](https://togithub.com/psalm/psalm-plugin-phpunit/compare/0.18.4...0.19.0)

This release adds support for Psalm 6, dropping support for Psalm 4.

#### What's Changed

- Update README.md by
[@&#8203;sander-bol](https://togithub.com/sander-bol) in
[psalm/psalm-plugin-phpunit#128
- Replace deprecated `::set-output` by
[@&#8203;weirdan](https://togithub.com/weirdan) in
[psalm/psalm-plugin-phpunit#132
- Dependabot updates for GH actions by
[@&#8203;weirdan](https://togithub.com/weirdan) in
[psalm/psalm-plugin-phpunit#133
- Bump actions/checkout from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[psalm/psalm-plugin-phpunit#134
- Bump actions/cache from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[psalm/psalm-plugin-phpunit#135
- Switch to MixedReturnStatement, drop Psalm 4 support by
[@&#8203;danog](https://togithub.com/danog) in
[psalm/psalm-plugin-phpunit#142

#### New Contributors

- [@&#8203;sander-bol](https://togithub.com/sander-bol) made their first
contribution in
[psalm/psalm-plugin-phpunit#128
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[psalm/psalm-plugin-phpunit#134

**Full Changelog**:
psalm/psalm-plugin-phpunit@0.18.4...0.19.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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/open-feature/php-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 58e97d2 commit 09f9d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"phpstan/phpstan-mockery": "^1.0",
"phpstan/phpstan-phpunit": "^1.1",
"psalm/plugin-mockery": "^1.0.0",
"psalm/plugin-phpunit": "^0.18.0",
"psalm/plugin-phpunit": "^0.19.0",
"ramsey/coding-standard": "^2.0.3",
"ramsey/composer-repl": "^1.4",
"ramsey/conventional-commits": "^1.3",
Expand Down

0 comments on commit 09f9d47

Please sign in to comment.