Skip to content

Bump larastan/larastan from 3.7.2 to 3.8.0#42

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/composer/larastan/larastan-3.8.0
Nov 5, 2025
Merged

Bump larastan/larastan from 3.7.2 to 3.8.0#42
github-actions[bot] merged 1 commit intomainfrom
dependabot/composer/larastan/larastan-3.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2025

Bumps larastan/larastan from 3.7.2 to 3.8.0.

Release notes

Sourced from larastan/larastan's releases.

3.8.0

What's Changed

Added

Add optional phpMyAdmin SQL parser integration by @​canvural in larastan/larastan#2388

Larastan can now detect automatically if you have phpmyadmin/sql-parser package 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-int larastan/larastan@52aa393

Fixed

Internal

Full Changelog: larastan/larastan@v3.7.2...v3.8.0

Commits
  • d13ef96 fix tests
  • 52aa393 feat: treat unsigned database columns as non-negative-int
  • 9ef2a7b fix: run only SQL parser tests in phpmyadmin CI job
  • 8245ac3 chore: use cached parser for parsing migrations
  • 0ea3de7 fix: cache model casts
  • 974100d fix: add int to Enumerable::pluck argument
  • 2be8fcf feat: add optional phpMyAdmin SQL parser integration (#2388)
  • b1cf0c8 feat: add some fixable nodes
  • 5d5c877 chore: phpunit hasProperty/getProperty deprecations (#2379)
  • See full diff in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [larastan/larastan](https://github.com/larastan/larastan) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.7.2...v3.8.0)

---
updated-dependencies:
- dependency-name: larastan/larastan
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Nov 5, 2025
@dependabot dependabot bot requested a review from onairmarc as a code owner November 5, 2025 18:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Nov 5, 2025
@coderabbitai
Copy link

coderabbitai bot commented Nov 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/composer/larastan/larastan-3.8.0

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot merged commit d056d13 into main Nov 5, 2025
5 checks passed
@github-actions github-actions bot deleted the dependabot/composer/larastan/larastan-3.8.0 branch November 5, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants