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.11 #78

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps nunomaduro/larastan from 0.5.8 to 0.7.11.

Release notes

Sourced from nunomaduro/larastan's releases.

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

0.7.6

Fixed

  • Update link to Octane dependency injection docs (#829) Thanks @​spawnia

0.7.5

Added

Changed

  • Cleanup call forwarding logic in extensions (#816)

Fixed

... (truncated)

Changelog

Sourced from nunomaduro/larastan's changelog.

[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)
  • 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

[0.7.6] - 2021-05-18

Fixed

... (truncated)

Commits
  • 9e777a9 docs: explain 0.7.11 changes
  • 581b7dd docs: release 0.7.11
  • 2b6879d feat: add more precise declarations to Factory stub (#888)
  • 49aa50c Merge pull request #886 from nunomaduro/szepeviktor-patch-1
  • 013f3d8 Allow Laravel 9 to fail in CI
  • 72aa0af feat: support for orWhere HigherOrderBuilderProxy property (#884)
  • 6a03ad7 fix: infer correct model factory when HasFactory trait is used in parent model
  • a51374e fix: false positive for local model query scopes that starts with where (#872)
  • 266d21b Merge pull request #873 from nunomaduro/szepeviktor-patch-1
  • 79520b0 Laravel 9 needs modern symfony/process
  • 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

Superseded by #79.