-
-
Notifications
You must be signed in to change notification settings - Fork 42
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 #77
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| datasource | package | from | to | | ---------- | ----------- | ------ | ----- | | packagist | vimeo/psalm | 4.30.0 | 5.0.0 | Signed-off-by: Renovate Bot <bot@renovateapp.com>
…parameter requirements Also re-generated baseline with newly detected issues.
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. |
Ocramius
requested review from
weierophinney,
gsteel and
internalsystemerror
and removed request for
weierophinney
November 30, 2022 22:41
…ration that cannot be sensibly split
internalsystemerror
requested changes
Nov 30, 2022
…erator<string, TValue>` Co-authored-by: Gary Lockett <gary@creativecow.uk> Signed-off-by: Marco Pivetta <ocramius@gmail.com>
BTW, this patch should change type inference from |
internalsystemerror
approved these changes
Nov 30, 2022
Tx @Ocramius |
Thanks @internalsystemerror! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0
->^5.0.0
Release Notes
vimeo/psalm
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.