Update dependency vimeo/psalm to v5 #39
Closed
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:
^4.29
->^5.0
Release Notes
vimeo/psalm
v5.1.0
Compare Source
What's Changed
Deprecations
Features
Fixes
Docs
5
requires PHP >= 7.4 by @sasezaki in https://github.com/vimeo/psalm/pull/8805forbiddenFunctions
config option by @p810 in https://github.com/vimeo/psalm/pull/8808New Contributors
Full Changelog: vimeo/psalm@5.0.0...5.1.0
v5.0.0
: Psalm 5Compare Source
Welcome to Psalm 5!
There's an accompanying post on psalm.dev, written by @muglug & the current maintainers of Psalm.
What's Changed
Removed
CodeIssue
methods by @weirdan in https://github.com/vimeo/psalm/pull/7276DocComment
methods by @weirdan in https://github.com/vimeo/psalm/pull/7278THtmlEscapedString
by @weirdan in https://github.com/vimeo/psalm/pull/7285Features
getimagesize
as SSRF sink by @mal-tee in https://github.com/vimeo/psalm/pull/7504@psalm-check-type
and@psalm-check-type-exact
. by @AndrolGenhald in https://github.com/vimeo/psalm/pull/7686value-of
to work with backed enums (fixes #7874). by @AndrolGenhald in https://github.com/vimeo/psalm/pull/8283new
on objects by @weirdan in https://github.com/vimeo/psalm/pull/8723Fixes
@psalm-generator-return
annotation by @jrmajor in https://github.com/vimeo/psalm/pull/7853CachingIterator::getCache
stub. by @drupol in https://github.com/vimeo/psalm/pull/8282Any
assertion is used by @pvandommelen in https://github.com/vimeo/psalm/pull/8494json_encode()
always produce anon-empty-string
, when successful by @Ocramius in https://github.com/vimeo/psalm/pull/8681DeprecatedInterface
when interface is referenced in a generic by @weirdan in https://github.com/vimeo/psalm/pull/8687stringable-object
equivalent toStringable
by @weirdan in https://github.com/vimeo/psalm/pull/8688@psalm-consistent-constructor
in function docblocks by @weirdan in https://github.com/vimeo/psalm/pull/8713humbug/box
by @weirdan in https://github.com/vimeo/psalm/pull/8770Docs
html-escaped-string
docs by @weirdan in https://github.com/vimeo/psalm/pull/7281Internal changes
@internal
annotation onPsalm\Internal
symbols by @weirdan in https://github.com/vimeo/psalm/pull/7268TypeAnalyzer
methods by @weirdan in https://github.com/vimeo/psalm/pull/7277getPsalmHelpText()
toCli\Psalm
by @weirdan in https://github.com/vimeo/psalm/pull/7280webmozart/path-util
by @weirdan in https://github.com/vimeo/psalm/pull/7292array<never, never>
as a way to detect empty arrays by a dedicated method by @orklah in https://github.com/vimeo/psalm/pull/7313resolveSymlinks
option for project directories by @dvz in https://github.com/vimeo/psalm/pull/7163array_fill_keys()
by @weirdan in https://github.com/vimeo/psalm/pull/7661Clause::$hash
type by @weirdan in https://github.com/vimeo/psalm/pull/8742phpspec/prophecy
tomockery/mockery
by @weirdan in https://github.com/vimeo/psalm/pull/8755slevomat/coding-standard
by @weirdan in https://github.com/vimeo/psalm/pull/8783Typos
Other changes
New Contributors
Full Changelog: vimeo/psalm@4.30.0...5.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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Read more information about the use of Renovate Bot within Laminas.