ekmungai / eloquent-ifrs

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

Upgrade: Bump nunomaduro/larastan from 0.5.8 to 0.7.7 #65

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps nunomaduro/larastan from 0.5.8 to 0.7.7.

Release notes

Sourced from nunomaduro/larastan's releases.

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

  • increment and decrement methods on query builder has side effects

0.7.4

Fixed

0.7.3

Added

  • Octane compatibility checking rule (#809)

OctaneCompatibilityRule

This is an optional rule that can check your application for Laravel Octane compatibility. You can enable it by adding checkOctaneCompatibility: true to your parameters array in the config file.

0.7.2

Fixed

... (truncated)

Changelog

Sourced from nunomaduro/larastan's changelog.

[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

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

[0.7.5] - 2021-04-29

Added

Changed

  • Cleanup call forwarding logic in extensions (#816)

Fixed

  • increment and decrement methods on query builder has side effects

[0.7.4] - 2021-04-16

Fixed

[0.7.3] - 2021-04-12

Added

  • Octane compatibility checking rule (#809)

... (truncated)

Commits
  • 354088b docs: prepare release 0.7.7
  • d8d1a90 fix bootstrap path (#852)
  • 18de454 feat: add support for vendor-dir (#850)
  • 22e68b3 feat: adds support for detecting nested trait usage for SoftDeletes trait
  • 8d192e2 Merge pull request #849 from dingo-d/remove-github-folder-from-release
  • 6b333ee Add .github folder to the export list
  • 9511bb8 Merge pull request #846 from nunomaduro/szepeviktor-patch-1
  • 1864ac4 Fix suggest in Composer config
  • 6381730 fix: nullable properties should not be overwritten when applying model casts
  • 884b701 feat: use checkExplicitMixed PHPStan option when running tests (#844)
  • 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 #66.