-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Bump vimeo/psalm from 4.2.1 to 4.3.0 #24521
Conversation
Joy more warnings.... |
A newer version of vimeo/psalm exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Update the baseline and then it should be good :) |
ead3f95
to
401b6b4
Compare
401b6b4
to
0876588
Compare
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.
Should pass now
@@ -207,7 +211,6 @@ public function schedule(Message $iTipMessage) { | |||
|
|||
|
|||
$meetingUrl = $vevent->URL; | |||
$meetingLocation = $vevent->LOCATION; |
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.
was unused
@@ -130,6 +130,7 @@ public function httpGet(RequestInterface $request, ResponseInterface $response): | |||
$absoluteURL = $this->urlGenerator->getBaseUrl(); | |||
$parsedUrl = parse_url($absoluteURL); | |||
if (isset($parsedUrl['port'])) { | |||
/** @psalm-suppress RedundantCast */ |
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.
this one felt too scary to remove. I don't trust the port
to always be an int
@@ -5516,6 +5482,15 @@ | |||
<code>$column</code> | |||
</NullableReturnStatement> | |||
</file> | |||
<file src="lib/public/AppFramework/Db/QBMapper.php"> |
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.
this one doesn't make sense, it's a possible Psalm regression. Reported at vimeo/psalm#4901
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.
Fixed in Psalm 4.3.2
<InvalidReturnType occurrences="1"> | ||
<code>array</code> | ||
</InvalidReturnType> | ||
<InvalidPropertyAssignmentValue occurrences="1"> |
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.
this one I don't get. also likely a Psalm regression but I'm still unable to isolate it
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
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.
sqash and lets do it
0876588
to
f39b05d
Compare
Done. |
CI says no |
In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see #24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see #24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Let's move it forward in pieces: #25073 |
In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see #24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php
Outdated
Show resolved
Hide resolved
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](vimeo/psalm@4.2.1...4.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
f39b05d
to
ad3de0f
Compare
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 1260: failurenodbShow full log
sqliteShow full log
mariadb10.1-php7.3Show full log
mariadb10.4-php7.4Show full log
mysql8.0-php7.4Show full log
postgres9.6-php7.3Show full log
postgres11-php7.4Show full log
postgres12-php7.4Show full log
postgres13-php7.4Show full log
|
@dependabot-bot recreate |
Superseded by #25574. |
Bumps vimeo/psalm from 4.2.1 to 4.3.0.
Release notes
Sourced from vimeo/psalm's releases.
Commits
6f91655
Ref #4753 - allow int literals to inform key typedb8a3ab
Fix #4751 - allow MethodSignatureMismatch to be overridable when info comes f...e2bb02e
Don’t suggest a potential value that’s undefinedb64eb6d
Break out array_key_exists testsa2b20f0
Fix #4752 - add property base assertions too496ce46
Break out methodf0876b8
Avoid false-positives while analysing memoised coalesce394eceb
Memoize coalesce expression in more scenarios928fdda
Don’t do new isset conversion on try-set vars1feca32
Fix loading imported functionsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @MorrisJobke.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: