opencats / OpenCATS

Applicant Tracking System (maintained code base)
http://www.opencats.org
Other
511 stars 243 forks source link

Bump behat/mink-goutte-driver from 1.3.0 to 2.0.0 #595

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps behat/mink-goutte-driver from 1.3.0 to 2.0.0.

Release notes

Sourced from behat/mink-goutte-driver's releases.

2.0.0

This is the last release of GoutteDriver. As of Goutte 4, Goutte is just reusing the HttpBrowser of symfony/browser-kit without any customization. This means that the HttpBrowser can be used directly with behat/mink-browserkit-driver instead of using this driver. This 2.0 release is meant as an upgrade path.

Removed:

  • Removed support for PHP 7.1 and older
  • Removed support for Goutte 2 and 3

New features:

  • Add support for Goutte 4
  • Migrated to BrowserKitDriver 2
Changelog

Sourced from behat/mink-goutte-driver's changelog.

2.0.0 / 2021-12-29

This is the last release of GoutteDriver. As of Goutte 4, Goutte is just reusing the HttpBrowser of symfony/browser-kit without any customization. This means that the HttpBrowser can be used directly with behat/mink-browserkit-driver instead of using this driver. This 2.0 release is meant as an upgrade path.

Removed:

  • Removed support for PHP 7.1 and older
  • Removed support for Goutte 2 and 3

New features:

  • Add support for Goutte 4
  • Migrated to BrowserKitDriver 2
Commits
  • a60fba4 Update the changelog for 2.0.0
  • 22eeffb Merge pull request #93 from stof/towards_v2
  • 2605e73 Upgrade to BrowserKitDriver v2 and Goutte 4
  • 220b696 Drop support for PHP 7.1 and older
  • 6c2c41d Bump the branch alias to 2.x
  • 715f8f1 Merge pull request #90 from stof/add_codecov
  • 7c0344f Migrate code coverage to codecov
  • 9bfc1af Merge pull request #77 from mogic-le/basicauthurl
  • 380df47 Support basic auth info in URL
  • 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 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)