-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency vimeo/psalm to v5, removed potential internal by-ref side-effects #50
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------ | ----- | | packagist | vimeo/psalm | 4.30.0 | 5.1.0 | Signed-off-by: Renovate Bot <bot@renovateapp.com>
cc47dfd
to
58d8a7b
Compare
…:RES_SUCCESS === 0`
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
IMO worth a release, mostly to test it out in the wild. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Yah, like that reference addition. |
This PR contains the following updates:
^4.10
->^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.