Bump nunomaduro/larastan from 2.8.1 to 2.9.2
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
- feat: return all auth models when no guard is specified by
@calebdw
in larastan/larastan#1848Fixed
- Fix UnusedViewsRule not providing an existing file path to RuleErrorBuilder by
@mad-briller
in larastan/larastan#1862Internal
- chore: setup codestyle checks by
@canvural
in larastan/larastan#1867Full Changelog: https://github.com/larastan/larastan/compare/v2.9.1...v2.9.2
2.9.1
What's Changed
Added
- Add support for restoreOrCreate and createOrRestore SoftDelete macros. by
@mad-briller
in larastan/larastan#1859- chore: add
withWhereHas
method to supported Eloquent Builder methods by@akinoriakatsuka
in larastan/larastan#1853Fixed
- 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
andmapWithKeys
methods of Eloquent collection returns a Eloquent collection if model is returned from the callback 097a2d29409e5568166b66a3b703e2f7a2491931Internal
- chore: add tests for LazyCollection flatmap by
@calebdw
in larastan/larastan#1851- Added error identifiers to Larastan's rules https://github.com/larastan/larastan/commit/b3f95c426c41476e6ca6853acc234ff20b90c721
New Contributors
@akinoriakatsuka
made their first contribution in larastan/larastan#1853Full Changelog: https://github.com/larastan/larastan/compare/v2.9.0...v2.9.1
2.9.0
Added
- feat: return array shape from model only method by
@calebdw
in larastan/larastan#1834- feat: detect usage of env() function outside of config folder by
@calebdw
in larastan/larastan#1828- feat: infer nullable type information by filled/blank function calls by
@tpetry
in larastan/larastan#1843- Add stub for Str::replace by
@besanek
in larastan/larastan#1840- Add stubs for Collection->pop and Collection->shift by
@simon-tma
in larastan/larastan#1827- Added
toRawSql
,dumpRawSql
andddRawSql
toQueryBuilder.stub
by@eusonlito
in larastan/larastan#1823
... (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