accessibility-exchange / platform

The Accessibility Exchange platform.
https://github.com/orgs/accessibility-exchange/projects/2/views/8
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

chore(deps-dev): bump laravel/dusk from 7.12.2 to 8.2.2 #2246

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 month ago

Bumps laravel/dusk from 7.12.2 to 8.2.2.

Release notes

Sourced from laravel/dusk's releases.

v8.2.2

v8.2.1

v8.2.0

v8.1.2

v8.1.1

v8.1.0

v8.0.0

v7.13.0

v7.12.3

Changelog

Sourced from laravel/dusk's changelog.

v8.2.2 - 2024-07-24

v8.2.1 - 2024-07-08

v8.2.0 - 2024-04-16

v8.1.2 - 2024-04-16

v8.1.1 - 2024-03-28

v8.1.0 - 2024-03-25

v8.0.0 - 2024-03-12

v7.13.0 - 2024-02-23

v7.12.3 - 2024-02-15

Upgrade guide

Sourced from laravel/dusk's upgrade guide.

Upgrade Guide

Upgrading To 8.0 From 7.x

Minimum Versions

The following required dependency versions have been updated:

  • The minimum PHP version is now v8.1
  • The minimum Laravel version is now v10.0
  • The minimum PHPUnit version is now v10.0

Removed --pest Option

The --pest option has been removed from the dusk Artisan command. If you have Pest installed, the dusk command will automatically use Pest instead of PHPUnit.

Upgrading To 7.0 From 6.x

Minimum Versions

The following required dependency versions have been updated:

  • The minimum PHP version is now v8.0
  • The minimum Laravel version is now v9.0
  • The minimum PHPUnit version is now v9.0

Removed Chrome Binaries

PR: laravel/dusk#873

Going forward, Dusk will not ship with pre-installed Chrome binaries. Instead, you should install the required Chrome driver for your operating system using the following command:

php artisan dusk:chrome-driver

Upgrading To 5.0 From 4.x

PHPUnit 8

Dusk now provides optional support for PHPUnit 8, which requires PHP >= 7.2 Please read through the entire list of changes in the PHPUnit 8 release announcement. Using PHPUnit 8 will require Laravel 5.8, which will be released at the end of February 2019.

You may also continue using PHPUnit 7, which requires a minimum of PHP 7.1.

Minimum Laravel version

Laravel 5.7 is now the minimum supported version of the framework and you should upgrade to continue using Dusk.

setUp and tearDown changes

... (truncated)

Commits
  • c7c1702 [8.x] Fixes installing ChromeDriver 127 and above. (#1110)
  • 5c72910 fix: DuskTestCase driver function fails to read the DUSK_DRIVER_URL environme...
  • 4dca70d Update CHANGELOG
  • f2c0957 Fix docblock (#1106)
  • 320da60 Revert "update DuskTestCase.stub for define github or local (#1101)" (#1102)
  • 0dac5af update DuskTestCase.stub for define github or local (#1101)
  • f34ea5f Update CHANGELOG
  • 773a12d New Assertions: assertPathEndsWith and assertPathContains (#1088) (#1100)
  • b39ef34 Update CHANGELOG
  • 6aa3fcf Move hasHeadlessDisabled() and shouldStartMaximized() to (#1098)
  • 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 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[bot] commented 2 weeks ago

Superseded by #2247.