chore(deps): bump the composer group across 1 directory with 4 updates #269

Closed
opened 2026-04-05 20:01:00 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 11/17/2024

Bumps the composer group with 2 updates in the / directory: laravel/framework and symfony/http-client.

Updates laravel/framework from 10.1.5 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

Updates symfony/http-client from 6.2.13 to 6.4.15

Release notes

Sourced from symfony/http-client's releases.

v6.4.15

Changelog (https://github.com/symfony/http-client/compare/v6.4.14...v6.4.15)

  • security symfony/symfony#cve-2024-50342 [HttpClient] Resolve hostnames in NoPrivateNetworkHttpClient (@​nicolas-grekas)

v6.4.14

Changelog (https://github.com/symfony/http-client/compare/v6.4.13...v6.4.14)

  • security symfony/symfony#cve-2024-50342 [HttpClient] Filter private IPs before connecting when Host == IP (@​nicolas-grekas)
  • bug symfony/symfony#58704 [HttpClient] fix for HttpClientDataCollector fails if proc_open is disabled via php.ini (@​ZaneCEO)

v6.4.13

Changelog (https://github.com/symfony/http-client/compare/v6.4.12...v6.4.13)

  • no significant changes

v6.4.12

Changelog (https://github.com/symfony/http-client/compare/v6.4.11...v6.4.12)

v6.4.11

Changelog (https://github.com/symfony/http-client/compare/v6.4.10...v6.4.11)

v6.4.10

Changelog (https://github.com/symfony/http-client/compare/v6.4.9...v6.4.10)

  • no significant changes

v6.4.9

Changelog (https://github.com/symfony/http-client/compare/v6.4.8...v6.4.9)

v6.4.8

Changelog (https://github.com/symfony/http-client/compare/v6.4.7...v6.4.8)

v6.4.7

Changelog (https://github.com/symfony/http-client/compare/v6.4.6...v6.4.7)

... (truncated)

Changelog

Sourced from symfony/http-client's changelog.

CHANGELOG

7.1

  • Add HttpOptions::setHeader() to add or replace a single header
  • Allow mocking start_time info in MockResponse
  • Add MockResponse::fromFile() and JsonMockResponse::fromFile() methods to help using fixtures files
  • Add ThrottlingHttpClient to enable limiting the number of requests within a certain period
  • Deprecate the setLogger() methods of the NoPrivateNetworkHttpClient, TraceableHttpClient and ScopingHttpClient classes, configure the logger of the wrapped clients directly instead

7.0

  • Remove implementing Http\Message\RequestFactory from HttplugClient

6.4

  • Add HarFileResponseFactory testing utility, allow to replay responses from .har files
  • Add max_retries option to RetryableHttpClient to adjust the retry logic on a per request level
  • Add PingWehookMessage and PingWebhookMessageHandler
  • Enable using EventSourceHttpClient::connect() for both GET and POST

6.3

  • Add option crypto_method to set the minimum TLS version and make it default to v1.2
  • Add UriTemplateHttpClient to use URI templates as specified in the RFC 6570
  • Add ServerSentEvent::getArrayData() to get the Server-Sent Event's data decoded as an array when it's a JSON payload
  • Allow array of urls as base_uri option value in RetryableHttpClient to retry on a new url each time
  • Add JsonMockResponse, a MockResponse shortcut that automatically encodes the passed body to JSON and sets the content type to application/json by default
  • Support file uploads by nesting resource streams in option "body"

6.2

  • Make HttplugClient implement Psr\Http\Message\RequestFactoryInterface, StreamFactoryInterface and UriFactoryInterface
  • Deprecate implementing Http\Message\RequestFactory, StreamFactory and UriFactory on HttplugClient
  • Add withOptions() to HttplugClient and Psr18Client

6.1

  • Allow yielding Exception from MockResponse's $body to mock transport errors
  • Remove credentials from requests redirected to same host but different port

5.4

... (truncated)

Commits
  • cb4073c Merge branch '5.4' into 6.4
  • 3b643b8 [HttpClient] Resolve hostnames in NoPrivateNetworkHttpClient
  • 05d88cb Merge branch '5.4' into 6.4
  • 224124d bug #58704 [HttpClient] fix for HttpClientDataCollector fails if proc_open is...
  • aa7bebe [HttpClient] Fix Process-based escaping in HttpClientDataCollector
  • e9b0846 fix for HttpClientDataCollector fails if proc_open is disabled via php.ini . ...
  • ebcaeea [HttpClient] Filter private IPs before connecting when Host == IP
  • 509d0e8 [HttpClient] Fix class requirement message
  • 9990ced Merge branch '5.4' into 6.4
  • 54118c6 Add PR template and auto-close PR on subtree split repositories
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 6.4.13 to 6.4.15

Release notes

Sourced from symfony/http-foundation's releases.

v6.4.15

Changelog (https://github.com/symfony/http-foundation/compare/v6.4.14...v6.4.15)

  • no significant changes

v6.4.14

Changelog (https://github.com/symfony/http-foundation/compare/v6.4.13...v6.4.14)

  • security symfony/symfony#cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid characters (@​nicolas-grekas)
Commits
  • 9b3165e require Cache component versions compatible with Redis 6.1
  • ba020a3 Merge branch '5.4' into 6.4
  • 168b77c security #cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid ch...
  • 4875486 Merge branch '5.4' into 6.4
  • 32310ff [HttpFoundation] Reject URIs that contain invalid characters
  • 38bd9bc [HttpFoundation] Remove invalid HTTP method from exception message
  • 3f38426 Ensure compatibility with mongodb v2
  • See full diff in compare view

Updates symfony/process from 6.4.13 to 6.4.15

Release notes

Sourced from symfony/process's releases.

v6.4.15

Changelog (https://github.com/symfony/process/compare/v6.4.14...v6.4.15)

  • no significant changes

v6.4.14

Changelog (https://github.com/symfony/process/compare/v6.4.13...v6.4.14)

Commits
  • 3cb242f Merge branch '5.4' into 6.4
  • 5d1662f normalize paths to avoid failures if a path is referenced by different names
  • 25214ad Merge branch '5.4' into 6.4
  • 0190687 [Process] Fix test
  • 88638b9 Merge branch '5.4' into 6.4
  • ee75984 security #cve-2024-51736 [Process] Use %PATH% before %CD% to load the shell o...
  • 05c2ccc [Process] Use %PATH% before %CD% to load the shell on Windows
  • 0776b99 Merge branch '5.4' into 6.4
  • d94dda5 [Process] Fix escaping /X arguments on Windows
  • 836d34f Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.
*Originally created by @dependabot[bot] on 11/17/2024* Bumps the composer group with 2 updates in the / directory: [laravel/framework](https://github.com/laravel/framework) and [symfony/http-client](https://github.com/symfony/http-client). Updates `laravel/framework` from 10.1.5 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.1.5...v10.48.23">compare view</a></li> </ul> </details> <br /> Updates `symfony/http-client` from 6.2.13 to 6.4.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/symfony/http-client/releases">symfony/http-client's releases</a>.</em></p> <blockquote> <h2>v6.4.15</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-client/compare/v6.4.14...v6.4.15">https://github.com/symfony/http-client/compare/v6.4.14...v6.4.15</a>)</p> <ul> <li>security symfony/symfony#cve-2024-50342 [HttpClient] Resolve hostnames in NoPrivateNetworkHttpClient (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> </ul> <h2>v6.4.14</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-client/compare/v6.4.13...v6.4.14">https://github.com/symfony/http-client/compare/v6.4.13...v6.4.14</a>)</p> <ul> <li>security symfony/symfony#cve-2024-50342 [HttpClient] Filter private IPs before connecting when Host == IP (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58704">symfony/symfony#58704</a> [HttpClient] fix for HttpClientDataCollector fails if proc_open is disabled via php.ini (<a href="https://github.com/ZaneCEO"><code>@​ZaneCEO</code></a>)</li> </ul> <h2>v6.4.13</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-client/compare/v6.4.12...v6.4.13">https://github.com/symfony/http-client/compare/v6.4.12...v6.4.13</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.4.12</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-client/compare/v6.4.11...v6.4.12">https://github.com/symfony/http-client/compare/v6.4.11...v6.4.12</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58278">symfony/symfony#58278</a> [HttpClient] Fix setting <code>CURLMOPT_MAXCONNECTS</code> (<a href="https://github.com/HypeMC"><code>@​HypeMC</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58218">symfony/symfony#58218</a> Work around <code>parse_url()</code> bug (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> </ul> <h2>v6.4.11</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-client/compare/v6.4.10...v6.4.11">https://github.com/symfony/http-client/compare/v6.4.10...v6.4.11</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58044">symfony/symfony#58044</a> [HttpClient] Do not overwrite the host to request when using option &quot;resolve&quot; (<a href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/57981">symfony/symfony#57981</a> [HttpClient] reject malformed URLs with a meaningful exception (<a href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/57870">symfony/symfony#57870</a> [HttpClient] Disable HTTP/2 PUSH by default when using curl (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> </ul> <h2>v6.4.10</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-client/compare/v6.4.9...v6.4.10">https://github.com/symfony/http-client/compare/v6.4.9...v6.4.10</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.4.9</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-client/compare/v6.4.8...v6.4.9">https://github.com/symfony/http-client/compare/v6.4.8...v6.4.9</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/57569">symfony/symfony#57569</a> [HttpClient][Mailer] Revert &quot;Let curl handle transfer encoding&quot;, use HTTP/1.1 for Mailgun (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/57453">symfony/symfony#57453</a> [HttpClient] Fix parsing SSE (<a href="https://github.com/fancyweb"><code>@​fancyweb</code></a>)</li> </ul> <h2>v6.4.8</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-client/compare/v6.4.7...v6.4.8">https://github.com/symfony/http-client/compare/v6.4.7...v6.4.8</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/54860">symfony/symfony#54860</a> [HttpClient] Revert fixing curl default options (<a href="https://github.com/alexandre-daubois"><code>@​alexandre-daubois</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/54830">symfony/symfony#54830</a> [HttpClient] Fix cURL default options for PHP 8.4 (<a href="https://github.com/alexandre-daubois"><code>@​alexandre-daubois</code></a>)</li> </ul> <h2>v6.4.7</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-client/compare/v6.4.6...v6.4.7">https://github.com/symfony/http-client/compare/v6.4.6...v6.4.7</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/54517">symfony/symfony#54517</a> [HttpClient] Let curl handle transfer encoding (<a href="https://github.com/michaelhue"><code>@​michaelhue</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md">symfony/http-client's changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> <h2>7.1</h2> <ul> <li>Add <code>HttpOptions::setHeader()</code> to add or replace a single header</li> <li>Allow mocking <code>start_time</code> info in <code>MockResponse</code></li> <li>Add <code>MockResponse::fromFile()</code> and <code>JsonMockResponse::fromFile()</code> methods to help using fixtures files</li> <li>Add <code>ThrottlingHttpClient</code> to enable limiting the number of requests within a certain period</li> <li>Deprecate the <code>setLogger()</code> methods of the <code>NoPrivateNetworkHttpClient</code>, <code>TraceableHttpClient</code> and <code>ScopingHttpClient</code> classes, configure the logger of the wrapped clients directly instead</li> </ul> <h2>7.0</h2> <ul> <li>Remove implementing <code>Http\Message\RequestFactory</code> from <code>HttplugClient</code></li> </ul> <h2>6.4</h2> <ul> <li>Add <code>HarFileResponseFactory</code> testing utility, allow to replay responses from <code>.har</code> files</li> <li>Add <code>max_retries</code> option to <code>RetryableHttpClient</code> to adjust the retry logic on a per request level</li> <li>Add <code>PingWehookMessage</code> and <code>PingWebhookMessageHandler</code></li> <li>Enable using EventSourceHttpClient::connect() for both GET and POST</li> </ul> <h2>6.3</h2> <ul> <li>Add option <code>crypto_method</code> to set the minimum TLS version and make it default to v1.2</li> <li>Add <code>UriTemplateHttpClient</code> to use URI templates as specified in the RFC 6570</li> <li>Add <code>ServerSentEvent::getArrayData()</code> to get the Server-Sent Event's data decoded as an array when it's a JSON payload</li> <li>Allow array of urls as <code>base_uri</code> option value in <code>RetryableHttpClient</code> to retry on a new url each time</li> <li>Add <code>JsonMockResponse</code>, a <code>MockResponse</code> shortcut that automatically encodes the passed body to JSON and sets the content type to <code>application/json</code> by default</li> <li>Support file uploads by nesting resource streams in option &quot;body&quot;</li> </ul> <h2>6.2</h2> <ul> <li>Make <code>HttplugClient</code> implement <code>Psr\Http\Message\RequestFactoryInterface</code>, <code>StreamFactoryInterface</code> and <code>UriFactoryInterface</code></li> <li>Deprecate implementing <code>Http\Message\RequestFactory</code>, <code>StreamFactory</code> and <code>UriFactory</code> on <code>HttplugClient</code></li> <li>Add <code>withOptions()</code> to <code>HttplugClient</code> and <code>Psr18Client</code></li> </ul> <h2>6.1</h2> <ul> <li>Allow yielding <code>Exception</code> from MockResponse's <code>$body</code> to mock transport errors</li> <li>Remove credentials from requests redirected to same host but different port</li> </ul> <h2>5.4</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/symfony/http-client/commit/cb4073c905cd12b8496d24ac428a9228c1750670"><code>cb4073c</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/http-client/commit/3b643b83f87e1765d2e9b1e946bb56ee0b4b7bde"><code>3b643b8</code></a> [HttpClient] Resolve hostnames in NoPrivateNetworkHttpClient</li> <li><a href="https://github.com/symfony/http-client/commit/05d88cbd816ad6e0202edd9a9963cb9d615b8826"><code>05d88cb</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/http-client/commit/224124ddaabda861b3214727a0bb723bcdcf2d70"><code>224124d</code></a> bug <a href="https://redirect.github.com/symfony/http-client/issues/58704">#58704</a> [HttpClient] fix for HttpClientDataCollector fails if proc_open is...</li> <li><a href="https://github.com/symfony/http-client/commit/aa7bebe6521febb1d828d9217489af604c711271"><code>aa7bebe</code></a> [HttpClient] Fix Process-based escaping in HttpClientDataCollector</li> <li><a href="https://github.com/symfony/http-client/commit/e9b08469ecd82b5416c3dd9988457530058c1746"><code>e9b0846</code></a> fix for HttpClientDataCollector fails if proc_open is disabled via php.ini . ...</li> <li><a href="https://github.com/symfony/http-client/commit/ebcaeeafc48b69f497f82b9700ddf54bfe975f71"><code>ebcaeea</code></a> [HttpClient] Filter private IPs before connecting when Host == IP</li> <li><a href="https://github.com/symfony/http-client/commit/509d0e8a798bf5e41e0b6317e9bce1140af47376"><code>509d0e8</code></a> [HttpClient] Fix class requirement message</li> <li><a href="https://github.com/symfony/http-client/commit/9990ced6b6d34fdaabb8f8b1c3e7e98f99181631"><code>9990ced</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/http-client/commit/54118c6340dc6831a00f10b296ea6e80592ec89d"><code>54118c6</code></a> Add PR template and auto-close PR on subtree split repositories</li> <li>Additional commits viewable in <a href="https://github.com/symfony/http-client/compare/v6.2.13...v6.4.15">compare view</a></li> </ul> </details> <br /> Updates `symfony/http-foundation` from 6.4.13 to 6.4.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/symfony/http-foundation/releases">symfony/http-foundation's releases</a>.</em></p> <blockquote> <h2>v6.4.15</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-foundation/compare/v6.4.14...v6.4.15">https://github.com/symfony/http-foundation/compare/v6.4.14...v6.4.15</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.4.14</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/http-foundation/compare/v6.4.13...v6.4.14">https://github.com/symfony/http-foundation/compare/v6.4.13...v6.4.14</a>)</p> <ul> <li>security symfony/symfony#cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid characters (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/symfony/http-foundation/commit/9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6"><code>9b3165e</code></a> require Cache component versions compatible with Redis 6.1</li> <li><a href="https://github.com/symfony/http-foundation/commit/ba020a321a95519303a3f09ec2824d34d601c388"><code>ba020a3</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/http-foundation/commit/168b77c71e6f02d8fc479db78beaf742a37d3cab"><code>168b77c</code></a> security #cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid ch...</li> <li><a href="https://github.com/symfony/http-foundation/commit/4875486169c670d8cbf055b9d44e1aa4bade08e5"><code>4875486</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/http-foundation/commit/32310ff3aa8126ede47168fc9d9ae4a33b09c3a2"><code>32310ff</code></a> [HttpFoundation] Reject URIs that contain invalid characters</li> <li><a href="https://github.com/symfony/http-foundation/commit/38bd9bc4f5de292ddbf860d02596133dbc09d422"><code>38bd9bc</code></a> [HttpFoundation] Remove invalid HTTP method from exception message</li> <li><a href="https://github.com/symfony/http-foundation/commit/3f38426b9447521b044fbee56a1b31b18e049042"><code>3f38426</code></a> Ensure compatibility with mongodb v2</li> <li>See full diff in <a href="https://github.com/symfony/http-foundation/compare/v6.4.13...v6.4.15">compare view</a></li> </ul> </details> <br /> Updates `symfony/process` from 6.4.13 to 6.4.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/symfony/process/releases">symfony/process's releases</a>.</em></p> <blockquote> <h2>v6.4.15</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.14...v6.4.15">https://github.com/symfony/process/compare/v6.4.14...v6.4.15</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.4.14</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.13...v6.4.14">https://github.com/symfony/process/compare/v6.4.13...v6.4.14</a>)</p> <ul> <li>security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58752">symfony/symfony#58752</a> [Process] Fix escaping /X arguments on Windows (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58735">symfony/symfony#58735</a> [Process] Return built-in cmd.exe commands directly in ExecutableFinder (<a href="https://github.com/Seldaek"><code>@​Seldaek</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58723">symfony/symfony#58723</a> [Process] Properly deal with not-found executables on Windows (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58711">symfony/symfony#58711</a> [Process] Fix handling empty path found in the PATH env var with ExecutableFinder (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/symfony/process/commit/3cb242f059c14ae08591c5c4087d1fe443564392"><code>3cb242f</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/process/commit/5d1662fb32ebc94f17ddb8d635454a776066733d"><code>5d1662f</code></a> normalize paths to avoid failures if a path is referenced by different names</li> <li><a href="https://github.com/symfony/process/commit/25214adbb0996d18112548de20c281be9f27279f"><code>25214ad</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/process/commit/01906871cb9b5e3cf872863b91aba4ec9767daf4"><code>0190687</code></a> [Process] Fix test</li> <li><a href="https://github.com/symfony/process/commit/88638b90e7d7cc11c1b7676fda2dd43b439e78e9"><code>88638b9</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/process/commit/ee7598479a4969bab8687877103d442579674754"><code>ee75984</code></a> security #cve-2024-51736 [Process] Use %PATH% before %CD% to load the shell o...</li> <li><a href="https://github.com/symfony/process/commit/05c2ccc705cb0336becfdc10f6dd67896d9ba91a"><code>05c2ccc</code></a> [Process] Use %PATH% before %CD% to load the shell on Windows</li> <li><a href="https://github.com/symfony/process/commit/0776b9944bc1c88b66714faa7554b6d0db6f178a"><code>0776b99</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/process/commit/d94dda5a49f8e43523d6966ab705a754001d42fe"><code>d94dda5</code></a> [Process] Fix escaping /X arguments on Windows</li> <li><a href="https://github.com/symfony/process/commit/836d34f028b8499e8123635208b96de4b175e1da"><code>836d34f</code></a> Merge branch '5.4' into 6.4</li> <li>Additional commits viewable in <a href="https://github.com/symfony/process/compare/v6.4.13...v6.4.15">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pyrohost/pyrodactyl/network/alerts). </details>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pyrodactyl#269