Skip to content

Commit

Permalink
Update dependency vimeo/psalm to v6.5.1 (#4404)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vimeo/psalm](https://redirect.github.com/vimeo/psalm) | `6.4.1` ->
`6.5.1` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/vimeo%2fpsalm/6.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/vimeo%2fpsalm/6.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/vimeo%2fpsalm/6.4.1/6.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/vimeo%2fpsalm/6.4.1/6.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vimeo/psalm (vimeo/psalm)</summary>

###
[`v6.5.1`](https://redirect.github.com/vimeo/psalm/releases/tag/6.5.1)

[Compare
Source](https://redirect.github.com/vimeo/psalm/compare/6.5.0...6.5.1)

<!-- Release notes generated using configuration in .github/release.yml
at 6.x -->

#### What's Changed

##### Fixes

- Specify minimum PHP patch release in composer.json as well by
[@&#8203;danog](https://redirect.github.com/danog) in
[https://github.com/vimeo/psalm/pull/11271](https://redirect.github.com/vimeo/psalm/pull/11271)
- Bump `symfony/filesystem` by
[@&#8203;weirdan](https://redirect.github.com/weirdan) in
[https://github.com/vimeo/psalm/pull/11273](https://redirect.github.com/vimeo/psalm/pull/11273)

##### Internal changes

- Enable opcache if installed by
[@&#8203;danog](https://redirect.github.com/danog) in
[https://github.com/vimeo/psalm/pull/11274](https://redirect.github.com/vimeo/psalm/pull/11274)

**Full Changelog**: vimeo/psalm@6.5.0...6.5.1

###
[`v6.5.0`](https://redirect.github.com/vimeo/psalm/releases/tag/6.5.0)

[Compare
Source](https://redirect.github.com/vimeo/psalm/compare/6.4.1...6.5.0)

<!-- Release notes generated using configuration in .github/release.yml
at 6.x -->

#### What's Changed

##### Features

- The [psalm.dev](https://psalm.dev) REPL now supports the
`disableVarParsing` config by
[@&#8203;danog](https://redirect.github.com/danog)
- Add allFunctionsGlobal and allConstantsGlobal options, useful for
legacy codebases which do not use Composer to preload functions and
constants by [@&#8203;danog](https://redirect.github.com/danog) in
[https://github.com/vimeo/psalm/pull/11259](https://redirect.github.com/vimeo/psalm/pull/11259)

##### Fixes

- Fix deep scanning of files light-scanned in main thread by
[@&#8203;danog](https://redirect.github.com/danog) in
[https://github.com/vimeo/psalm/pull/11264](https://redirect.github.com/vimeo/psalm/pull/11264)
- Template inference bugfix by
[@&#8203;danog](https://redirect.github.com/danog) in
[https://github.com/vimeo/psalm/pull/11267](https://redirect.github.com/vimeo/psalm/pull/11267)
- Force usage of latest patch version of PHP to avoid PHP bugs by
[@&#8203;danog](https://redirect.github.com/danog) in
[https://github.com/vimeo/psalm/pull/11270](https://redirect.github.com/vimeo/psalm/pull/11270)

**Full Changelog**: vimeo/psalm@6.4.1...6.5.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Runroom/archetype-symfony).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Feb 12, 2025
2 parents 778c9f5 + 3f5817b commit 31a6c12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"symfony/maker-bundle": "1.62.1",
"symfony/stopwatch": "7.2.2",
"symfony/web-profiler-bundle": "7.2.3",
"vimeo/psalm": "6.4.1",
"vimeo/psalm": "6.5.1",
"weirdan/doctrine-psalm-plugin": "2.10.0",
"zenstruck/browser": "1.9.1"
},
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31a6c12

Please sign in to comment.