chore(deps): update dependency vimeo/psalm to ^6.1.0 #247

Merged
Xefir merged 1 commits from renovate/vimeo-psalm-6.x into main 2025-01-31 08:22:17 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
vimeo/psalm require-dev minor ^6.0.0 -> ^6.1.0

Release Notes

vimeo/psalm (vimeo/psalm)

v6.1.0

Compare Source

This release was possible thanks to a Psalm support contract!

This release greatly improves multithreaded mode, fixing some nasty issues and greatly improving efficiency, thanks to efficient task scheduling powered by amphp/parallel (& some custom code to allow usage of copy-on-write optimizations with forks instead of spawning new processes).

This release also adds a runtime check to prevent Psalm from running on Linux systems where VM overcommitting is disabled: Psalm makes heavy use of VM overcommitting (specifically during forking in multithreaded mode) to greatly reduce RAM usage and improve performance.
Note that in the vast majority of Linux systems, VM overcommitting is already enabled by default.

What's Changed

Features
Fixes
Internal changes
Other changes

Full Changelog: https://github.com/vimeo/psalm/compare/6.0.0...6.1.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 becomes conflicted, 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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vimeo/psalm](https://github.com/vimeo/psalm) | require-dev | minor | `^6.0.0` -> `^6.1.0` | --- ### Release Notes <details> <summary>vimeo/psalm (vimeo/psalm)</summary> ### [`v6.1.0`](https://github.com/vimeo/psalm/releases/tag/6.1.0) [Compare Source](https://github.com/vimeo/psalm/compare/6.0.0...6.1.0) <!-- Release notes generated using configuration in .github/release.yml at 6.x --> This release was possible thanks to a [Psalm support contract](https://psalm.dev/support)! This release greatly improves multithreaded mode, fixing some nasty issues and greatly improving efficiency, thanks to efficient task scheduling powered by amphp/parallel (& some custom code to allow usage of copy-on-write optimizations with forks instead of spawning new processes). This release also adds a runtime check to prevent Psalm from running on Linux systems where VM overcommitting is *disabled*: Psalm makes heavy use of VM overcommitting (specifically during forking in multithreaded mode) to greatly reduce RAM usage and improve performance.\ Note that in the vast majority of Linux systems, VM overcommitting is already *enabled by default*. #### What's Changed ##### Features - Refactor Pool for much more efficient multithreaded parallelism by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11219 - Add support for --scan-threads CLI and config flag by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11216 - Log files being processed for too long by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11225 - Add VM overcommit warning by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/1121 ##### Fixes - Fix language server by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11221 ##### Internal changes - Improve default opcache options by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11222 ##### Other changes **Full Changelog**: https://github.com/vimeo/psalm/compare/6.0.0...6.1.0 </details> --- ### 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 becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate added 1 commit 2025-01-31 00:08:30 +00:00
chore(deps): update dependency vimeo/psalm to ^6.1.0
All checks were successful
repod / xml (push) Successful in 9s
repod / php (push) Successful in 1m9s
repod / nodejs (push) Successful in 1m6s
repod / release (push) Has been skipped
8b6203cd6b
Xefir merged commit b4059cee54 into main 2025-01-31 08:22:16 +00:00
Xefir deleted branch renovate/vimeo-psalm-6.x 2025-01-31 08:22:17 +00:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Xefir/repod#247
No description provided.