Skip to content

chore(deps-dev): update vimeo/psalm requirement from 6.16.1 to 6.17.0 in /vendor-bin/psalm - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/vendor-bin/psalm/vimeo/psalm-6.17.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/vendor-bin/psalm/vimeo/psalm-6.17.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown

Updates the requirements on vimeo/psalm to permit the latest version.

Release notes

Sourced from vimeo/psalm's releases.

6.17.0

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 vimeo/psalm#11875

Fixes

Docs

Internal changes

Other changes

New Contributors

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

Commits
  • 056992a Drop voidParamType test: php-parser 5.8 rejects void params at parse time
  • 7b50a17 Fix Mockery 1.6.15 compatibility in plugin tests
  • a2892df Fix macOS CI: bump setup-php to v2.37.2 so PHP 8.5 installs on macos-15
  • 7385c40 Remove dead write-only static properties and simplify ScopeAnalyzer break/con...
  • 0090471 Clean up redundant assignment-conditions and repeated getArgs() calls (#11888)
  • be7afcf Add type variable support for class templates (#11875)
  • 778320a Keep foreach key/value non-nullable after a breaking loop (#11874)
  • de84ad4 Merge pull request #11861 from liviuconcioiu/diff
  • 6d2d73f fix: pin GitHub Actions to SHA for supply chain security (#11863)
  • 668b056 Allow sebastian/diff 9
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@6.16.1...6.17.0)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-version: 6.17.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants