Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps-dev): Bump symfony/browser-kit from 6.3.8 to 7.0.0 #4531

Merged
merged 2 commits into from
Dec 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2023

Bumps symfony/browser-kit from 6.3.8 to 7.0.0.

Release notes

Sourced from symfony/browser-kit's releases.

v7.0.0

Changelog (symfony/browser-kit@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/browser-kit@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/browser-kit@v7.0.0-BETA2...v7.0.0-BETA3)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/browser-kit@v6.3.6...v7.0.0-BETA1)

v6.4.0

Changelog (symfony/browser-kit@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/browser-kit@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/browser-kit@v6.4.0-BETA2...v6.4.0-BETA3)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/browser-kit@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
  • c53a6e9 clean up method argument handling
  • e77088a Merge branch '6.4' into 7.0
  • a3bb210 Merge branch '6.3' into 6.4
  • 6c93de1 Merge branch '6.4' into 7.0
  • 3f5752f [BrowserKit] add serverParameters to click and clickLink method
  • 82a079f Add types to public and protected properties
  • d05a889 Merge branch '6.4' into 7.0
  • a747429 More short closures + isset instead of null checks + etc.
  • f49be6a Merge branch '6.4' into 7.0
  • f6397b7 Add types to private and internal properties
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 30, 2023
@dependabot dependabot bot requested a review from dmetzner November 30, 2023 03:06
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4b5927f) 48.76% compared to head (6be1f05) 49.14%.
Report is 8 commits behind head on develop.

❗ Current head 6be1f05 differs from pull request most recent head 432932e. Consider uploading reports for the commit 432932e to get more accurate results

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #4531      +/-   ##
=============================================
+ Coverage      48.76%   49.14%   +0.38%     
  Complexity      5788     5788              
=============================================
  Files            662      662              
  Lines          20677    20677              
=============================================
+ Hits           10083    10162      +79     
+ Misses         10594    10515      -79     
Flag Coverage Δ
behat 46.97% <ø> (+0.38%) ⬆️
phpunit 8.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/composer/symfony/browser-kit-7.0.0 branch 4 times, most recently from 432932e to 66abf01 Compare December 8, 2023 13:57
Bumps [symfony/browser-kit](https://github.com/symfony/browser-kit) from 6.3.8 to 7.0.0.
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.0/CHANGELOG.md)
- [Commits](symfony/browser-kit@v6.3.8...v7.0.0)

---
updated-dependencies:
- dependency-name: symfony/browser-kit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dmetzner dmetzner force-pushed the dependabot/composer/symfony/browser-kit-7.0.0 branch from 66abf01 to 389ec74 Compare December 8, 2023 14:14
@dmetzner dmetzner self-assigned this Dec 10, 2023
@dmetzner dmetzner merged commit f31573c into develop Dec 10, 2023
39 of 48 checks passed
@dependabot dependabot bot deleted the dependabot/composer/symfony/browser-kit-7.0.0 branch December 10, 2023 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant