text icon indicating copy to clipboard operation
text copied to clipboard

chore(deps-dev): bump psalm/phar from 5.19.0 to 5.20.0

Open dependabot[bot] opened this issue 1 year ago • 3 comments

Bumps psalm/phar from 5.19.0 to 5.20.0.

Commits
  • 459eb19 Updated Psalm phar to commit 3f284e96c9d9be6fe6b15c79416e1d1903dcfef4
  • 6271624 Updated Psalm phar to commit 25fabb8d36b778da106afdfe174382d7d65cff7b
  • 1492660 Updated Psalm phar to commit 09035749afeac86c61a7a41d255523d13e69f595
  • ce2e616 Updated Psalm phar to commit 67c7be3db2afb9efbd4b3464e499a900fcd3b666
  • ce897ab Updated Psalm phar to commit 64868c5c9ff3f025f7e9d2412f5b3b719269361c
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Jan 20 '24 03:01 dependabot[bot]

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.

dependabot[bot] avatar Jan 20 '24 05:01 dependabot[bot]

I tried to fix the warnings in question but turns out it's pretty hard because most of the time we actually mean what we say when using truthy falsy comparisons. So for example:

if (token) {
  ...
}

Should run the if block if token is not null or empty.

In some cases it's possible to change the function signature to not allow for null and always use a default of ''. I see how this is less ambiguous as there is only one way to encode no token then.

max-nextcloud avatar Jan 23 '24 08:01 max-nextcloud

A newer version of psalm/phar 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.

dependabot[bot] avatar Feb 03 '24 03:02 dependabot[bot]

@dependabot recreate

juliusknorr avatar Apr 04 '24 06:04 juliusknorr

Superseded by #5608.

dependabot[bot] avatar Apr 04 '24 07:04 dependabot[bot]