Skip to content

Bump larastan/larastan from 3.10.0 to 3.12.2 - #8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/larastan/larastan-3.12.2
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/larastan/larastan-3.12.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 25, 2026

Copy link
Copy Markdown

Bumps larastan/larastan from 3.10.0 to 3.12.2.

Release notes

Sourced from larastan/larastan's releases.

3.12.2

What's Changed

Fixed

  • Improve unused view detection for mail content, Mail::send(), concatenated view names, and slash-separated Blade view names by @​FeBe95 in #2479
  • Preserve unsigned column types when an integer cast is applied and support them in higher-order collection sum() calls by @​canvural in 6f44183
  • Recognize quiet increment and decrement methods forwarded by models by @​canvural in 0196dee
  • Treat schema dump columns without NOT NULL as nullable by @​canvural in 29c3d08
  • Use Builder<Model> when a relationship path cannot be followed through an unknown model by @​MizouziE in #2549
  • Detect Octane container injection in arrow functions by @​arpitjain099 in #2551

Performance

Internal

New Contributors

Full Changelog: v3.12.1...v3.12.2

3.12.1

What's Changed

Fixed

  • Preserve custom builder types in relation count queries and BelongsToMany::firstWhere() callbacks by @​canvural in 2e561c8
  • Allow null and object HTTP request body data by @​lazerg in #2507

Changed

Internal

Full Changelog: v3.12.0...v3.12.1

3.12.0

What's Changed

... (truncated)

Commits
  • c328727 perf: cache Attribute ObjectType instances in ModelPropertyHelper (#2552)
  • 36015ce fix: flag Octane container injection in arrow functions (#2551)
  • becdaa6 fix: don't fall back to the declaring model when a relation path can't be fol...
  • 79091ad test: gate model incrementEach assertions by Laravel version
  • 29c3d08 fix: treat schema dump columns without NOT NULL as nullable
  • 0196dee fix: forward quiet increment and decrement methods on models
  • 6f44183 fix: keep unsigned column types when an integer cast is applied
  • 6b93c1f chore: optimize GHA workflows
  • 91c1a5d [3.x] Improve view name detection for UnusedViewsRule (#2479)
  • 168fd3b chore: update AGENTS file
  • Additional commits viewable 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 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.10.0 to 3.12.2.
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.10.0...v3.12.2)

---
updated-dependencies:
- dependency-name: larastan/larastan
  dependency-version: 3.12.2
  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 Sep 25, 2026
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