Skip to content

chore(deps-dev): Bump vimeo/psalm from 6.16.1 to 6.17.0 in /vendor-bin/psalm - #8402

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/composer/vendor-bin/psalm/vimeo/psalm-6.17.0
Sep 15, 2026
Merged

github-actions[bot] merged 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
Contributor

Bumps vimeo/psalm from 6.16.1 to 6.17.0.

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 compatibility score

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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 14, 2026 16:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 14, 2026
@github-project-automation github-project-automation Bot moved this to 0. Backlog in Roadmap Sep 14, 2026
@github-actions
github-actions Bot enabled auto-merge September 14, 2026 16:04
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 6.16.1 to 6.17.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@vitormattos
vitormattos force-pushed the dependabot/composer/vendor-bin/psalm/vimeo/psalm-6.17.0 branch from d17d8a7 to 98a1b16 Compare September 15, 2026 02:41
@github-project-automation github-project-automation Bot moved this from 0. Backlog to 1. to do in Roadmap Sep 15, 2026
@github-actions
github-actions Bot merged commit 9613622 into main Sep 15, 2026
69 of 70 checks passed
@github-actions
github-actions Bot deleted the dependabot/composer/vendor-bin/psalm/vimeo/psalm-6.17.0 branch September 15, 2026 03:57
@github-project-automation github-project-automation Bot moved this from 1. to do to 4. to release in Roadmap Sep 15, 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

Status: 4. to release

Development

Successfully merging this pull request may close these issues.

1 participant