Update dependency vimeo/psalm to v6.14.2

This MR contains the following updates:

Package Change Age Confidence
vimeo/psalm 6.6.2 -> 6.14.2 age confidence

Release Notes

vimeo/psalm (vimeo/psalm)

v6.14.2

Compare Source

What's Changed

Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/6.14.1...6.14.2

v6.14.1

Compare Source

What's Changed

Features

Full Changelog: https://github.com/vimeo/psalm/compare/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: https://github.com/vimeo/psalm/compare/6.13.1...6.14.0

v6.13.1

Compare Source

What's Changed

Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/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: https://github.com/vimeo/psalm/compare/6.12.1...6.13.0

v6.12.1

Compare Source

What's Changed

Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/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: https://github.com/vimeo/psalm/compare/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: https://github.com/vimeo/psalm/compare/6.10.3...6.11.0

v6.10.3

Compare Source

What's Changed

Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/6.10.2...6.10.3

v6.10.2

Compare Source

What's Changed

Fixes

New Contributors

Full Changelog: https://github.com/vimeo/psalm/compare/6.10.1...6.10.2

v6.10.1

Compare Source

What's Changed

Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/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: https://github.com/vimeo/psalm/compare/6.9.6...6.10.0

v6.9.6

Compare Source

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

Full Changelog: https://github.com/vimeo/psalm/compare/6.9.5...6.9.6

v6.9.5

Compare Source

What's Changed

Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/6.9.4...6.9.5

v6.9.4

Compare Source

What's Changed

Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/6.9.3...6.9.4

v6.9.3

Compare Source

What's Changed

Fixes
Internal changes

Full Changelog: https://github.com/vimeo/psalm/compare/6.9.2...6.9.3

v6.9.2

Compare Source

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

Full Changelog: https://github.com/vimeo/psalm/compare/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: https://github.com/vimeo/psalm/compare/6.8.9...6.9.0

v6.8.9

Compare Source

What's Changed

Fixes
Internal changes

Full Changelog: https://github.com/vimeo/psalm/compare/6.8.8...6.8.9

v6.8.8

Compare Source

What's Changed

Fixes
Internal changes

Full Changelog: https://github.com/vimeo/psalm/compare/6.8.7...6.8.8

v6.8.7

Compare Source

What's Changed

Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/6.8.6...6.8.7

v6.8.6

Compare Source

What's Changed

Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/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: https://github.com/vimeo/psalm/compare/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: https://github.com/vimeo/psalm/compare/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: https://github.com/vimeo/psalm/compare/6.8.2...6.8.3

v6.8.2

Compare Source

What's Changed

Fixes

Full Changelog: https://github.com/vimeo/psalm/compare/6.8.1...6.8.2

v6.8.1

Compare Source

What's Changed

Internal changes

Full Changelog: https://github.com/vimeo/psalm/compare/6.8.0...6.8.1

v6.8.0

Compare Source

What's Changed

Features
Fixes

New Contributors

Full Changelog: https://github.com/vimeo/psalm/compare/6.7.1...6.8.0

v6.7.1

Compare Source

What's Changed

Internal changes

Full Changelog: https://github.com/vimeo/psalm/compare/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: https://github.com/vimeo/psalm/compare/6.6.2...6.7.0


Configuration

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

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by AKorezin Renovate

Merge request reports

Loading