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

Open
Renovate wants to merge 1 commits from renovate/vimeo-psalm-6.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
vimeo/psalm require-dev major ^5.26.1 -> ^6.0.0

Release Notes

vimeo/psalm (vimeo/psalm)

v6.0.0: Psalm v6

Compare Source

This is the first release of Psalm v6!

Users are encouraged to switch to Psalm v6 right away, as v5 is not supported anymore.

Also announcing Psalm's new support model: you can support Psalm development by requesting a support contract from Daniil Gentili, the only active maintainer of Psalm.

Support contracts can cover full integration of Psalm into existing codebases, support for Psalm issues and development of additional Psalm features.

See here » for info, pricing and contact information.

Main highlights of Psalm v6:

  • PHP 8.4 support
  • Amp v3 support
  • PHP-Parser v5 support
  • Fully overhauled dictionaries, for much more accurate and always up to date signatures for PHP and extension functions and methods, and much simpler PHP version upgrades.
  • ignoreInternalFunctionFalseReturn and ignoreInternalFunctionNullReturn are now false by default: this means Psalm now warns when a false/null return type of a native function is not explicitly checked.
  • Modernization of the codebase for higher performance.
  • Many other bugfixes and performance improvements.

Plugin authors should consult the changelog for info about BC-breaking changes.

What's Changed

Features
Fixes
Docs
Internal changes
Typos
Other changes

New Contributors

Full Changelog: https://github.com/vimeo/psalm/compare/5.26.1...6.0.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 | major | `^5.26.1` -> `^6.0.0` | --- ### Release Notes <details> <summary>vimeo/psalm (vimeo/psalm)</summary> ### [`v6.0.0`](https://github.com/vimeo/psalm/releases/tag/6.0.0): Psalm v6 [Compare Source](https://github.com/vimeo/psalm/compare/5.26.1...6.0.0) <!-- Release notes generated using configuration in .github/release.yml at 6.x --> This is the first release of Psalm v6! Users are encouraged to switch to Psalm v6 right away, as v5 is not supported anymore. Also announcing Psalm's new **support model**: you can support Psalm development by requesting a support contract from [Daniil Gentili](https://daniil.it), the only active maintainer of Psalm. Support contracts can cover full integration of Psalm into existing codebases, support for Psalm issues and development of additional Psalm features. See [here »](https://daniil.it) for info, pricing and contact information. Main highlights of Psalm v6: - PHP 8.4 support - Amp v3 support - PHP-Parser v5 support - Fully overhauled [dictionaries](https://psalm.dev/docs/contributing/editing_callmaps/), for much more accurate and always up to date signatures for PHP and extension functions and methods, and much simpler PHP version upgrades. - `ignoreInternalFunctionFalseReturn` and `ignoreInternalFunctionNullReturn` are now `false` by default: this means Psalm now warns when a false/null return type of a native function is not explicitly checked. - Modernization of the codebase for higher performance. - Many other bugfixes and performance improvements. Plugin authors should consult the [changelog](https://github.com/vimeo/psalm/blob/6.x/UPGRADING.md) for info about BC-breaking changes. #### What's Changed ##### Features - Add --force-jit flag by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11165 - Xpath injection detection [#&#8203;10162](https://github.com/vimeo/psalm/issues/10162) by [@&#8203;cgocast](https://github.com/cgocast) in https://github.com/vimeo/psalm/pull/10163 - Backed enum value changed to Atomic instead of scalar int or strings by [@&#8203;tuqqu](https://github.com/tuqqu) in https://github.com/vimeo/psalm/pull/10165 - Introduce NonVariableReferenceReturn issue by [@&#8203;tuqqu](https://github.com/tuqqu) in https://github.com/vimeo/psalm/pull/10227 - Detect DoS by sleep [#&#8203;10178](https://github.com/vimeo/psalm/issues/10178) by [@&#8203;cgocast](https://github.com/cgocast) in https://github.com/vimeo/psalm/pull/10183 - Introduce `DuplicateProperty` issue by [@&#8203;tuqqu](https://github.com/tuqqu) in https://github.com/vimeo/psalm/pull/10265 - Disable ignoreInternalFunction(False|Null)Return by default by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10211 - Add intl extension stub by [@&#8203;braindawg](https://github.com/braindawg) in https://github.com/vimeo/psalm/pull/10276 - Improved type of callable-array by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/9794 - Add progress for scanning stage by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10345 - Allow enum cases to be global constants by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10339 - Report unused issue handler suppressions by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10341 - Support @&#8203;(no-)seal-(properties|methods) annotations without prefix by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10344 - Stub constants for ZipArchive from ext-zip by [@&#8203;braindawg](https://github.com/braindawg) in https://github.com/vimeo/psalm/pull/10332 - Allow type aliases for static variables by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10362 - Inherit magic methods from [@&#8203;mixin](https://github.com/mixin) by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10356 - TaintedExtract by [@&#8203;cgocast](https://github.com/cgocast) in https://github.com/vimeo/psalm/pull/10417 - feat: Default baseline file by [@&#8203;jorgsowa](https://github.com/jorgsowa) in https://github.com/vimeo/psalm/pull/10696 - Add phpstub for amqp extension (php-amqp) by [@&#8203;mkilmanas](https://github.com/mkilmanas) in https://github.com/vimeo/psalm/pull/11172 - Add phpstub for amqp extension (php-amqp) by [@&#8203;mkilmanas](https://github.com/mkilmanas) in https://github.com/vimeo/psalm/pull/11181 ##### Fixes - Fix [#&#8203;10047](https://github.com/vimeo/psalm/issues/10047) by [@&#8203;cgocast](https://github.com/cgocast) in https://github.com/vimeo/psalm/pull/10048 - Respect stubs in all cases by [@&#8203;mmcev106](https://github.com/mmcev106) in https://github.com/vimeo/psalm/pull/10092 - Hotfix Shepard build by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10268 - Hotfix shepard build by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10343 - Add constants from SOAP extension to stub by [@&#8203;braindawg](https://github.com/braindawg) in https://github.com/vimeo/psalm/pull/10333 - Incorrectly asserting non-empty-list after combining with empty list by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/9787 - Consistent type docblock parsing by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10326 - Fix stub for RecursiveArrayIterator::getChildren by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10340 - Maintain loop start val after increment/decrement by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10263 - Method annotation fixes by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10361 - A segment of progress was being output early as the startScanningFile… by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10360 - Fix at in array keys by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10426 - Inherit conditional returns by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10357 - Fix iteration over weakmaps by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10472 - Suppress scanning output in CI by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/10688 - Suppress unused config suppression detection when running in partial or cache mode by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10694 - Fix trait analysis by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10904 ##### Docs - Doc typo by [@&#8203;cgocast](https://github.com/cgocast) in https://github.com/vimeo/psalm/pull/10393 - Fixed docblock spacing in `@psalm-internal` documentation example by [@&#8203;still-dreaming-1](https://github.com/still-dreaming-1) in https://github.com/vimeo/psalm/pull/10467 - Update dealing_with_code_issues.md: Minor by [@&#8203;ThomasLandauer](https://github.com/ThomasLandauer) in https://github.com/vimeo/psalm/pull/10954 - Fix broken links to PHPDoc Types page in documentation by [@&#8203;elazar](https://github.com/elazar) in https://github.com/vimeo/psalm/pull/11105 - Fix broken phpDocumentor links on Supported Annotations docs page by [@&#8203;elazar](https://github.com/elazar) in https://github.com/vimeo/psalm/pull/11119 ##### Internal changes - Switch to amp v3 by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10024 - Psalm v6 by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10040 - Make `TLiteralFloat::$value` and `TLiteralInt::$value` typed by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/9517 - Psalm v6: strict_types=1 by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10044 - V6 fixes by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10310 - Remove MixedInferredReturnType by [@&#8203;robchett](https://github.com/robchett) in https://github.com/vimeo/psalm/pull/9783 - Merge 5.x by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10369 - Improve scan progress by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10415 - Merge 5.x by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10504 - Apply rector fixes by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10305 - Do not use JIT on windows by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10564 - Let disable-extension also disable zend extensions by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10565 - Merge 5.x by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10569 - Merge 5.x by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/10576 - Remove unnecessary null type from `initialized_methods` Context property by [@&#8203;theodorejb](https://github.com/theodorejb) in https://github.com/vimeo/psalm/pull/10610 - Update master from 5.x by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10597 - Update master from 5.x by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10618 - Update master from 5.x by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10656 - Update master from 5.x by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10684 - Fix composer warnings by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10695 - Update master from 5.x by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10693 - Update master from 5.x by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10714 - Update master from 5.x by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10750 - Update `master` from `5.x` by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10775 - Update `master` from `5.x` by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/10803 - Fix the tests broken when running with Paratest by [@&#8203;weirdan](https://github.com/weirdan) in https://github.com/vimeo/psalm/pull/11122 - Fix grammar by [@&#8203;MoonE](https://github.com/MoonE) in https://github.com/vimeo/psalm/pull/11154 - Merge 5.x by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11164 - Normalize callmap by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11174 - Normalize callmap by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11175 - Remove unnecessary array spread of temp arrays by [@&#8203;MoonE](https://github.com/MoonE) in https://github.com/vimeo/psalm/pull/11182 - PHP 8.4 support, dictionary refactoring by [@&#8203;danog](https://github.com/danog) in https://github.com/vimeo/psalm/pull/11169 - Add support for PHP 8.4 by [@&#8203;GromNaN](https://github.com/GromNaN) in https://github.com/vimeo/psalm/pull/10928 ##### Typos - Fix typos by [@&#8203;szepeviktor](https://github.com/szepeviktor) in https://github.com/vimeo/psalm/pull/10963 ##### Other changes - Update nikic/php-parser to 5.0 by [@&#8203;edsrzf](https://github.com/edsrzf) in https://github.com/vimeo/psalm/pull/10567 - :bug: Fix "Config supression" link by [@&#8203;homersimpsons](https://github.com/homersimpsons) in https://github.com/vimeo/psalm/pull/11185 #### New Contributors - [@&#8203;braindawg](https://github.com/braindawg) made their first contribution in https://github.com/vimeo/psalm/pull/10276 - [@&#8203;elazar](https://github.com/elazar) made their first contribution in https://github.com/vimeo/psalm/pull/11105 - [@&#8203;mkilmanas](https://github.com/mkilmanas) made their first contribution in https://github.com/vimeo/psalm/pull/11172 - [@&#8203;homersimpsons](https://github.com/homersimpsons) made their first contribution in https://github.com/vimeo/psalm/pull/11185 **Full Changelog**: https://github.com/vimeo/psalm/compare/5.26.1...6.0.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
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/vimeo-psalm-6.x:renovate/vimeo-psalm-6.x
git checkout renovate/vimeo-psalm-6.x
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/app_template#55
No description provided.