[PR #1876] [CLOSED] build(deps): bump laravel/framework from 10.48.8 to 10.48.23 #1931

Closed
opened 2026-02-26 03:32:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1876
Author: @dependabot[bot]
Created: 11/13/2024
Status: Closed

Base: masterHead: dependabot/composer/laravel/framework-10.48.23


📝 Commits (1)

  • 06d6d7b build(deps): bump laravel/framework from 10.48.8 to 10.48.23

📊 Changes

1 file changed (+315 additions, -319 deletions)

View changed files

📝 composer.lock (+315 -319)

📄 Description

Bumps laravel/framework from 10.48.8 to 10.48.23.

Release notes

Sourced from laravel/framework's releases.

v10.48.23

v10.48.22

No release notes provided.

v10.48.21

v10.48.20

v10.48.19

v10.48.18

v10.48.17

v10.48.16

v10.48.15

v10.48.14

v10.48.13

v10.48.12

... (truncated)

Commits
  • 625269c Update version to v10.48.23
  • 8c07b63 check for running in console
  • 7ccb4dc [10.x] Fix append and prepend batch to chain (#53455)
  • 646520a Ensure headers are only attached to illuminate responses (#53019)
  • 1b3ef8f Update CHANGELOG
  • c4ea52b Update version to v10.48.22
  • 0124751 wip
  • 58c2053 Fix arguments passed to artisan commands that start with 'env' (#52748)
  • 80cdd87 [10.x] Fixes whereDate, whereDay, whereMonth, whereTime, whereYear ...
  • 05a9554 Update CHANGELOG
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1876 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/13/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-10.48.23` --- ### 📝 Commits (1) - [`06d6d7b`](https://github.com/koel/koel/commit/06d6d7bd2b1b9f1f3b46d427aed77c0eade4839c) build(deps): bump laravel/framework from 10.48.8 to 10.48.23 ### 📊 Changes **1 file changed** (+315 additions, -319 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+315 -319) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 10.48.8 to 10.48.23. <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>v10.48.23</h2> <ul> <li>[10.x] Ensure headers are only attached to illuminate responses by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/53019">laravel/framework#53019</a></li> <li>[10.x] Fix append and prepend batch to chain by <a href="https://github.com/Bencute"><code>@​Bencute</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/53455">laravel/framework#53455</a></li> </ul> <h2>v10.48.22</h2> <p>No release notes provided.</p> <h2>v10.48.21</h2> <ul> <li>[10.x] Fixes <code>whereDate</code>, <code>whereDay</code>, <code>whereMonth</code>, <code>whereTime</code>, <code>whereYear</code> and <code>whereJsonLength</code> to ignore invalid <code>$operator</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52704">laravel/framework#52704</a></li> <li>Fix arguments passed to artisan commands that start with 'env' by <a href="https://github.com/willrowe"><code>@​willrowe</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52748">laravel/framework#52748</a></li> </ul> <h2>v10.48.20</h2> <ul> <li>[10.x] fix: prevent casting empty string to array from triggering json error by <a href="https://github.com/calebdw"><code>@​calebdw</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52415">laravel/framework#52415</a></li> </ul> <h2>v10.48.19</h2> <ul> <li>Add compatible query type to <code>Model::resolveRouteBindingQuery</code> by <a href="https://github.com/sebj54"><code>@​sebj54</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52339">laravel/framework#52339</a></li> <li>[10.x] Fix <code>Factory::afterCreating</code> callable argument type by <a href="https://github.com/villfa"><code>@​villfa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52335">laravel/framework#52335</a></li> <li>[10.x] backport <a href="https://redirect.github.com/laravel/framework/issues/52204">#52204</a> by <a href="https://github.com/calebdw"><code>@​calebdw</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52389">laravel/framework#52389</a></li> <li>[10.x] In MySQL, harvest last insert ID immediately after query is executed by <a href="https://github.com/piurafunk"><code>@​piurafunk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52390">laravel/framework#52390</a></li> </ul> <h2>v10.48.18</h2> <ul> <li>[10.x] backport <a href="https://redirect.github.com/laravel/framework/issues/52188">#52188</a> by <a href="https://github.com/calebdw"><code>@​calebdw</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52293">laravel/framework#52293</a></li> <li>[10.x] Fix runPaginationCountQuery not working properly for union queries by <a href="https://github.com/chinleung"><code>@​chinleung</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52314">laravel/framework#52314</a></li> </ul> <h2>v10.48.17</h2> <ul> <li>[10.x] Fix PHP_CLI_SERVER_WORKERS warning by suppressing it by <a href="https://github.com/pelomedusa"><code>@​pelomedusa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52094">laravel/framework#52094</a></li> <li>[10.x] Backport <a href="https://redirect.github.com/laravel/framework/issues/51615">#51615</a> by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52215">laravel/framework#52215</a></li> </ul> <h2>v10.48.16</h2> <ul> <li>[10.x] Fix Http::retry so that throw is respected for call signature Http::retry([1,2], throw: false) by <a href="https://github.com/paulyoungnb"><code>@​paulyoungnb</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/52002">laravel/framework#52002</a></li> <li>[10.x] Set application_name and character set as PostgreSQL DSN string by <a href="https://github.com/sunaoka"><code>@​sunaoka</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51985">laravel/framework#51985</a></li> </ul> <h2>v10.48.15</h2> <ul> <li>[10.x] Set previous exception on <code>HttpResponseException</code> by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51986">laravel/framework#51986</a></li> </ul> <h2>v10.48.14</h2> <ul> <li>[10.x] Fixes unable to call another command as a initialized instance of <code>Command</code> class by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51824">laravel/framework#51824</a></li> <li>[10.x] fix handle <code>shift()</code> on an empty collection by <a href="https://github.com/Treggats"><code>@​Treggats</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51841">laravel/framework#51841</a></li> <li>[10.x] Ensure<code>schema:dump</code> will dump the migrations table only if it exists by <a href="https://github.com/NickSdot"><code>@​NickSdot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51827">laravel/framework#51827</a></li> </ul> <h2>v10.48.13</h2> <ul> <li>[10.x] Fix typo in return comment of createSesTransport method by <a href="https://github.com/zds-s"><code>@​zds-s</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51688">laravel/framework#51688</a></li> <li>[10.x] Fix collection shift less than one item by <a href="https://github.com/faissaloux"><code>@​faissaloux</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51686">laravel/framework#51686</a></li> <li>[10.x] Turn <code>Enumerable unless()</code> $callback parameter optional by <a href="https://github.com/faissaloux"><code>@​faissaloux</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51701">laravel/framework#51701</a></li> <li>Revert &quot;[10.x] Turn <code>Enumerable unless()</code> $callback parameter optional&quot; by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51707">laravel/framework#51707</a></li> </ul> <h2>v10.48.12</h2> <ul> <li>[10.x] Fix typo by <a href="https://github.com/Issei0804-ie"><code>@​Issei0804-ie</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51535">laravel/framework#51535</a></li> <li>[10.x] Fix SQL Server detection in database store by <a href="https://github.com/staudenmeir"><code>@​staudenmeir</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51547">laravel/framework#51547</a></li> <li>[10.x] - Fix batch list loading in Horizon when serialization error by <a href="https://github.com/jeffortegad"><code>@​jeffortegad</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51551">laravel/framework#51551</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/625269ca4881d2b50eded2045cb930960a181d98"><code>625269c</code></a> Update version to v10.48.23</li> <li><a href="https://github.com/laravel/framework/commit/8c07b6301b2a177a34ee5fdbca11443e3e541a15"><code>8c07b63</code></a> check for running in console</li> <li><a href="https://github.com/laravel/framework/commit/7ccb4dc680b41433ab8e17f1a94d728c4dd6d16d"><code>7ccb4dc</code></a> [10.x] Fix append and prepend batch to chain (<a href="https://redirect.github.com/laravel/framework/issues/53455">#53455</a>)</li> <li><a href="https://github.com/laravel/framework/commit/646520ad682d98b5211c6e26092259cfbe130b5c"><code>646520a</code></a> Ensure headers are only attached to illuminate responses (<a href="https://redirect.github.com/laravel/framework/issues/53019">#53019</a>)</li> <li><a href="https://github.com/laravel/framework/commit/1b3ef8f48a3b4fe8c9a601c0c051422592f0d19f"><code>1b3ef8f</code></a> Update CHANGELOG</li> <li><a href="https://github.com/laravel/framework/commit/c4ea52bb044faef4a103d7dd81746c01b2ec860e"><code>c4ea52b</code></a> Update version to v10.48.22</li> <li><a href="https://github.com/laravel/framework/commit/0124751605dbdbf0340670ca8c8a2b50d300be5b"><code>0124751</code></a> wip</li> <li><a href="https://github.com/laravel/framework/commit/58c20532011fd4db5b5d6e62dd1d668b89ed2daa"><code>58c2053</code></a> Fix arguments passed to artisan commands that start with 'env' (<a href="https://redirect.github.com/laravel/framework/issues/52748">#52748</a>)</li> <li><a href="https://github.com/laravel/framework/commit/80cdd87be0a60bf3ff6c6a5666dd8c5c60058a44"><code>80cdd87</code></a> [10.x] Fixes <code>whereDate</code>, <code>whereDay</code>, <code>whereMonth</code>, <code>whereTime</code>, <code>whereYear</code> ...</li> <li><a href="https://github.com/laravel/framework/commit/05a9554ac0c7361504a54e350787aba84d028ce7"><code>05a9554</code></a> Update CHANGELOG</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.48.8...v10.48.23">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=10.48.8&new-version=10.48.23)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/koel/koel/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1931
No description provided.