Skip to content

chore(deps): update dependency vimeo/psalm to v6 - #141

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vimeo-psalm-6.x
Open

chore(deps): update dependency vimeo/psalm to v6#141
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vimeo-psalm-6.x

Conversation

@renovate

@renovate renovate Bot commented Jan 26, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
vimeo/psalm ~5.26.0~6.17.0 age confidence

Release Notes

vimeo/psalm (vimeo/psalm)

v6.17.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.17.0...6.17.1

v6.17.0

Compare Source

What's Changed

Features
  • Support better template inference with type variables: class templates that cannot be inferred at the construction site are now tracked as type variables whose bounds are reconciled once the surrounding function has been analyzed. This legalizes widening within a template's declared bounds (e.g. new Box(1) followed by $box->set('two') under @template T of int|string) and introduces the new IncompatibleTypeParameters issue (level 1), documented in https://psalm.dev/docs/annotating_code/type_variables/ by @​muglug in #​11875
Fixes
  • [6.x] Fix InterfaceAnalyzer crash when storage is overwritten by reflection by @​alies-dev in #​11760
  • [6.x] Fix $this failing to parse inside generic type parameters by @​alies-dev in #​11768
  • [6.x] Use macOS bundle ID for PhpStorm (support JetBrains Tool installed apps), respect PHPSTORM env var on Darwin by @​alies-dev in #​11801
  • [6.x] Ignore inline covariant/contravariant keywords in generic type parameters instead of reporting UndefinedDocblockClass (backport) by @​alies-dev in #​11836
  • Keep foreach key/value non-nullable after a breaking loop by @​muglug in #​11874
  • PHP 8.5 compatibility: TLiteralFloat now renders NAN values as float(NAN) in type keys and IDs instead of crashing by @​danog in 9d6db9e and ca15124
Docs
  • Add docs/annotating_code/type_variables.md and the IncompatibleTypeParameters issue page by @​muglug in #​11875
Internal changes
  • [6.x] fix tests: drop incorrect impure- Closure prefix in TypeParseTest by @​alies-dev in #​11834
  • [6.x] fix tests: whitelist Override in SuicidalAutoloader fixture by @​alies-dev in #​11835
  • fix: pin GitHub Actions to SHA for supply chain security by @​riccardosarro in #​11863
  • Clean up redundant assignment-conditions and repeated getArgs() calls by @​muglug in #​11888
  • Remove dead write-only static properties and simplify ScopeAnalyzer break/continue logic by @​muglug in #​11889
  • Fix test-with-real-projects.sh on macOS (use gsed when available, tolerate a missing phar) by @​danog in 9d6db9e
  • Fix macOS CI: bump setup-php to v2.37.2 so PHP 8.5 installs on macos-15 by @​danog in a2892df
  • Fix Mockery 1.6.15 compatibility in plugin tests by @​danog in 7b50a17
  • Drop voidParamType test: nikic/php-parser 5.8 rejects void params at parse time by @​danog in 056992a
Other changes

New Contributors

Full Changelog: vimeo/psalm@6.16.1...6.17.0

v6.16.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.16.0...6.16.1

v6.16.0

Compare Source

What's Changed

Features
Fixes
Internal changes

New Contributors

Full Changelog: vimeo/psalm@6.15.1...6.16.0

v6.15.1

Compare Source

What's Changed

Internal changes

Full Changelog: vimeo/psalm@6.15.0...6.15.1

v6.15.0

Compare Source

Note: GPG signatures for older releases will be regenerated shortly using the new 99BF4D9A33D65E1E key, since the old one expired.

What's Changed

Features
Fixes
Other changes

New Contributors

Full Changelog: vimeo/psalm@6.14.3...6.15.0

v6.14.3

Compare Source

What's Changed
Fixes
Internal changes
Other changes
New Contributors

Full Changelog: vimeo/psalm@6.14.2...6.14.3

v6.14.2

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.14.1...6.14.2

v6.14.1

Compare Source

What's Changed

Features

Full Changelog: vimeo/psalm@6.14.0...6.14.1

v6.14.0

Compare Source

What's Changed

Features
Internal changes
  • Improve performance by avoiding repeated scanning of files included/required only once by @​mmcev106 in #​11478
Other changes

New Contributors

Full Changelog: vimeo/psalm@6.13.1...6.14.0

v6.13.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.13.0...6.13.1

v6.13.0

Compare Source

What's Changed

Features
  • ✨ Full support for iterables for iterator_to_array by @​andrew-demb in #​11430
  • Add an arrayCache configuration key that can be used to disable the newly introduced array cache: this will slightly slow down execution times while reducing RAM usage, avoiding OOM issues on bigger codebases by @​danog

Full Changelog: vimeo/psalm@6.12.1...6.13.0

v6.12.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.12.0...6.12.1

v6.12.0: - Cache refactoring

Compare Source

This release features a major cache refactoring, improving stability, removing race conditions and adding a new feature called cache consolidation, which consolidates the cache, normally composed of split files, into one single file with the --consolidate-cache flag, for quicker runs when doing whole project scans!

To use cache consolidation, simply run Psalm with the --consolidate-cache flag after running a normal analysis: running with this flag will skip analysis and only consolidate the cache.
If you consolidate your cache in CI runs, sure to re-consolidate the cache again after running Psalm before re-saving the updated cache.

What's Changed

Features
Fixes
Docs

New Contributors

Full Changelog: vimeo/psalm@6.11.0...6.12.0

v6.11.0

Compare Source

What's Changed

Features
  • Add new ClassFilePathProviderInterface plugin hook to polyfill custom autoloaders by @​danog in #​11422
Fixes

Subscribe to the brand new Psalm newsletter to stay up to date with all of Psalm's news!

Full Changelog: vimeo/psalm@6.10.3...6.11.0

v6.10.3

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.10.2...6.10.3

v6.10.2

Compare Source

What's Changed

Fixes

New Contributors

Full Changelog: vimeo/psalm@6.10.1...6.10.2

v6.10.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.10.0...6.10.1

v6.10.0

Compare Source

Join the new official Psalm news channel and the Psalm community!

The news channel will be used to share inside exclusive news about upcoming Psalm features (including property hook support, coming within the next few releases!), and the community group can be used to discuss and share the way you use Psalm!

What's Changed

Features

Full Changelog: vimeo/psalm@6.9.6...6.10.0

v6.9.6

Compare Source

Add git, ssh and composer to the docker image by @​danog.

Full Changelog: vimeo/psalm@6.9.5...6.9.6

v6.9.5

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.9.4...6.9.5

v6.9.4

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.9.3...6.9.4

v6.9.3

Compare Source

What's Changed

Fixes
Internal changes

Full Changelog: vimeo/psalm@6.9.2...6.9.3

v6.9.2

Compare Source

Fixes multiplatform builds for the latest tag of the docker image ».

Full Changelog: vimeo/psalm@6.9.1...6.9.2

v6.9.1

Compare Source

v6.9.0: - Docker image!

Compare Source

Psalm now has an official docker image!

It uses a custom build of PHP built from scratch, running Psalm +30% faster on average than normal PHP (+50% faster if comparing to PHP without opcache installed).

To use it, simply run:

docker run -v $PWD:/app --rm -it ghcr.io/danog/psalm:latest /composer/vendor/bin/psalm --no-cache

Issues due to missing extensions can be fixed by enabling them in psalm.xml and/or requiring them in composer.json, see here » for more info.

Extensions not stubbed by Psalm itself (and thus not available as a psalm config option) may be stubbed using traditional PHP stubs.

What's Changed

Features

Full Changelog: vimeo/psalm@6.8.9...6.9.0

v6.8.9

Compare Source

What's Changed

Fixes
Internal changes

Full Changelog: vimeo/psalm@6.8.8...6.8.9

v6.8.8

Compare Source

What's Changed

Fixes
Internal changes

Full Changelog: vimeo/psalm@6.8.7...6.8.8

v6.8.7

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.8.6...6.8.7

v6.8.6

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.8.5...6.8.6

v6.8.5

Compare Source

What's Changed

Fixes
  • Fixes PHP Error: Undefined array key 1 by @​tm1000 in #​11328
  • Fix issue with plugins by @danog

Full Changelog: vimeo/psalm@6.8.4...6.8.5

v6.8.4

Compare Source

This release introduces fully reproducible builds (the composer.lock file is now added to phars).

Full Changelog: vimeo/psalm@6.8.3...6.8.4

v6.8.3

Compare Source

What's Changed

Fixes
  • Fix phar build by bumping box (the minimum supported PHP version for the phar is now PHP 8.2) by @​danog in #​11324
Internal changes

Full Changelog: vimeo/psalm@6.8.2...6.8.3

v6.8.2

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.8.1...6.8.2

v6.8.1

Compare Source

What's Changed

Internal changes

Full Changelog: vimeo/psalm@6.8.0...6.8.1

v6.8.0

Compare Source

What's Changed

Features
Fixes

New Contributors

Full Changelog: vimeo/psalm@6.7.1...6.8.0

v6.7.1

Compare Source

What's Changed

Internal changes

Full Changelog: vimeo/psalm@6.7.0...6.7.1

v6.7.0

Compare Source

What's Changed

Features
  • Add new allowBoolToLiteralBoolComparison config (disabled by default), used to control emission of RedundantIdentityWithTrue issues (previously, their emission was controlled by the strictBinaryOperands config) by @​danog in #​11283
  • Enable missing #[Override] attribute detection (automatic Psalter fixer available) by @​danog in #​11283
  • Enable strict binary operand comparison checks (useful for strict_types migration) by @​danog in #​11283
  • Seal all class properties and methods: this enforces exact description of all class magic (__get/__call...) methods and properties with @method or @property, see here for more info by @​danog in #​11283
  • Disable dangerous @psalm-suppress all annotation (may be re-enabled manually with the disableSuppressAll config) by @​danog in #​11283
  • Types in lazy objects by @​BenMorel in #​11296
Fixes
Internal changes

New Contributors

Full Changelog: vimeo/psalm@6.6.2...6.7.0

v6.6.2

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@6.6.1...6.6.2

v6.6.1

Compare Source

What's Changed

Fixes
Docs

Full Changelog: vimeo/psalm@6.6.0...6.6.1

v6.6.0

Compare Source

What's Changed

Features
Fixes
Docs
Internal changes

Full Changelog: vimeo/psalm@6.5.1...6.6.0

v6.5.1

Compare Source

What's Changed

Fixes
Internal changes

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

v6.5.0

Compare Source

What's Changed
Features
  • The psalm.dev REPL now supports the disableVarParsing config by @​danog
  • Add allFunctionsGlobal and allConstantsGlobal options, useful for legacy codebases which do not use Composer to preload functions and constants by @​danog in #​11259
Fixes

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

v6.4.1

Compare Source

What's Changed
Fixes
Internal changes
New Contributors

Full Changelog: vimeo/psalm@6.4.0...6.5.0

v6.4.0

Compare Source

What's Changed
Features
Fixes

Full Changelog: vimeo/psalm@6.3.0...6.4.0

v6.3.0

Compare Source

This release adds the new psalm-review tool!

What's Changed
Features
Fixes

Full Changelog: vimeo/psalm@6.2.0...6.3.0

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: vimeo/psalm@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
  • Improve default opcache options by @​danog in [#​

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from tcarrio as a code owner January 26, 2025 12:38
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch 4 times, most recently from d021d78 to 61602c2 Compare February 5, 2025 14:29
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch 2 times, most recently from 4e58054 to 8221714 Compare February 15, 2025 18:07
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch 2 times, most recently from 8cc76ae to cdd6322 Compare February 19, 2025 15:07
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from cdd6322 to 3800f8f Compare March 16, 2025 22:37
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from 3800f8f to 09f6779 Compare March 31, 2025 11:39
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from 09f6779 to d7e736c Compare May 20, 2025 12:24
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from d7e736c to 1192c2a Compare May 29, 2025 23:11
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch 4 times, most recently from fdab0e6 to 75cecc2 Compare July 14, 2025 10:43
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch 3 times, most recently from d120b11 to b3d413b Compare September 4, 2025 03:28
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch 2 times, most recently from 83f886b to 1fa05cf Compare September 14, 2025 02:49
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from 1fa05cf to 77974b6 Compare September 27, 2025 20:50
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from 77974b6 to 8350b58 Compare November 19, 2025 15:50
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from 8350b58 to e96ae48 Compare December 10, 2025 12:30
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch 4 times, most recently from 9c3539e to 2cd9b75 Compare December 22, 2025 16:57
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from 2cd9b75 to b17fd86 Compare January 30, 2026 16:26
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from b17fd86 to 7de3187 Compare March 17, 2026 12:34
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch 2 times, most recently from 5d8c777 to 141e159 Compare April 27, 2026 20:33
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch 3 times, most recently from 5a24d81 to 893dd71 Compare June 10, 2026 19:10
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from 893dd71 to c7d51cd Compare July 26, 2026 03:46
@renovate
renovate Bot force-pushed the renovate/vimeo-psalm-6.x branch from c7d51cd to 88d3a74 Compare September 10, 2026 22:37
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: cfb79fc9-c4ee-4515-ba9f-0a81ac02abfc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants