This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Update dependency vimeo/psalm to v6 #886
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.0->^6.0Release 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:
ignoreInternalFunctionFalseReturnandignoreInternalFunctionNullReturnare nowfalseby 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
DuplicatePropertyissue by @tuqqu in https://github.com/vimeo/psalm/pull/10265Fixes
Docs
@psalm-internaldocumentation example by @still-dreaming-1 in https://github.com/vimeo/psalm/pull/10467Internal changes
TLiteralFloat::$valueandTLiteralInt::$valuetyped by @weirdan in https://github.com/vimeo/psalm/pull/9517initialized_methodsContext property by @theodorejb in https://github.com/vimeo/psalm/pull/10610masterfrom5.xby @weirdan in https://github.com/vimeo/psalm/pull/10775masterfrom5.xby @weirdan in https://github.com/vimeo/psalm/pull/10803Typos
Other changes
New Contributors
Full Changelog: vimeo/psalm@5.26.1...6.0.0
v5.26.1Compare Source
What's Changed
Fixes
Full Changelog: vimeo/psalm@5.26.0...5.26.1
v5.26.0Compare Source
What's Changed
Features
psalm.dist.xmlas well by @HypeMC in https://github.com/vimeo/psalm/pull/11031Fixes
ReflectionParameter::getName()result type tonon-empty-stringby @vjik in https://github.com/vimeo/psalm/pull/11037New Contributors
Full Changelog: vimeo/psalm@5.25.0...5.26.0
v5.25.0Compare Source
What's Changed
Features
Fixes
Redis#authmethod by @boesing in https://github.com/vimeo/psalm/pull/10934New Contributors
Full Changelog: vimeo/psalm@5.24.0...5.25.0
v5.24.0Compare Source
What's Changed
Features
callableby @weirdan in https://github.com/vimeo/psalm/pull/10805parentbeing used in callable context when the class does not extend anything by @kkmuffme in https://github.com/vimeo/psalm/pull/10838Fixes
getmxrr()by @ThomasLandauer in https://github.com/vimeo/psalm/pull/10847mailto impure functions list by @smaddock in https://github.com/vimeo/psalm/pull/10923Docs
Internal changes
Other changes
New Contributors
Full Changelog: vimeo/psalm@5.23.1...5.24.0
v5.23.1Compare Source
What's Changed
Fixes
__callStatic()method exists by @issidorov in https://github.com/vimeo/psalm/pull/10812Full Changelog: vimeo/psalm@5.23.0...5.23.1
v5.23.0Compare Source
What's Changed
Features
SensitiveParameterValueby @gsteel in https://github.com/vimeo/psalm/pull/10726send()by @weirdan in https://github.com/vimeo/psalm/pull/10697Fixes
Overrideattribute to be used in pure contexts by @weirdan in https://github.com/vimeo/psalm/pull/10734@sinceby @weirdan in https://github.com/vimeo/psalm/pull/10764WeakMapiterator fix frommasterby @weirdan in https://github.com/vimeo/psalm/pull/10778$resourceparameter ofmkdir()is nullable since PHP 7.3 by @weirdan in https://github.com/vimeo/psalm/pull/10802Internal changes
New Contributors
Full Changelog: vimeo/psalm@5.22.2...5.23.0
v5.22.2Compare Source
What's Changed
Fixes
Full Changelog: vimeo/psalm@5.22.1...5.22.2
v5.22.1Compare Source
What's Changed
Fixes
@psalm-typeby @weirdan in https://github.com/vimeo/psalm/pull/10713Full Changelog: vimeo/psalm@5.22.0...5.22.1
v5.22.0Compare Source
What's Changed
Features
stdClass::__construct()calls that have arguments by @weirdan in https://github.com/vimeo/psalm/pull/10661@psalm-this-outon__construct()as well by @weirdan in https://github.com/vimeo/psalm/pull/10690Fixes
inotify_add_watch()toint|falseby @UlrichEckhardt in https://github.com/vimeo/psalm/pull/10637callableas a native property type by @weirdan in https://github.com/vimeo/psalm/pull/10654UndefinedClassinwhatever_exists()by @weirdan in https://github.com/vimeo/psalm/pull/10659ord()return type toint<0,255>by @weirdan in https://github.com/vimeo/psalm/pull/10676InvalidDocblockissue message by @weirdan in https://github.com/vimeo/psalm/pull/10679Internal changes
hasFullyQualified(Interface|Enum)()by @weirdan in https://github.com/vimeo/psalm/pull/10603Full Changelog: vimeo/psalm@5.21.1...5.22.0
v5.21.1Compare Source
What's Changed
Fixes
Full Changelog: vimeo/psalm@5.21.0...5.21.1
v5.21.0Compare Source
What's Changed
Features
Fixes
readgzfile()is impure by @weirdan in https://github.com/vimeo/psalm/pull/10600key_exists()is an alias forarray_key_exists()by @weirdan in https://github.com/vimeo/psalm/pull/10598opcache.save_comments=0by @weirdan in https://github.com/vimeo/psalm/pull/10614MissingConstructorfor natively typed mixed properties by @weirdan in https://github.com/vimeo/psalm/pull/10615Internal changes
New Contributors
Full Changelog: vimeo/psalm@5.20.0...5.21.0
v5.20.0Compare Source
What's Changed
Features
Fixes
Full Changelog: vimeo/psalm@5.19.1...5.20.0
v5.19.1Compare Source
What's Changed
Fixes
New Contributors
Full Changelog: vimeo/psalm@5.19.0...5.20.0
v5.19.0Compare Source
What's Changed
Features
Fixes
New Contributors
Full Changelog: vimeo/psalm@5.18.0...5.19.0
v5.18.0Compare Source
What's Changed
Features
Fixes
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 was generated by Mend Renovate. View the repository job log.