Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vimeo/psalm requirement from 5.9.* to 5.12.* #15071

Merged
merged 2 commits into from Jun 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2023

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

Release notes

Sourced from vimeo/psalm's releases.

5.12.0

What's Changed

Features

Fixes

Docs

Internal changes

New Contributors

Full Changelog: vimeo/psalm@5.11.0...5.12.0

Commits
  • f90118c Merge pull request #9805 from orklah/memory-psalter
  • f65d53f fix CS
  • d23616c allow using more than 8G of memory in psalter
  • cb34901 Merge pull request #9803 from orklah/zefzef
  • ed94de5 fix offset for type param changes
  • 22fd6fb Merge pull request #9788 from robchett/strpos_stripos_assert_non_empty
  • bd0ba6e Narrow the type of haystack when strpos != false
  • 0221ff1 Merge pull request #9796 from kkmuffme/get_class_methods-vars-non-empty-string
  • e23db18 methods and vars cannot be falsy
  • 69589eb Merge pull request #9795 from robchett/powReturnTypeProvider
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 requested a review from a team as a code owner May 31, 2023 11:25
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file PHP Pull requests that update Php code labels May 31, 2023
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@5.9.0...5.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@jakubtobiasz jakubtobiasz force-pushed the dependabot/composer/vimeo/psalm-5.12.star branch from d31e3b6 to 7b46aeb Compare June 3, 2023 08:04
@jakubtobiasz jakubtobiasz force-pushed the dependabot/composer/vimeo/psalm-5.12.star branch from 7b46aeb to 2f5e1f8 Compare June 3, 2023 08:09
@@ -231,7 +231,8 @@
"symfony/runtime": "^5.4.21 || ^6.0",
"symfony/web-profiler-bundle": "^5.4.21 || ^6.0",
"symplify/monorepo-builder": "^11.0",
"vimeo/psalm": "5.9.*"
"vimeo/psalm": "5.12.*",
"weirdan/doctrine-psalm-plugin": "^2.8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In version 5.12, Psalm started reporting false-positivies in one of the entities. Installing this plugin solved the problem without any modification in our config.

@jakubtobiasz jakubtobiasz merged commit 667c720 into 1.13 Jun 14, 2023
23 checks passed
@jakubtobiasz
Copy link
Member

Thank you, @dependabot[bot]!

@jakubtobiasz jakubtobiasz deleted the dependabot/composer/vimeo/psalm-5.12.star branch June 14, 2023 10:05
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.

None yet

1 participant