chore(deps): update dependency vimeo/psalm to v6 #55
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/vimeo-psalm-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^5.26.1
->^6.0.0
Release Notes
vimeo/psalm (vimeo/psalm)
v6.0.0
: Psalm v6Compare Source
This is the first release of Psalm v6!
Users are encouraged to switch to Psalm v6 right away, as v5 is not supported anymore.
Also announcing Psalm's new support model: you can support Psalm development by requesting a support contract from Daniil Gentili, the only active maintainer of Psalm.
Support contracts can cover full integration of Psalm into existing codebases, support for Psalm issues and development of additional Psalm features.
See here » for info, pricing and contact information.
Main highlights of Psalm v6:
ignoreInternalFunctionFalseReturn
andignoreInternalFunctionNullReturn
are nowfalse
by default: this means Psalm now warns when a false/null return type of a native function is not explicitly checked.Plugin authors should consult the changelog for info about BC-breaking changes.
What's Changed
Features
DuplicateProperty
issue by @tuqqu in https://github.com/vimeo/psalm/pull/10265Fixes
Docs
@psalm-internal
documentation example by @still-dreaming-1 in https://github.com/vimeo/psalm/pull/10467Internal changes
TLiteralFloat::$value
andTLiteralInt::$value
typed by @weirdan in https://github.com/vimeo/psalm/pull/9517initialized_methods
Context property by @theodorejb in https://github.com/vimeo/psalm/pull/10610master
from5.x
by @weirdan in https://github.com/vimeo/psalm/pull/10775master
from5.x
by @weirdan in https://github.com/vimeo/psalm/pull/10803Typos
Other changes
New Contributors
Full Changelog: https://github.com/vimeo/psalm/compare/5.26.1...6.0.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.
This PR has been generated by Renovate Bot.
Checkout
From your project repository, check out a new branch and test the changes.