generated from wayofdev/laravel-package-tpl
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Update PHPStan packages (major) #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-phpstan-packages
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
a054f78 to
10ede88
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.6->^3.0^1.10->^2.0^1.1->^2.0^1.3->^2.0^1.5->^2.0Release Notes
larastan/larastan (nunomaduro/larastan)
v3.8.0: 3.8.0Compare Source
What's Changed
Added
Add optional phpMyAdmin SQL parser integration by @canvural in #2388
Larastan can now detect automatically if you have
phpmyadmin/sql-parserpackage and use that to parse your squashed database migrations. This parser package has better support for different SQL keywords. Note: The package has GPL 2 license. Meaning if you install it and distribute your app with it you also need to have GPL 2 licensed application. But generally this is not a problem because you should install Larastan and the sql-parser package as a development dependency and remove these development dependencies while deploying your application to production.Treat unsigned database columns as
non-negative-int52aa393Fixed
974100d0ea3de78245ac3Internal
Full Changelog: larastan/larastan@v3.7.2...v3.8.0
v3.7.2: 3.7.2Compare Source
What's Changed
Added
Fixed
Full Changelog: larastan/larastan@v3.7.1...v3.7.2
v3.7.1: 3.7.1Compare Source
What's Changed
Added
Full Changelog: larastan/larastan@v3.7.0...v3.7.1
v3.7.0: 3.7.0Compare Source
What's Changed
Added
public constinSchematable names by @riasvdv in #2315TDeclaringModelto code snippet by @ramonrietdijk in #2349NoMissingTranslationsRuleby @ramonrietdijk in #2340NoPublicModelScopeAndAccessorRuleFixed
New Contributors
Full Changelog: larastan/larastan@v3.6.1...v3.7.0
v3.6.1Compare Source
What's Changed
Fixed
Documentation
New Contributors
Full Changelog: larastan/larastan@v3.6.0...v3.6.1
v3.6.0Compare Source
Added 🪄
getCountForPaginationas a pass-thru for Laravel versions >= 12.15 by @cosmastech in #2301Config::collection()calls (only for Laravel >= 12.20.0) Note: NeedscheckConfigTypesparameter to be enabled in the config.NoAuthFacadeInRequestScopeRuleandNoAuthHelperInRequestScopeRuleRead more about it hereConfigCollectionRuleto warn you if you pass a config option that is not an array toConfig::collectioncall. Note: NeedscheckConfigTypesparameter to be enabled in the config.pluckon collections with closures. (only for Laravel >= 12.20.0)fd16758Internal ⚙️
6431d01New Contributors
Full Changelog: larastan/larastan@v3.5.0...v3.6.0
v3.5.0Compare Source
What's Changed
Added
Fixed
NoEnvCallsOutsideOfConfigRuleby @sertxudev in #2298New Contributors
Full Changelog: larastan/larastan@v3.4.2...v3.5.0
v3.4.2Compare Source
What's Changed
New Contributors
Full Changelog: larastan/larastan@v3.4.1...v3.4.2
v3.4.1Compare Source
What's Changed
New Contributors
Full Changelog: larastan/larastan@v3.4.0...v3.4.1
v3.4.0Compare Source
3.4.0
This release includes bunch of new features that will help you fix some PHPStan level 7 errors 💪🏽
Features 🚀
chunkWhilestubLangGetReturnTypeExtensionextension and64d7afeAppfacadeenvironmentmethodInteractsWithInputstubFormRequestSafeDynamicMethodReturnTypeExtensionCookie::getmethodgeneralizeEnvReturnTypeconfig option and extension ✨ Read more about it here.configreturn types:31e3302,1640954,8787a14,3ea3de4✨ Read more about it here.Fixes 🐛
valuehelper function:a532dac,4120644configandenvfunction default arg can beClosureDocs 📝
neonhighlighting by @FeBe95 in #2258New Contributors
Full Changelog: larastan/larastan@v3.3.1...v3.4.0
v3.3.1Compare Source
What's Changed
New Contributors
Full Changelog: larastan/larastan@v3.3.0...v3.3.1
v3.3.0Compare Source
What's Changed
New Contributors
Full Changelog: larastan/larastan@v3.2.0...v3.3.0
v3.2.0Compare Source
What's Changed
phpmyadmin/sql-parserbyiamcal/sql-parser.New Contributors
Full Changelog: larastan/larastan@v3.1.0...v3.2.0
v3.1.0Compare Source
What's Changed
Full Changelog: larastan/larastan@v3.0.4...v3.1.0
v3.0.4Compare Source
Improvements
Latest PHPStan version compatibility
Full Changelog: larastan/larastan@v3.0.3...v3.0.4
v3.0.3Compare Source
What's Changed
New Contributors
Full Changelog: larastan/larastan@v3.0.2...v3.0.3
v3.0.2Compare Source
What's changed?
Updated minimum required PHPStan version to 2.0.2
Full Changelog: larastan/larastan@v3.0.1...v3.0.2
v3.0.1Compare Source
What's Changed
Fixed
Internal
Also changes from 2.9.12
New Contributors
Full Changelog: larastan/larastan@v3.0.0...v3.0.1
v3.0.0: 3.0.0Compare Source
Larastan 3.0 🥳
This release adds compability with PHPStan 2 and drops support for Laravel versions < 11
Please make sure you read the both PHPStan's and Larastan's upgrade guides!
Notable changes:
v2.11.2Compare Source
What's Changed
New Contributors
Full Changelog: larastan/larastan@v3.4.1...v3.4.2
v2.11.1Compare Source
Fixes
postandquerycan returnarrayb94eb6d(#2270) by @rikvdhFull Changelog: larastan/larastan@v2.11.0...v2.11.1
v2.11.0Compare Source
2.11.0
This release includes bunch of new features that will help you fix some PHPStan level 7 errors 💪🏽
New Features 🚀
LangGetReturnTypeExtensionextensionAppfacadeenvironmentmethodInteractsWithInputstubFormRequestSafeDynamicMethodReturnTypeExtensionCookie::getmethodgeneralizeEnvReturnTypeconfig option and extensioncheckConfigTypesconfig parameter andConfigFunctionDynamicFunctionReturnTypeExtensionandConfigGetDynamicMethodReturnTypeExtensionand ignore callable constant strings Read more about it here.Fixes 🐛
valuehelper and check for callable instead of closureconfigandenvfunction default arg can beClosureFull Changelog: larastan/larastan@v2.10.0...v2.11.0
v2.10.0Compare Source
What's Changed
phpmyadmin/sql-parserbyiamcal/sql-parser.Full Changelog: larastan/larastan@v2.9.14...v2.10.0
v2.9.14Compare Source
Improvements
Latest PHPStan version compatibility
Full Changelog: larastan/larastan@v2.9.13...v2.9.14
v2.9.13: 2.9.13Compare Source
What's Changed
Full Changelog: larastan/larastan@v2.9.12...v2.9.13
v2.9.12Compare Source
What's Changed
Added
Collection::rejectby @spawnia in #2107Fixed
Full Changelog: larastan/larastan@v2.9.11...v2.9.12
v2.9.11: 2.9.11Compare Source
What's Changed
Fixed
Builder<*>by @calebdw in #2099f476d8fdf27912Internal
orchestra/testbench-coreinstead oforchestra/testbenchby @crynobone in #2105New Contributors
Full Changelog: larastan/larastan@v2.9.10...v2.9.11
v2.9.10: 2.9.10Compare Source
What's Changed
Added
CollectedByattributef43e0c4Fixed
uniquecollection method return typef97d92eEnumerable:makemethod return typeNew Contributors
Full Changelog: larastan/larastan@v2.9.9...v2.9.10
v2.9.9Compare Source
What's Changed
envwhen specifying default value by @bram-pkg in #1995ParametersAcceptorSelector::selectSingleby @staabm in #2054New Contributors
Full Changelog: larastan/larastan@v2.9.8...v2.9.9
v2.9.8Compare Source
What's Changed
Added
Fixed
New Contributors
Full Changelog: larastan/larastan@v2.9.7...v2.9.8
v2.9.7Compare Source
What's Changed
Added
$thistype for all Laravel macros automaticallyfdc7d29whereNotandorWhereNotby @ganyicz in #1958Fixed
Internal
New Contributors
Full Changelog: larastan/larastan@v2.9.6...v2.9.7
v2.9.6Compare Source
What's Changed
Added
castsmethod in66db15fFixed
Full Changelog: larastan/larastan@v2.9.5...v2.9.6
v2.9.5: 2.9.5Compare Source
What's Changed
Fixed:
solemethod toRelationstubs -56d7123ModelAppendsRuleoptional -4834d0fMaintanence
Full Changelog: larastan/larastan@v2.9.4...v2.9.5
v2.9.4Compare Source
What's Changed
Added
Fixed
reportparameter inrescuestub to match laravel by @carlalexander in #1911Internal
New Contributors
Full Changelog: larastan/larastan@v2.9.3...v2.9.4
v2.9.3Compare Source
What's Changed
Fixed
Internal
Full Changelog: larastan/larastan@v2.9.2...v2.9.3
v2.9.2: 2.9.2Compare Source
What's Changed
Added
Fixed
Internal
Full Changelog: larastan/larastan@v2.9.1...v2.9.2
v2.9.1: 2.9.1Compare Source
What's Changed
Added
withWhereHasmethod to supported Eloquent Builder methods by @akinoriakatsuka in #1853Fixed
42d5262mapandmapWithKeysmethods of Eloquent collection returns a Eloquent collection if model is returned from the callback097a2d2Internal
b3f95c4New Contributors
Full Changelog: larastan/larastan@v2.9.0...v2.9.1
v2.9.0: 2.9.0Compare Source
Added
toRawSql,dumpRawSqlandddRawSqltoQueryBuilder.stubby @eusonlito in #1823Fixed
cursormethod by @calebdw in #1825firstnot checking model properties by @calebdw in #1845Internal
New Contributors
Full Changelog: larastan/larastan@v2.8.1...v2.9.0
v2.8.1Compare Source
What's Changed?
Fixed
6e2729eModelFindExtension:b7cc6a2Full Changelog: larastan/larastan@v2.8.0...v2.8.1
v2.8.0[Compare Source](https://redirect.github.com/laras
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.