Skip to content

Bump psalm/plugin-laravel from 1.4.9 to 1.5.1

Created by: dependabot[bot]

Bumps psalm/plugin-laravel from 1.4.9 to 1.5.1.

Release notes

Sourced from psalm/plugin-laravel's releases.

v1.5.1 🌈

What's Changed

🚀 New Functionality

v1.5.0 🌈

What's Changed

🚀 New Functionality

  • Suppress UnusedClass/PossiblyUnusedMethod on well-known classes/methods of fresh Laravel/Lumen projects (#183) @​caugner
  • Ensure factory() helper is gone in Laravel 8+ (#182) @​caugner
  • fix: ignore PropertyNotSetInConstructor in Console\Command, Http\FormRequest and Notifications\Notifications classes (#172) @​caugner

🐛 Bug Fixes

🔨 Maintenance

Commits
  • 183c230 Merge pull request #189 from caugner/run-artisan-make-in-laravel-test
  • 8d29e5b chore: suppress RedundantCast to avoid bug
  • 1bcfe70 fix: update baseline
  • 3ac3408 fix: suppress more issues in make:* classes
  • 5ecde44 test(laravel): run make:* commands
  • 723221a chore: update baseline
  • 401856a Merge pull request #188 from CristianGiordano/fix-database-migrations-path
  • 3b9f8f4 Use application for database migrations path
  • 29f33e9 Fix nested path
  • 5196f8f Merge pull request #157 from caugner/firstOrCreate-firstOrNew
  • 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 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)

Merge request reports