Bump laravel/framework from 12.38.1 to 12.39.0 #531

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-12.39.0 into main
dependabot[bot] commented 2025-11-19 00:10:44 +00:00 (Migrated from github.com)

Bumps laravel/framework from 12.38.1 to 12.39.0.

Release notes

Sourced from laravel/framework's releases.

v12.39.0

Changelog

Sourced from laravel/framework's changelog.

v12.39.0 - 2025-11-18

Commits

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 [laravel/framework](https://github.com/laravel/framework) from 12.38.1 to 12.39.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/releases">laravel/framework's releases</a>.</em></p> <blockquote> <h2>v12.39.0</h2> <ul> <li>[12.x] <code>ApplicationBuilder@withExceptions()</code> improvements by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57778">laravel/framework#57778</a></li> <li>Carry <code>--force</code> to <code>make:test</code> for generators with <code>--test</code> by <a href="https://github.com/CasEbb"><code>@​CasEbb</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57777">laravel/framework#57777</a></li> <li>[12.x] Fix <code>Request::getAcceptableContentTypes()</code> changes in Symfony 7.4 by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57783">laravel/framework#57783</a></li> <li>[12.x] Accept string bindings in give attribute by <a href="https://github.com/pjotrvdh"><code>@​pjotrvdh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57747">laravel/framework#57747</a></li> <li>[12.x] Fix <code>WithCachedConfig</code> to work with parallel test runs by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57785">laravel/framework#57785</a></li> <li>[12.x] Tailwind pagination styling/accessibility updates by <a href="https://github.com/browner12"><code>@​browner12</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57793">laravel/framework#57793</a></li> <li>[12.x] <code>RequestException</code>: attempt to summarize message before reporting by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57767">laravel/framework#57767</a></li> <li>[12.x] create new <code>@hasStack</code> Blade directive by <a href="https://github.com/browner12"><code>@​browner12</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57788">laravel/framework#57788</a></li> <li>Add <code>--middleware</code> filter to <code>route:list</code> by <a href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57797">laravel/framework#57797</a></li> <li>[12.x] Fix stale in-memory SQLite connections after re-migration in RefreshDatabase by <a href="https://github.com/PouyaPour"><code>@​PouyaPour</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57716">laravel/framework#57716</a></li> <li>[12.x] Type-hint the <code>ResourceCollection::$collection</code> property as nullable by <a href="https://github.com/lorenzolosa"><code>@​lorenzolosa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57807">laravel/framework#57807</a></li> <li>[12.x] Fix <code>Factory@insert()</code> to allow for array casts by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57794">laravel/framework#57794</a></li> <li>[12.x] Improve typehints for <code>Http::pool()</code> by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57811">laravel/framework#57811</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/blob/12.x/CHANGELOG.md">laravel/framework's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/laravel/framework/compare/v12.38.1...v12.39.0">v12.39.0</a> - 2025-11-18</h2> <ul> <li>[12.x] <code>ApplicationBuilder@withExceptions()</code> improvements by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57778">laravel/framework#57778</a></li> <li>Carry <code>--force</code> to <code>make:test</code> for generators with <code>--test</code> by <a href="https://github.com/CasEbb"><code>@​CasEbb</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57777">laravel/framework#57777</a></li> <li>[12.x] Fix <code>Request::getAcceptableContentTypes()</code> changes in Symfony 7.4 by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57783">laravel/framework#57783</a></li> <li>[12.x] Accept string bindings in give attribute by <a href="https://github.com/pjotrvdh"><code>@​pjotrvdh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57747">laravel/framework#57747</a></li> <li>[12.x] Fix <code>WithCachedConfig</code> to work with parallel test runs by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57785">laravel/framework#57785</a></li> <li>[12.x] Tailwind pagination styling/accessibility updates by <a href="https://github.com/browner12"><code>@​browner12</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57793">laravel/framework#57793</a></li> <li>[12.x] <code>RequestException</code>: attempt to summarize message before reporting by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57767">laravel/framework#57767</a></li> <li>[12.x] create new <code>@hasStack</code> Blade directive by <a href="https://github.com/browner12"><code>@​browner12</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57788">laravel/framework#57788</a></li> <li>Add <code>--middleware</code> filter to <code>route:list</code> by <a href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57797">laravel/framework#57797</a></li> <li>[12.x] Fix stale in-memory SQLite connections after re-migration in RefreshDatabase by <a href="https://github.com/PouyaPour"><code>@​PouyaPour</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57716">laravel/framework#57716</a></li> <li>[12.x] Type-hint the <code>ResourceCollection::$collection</code> property as nullable by <a href="https://github.com/lorenzolosa"><code>@​lorenzolosa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57807">laravel/framework#57807</a></li> <li>[12.x] Fix <code>Factory@insert()</code> to allow for array casts by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57794">laravel/framework#57794</a></li> <li>[12.x] Improve typehints for <code>Http::pool()</code> by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57811">laravel/framework#57811</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/1a6176129ef28eaf42b6b4a6250025120c3d8dac"><code>1a61761</code></a> Update version to v12.39.0</li> <li><a href="https://github.com/laravel/framework/commit/b64a83f0673f7c0738a9ca05f72131730dec828d"><code>b64a83f</code></a> [12.x] Improve typehints for <code>Http::pool()</code> (<a href="https://redirect.github.com/laravel/framework/issues/57811">#57811</a>)</li> <li><a href="https://github.com/laravel/framework/commit/23c789521ce3b40374c770011d6f371ff1e6b779"><code>23c7895</code></a> Apply fixes from StyleCI</li> <li><a href="https://github.com/laravel/framework/commit/e6c54e4318c388eec8c6138e2b49e1c97919b5ab"><code>e6c54e4</code></a> [12.x] Fix <code>Factory@insert()</code> to allow for array casts (<a href="https://redirect.github.com/laravel/framework/issues/57794">#57794</a>)</li> <li><a href="https://github.com/laravel/framework/commit/8fb87060dd8dd0c5453445a8ed95c24504c428a4"><code>8fb8706</code></a> the collection property can be null (<a href="https://redirect.github.com/laravel/framework/issues/57807">#57807</a>)</li> <li><a href="https://github.com/laravel/framework/commit/f04fb3a41c22e4e95aa5b249a5c952245b349231"><code>f04fb3a</code></a> [12.x] Fix stale in-memory SQLite connections after re-migration in RefreshDa...</li> <li><a href="https://github.com/laravel/framework/commit/fa96878ebc833c9191ba5e6d5e3e167e782d5b66"><code>fa96878</code></a> Add <code>--middleware</code> filter to <code>route:list</code> (<a href="https://redirect.github.com/laravel/framework/issues/57797">#57797</a>)</li> <li><a href="https://github.com/laravel/framework/commit/a6d9e4bc9bb09dca0ccc6efdf348c6aca5f71766"><code>a6d9e4b</code></a> Update facade docblocks</li> <li><a href="https://github.com/laravel/framework/commit/b194d3f70b440f9c31ac6bd9ce9099dec7c37b67"><code>b194d3f</code></a> [12.x] create new <code>@hasStack</code> Blade directive (<a href="https://redirect.github.com/laravel/framework/issues/57788">#57788</a>)</li> <li><a href="https://github.com/laravel/framework/commit/5d05f85260c58700942bf8f0a198fc0b6d0f95a5"><code>5d05f85</code></a> formatting</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v12.38.1...v12.39.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=12.38.1&new-version=12.39.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2025-11-19 00:25:46 +00:00 (Migrated from github.com)

Looks like laravel/framework is up-to-date now, so this is no longer needed.

Looks like laravel/framework is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.