Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update dependency vimeo/psalm to ^5.20.0 #358

Merged
merged 2 commits into from
Jan 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vimeo/psalm ^5.19.1 -> ^5.20.0 age adoption passing confidence

Release Notes

vimeo/psalm (vimeo/psalm)

v5.20.0

Compare Source

What's Changed

Features
Fixes

Full Changelog: vimeo/psalm@5.19.1...5.20.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

Read more about the use of Renovate Bot within ocramius/* projects.

| datasource | package     | from   | to     |
| ---------- | ----------- | ------ | ------ |
| packagist  | vimeo/psalm | 5.19.1 | 5.20.0 |
@renovate renovate bot added the renovate label Jan 18, 2024
Copy link
Contributor Author

renovate bot commented Jan 18, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@Ocramius Ocramius requested review from asgrim and cspray January 18, 2024 15:34
@Ocramius Ocramius added this to the 1.12.0 milestone Jan 18, 2024
Fixes:

```
ERROR: RiskyTruthyFalsyComparison
at src/DocbookPage.php:76:13
Operand of type false|non-empty-string contains type non-empty-string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
        if (! $firstLine || ! str_starts_with($firstLine, '<h1>') || ! str_ends_with($firstLine, '</h1>')) {

ERROR: RiskyTruthyFalsyComparison
at src/Environment.php:30:16
Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
        return getenv($name) ?: null;
```
@Ocramius Ocramius force-pushed the renovate/all-minor-patch branch from beebb8a to cf44f5f Compare January 18, 2024 15:34
@Ocramius Ocramius merged commit 2fe576b into 1.12.x Jan 18, 2024
2 checks passed
@Ocramius Ocramius deleted the renovate/all-minor-patch branch January 18, 2024 15:43
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants