Skip to content

Bump nunomaduro/larastan from 2.8.1 to 2.9.2

Dependabot requested to merge dependabot-composer-nunomaduro-larastan-2.9.2 into main

Bumps nunomaduro/larastan from 2.8.1 to 2.9.2.

Release notes

Sourced from nunomaduro/larastan's releases.

2.9.2

What's Changed

Added

Fixed

Internal

Full Changelog: https://github.com/larastan/larastan/compare/v2.9.1...v2.9.2

2.9.1

What's Changed

Added

Fixed

  • Fixed issue where collections with invalid templates configured would cause a fatal error. by @​mad-briller in larastan/larastan#1863
  • Fixed a case with macros registered as static methods with array syntax 42d526244b2671229bc2ca05abde7a519f7ec5f8
  • Fixed an issue where map and mapWithKeys methods of Eloquent collection returns a Eloquent collection if model is returned from the callback 097a2d29409e5568166b66a3b703e2f7a2491931

Internal

New Contributors

Full Changelog: https://github.com/larastan/larastan/compare/v2.9.0...v2.9.1

2.9.0

Added

... (truncated)

Commits
  • a79b46b fix YAML quoting in coding-standard.yml
  • 01d4029 chore: setup codestyle checks (#1867)
  • 30ff336 feat: return all auth models when no guard is specified (#1848)
  • 0d14ac1 fix: UnusedViewsRule not providing an existing file path to RuleErrorBuilder ...
  • 467113c chore(deps): upgrade Github actions
  • 097a2d2 fix: adds special case for map and mapWithKeys collection methods
  • bf55c4c fix: indent EloquentCollection.stub
  • a420e73 fix: map and mapWithKeys would return Eloquent collection if return type cont...
  • 42d5262 handle case where macro callable can have string in array
  • 39639ff feat: add whereRelation to RelationExistenceRule
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading