larastreamers
larastreamers copied to clipboard
Bump nunomaduro/larastan from 2.4.1 to 2.6.0
Bumps nunomaduro/larastan from 2.4.1 to 2.6.0.
Release notes
Sourced from nunomaduro/larastan's releases.
2.6.0
What's Changed
- feat: add generics to more methods in Relation stub by
@rene-bos
in nunomaduro/larastan#1596- feat: create options to disable migration and schema scanning by
@CalebDW
in nunomaduro/larastan#1573- Add translation return type extensions. by
@mad-briller
in nunomaduro/larastan#1594- fix: correct return type of
Illuminate\Database\Query\Builder::pluck()
in stubs/QueryBuilder.stub by@Quarkay
in nunomaduro/larastan#1612- fix: Http/Request.stub types are incorrect by
@tpetry
in nunomaduro/larastan#1618- fix: consider camel cased relations in relation count property by
@canvural
in nunomaduro/larastan#1628- fix: Collection::random with model by
@drrcknlsn
in nunomaduro/larastan#1627New Contributors
@Quarkay
made their first contribution in nunomaduro/larastan#1612@drrcknlsn
made their first contribution in nunomaduro/larastan#1627Full Changelog: https://github.com/nunomaduro/larastan/compare/2.5.2...v2.6.0
2.5.2
What's Changed
- feat: console command analysis by
@canvural
in nunomaduro/larastan#1576- fix duplicate SQL parsing and add docs by
@CalebDW
in nunomaduro/larastan#1569- improve HigherOrderCollectionProxyExtension by
@szepeviktor
in nunomaduro/larastan#1574- fix: consider custom collections with HOCPs by
@canvural
in nunomaduro/larastan#1582- feat: add support for relationship count property by
@canvural
in nunomaduro/larastan#1583- fix: internal error with macros defined by a string by
@villfa
in nunomaduro/larastan#1595- test: Fix the line numbers after CS changes by
@villfa
in nunomaduro/larastan#1616- fix:
transform
callable argument is never null by@erikgaal
in nunomaduro/larastan#1585- feat: add
Tappable
stub by@erikgaal
in nunomaduro/larastan#1586New Contributors
@CalebDW
made their first contribution in nunomaduro/larastan#1569@villfa
made their first contribution in nunomaduro/larastan#1595 💝Full Changelog: https://github.com/nunomaduro/larastan/compare/2.5.1...2.5.2
2.5.1
What's Changed?
Fixes
- Use
getObjectClassNames
(https://github.com/nunomaduro/larastan/commit/072e2c9566ae000bf66c92384fc933b81885244b)Full Changelog: https://github.com/nunomaduro/larastan/compare/2.5.0...2.5.1
2.5.0
What's Changed
Features
- feat: add stub for transform helper method by
@erikgaal
in nunomaduro/larastan#1551
... (truncated)
Commits
ccac5b2
fix: Collection::random with model (#1627)ea0bd69
fix: consider camel cased relations in relation count property (#1628)684982d
fix: Http/Request.stub types are incorrect (#1618)7b58412
fix: correct return type ofIlluminate\Database\Query\Builder::pluck()
in s...fbc9809
Add translation return type extensions. (#1594)d66fd5c
feat: create options to disable migration and schema scanning (#1573)738840c
feat: add generics to more methods in Relation stub (#1596)0750017
Merge pull request #1619 from nunomaduro/analysis-LZRjZP9f470af
Apply fixes from StyleCIb70e369
feat: addTappable
stub (#1586)- Additional commits viewable in compare view
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)