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.7.12 to 0.7.13 #94

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps nunomaduro/larastan from 0.7.12 to 0.7.13.

Release notes

Sourced from nunomaduro/larastan's releases.

0.7.13

Fixed

Added

  • Support global macros on the eloquent query builder.
  • Partial support for defining columns with foreignIdFor in migrations. (#932) Thanks @​Josh-G
  • Extension for collect helper and Collection::make (#904)
  • Support for scopes defined in model docblocks (88422fb)
  • rescue helper stub (#961) Thanks @​jrmajor
  • Added trait_exists to ensure orchestra/testbench is installed for packages. (#957) Thanks @​rajyan
  • Larastan now finds Laravel app even if it's not in the current working directory
Changelog

Sourced from nunomaduro/larastan's changelog.

[0.7.13] - 2021-10-14

Fixed

Added

  • Support global macros on the eloquent query builder.
  • Partial support for defining columns with foreignIdFor in migrations. (#932) Thanks @​Josh-G
  • Extension for collect helper and Collection::make (#904)
  • Support for scopes defined in model docblocks (88422fb)
  • rescue helper stub (#961) Thanks @​jrmajor
  • Added trait_exists to ensure orchestra/testbench is installed for packages. (#957) Thanks @​rajyan
Commits
  • 60f19f8 docs: prepare release 0.7.13
  • 92e474d Update README.md
  • df67616 docs: fixes installation process
  • dfd4687 feat adds rescue helper stub (#961)
  • 74e8d7f fix: adds trait_exists to ensure orchestra/testbench is installed (#957)
  • 4c28a2e Merge pull request #959 from nunomaduro/szepeviktor-patch-1
  • 2b19d5c Resolve psr/log version conflict in tests
  • a09b4d4 Merge pull request #939 from nunomaduro/analysis-7a0bNZ
  • 0d52e86 Apply fixes from StyleCI
  • 88422fb feat: support scopes defined in model docblocks
  • 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 2 years ago

Superseded by #98.