Skip to content

Commit 2b041dd

Browse files
chore(deps): update dependency vimeo/psalm to ~5.25.0 (#128)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vimeo/psalm](https://togithub.com/vimeo/psalm) | `~5.24.0` -> `~5.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/vimeo%2fpsalm/5.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/vimeo%2fpsalm/5.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/vimeo%2fpsalm/5.24.0/5.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/vimeo%2fpsalm/5.24.0/5.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vimeo/psalm (vimeo/psalm)</summary> ### [`v5.25.0`](https://togithub.com/vimeo/psalm/releases/tag/5.25.0) [Compare Source](https://togithub.com/vimeo/psalm/compare/5.24.0...5.25.0) <!-- Release notes generated using configuration in .github/release.yml at 5.x --> #### What's Changed ##### Features - Casting int-range should keep literals by [@&#8203;kkmuffme](https://togithub.com/kkmuffme) in [https://github.com/vimeo/psalm/pull/10941](https://togithub.com/vimeo/psalm/pull/10941) - Update help panel by [@&#8203;llaville](https://togithub.com/llaville) in [https://github.com/vimeo/psalm/pull/11000](https://togithub.com/vimeo/psalm/pull/11000) - Add support for phpstan-pure by [@&#8203;VincentLanglet](https://togithub.com/VincentLanglet) in [https://github.com/vimeo/psalm/pull/10975](https://togithub.com/vimeo/psalm/pull/10975) - Precise preg_match_all return type by [@&#8203;VincentLanglet](https://togithub.com/VincentLanglet) in [https://github.com/vimeo/psalm/pull/10969](https://togithub.com/vimeo/psalm/pull/10969) ##### Fixes - Fix-[GH-10933](https://togithub.com/vimeo/psalm/issues/10933)-And-[GH-10951](https://togithub.com/vimeo/psalm/issues/10951) by [@&#8203;jack-worman](https://togithub.com/jack-worman) in [https://github.com/vimeo/psalm/pull/10953](https://togithub.com/vimeo/psalm/pull/10953) - redis: add possible types for `Redis#auth` method by [@&#8203;boesing](https://togithub.com/boesing) in [https://github.com/vimeo/psalm/pull/10934](https://togithub.com/vimeo/psalm/pull/10934) - Avoid false positive about array which are non-callable by [@&#8203;VincentLanglet](https://togithub.com/VincentLanglet) in [https://github.com/vimeo/psalm/pull/10935](https://togithub.com/vimeo/psalm/pull/10935) - Fix literal-string|non-empty-literal-string by [@&#8203;VincentLanglet](https://togithub.com/VincentLanglet) in [https://github.com/vimeo/psalm/pull/10930](https://togithub.com/vimeo/psalm/pull/10930) - Fix signature of Locale::canonicalize. by [@&#8203;ADmad](https://togithub.com/ADmad) in [https://github.com/vimeo/psalm/pull/11010](https://togithub.com/vimeo/psalm/pull/11010) #### New Contributors - [@&#8203;llaville](https://togithub.com/llaville) made their first contribution in [https://github.com/vimeo/psalm/pull/11000](https://togithub.com/vimeo/psalm/pull/11000) **Full Changelog**: vimeo/psalm@5.24.0...5.25.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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/php-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e25be6 commit 2b041dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ramsey/conventional-commits": "^1.3",
4141
"roave/security-advisories": "dev-latest",
4242
"spatie/phpunit-snapshot-assertions": "^4.2",
43-
"vimeo/psalm": "~5.24.0"
43+
"vimeo/psalm": "~5.25.0"
4444
},
4545
"minimum-stability": "dev",
4646
"prefer-stable": true,

0 commit comments

Comments
 (0)