Bump laravel/framework from 12.40.2 to 12.41.1 #540

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-12.41.1 into main
dependabot[bot] commented 2025-12-04 00:08:39 +00:00 (Migrated from github.com)

Bumps laravel/framework from 12.40.2 to 12.41.1.

Release notes

Sourced from laravel/framework's releases.

v12.41.1

No release notes provided.

v12.41.0

Changelog

Sourced from laravel/framework's changelog.

v12.41.1 - 2025-12-03

v12.41.0 - 2025-12-03

Commits
  • 3e229b0 Update version to v12.41.1
  • 8fc27a2 Update facade docblocks
  • 143ebc5 without interruption polling method
  • 6db9349 Update CHANGELOG
  • 8360459 Update version to v12.41.0
  • 9f6700b Add wildcard pattern support to TrimStrings middleware (#57982)
  • 7605c76 [12.x] Add milliseconds, weeks, and months duration helpers to `Illumin...
  • c265a31 Bump mdast-util-to-hast (#57994)
  • c04df13 [12.x] Fix cache:clear command exit code on failure (#57988)
  • e9a3727 [12.x] Add ability to ignore queuePaused \ queueShouldRestart cache checks (#...
  • 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 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.40.2 to 12.41.1. <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.41.1</h2> <p>No release notes provided.</p> <h2>v12.41.0</h2> <ul> <li>[12.x] Add <code>throwUnless()</code> to <code>Illuminate\Http\Client\Response</code> by <a href="https://github.com/CasEbb"><code>@​CasEbb</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57951">laravel/framework#57951</a></li> <li>[12.x] Fix deprecation error in <code>HasAttributes::addDateAttributesToArray()</code> when <code>UPDATED_AT = null</code> and model is cast to array by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57945">laravel/framework#57945</a></li> <li>[12.x] Reduce indentation in <code>PendingRequest@send()</code> with an early return by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57943">laravel/framework#57943</a></li> <li>[12.x] PendingRequest HTTP methods may also return promises by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57941">laravel/framework#57941</a></li> <li>[12.x] Fix unable to flush redis tagged cache when prefix contains <code>-</code> instead of <code>_</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57927">laravel/framework#57927</a></li> <li>fix: hasMorph/whereDoesntHaveMorph OR grouping with nullable morphs by <a href="https://github.com/hannrei"><code>@​hannrei</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57937">laravel/framework#57937</a></li> <li>[12.x] Flush only active buffers while streaming response using a generator by <a href="https://github.com/vaishnavyogesh"><code>@​vaishnavyogesh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57952">laravel/framework#57952</a></li> <li>Fix substrReplace to be multibyte safe by <a href="https://github.com/Nasim25"><code>@​Nasim25</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57936">laravel/framework#57936</a></li> <li>[12.x] fixes static analysis error by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57953">laravel/framework#57953</a></li> <li>[12.x] Pass <code>LoggerInterface</code> when constructing <code>RoundrobinTransport</code> instance by <a href="https://github.com/jnoordsij"><code>@​jnoordsij</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57956">laravel/framework#57956</a></li> <li>[12.x] Optimize cache and cache_locks timeout by <a href="https://github.com/chrisnetonline"><code>@​chrisnetonline</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57966">laravel/framework#57966</a></li> <li>[12.x] Introduce <code>FluentPromise</code> to allow for cleaner chaining in Pool by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57967">laravel/framework#57967</a></li> <li>[12.x] Add Dependency in JsonSchema by <a href="https://github.com/pushpak1300"><code>@​pushpak1300</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57942">laravel/framework#57942</a></li> <li>Introduce <code>lazy</code> object and <code>proxy</code> object support helpers by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57831">laravel/framework#57831</a></li> <li>[12.x] Add reload command and allow services to register by <a href="https://github.com/barryvdh"><code>@​barryvdh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57923">laravel/framework#57923</a></li> <li>[12.x] Ensure pretending flag is always reset in <code>pretend()</code> method by <a href="https://github.com/xurshudyan"><code>@​xurshudyan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57968">laravel/framework#57968</a></li> <li>[12.x] Always restore missing-attribute flag in <code>offsetExists()</code> by <a href="https://github.com/xurshudyan"><code>@​xurshudyan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57970">laravel/framework#57970</a></li> <li>[12.x] Fix Arr::first for ArrayObject and AsArrayObject values by <a href="https://github.com/prince-noman"><code>@​prince-noman</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57969">laravel/framework#57969</a></li> <li>[12.x] Use displayName() for custom job identification by <a href="https://github.com/hxnk"><code>@​hxnk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57499">laravel/framework#57499</a></li> <li>[12.x] Expand Redis DurationLimiter tests by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57947">laravel/framework#57947</a></li> <li>[12.x] Fix grammar in event dispatcher comment by <a href="https://github.com/shaedrich"><code>@​shaedrich</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57983">laravel/framework#57983</a></li> <li>Modernize email template by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57987">laravel/framework#57987</a></li> <li>[12.x] Improve event types by <a href="https://github.com/shaedrich"><code>@​shaedrich</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57986">laravel/framework#57986</a></li> <li>[12.x] Add ability to ignore queuePaused \ queueShouldRestart cache checks by <a href="https://github.com/jackbayliss"><code>@​jackbayliss</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57975">laravel/framework#57975</a></li> <li>[12.x] Fix cache:clear command exit code on failure by <a href="https://github.com/alies-dev"><code>@​alies-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57988">laravel/framework#57988</a></li> <li>Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Illuminate/Foundation/resources/exceptions/renderer by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/laravel/framework/pull/57994">laravel/framework#57994</a></li> <li>[12.x] Add <code>milliseconds</code>, <code>weeks</code>, and <code>months</code> duration helpers to <code>Illuminate\Support</code> by <a href="https://github.com/SanderMuller"><code>@​SanderMuller</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57997">laravel/framework#57997</a></li> <li>[12.x] Add wildcard pattern support to TrimStrings middleware by <a href="https://github.com/overtrue"><code>@​overtrue</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57982">laravel/framework#57982</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.41.0...v12.41.1">v12.41.1</a> - 2025-12-03</h2> <h2><a href="https://github.com/laravel/framework/compare/v12.40.2...v12.41.0">v12.41.0</a> - 2025-12-03</h2> <ul> <li>[12.x] Add <code>throwUnless()</code> to <code>Illuminate\Http\Client\Response</code> by <a href="https://github.com/CasEbb"><code>@​CasEbb</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57951">laravel/framework#57951</a></li> <li>[12.x] Fix deprecation error in <code>HasAttributes::addDateAttributesToArray()</code> when <code>UPDATED_AT = null</code> and model is cast to array by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57945">laravel/framework#57945</a></li> <li>[12.x] Reduce indentation in <code>PendingRequest@send()</code> with an early return by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57943">laravel/framework#57943</a></li> <li>[12.x] PendingRequest HTTP methods may also return promises by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57941">laravel/framework#57941</a></li> <li>[12.x] Fix unable to flush redis tagged cache when prefix contains <code>-</code> instead of <code>_</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57927">laravel/framework#57927</a></li> <li>fix: hasMorph/whereDoesntHaveMorph OR grouping with nullable morphs by <a href="https://github.com/hannrei"><code>@​hannrei</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57937">laravel/framework#57937</a></li> <li>[12.x] Flush only active buffers while streaming response using a generator by <a href="https://github.com/vaishnavyogesh"><code>@​vaishnavyogesh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57952">laravel/framework#57952</a></li> <li>Fix substrReplace to be multibyte safe by <a href="https://github.com/Nasim25"><code>@​Nasim25</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57936">laravel/framework#57936</a></li> <li>[12.x] fixes static analysis error by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57953">laravel/framework#57953</a></li> <li>[12.x] Pass <code>LoggerInterface</code> when constructing <code>RoundrobinTransport</code> instance by <a href="https://github.com/jnoordsij"><code>@​jnoordsij</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57956">laravel/framework#57956</a></li> <li>[12.x] Optimize cache and cache_locks timeout by <a href="https://github.com/chrisnetonline"><code>@​chrisnetonline</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57966">laravel/framework#57966</a></li> <li>[12.x] Introduce <code>FluentPromise</code> to allow for cleaner chaining in Pool by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57967">laravel/framework#57967</a></li> <li>[12.x] Add Dependency in JsonSchema by <a href="https://github.com/pushpak1300"><code>@​pushpak1300</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57942">laravel/framework#57942</a></li> <li>Introduce <code>lazy</code> object and <code>proxy</code> object support helpers by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57831">laravel/framework#57831</a></li> <li>[12.x] Add reload command and allow services to register by <a href="https://github.com/barryvdh"><code>@​barryvdh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57923">laravel/framework#57923</a></li> <li>[12.x] Ensure pretending flag is always reset in <code>pretend()</code> method by <a href="https://github.com/xurshudyan"><code>@​xurshudyan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57968">laravel/framework#57968</a></li> <li>[12.x] Always restore missing-attribute flag in <code>offsetExists()</code> by <a href="https://github.com/xurshudyan"><code>@​xurshudyan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57970">laravel/framework#57970</a></li> <li>[12.x] Fix Arr::first for ArrayObject and AsArrayObject values by <a href="https://github.com/prince-noman"><code>@​prince-noman</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57969">laravel/framework#57969</a></li> <li>[12.x] Use displayName() for custom job identification by <a href="https://github.com/hxnk"><code>@​hxnk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57499">laravel/framework#57499</a></li> <li>[12.x] Expand Redis DurationLimiter tests by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57947">laravel/framework#57947</a></li> <li>[12.x] Fix grammar in event dispatcher comment by <a href="https://github.com/shaedrich"><code>@​shaedrich</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57983">laravel/framework#57983</a></li> <li>Modernize email template by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57987">laravel/framework#57987</a></li> <li>[12.x] Improve event types by <a href="https://github.com/shaedrich"><code>@​shaedrich</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57986">laravel/framework#57986</a></li> <li>[12.x] Add ability to ignore queuePaused \ queueShouldRestart cache checks by <a href="https://github.com/jackbayliss"><code>@​jackbayliss</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57975">laravel/framework#57975</a></li> <li>[12.x] Fix cache:clear command exit code on failure by <a href="https://github.com/alies-dev"><code>@​alies-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57988">laravel/framework#57988</a></li> <li>Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Illuminate/Foundation/resources/exceptions/renderer by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/laravel/framework/pull/57994">laravel/framework#57994</a></li> <li>[12.x] Add <code>milliseconds</code>, <code>weeks</code>, and <code>months</code> duration helpers to <code>Illuminate\Support</code> by <a href="https://github.com/SanderMuller"><code>@​SanderMuller</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57997">laravel/framework#57997</a></li> <li>[12.x] Add wildcard pattern support to TrimStrings middleware by <a href="https://github.com/overtrue"><code>@​overtrue</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/57982">laravel/framework#57982</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/3e229b05935fd0300c632fb1f718c73046d664fc"><code>3e229b0</code></a> Update version to v12.41.1</li> <li><a href="https://github.com/laravel/framework/commit/8fc27a2dcb652136a63ca85bb237d0ba4048aaad"><code>8fc27a2</code></a> Update facade docblocks</li> <li><a href="https://github.com/laravel/framework/commit/143ebc55e754ae60e56247c99e603b432e2ed9d9"><code>143ebc5</code></a> without interruption polling method</li> <li><a href="https://github.com/laravel/framework/commit/6db93499e7f4b88d01d6c89c2a22337707a0eae8"><code>6db9349</code></a> Update CHANGELOG</li> <li><a href="https://github.com/laravel/framework/commit/836045933b4f950d96151cbbaea89b8958303bd4"><code>8360459</code></a> Update version to v12.41.0</li> <li><a href="https://github.com/laravel/framework/commit/9f6700b7d3a108d2cd446c5a73fefa5675f1cb53"><code>9f6700b</code></a> Add wildcard pattern support to TrimStrings middleware (<a href="https://redirect.github.com/laravel/framework/issues/57982">#57982</a>)</li> <li><a href="https://github.com/laravel/framework/commit/7605c760efcd277fb850436f1716b9f13be8d4fd"><code>7605c76</code></a> [12.x] Add <code>milliseconds</code>, <code>weeks</code>, and <code>months</code> duration helpers to `Illumin...</li> <li><a href="https://github.com/laravel/framework/commit/c265a3141c9a45c04857c72a7d213969820eb132"><code>c265a31</code></a> Bump mdast-util-to-hast (<a href="https://redirect.github.com/laravel/framework/issues/57994">#57994</a>)</li> <li><a href="https://github.com/laravel/framework/commit/c04df13f3b180b5889fbc4c2103f3a10035e501e"><code>c04df13</code></a> [12.x] Fix cache:clear command exit code on failure (<a href="https://redirect.github.com/laravel/framework/issues/57988">#57988</a>)</li> <li><a href="https://github.com/laravel/framework/commit/e9a3727984c49c965af34147bb293e1380baff1f"><code>e9a3727</code></a> [12.x] Add ability to ignore queuePaused \ queueShouldRestart cache checks (#...</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v12.40.2...v12.41.1">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.40.2&new-version=12.41.1)](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>
nomadjimbob commented 2025-12-31 22:16:43 +00:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
dependabot[bot] commented 2025-12-31 22:17:20 +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.