Open
Conversation
e2a98f6 to
4a14832
Compare
4a14832 to
b5d3ff7
Compare
b5d3ff7 to
492a20f
Compare
492a20f to
794549c
Compare
Contributor
Author
|
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
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:
3.7.2→3.9.22.1.28→2.1.382.0.6→2.0.82.2.0→2.3.0Release Notes
larastan/larastan (larastan/larastan)
v3.9.2: 3.9.2Compare Source
What's Changed
Added
ENUMtypes in squashed migrations by @ngmy in #2434Fixed
0ac2cfaNew Contributors
Full Changelog: larastan/larastan@v3.9.1...v3.9.2
v3.9.1: 3.9.1Compare Source
What's Changed
Fixed
Full Changelog: larastan/larastan@v3.9.0...v3.9.1
v3.9.0: 3.9.0Compare Source
What's Changed
Added
enableMigrationCacheoption, disabled by default) in9b35634and82c1889Read more about it hereparseModelCastsMethodoption for better cast inference inafd5944Read more about it here:1756b49Fixed
7d521364894e25New Contributors
Full Changelog: larastan/larastan@v3.8.1...v3.9.0
v3.8.1: 3.8.1Compare Source
What's Changed
PendingRequestgeneric9b7eccdNew Contributors
Full Changelog: larastan/larastan@v3.8.0...v3.8.1
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
phpstan/phpstan-phar-composer-source (phpstan/phpstan)
v2.1.38Compare Source
v2.1.37Compare Source
v2.1.36Compare Source
v2.1.35Compare Source
v2.1.34Compare Source
v2.1.33Compare Source
v2.1.32Compare Source
v2.1.31Compare Source
v2.1.30Compare Source
v2.1.29Compare Source
phpstan/phpstan-strict-rules (phpstan/phpstan-strict-rules)
v2.0.8Compare Source
v2.0.7Compare Source
shipmonk-rnd/phpstan-baseline-per-identifier (shipmonk/phpstan-baseline-per-identifier)
v2.3.0Compare Source
New features
split-phpstan-baselinecommand now automatically deletes baseline files that no longer have corresponding errors.{ "scripts": { "generate:baseline:phpstan": [ "phpstan --generate-baseline=baselines/_loader.neon", - "find baselines/ -type f -not -name _loader.neon -delete", "split-phpstan-baseline baselines/_loader.neon" ] } }Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.