ekmungai / eloquent-ifrs

Eloquent Double Entry Accounting with a focus on IFRS Compliant Reporting
MIT License
334 stars 68 forks source link

Upgrade: Bump nunomaduro/larastan from 0.5.8 to 0.7.12 #79

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps nunomaduro/larastan from 0.5.8 to 0.7.12.

Release notes

Sourced from nunomaduro/larastan's releases.

0.7.12

Added

  • Support for AsArrayObject and AsCollection model casts.
  • Use bleeding edge config to run tests.

Fixed

  • Corrected stubs from bleeding edge feedback.
  • Changed EloquentBuilder stub to fix several relation builder methods return types when custom builder is used. (#899) Thanks @​fragkp
  • Changed EloquentBuilder stub to fix whereHas return type when custom builder is used. (#896) Thanks @​fragkp

Changed

  • Refactored tests to separate Laravel 8 specific tests.

0.7.11

Added

Changed

  • Laravel 9 tests cannot run on PHP 7.4

0.7.9

Fixed

  • Fixed an issue where accessing dateClass property directly causing issues. (#865)

0.7.8

Fixed

  • Revert "fix bootstrap path (#852)" #858

0.7.7

Added

  • Use checkExplicitMixed PHPStan option when running tests (#844)
  • Added .github folder to the export list (#849) Thanks @​dingo-d
  • Added support for detecting nested trait usage for SoftDeletes trait (#838) Thanks @​IAmRGroot
  • Added support for vendor-dir (#850) Thanks @​rajyan

Fixed

  • Correct return type for restore method
  • Nullable properties should not be overwritten when applying model casts
  • Fixed suggest in Composer config (#846) Thanks @​szepeviktor
  • Fixed bootstrap path (#852) Thanks @​rajyan

... (truncated)

Changelog

Sourced from nunomaduro/larastan's changelog.

[0.7.12] - 2021-07-26

Added

  • Support for AsArrayObject and AsCollection model casts.
  • Use bleeding edge config to run tests.

Fixed

  • Corrected stubs from bleeding edge feedback.
  • Changed EloquentBuilder stub to fix several relation builder methods return types when custom builder is used. (#899) Thanks @​fragkp
  • Changed EloquentBuilder stub to fix whereHas return type when custom builder is used. (#896) Thanks @​fragkp

Changed

  • Refactored tests to separate Laravel 8 specific tests.

[0.7.11] - 2021-07-22

Added

Changed

  • Laravel 9 tests cannot run on PHP 7.4

[0.7.10] - 2021-07-07

Fixed

  • Fixed an issue when using return null in PHPDocs forced the return keyword on the code. (1e85de7)

[0.7.9] - 2021-07-05

Fixed

  • Fixed an issue where accessing dateClass property directly causing issues. (#865)

[0.7.8] - 2021-07-02

Fixed

  • Revert "fix bootstrap path" (#858)

[0.7.7] - 2021-07-01

Added

  • Use checkExplicitMixed PHPStan option when running tests (#844)

... (truncated)

Commits
  • b2da312 docs: prepare release 0.7.12
  • ab50705 fix: add missing relation builder method stubs (#899)
  • 62f3cd5 trigger GitHub actions
  • e45b550 fix: dont import Laravel 8 specific class names
  • 3b34c7e refactor: move Laravel 8 tests into its own test case
  • 0f0103b refactor: move analyze method into the trait
  • 885a3da refactor: dont run Laravel 8 tests
  • 068a930 refactor: extract ExecutesLarastan trait for test cases to use
  • ff55edb Fix typo
  • 4cc75b9 fix: customer eloquent builder return wrong type when whereHas is used (#896)
  • 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)
dependabot[bot] commented 3 years ago

Looks like nunomaduro/larastan is up-to-date now, so this is no longer needed.