Closed dependabot-preview[bot] closed 5 years ago
🎉 This is the 500th Dependabot pull request merged for stefanzweifel! 🎉
Can we use this moment for a quick request of our own?
We're always trying to get more people using Dependabot. If you tweet about us or tell a friend then we'll be forever grateful.
Bumps laravel/browser-kit-testing from 4.2.1 to 5.1.2.
Release notes
*Sourced from [laravel/browser-kit-testing's releases](https://github.com/laravel/browser-kit-testing/releases).* > ## v5.1.2 > ### Fixed > - Implement abstract `shouldReport` method ([#93](https://github-redirect.dependabot.com/laravel/browser-kit-testing/pull/93#issuecomment-468863285)) > > ## v5.1.1 > ### Fixed > - Fix PHPUnit 8 strict comparison ([48a7a39](https://github.com/laravel/browser-kit-testing/commit/48a7a39de5603a604a70b94671a8e89b4bb42b99)) > > ## v5.1.0 > ### Added > - Laravel 5.8 support ([d1be15a](https://github.com/laravel/browser-kit-testing/commit/d1be15aca3d4a1a659533600f5dfcf22a9d85aca)) > > ## v5.0.0 > ### Added > - Provide PHPUnit 8 compatibility ([d4f4894](https://github.com/laravel/browser-kit-testing/commit/d4f48946b29e412f477296ddb63738d0ce59a960)) > > ### Changed > - Update minimum Laravel version ([1185004](https://github.com/laravel/browser-kit-testing/commit/1185004ceed0b841a5cc4367fcb492526a81e68a)) > - Update Symfony dependencies to latest version ([b60a346](https://github.com/laravel/browser-kit-testing/commit/b60a346e783163d29a1ccc4f488b40534abb06c4))Changelog
*Sourced from [laravel/browser-kit-testing's changelog](https://github.com/laravel/browser-kit-testing/blob/5.0/CHANGELOG.md).* > ## [v5.1.2 (2019-03-12)](https://github.com/laravel/browser-kit-testing/compare/v5.1.1...v5.1.2) > > ### Fixed > - Implement abstract `shouldReport` method ([#93](https://github-redirect.dependabot.com/laravel/browser-kit-testing/pull/93#issuecomment-468863285)) > > > ## [v5.1.1 (2019-02-16)](https://github.com/laravel/browser-kit-testing/compare/v5.1.0...v5.1.1) > > ### Fixed > - Fix PHPUnit 8 strict comparison ([48a7a39](https://github.com/laravel/browser-kit-testing/commit/48a7a39de5603a604a70b94671a8e89b4bb42b99)) > > > ## [v5.1.0 (2019-02-12)](https://github.com/laravel/browser-kit-testing/compare/v5.0.0...v5.1.0) > > ### Added > - Laravel 5.8 support ([d1be15a](https://github.com/laravel/browser-kit-testing/commit/d1be15aca3d4a1a659533600f5dfcf22a9d85aca)) > > > ## [v5.0.0 (2019-02-05)](https://github.com/laravel/browser-kit-testing/compare/v4.2.1...v5.0.0) > > ### Added > - Provide PHPUnit 8 compatibility ([d4f4894](https://github.com/laravel/browser-kit-testing/commit/d4f48946b29e412f477296ddb63738d0ce59a960)) > > ### Changed > - Update minimum Laravel version ([1185004](https://github.com/laravel/browser-kit-testing/commit/1185004ceed0b841a5cc4367fcb492526a81e68a)) > - Update Symfony dependencies to latest version ([b60a346](https://github.com/laravel/browser-kit-testing/commit/b60a346e783163d29a1ccc4f488b40534abb06c4))Upgrade guide
*Sourced from [laravel/browser-kit-testing's upgrade guide](https://github.com/laravel/browser-kit-testing/blob/5.0/UPGRADE.md).* > # Upgrade Guide > > ## Upgrading To 5.0 From 4.0 > > ### PHPUnit 8 > > Browser Kit Testing 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](https://phpunit.de/announcements/phpunit-8.html). 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 Browser Kit Testing. > > ### `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
- [`1189b89`](https://github.com/laravel/browser-kit-testing/commit/1189b899411a534f7f334db57a4966d08c568c73) Update changelog - [`bfb016e`](https://github.com/laravel/browser-kit-testing/commit/bfb016e1c55abda71f0fbdc6c674456fab40d430) Merge pull request [#93](https://github-redirect.dependabot.com/laravel/browser-kit-testing/issues/93) from ErickTucto/test-session-exception - [`05470f8`](https://github.com/laravel/browser-kit-testing/commit/05470f86236911381d952c26111d26b52ad517ae) Fix abstract method InteractsWithExceptionHandling - [`d3140ac`](https://github.com/laravel/browser-kit-testing/commit/d3140ac877ae2a05c1b25e9e6a91dc49afef3322) Terminate testing to Session and ExceptionHangling - [`d4c5b43`](https://github.com/laravel/browser-kit-testing/commit/d4c5b43e625ad7821e0932124f260fe57faeb98c) Merge pull request [#92](https://github-redirect.dependabot.com/laravel/browser-kit-testing/issues/92) from ErickTucto/separe-unit-test - [`083fe7c`](https://github.com/laravel/browser-kit-testing/commit/083fe7c414daee7400ea555108d1b74d23a535b8) Merge branch '5.0' into separe-unit-test - [`838af30`](https://github.com/laravel/browser-kit-testing/commit/838af30ec25d73c49282de0a57582dcb9b9781d7) Update readme - [`51faf45`](https://github.com/laravel/browser-kit-testing/commit/51faf4574eb64c82f2395d3f1b8d963f67c3642c) Add license section to readme - [`8291aac`](https://github.com/laravel/browser-kit-testing/commit/8291aac37d689986f9c25a4309555141d4320bde) Add badges - [`55914a5`](https://github.com/laravel/browser-kit-testing/commit/55914a585f451f3fa03de434db5e699c52bbdb18) Update changelog - Additional commits viewable in [compare view](https://github.com/laravel/browser-kit-testing/compare/v4.2.1...v5.1.2)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 will not automatically merge this PR because it includes a major update to a development dependency.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.