[PR #394] [MERGED] chore(deps-dev): bump symfony/browser-kit from 6.3.8 to 6.4.0 #1061

Closed
opened 2026-03-15 15:50:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • a15870a chore(deps-dev): bump symfony/browser-kit from 6.3.8 to 6.4.0

📊 Changes

1 file changed (+18 additions, -18 deletions)

View changed files

📝 composer.lock (+18 -18)

📄 Description

Bumps symfony/browser-kit from 6.3.8 to 6.4.0.

Release notes

Sourced from symfony/browser-kit's releases.

v6.4.0

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

  • no significant changes

v6.4.0-RC1

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

  • no significant changes

v6.4.0-BETA3

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

  • no significant changes

v6.4.0-BETA1

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

Changelog

Sourced from symfony/browser-kit's changelog.

CHANGELOG

6.4

  • Add argument $serverParameters to AbstractBrowser::click() and AbstractBrowser::clickLink()

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

... (truncated)

Commits
  • a3bb210 Merge branch '6.3' into 6.4
  • 3f5752f [BrowserKit] add serverParameters to click and clickLink method
  • a747429 More short closures + isset instead of null checks + etc.
  • f6397b7 Add types to private and internal properties
  • db56b5e Use typed properties in tests as much as possible
  • 7f6afa1 Merge branch '6.3' into 6.4
  • f78cfdd [6.4] Allow 7.0 deps
  • See full diff 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/394 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/4/2023 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/symfony/browser-kit-6.4.0` --- ### 📝 Commits (1) - [`a15870a`](https://github.com/flyimg/flyimg/commit/a15870a6511e80386512c6d112cd682550d26aac) chore(deps-dev): bump symfony/browser-kit from 6.3.8 to 6.4.0 ### 📊 Changes **1 file changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+18 -18) </details> ### 📄 Description Bumps [symfony/browser-kit](https://github.com/symfony/browser-kit) from 6.3.8 to 6.4.0. <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.4.0</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/browser-kit/compare/v6.4.0-RC2...v6.4.0">https://github.com/symfony/browser-kit/compare/v6.4.0-RC2...v6.4.0</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.4.0-RC1</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/browser-kit/compare/v6.4.0-BETA3...v6.4.0-RC1">https://github.com/symfony/browser-kit/compare/v6.4.0-BETA3...v6.4.0-RC1</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.4.0-BETA3</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/browser-kit/compare/v6.4.0-BETA2...v6.4.0-BETA3">https://github.com/symfony/browser-kit/compare/v6.4.0-BETA2...v6.4.0-BETA3</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.4.0-BETA1</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/browser-kit/compare/v6.3.6...v6.4.0-BETA1">https://github.com/symfony/browser-kit/compare/v6.3.6...v6.4.0-BETA1</a>)</p> <ul> <li>feature <a href="https://redirect.github.com/symfony/symfony/issues/48841">symfony/symfony#48841</a> [BrowserKit] Add argument $serverParameters to click() and clickLink() (<a href="https://github.com/syl20b"><code>@​syl20b</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/symfony/browser-kit/blob/7.0/CHANGELOG.md">symfony/browser-kit's changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> <h2>6.4</h2> <ul> <li>Add argument <code>$serverParameters</code> to <code>AbstractBrowser::click()</code> and <code>AbstractBrowser::clickLink()</code></li> </ul> <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</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/symfony/browser-kit/commit/a3bb210e001580ec75e1d02b27fae3452e6bf502"><code>a3bb210</code></a> Merge branch '6.3' into 6.4</li> <li><a href="https://github.com/symfony/browser-kit/commit/3f5752f40d8166b174bb4116630a13f0a68b81f3"><code>3f5752f</code></a> [BrowserKit] add serverParameters to click and clickLink method</li> <li><a href="https://github.com/symfony/browser-kit/commit/a747429253edac2c9d432711eb87e2e11db3af96"><code>a747429</code></a> More short closures + isset instead of null checks + etc.</li> <li><a href="https://github.com/symfony/browser-kit/commit/f6397b7636c7582ebbb604b73e63e4c3124b5d57"><code>f6397b7</code></a> Add types to private and internal properties</li> <li><a href="https://github.com/symfony/browser-kit/commit/db56b5eb3a687a54efc224c1419528022e5cd9f8"><code>db56b5e</code></a> Use typed properties in tests as much as possible</li> <li><a href="https://github.com/symfony/browser-kit/commit/7f6afa1e8e8285a33ff55d3576a826b191674f6b"><code>7f6afa1</code></a> Merge branch '6.3' into 6.4</li> <li><a href="https://github.com/symfony/browser-kit/commit/f78cfdd7b5873fb1ae7d248a338363e4af7801b1"><code>f78cfdd</code></a> [6.4] Allow 7.0 deps</li> <li>See full diff in <a href="https://github.com/symfony/browser-kit/compare/v6.3.8...v6.4.0">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=6.3.8&new-version=6.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:50:42 +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#1061
No description provided.