[PR #385] [MERGED] chore(deps-dev): bump symfony/browser-kit from 4.4.44 to 6.3.8 #445

Closed
opened 2026-02-25 22:35:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/385
Author: @dependabot[bot]
Created: 11/19/2023
Status: Merged
Merged: 11/19/2023
Merged by: @sadok-f

Base: mainHead: dependabot/composer/symfony/browser-kit-6.3.8


📝 Commits (2)

  • 26b1904 chore(deps-dev): bump symfony/browser-kit from 4.4.44 to 6.3.8
  • b4bb92d remove unecessary class exist check

📊 Changes

3 files changed (+93 additions, -42 deletions)

View changed files

📝 composer.json (+1 -1)
📝 composer.lock (+92 -37)
📝 tests/Core/BaseTest.php (+0 -4)

📄 Description

Bumps symfony/browser-kit from 4.4.44 to 6.3.8.

Release notes

Sourced from symfony/browser-kit's releases.

v6.3.8

Changelog (https://github.com/symfony/browser-kit/compare/v6.3.7...v6.3.8)

  • no significant changes

v6.3.2

Changelog (https://github.com/symfony/browser-kit/compare/v6.3.1...v6.3.2)

  • no significant changes

v6.3.0

Changelog (https://github.com/symfony/browser-kit/compare/v6.3.0-RC2...v6.3.0)

v6.3.0-RC1

Changelog (https://github.com/symfony/browser-kit/compare/v6.3.0-BETA3...v6.3.0-RC1)

v6.3.0-BETA1

Changelog (https://github.com/symfony/browser-kit/compare/v6.2.10...v6.3.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/browser-kit's changelog.

CHANGELOG

6.3

  • Add AbstractBrowser::useHtml5Parser()

6.1

  • Add toArray method to Response

5.3

  • Added jsonRequest method to AbstractBrowser
  • Allowed sending a body with GET requests when a content-type is defined

5.2.0

  • [BC BREAK] Request parameters are now casted to string in Request::__construct().

4.3.0

  • Added PHPUnit constraints: BrowserCookieValueSame and BrowserHasCookie
  • Added HttpBrowser, an implementation of a browser with the HttpClient component
  • Renamed Client to AbstractBrowser
  • Marked Response final.
  • Deprecated Response::buildHeader()
  • Deprecated Response::getStatus(), use Response::getStatusCode() instead

4.2.0

  • The method Client::submit() will have a new $serverParameters argument in version 5.0, not defining it is deprecated
  • Added ability to read the "samesite" attribute of cookies using Cookie::getSameSite()

3.4.0

  • [BC BREAK] Client will skip redirects during history navigation (back and forward calls) according to W3C Browsers recommendation

3.3.0

... (truncated)

Commits
  • e270297 Merge branch '5.4' into 6.3
  • 0ed1f63 [Tests] Streamline
  • ca4a988 Merge branch '6.2' into 6.3
  • 0eb7228 Add missing return types
  • f113c0b [BrowserKit, HttpClient] Minor updates in the default user agents
  • 582d217 Add "composer require..." in all exception messages when needed
  • 83626a8 [BrowserKit][HttpClient] Update the value of some user agents to comply with ...
  • e1f7612 [BrowserKit] Add proper exception hierarchy
  • da9f199 minor #49839 [BrowserKit] Improve the error message when submitForm() can't...
  • b17797b [BrowserKit] Improve the error message when submitForm() can't find the form
  • 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)

🔄 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/flyimg/flyimg/pull/385 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/19/2023 **Status:** ✅ Merged **Merged:** 11/19/2023 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/symfony/browser-kit-6.3.8` --- ### 📝 Commits (2) - [`26b1904`](https://github.com/flyimg/flyimg/commit/26b190417710e0a7a8a5b802ad0fda73dc13ab79) chore(deps-dev): bump symfony/browser-kit from 4.4.44 to 6.3.8 - [`b4bb92d`](https://github.com/flyimg/flyimg/commit/b4bb92d89bbc8067206988e300e2e367fdfea109) remove unecessary class exist check ### 📊 Changes **3 files changed** (+93 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+92 -37) 📝 `tests/Core/BaseTest.php` (+0 -4) </details> ### 📄 Description Bumps [symfony/browser-kit](https://github.com/symfony/browser-kit) from 4.4.44 to 6.3.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/symfony/browser-kit/releases">symfony/browser-kit's releases</a>.</em></p> <blockquote> <h2>v6.3.8</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/browser-kit/compare/v6.3.7...v6.3.8">https://github.com/symfony/browser-kit/compare/v6.3.7...v6.3.8</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.3.2</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/browser-kit/compare/v6.3.1...v6.3.2">https://github.com/symfony/browser-kit/compare/v6.3.1...v6.3.2</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.3.0</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/browser-kit/compare/v6.3.0-RC2...v6.3.0">https://github.com/symfony/browser-kit/compare/v6.3.0-RC2...v6.3.0</a>)</p> <ul> <li></li> </ul> <h2>v6.3.0-RC1</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/browser-kit/compare/v6.3.0-BETA3...v6.3.0-RC1">https://github.com/symfony/browser-kit/compare/v6.3.0-BETA3...v6.3.0-RC1</a>)</p> <ul> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49293">symfony/symfony#49293</a> [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (<a href="https://github.com/VincentLanglet"><code>@​VincentLanglet</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/49063">symfony/symfony#49063</a> [Messenger] Respect <code>isRetryable</code> decision of the retry strategy for re-delivery (<a href="https://github.com/FlyingDR"><code>@​FlyingDR</code></a>)</li> </ul> <h2>v6.3.0-BETA1</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/browser-kit/compare/v6.2.10...v6.3.0-BETA1">https://github.com/symfony/browser-kit/compare/v6.2.10...v6.3.0-BETA1</a>)</p> <ul> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49863">symfony/symfony#49863</a> [Scheduler] have <code>TriggerInterface</code> extend <code>\Stringable</code> (<a href="https://github.com/kbond"><code>@​kbond</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49809">symfony/symfony#49809</a> [HttpClient] Allow using multiple base_uri as array for retries (<a href="https://github.com/Tiriel"><code>@​Tiriel</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/50053">symfony/symfony#50053</a> [BrowserKit][HttpClient] Update the value of some user agents to comply with the RFC 9110 specification (<a href="https://github.com/javiereguiluz"><code>@​javiereguiluz</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49824">symfony/symfony#49824</a> [Mime] Added getDispostion() to TextPart to get current content disposition. (<a href="https://github.com/Cyb0rk"><code>@​Cyb0rk</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49900">symfony/symfony#49900</a> [Mailer] Allow overriding default eSMTP authenticators (<a href="https://github.com/cedric-anne"><code>@​cedric-anne</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49982">symfony/symfony#49982</a> [BrowserKit] Add proper exception hierarchy (<a href="https://github.com/fabpot"><code>@​fabpot</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49913">symfony/symfony#49913</a> [TwigBridge][TwigBundle] Add current locale to <code>AppVariable</code> (<a href="https://github.com/SVillette"><code>@​SVillette</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/48343">symfony/symfony#48343</a> [Form] [ChoiceType] Add a <code>placeholder_attr</code> option (<a href="https://github.com/elementaire"><code>@​elementaire</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49887">symfony/symfony#49887</a> [WebProfilerBundle] Add clickable entry view to debug toolbar (<a href="https://github.com/PhilETaylor"><code>@​PhilETaylor</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49306">symfony/symfony#49306</a> [Security] Add logout configuration for Clear-Site-Data header (<a href="https://github.com/maxbeckers"><code>@​maxbeckers</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49596">symfony/symfony#49596</a> [Validator] Add the <code>exclude</code> option to the <code>Cascade</code> constraint (<a href="https://github.com/alexandre-daubois"><code>@​alexandre-daubois</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/48992">symfony/symfony#48992</a> [HttpKernel] Introduce pinnable value resolvers with <code>#[ValueResolver]</code> and <code>#[AsPinnedValueResolver]</code> (<a href="https://github.com/MatTheCat"><code>@​MatTheCat</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49121">symfony/symfony#49121</a> [DomCrawler] Give choice of used parser (<a href="https://github.com/victor-prdh"><code>@​victor-prdh</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49015">symfony/symfony#49015</a> [Security] Added condition to always return the real Authenticator from security events (<a href="https://github.com/florentdestremau"><code>@​florentdestremau</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49013">symfony/symfony#49013</a> [Serializer] Replace the MissingConstructorArgumentsException class with MissingConstructorArgumentException (<a href="https://github.com/HypeMC"><code>@​HypeMC</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49275">symfony/symfony#49275</a> [FrameworkBundle][HttpKernel] Configure <code>ErrorHandler</code> on boot (<a href="https://github.com/HypeMC"><code>@​HypeMC</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49300">symfony/symfony#49300</a> [Validator] Add a <code>NoSuspiciousCharacters</code> constraint to validate a string is not suspicious (<a href="https://github.com/MatTheCat"><code>@​MatTheCat</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49331">symfony/symfony#49331</a> [PropertyAccess] Allow escaping in PropertyPath (<a href="https://github.com/alanpoulain"><code>@​alanpoulain</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49193">symfony/symfony#49193</a> [Security] Return 403 instead of 500 when no firewall is defined (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49098">symfony/symfony#49098</a> [Config] Allow enum values in EnumNode (<a href="https://github.com/fancyweb"><code>@​fancyweb</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/49164">symfony/symfony#49164</a> [Yaml] Feature <a href="https://redirect.github.com/symfony/browser-kit/issues/48920">#48920</a> Allow milliseconds and microseconds in dates (<a href="https://github.com/dustinwilson"><code>@​dustinwilson</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/48250">symfony/symfony#48250</a> [Cache] Compatible with aliyun redis instance (<a href="https://github.com/tourze"><code>@​tourze</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/48762">symfony/symfony#48762</a> [WebProfilerBundle] Improve accessibility of tabs and some links (<a href="https://github.com/javiereguiluz"><code>@​javiereguiluz</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/48669">symfony/symfony#48669</a> [ExpressionLanguage] Add <code>enum</code> expression function (<a href="https://github.com/alexandre-daubois"><code>@​alexandre-daubois</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/48678">symfony/symfony#48678</a> [FrameworkBundle] Rename service <code>notifier.logger_notification_listener</code> to <code>notifier.notification_logger_listener</code> (<a href="https://github.com/ker0x"><code>@​ker0x</code></a>)</li> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/48797">symfony/symfony#48797</a> [FrameworkBundle] Add <code>extra</code> attribute for HttpClient Configuration (<a href="https://github.com/voodooism"><code>@​voodooism</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/browser-kit/blob/6.3/CHANGELOG.md">symfony/browser-kit's changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> <h2>6.3</h2> <ul> <li>Add <code>AbstractBrowser::useHtml5Parser()</code></li> </ul> <h2>6.1</h2> <ul> <li>Add <code>toArray</code> method to <code>Response</code></li> </ul> <h2>5.3</h2> <ul> <li>Added <code>jsonRequest</code> method to <code>AbstractBrowser</code></li> <li>Allowed sending a body with GET requests when a content-type is defined</li> </ul> <h2>5.2.0</h2> <ul> <li>[BC BREAK] Request parameters are now casted to string in <code>Request::__construct()</code>.</li> </ul> <h2>4.3.0</h2> <ul> <li>Added PHPUnit constraints: <code>BrowserCookieValueSame</code> and <code>BrowserHasCookie</code></li> <li>Added <code>HttpBrowser</code>, an implementation of a browser with the HttpClient component</li> <li>Renamed <code>Client</code> to <code>AbstractBrowser</code></li> <li>Marked <code>Response</code> final.</li> <li>Deprecated <code>Response::buildHeader()</code></li> <li>Deprecated <code>Response::getStatus()</code>, use <code>Response::getStatusCode()</code> instead</li> </ul> <h2>4.2.0</h2> <ul> <li>The method <code>Client::submit()</code> will have a new <code>$serverParameters</code> argument in version 5.0, not defining it is deprecated</li> <li>Added ability to read the &quot;samesite&quot; attribute of cookies using <code>Cookie::getSameSite()</code></li> </ul> <h2>3.4.0</h2> <ul> <li>[BC BREAK] Client will skip redirects during history navigation (back and forward calls) according to W3C Browsers recommendation</li> </ul> <h2>3.3.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/symfony/browser-kit/commit/e270297dbee59168274c2b535ab1bccd593e6ffe"><code>e270297</code></a> Merge branch '5.4' into 6.3</li> <li><a href="https://github.com/symfony/browser-kit/commit/0ed1f634a36606f2065eec221b3975e05016cbbe"><code>0ed1f63</code></a> [Tests] Streamline</li> <li><a href="https://github.com/symfony/browser-kit/commit/ca4a988488f61ac18f8f845445eabdd36f89aa8d"><code>ca4a988</code></a> Merge branch '6.2' into 6.3</li> <li><a href="https://github.com/symfony/browser-kit/commit/0eb7228e7c435169e65c911ba8d107d56d850049"><code>0eb7228</code></a> Add missing return types</li> <li><a href="https://github.com/symfony/browser-kit/commit/f113c0b80bf7cc391bbf44edc6d13661f1160c26"><code>f113c0b</code></a> [BrowserKit, HttpClient] Minor updates in the default user agents</li> <li><a href="https://github.com/symfony/browser-kit/commit/582d21775eebd5cb894fa7be799c0dec0c225e71"><code>582d217</code></a> Add &quot;composer require...&quot; in all exception messages when needed</li> <li><a href="https://github.com/symfony/browser-kit/commit/83626a835b84d4a3570eb5c093828d9d91999e43"><code>83626a8</code></a> [BrowserKit][HttpClient] Update the value of some user agents to comply with ...</li> <li><a href="https://github.com/symfony/browser-kit/commit/e1f76122fbacfbfeed7844bbc4bb44d4deb74108"><code>e1f7612</code></a> [BrowserKit] Add proper exception hierarchy</li> <li><a href="https://github.com/symfony/browser-kit/commit/da9f199a943d38298cfa8b811a3460b08fa826bb"><code>da9f199</code></a> minor <a href="https://redirect.github.com/symfony/browser-kit/issues/49839">#49839</a> [BrowserKit] Improve the error message when <code>submitForm()</code> can't...</li> <li><a href="https://github.com/symfony/browser-kit/commit/b17797b8dda6a07f6e8b77cb8fd594d9e817c983"><code>b17797b</code></a> [BrowserKit] Improve the error message when <code>submitForm()</code> can't find the form</li> <li>Additional commits viewable in <a href="https://github.com/symfony/browser-kit/compare/v4.4.44...v6.3.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=symfony/browser-kit&package-manager=composer&previous-version=4.4.44&new-version=6.3.8)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:35:29 +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/flyimg#445
No description provided.