Skip to content

Bump laravel/dusk from 7.11.4 to 8.3.2 #442

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2025

Bumps laravel/dusk from 7.11.4 to 8.3.2.

Release notes

Sourced from laravel/dusk's releases.

v8.3.2

v8.3.1

v8.3.0

v8.2.14

v8.2.13

v8.2.12

v8.2.11

v8.2.10

v8.2.9

  • check for directory existence when storing console log or storing source, if it does not exist create it by @​ssanko in laravel/dusk#1143

v8.2.8

v8.2.7

v8.2.6

v8.2.5

v8.2.4

... (truncated)

Changelog

Sourced from laravel/dusk's changelog.

v8.3.2 - 2025-02-20

v8.3.1 - 2025-02-12

v8.3.0 - 2025-02-11

v8.2.14 - 2025-01-26

v8.2.13 - 2025-01-06

v8.2.12 - 2024-11-21

v8.2.11 - 2024-11-07

v8.2.10 - 2024-10-22

v8.2.9 - 2024-10-14

  • check for directory existence when storing console log or storing source, if it does not exist create it by @​ssanko in laravel/dusk#1143

v8.2.8 - 2024-10-04

v8.2.7 - 2024-09-27

v8.2.6 - 2024-09-24

... (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 <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)

Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.11.4 to 8.3.2.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/8.x/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/dusk/blob/8.x/UPGRADE.md)
- [Commits](laravel/dusk@v7.11.4...v8.3.2)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 9, 2025 16:20
@dependabot dependabot bot added the php Pull requests that update Php code label Mar 9, 2025
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.

0 participants