yii-bulma
yii-bulma copied to clipboard
Update vimeo/psalm requirement from ^4.18 to ^5.11
Updates the requirements on vimeo/psalm to permit the latest version.
Release notes
Sourced from vimeo/psalm's releases.
5.11.0
What's Changed
Fixes
- SplDoublyLinkedList's index is always int by
@kamil-tekielain vimeo/psalm#9736- Fix string negation to never by
@klimickin vimeo/psalm#9743- Fix ParadoxicalCondition with complex match expression by
@klimickin vimeo/psalm#9739- Fix invalid cast for templated class-string by
@klimickin vimeo/psalm#9738- Fix OverriddenPropertyAccess error message by
@edsrzfin vimeo/psalm#9740- Ignore nullable return form SimpleXMLElement::addChild() by
@greg0irein vimeo/psalm#9745Full Changelog: https://github.com/vimeo/psalm/compare/5.10.0...5.11.0
Commits
c9b192aMerge pull request #9745 from greg0ire/simplexml-ignore-nullable-addChilda6016e3Ignore nullable return form SimpleXMLElement::addChild()7483f4dMerge pull request #9740 from edsrzf/better-property-errorf8895edMerge pull request #9738 from klimick/fix-invalid-cast-for-templated-class-st...32bd8f6Merge pull request #9739 from klimick/match-paradoxical-condition-with-comple...e809fb3Merge pull request #9743 from klimick/fix-string-negation-to-nevera18eb44Test match on class const fetch948ece9Fix string negation to neverd2f0f6cFix OverriddenPropertyAccess error messageac8d489Fix ParadoxicalCondition with complex match expression- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
PR Summary
- Update vimeo/psalm library Upgrade the vimeo/psalm library from version 4.18 to 5.11, which brings various improvements and bug fixes.