chore(deps): update dependency vimeo/psalm to ^6.2.0 #55

Merged
Xefir merged 1 commits from renovate/vimeo-psalm-6.x into main 2025-02-03 14:24:59 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

vimeo/psalm (vimeo/psalm)

v6.2.0

Compare Source

This release was possible thanks to a Psalm support contract!

This release adds the new LiteralKeyUnshapedArray issue, controlled by the disallowLiteralKeysOnUnshapedArrays configuration flag (false by default), useful to enforce usage of shaped arrays instead of generic arrays.

What's Changed

Features
Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/6.1.0...6.2.0

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.2.0` | --- ### Release Notes <details> <summary>vimeo/psalm (vimeo/psalm)</summary> ### [`v6.2.0`](https://github.com/vimeo/psalm/releases/tag/6.2.0) [Compare Source](https://github.com/vimeo/psalm/compare/6.1.0...6.2.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 adds the new LiteralKeyUnshapedArray issue, controlled by the [disallowLiteralKeysOnUnshapedArrays](https://psalm.dev/docs/running_psalm/configuration/#disallowliteralkeysonunshapedarrays) configuration flag (false by default), useful to enforce usage of shaped arrays instead of generic arrays. #### What's Changed ##### Features - Add LiteralKeyUnshapedArray issue by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11230 - Periodic logging for long processing by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11231 ##### Fixes - Fix storage should not be null errors by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11232 - Avoid further issues caused by duplicate class declarations by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11233 - Parse uppercase-string by [@&#8203;VincentLanglet](https://github.com/VincentLanglet) in https://github.com/vimeo/psalm/pull/11228 **Full Changelog**: https://github.com/vimeo/psalm/compare/6.1.0...6.2.0 ### [`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-27 00:02:13 +00:00
Renovate force-pushed renovate/vimeo-psalm-6.x from 39bf85657b to 7d65312059 2025-01-31 00:05:51 +00:00 Compare
Renovate force-pushed renovate/vimeo-psalm-6.x from 7d65312059 to a2594e5e67 2025-02-03 14:22:14 +00:00 Compare
Renovate changed title from chore(deps): update dependency vimeo/psalm to v6 to chore(deps): update dependency vimeo/psalm to ^6.2.0 2025-02-03 14:22:19 +00:00
Xefir merged commit 19d6f05417 into main 2025-02-03 14:24:59 +00:00
Xefir deleted branch renovate/vimeo-psalm-6.x 2025-02-03 14:24:59 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Xefir/app_template#55
No description provided.