Bogstag / bogstag.se

Repository for my personal playground
GNU General Public License v2.0
0 stars 0 forks source link

Bump laravel/dusk from 4.0.4 to 5.8.0 #171

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps laravel/dusk from 4.0.4 to 5.8.0.

Release notes

Sourced from laravel/dusk's releases.

v5.8.0

Added

v5.7.0

Added

  • Automatically fit content on failures (#704)

v5.6.3

Added

  • Support phpdotenv v4 (#699)

Fixed

  • scrollTo: add support for selectors with quotes (#697)

v5.6.2

Changed

  • Allow for Symfony 5 (#696)

v5.6.1

Fixed

  • Ensure jQuery for scrollTo (#686)
  • Added missing return statement in withDuskEnvironment (#691)
  • Prevent using pcntl when not installed (#692)

v5.6.0

Added

  • Add scrollTo method (#684)

Fixed

  • Add graceful handler for SIGINT for .env restoration (#682, f843b8a)

v5.5.2

Fixed

  • Improve detection of latest stable ChromeDriver release (#677)

v5.5.1

Fixed

  • Update regular expression base on website changes (#674)

v5.5.0

Added

  • Allow saving screenshots in a subdirectory (#662)

v5.4.0

Added

  • Add assertion checks if a button is disabled or enabled (#661)

Fixed

... (truncated)
Changelog

Sourced from laravel/dusk's changelog.

v5.8.0 (2019-12-30)

Added

v5.7.0 (2019-12-17)

Added

  • Automatically fit content on failures (#704)

v5.6.3 (2019-12-03)

Added

  • Support phpdotenv v4 (#699)

Fixed

  • scrollTo: add support for selectors with quotes (#697)

v5.6.2 (2019-11-26)

Changed

  • Allow for Symfony 5 (#696)

v5.6.1 (2019-11-12)

Fixed

  • Ensure jQuery for scrollTo (#686)
  • Added missing return statement in withDuskEnvironment (#691)
  • Prevent using pcntl when not installed (#692)

v5.6.0 (2019-10-29)

Added

  • Add scrollTo method (#684)

Fixed

  • Add graceful handler for SIGINT for .env restoration (#682, f843b8a)

v5.5.2 (2019-09-24)

Fixed

  • Improve detection of latest stable ChromeDriver release (#677)
... (truncated)
Upgrade guide

Sourced from laravel/dusk's upgrade guide.

Upgrade Guide

Upgrading To 5.0 From 4.0

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

The setUp and tearDown methods now require the void return type. If you were overwriting these methods you should add it to the method signatures.

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.

If all status checks pass Dependabot will automatically merge this pull request.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

dependabot-preview[bot] commented 4 years ago

Superseded by #177.