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.5 #2247

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 2 weeks ago

Bumps laravel/dusk from 7.12.2 to 8.2.5.

Release notes

Sourced from laravel/dusk's releases.

v8.2.5

v8.2.4

v8.2.3

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.5 - 2024-08-26

v8.2.4 - 2024-08-14

v8.2.3 - 2024-08-02

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

... (truncated)

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


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)
marvinroman commented 6 days ago

@dependabot rebase

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.31%. Comparing base (b1696fe) to head (a7dd962). Report is 2 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #2247 +/- ## ========================================= Coverage 97.31% 97.31% Complexity 2188 2188 ========================================= Files 338 338 Lines 9946 9946 ========================================= Hits 9679 9679 Misses 267 267 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

marvinroman commented 6 days ago

Developer testing dependency. Pulled and tested locally. Ran into issues due to upstream chromium changes that broke dusk testing. Had to make some testing updates to fix an upstream change in chromium driver.