stefanzweifel / screeenly

📸 Screenshot as a Service
https://secure.screeenly.com
MIT License
503 stars 103 forks source link

Bump laravel/framework from 5.7.12 to 5.7.24 #214

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps laravel/framework from 5.7.12 to 5.7.24.

Release notes *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.7.24 > ## [v5.7.24 (2019-01-30)](https://github.com/laravel/framework/compare/v5.7.23...v5.7.24) > > ### Fixed > - Fixed `ResetPassword` notification ([#27351](https://github-redirect.dependabot.com/laravel/framework/pull/27351), [b130771](https://github.com/laravel/framework/commit/b13077164bc6b4cb032b9eec7f5209402b5260eb)) > > > ## v5.7.23 > ## [v5.7.23 (2019-01-29)](https://github.com/laravel/framework/compare/v5.7.22...v5.7.23) > > ### Added > - Added `AbstractPaginator::getOptions()` method ([#27273](https://github-redirect.dependabot.com/laravel/framework/pull/27273)) > - Added `Communication link failure` to `DetectsLostConnections` trait ([#27307](https://github-redirect.dependabot.com/laravel/framework/pull/27307)) > - Added `orWhere()` `proxy` for `scopes` to `EloquentBuilder` ([#27281](https://github-redirect.dependabot.com/laravel/framework/pull/27281), [2e6fe85](https://github.com/laravel/framework/commit/2e6fe855c7d7d9d3cbf34e1fbea17c8059640c5c)) > - Allow the `app path` to be configured ([#27332](https://github-redirect.dependabot.com/laravel/framework/pull/27332), [d73e672](https://github.com/laravel/framework/commit/d73e6729cefb26c2fbcb16e47daefc2ba86b9697)) > - Added config for using `WhatFailureGroupHandler` when `StackDriver` created for Logger ([#27308](https://github-redirect.dependabot.com/laravel/framework/pull/27308) ,[6a92651](https://github.com/laravel/framework/commit/6a926519e8e3905013569e7b3fcdd598ec7cece3)) > > ### Fixed > - Fixed `QueueableCollection` serialization of Eloquent Models when using `Binary IDs` ([#27271](https://github-redirect.dependabot.com/laravel/framework/pull/27271)) > - Replaced `newModelQuery()` with `newQueryWithoutRelationships()` for `UPDATE`/`DELETE` queries ([#27277](https://github-redirect.dependabot.com/laravel/framework/pull/27277)) > > ### Changed > - Apply parameters to entire localization array ([#27254](https://github-redirect.dependabot.com/laravel/framework/pull/27254)) > - Added line about expiring password reset in notification email ([#27324](https://github-redirect.dependabot.com/laravel/framework/pull/27324), [80c5aec](https://github.com/laravel/framework/commit/80c5aecb443e7a55e868b66b9e0a93b7dfec08e8)) > - "Go Home" link will redirect to the `home` route on exception page ([#27343](https://github-redirect.dependabot.com/laravel/framework/pull/27343)) > > > ## v5.7.22 > ## [v5.7.22 (2019-01-22)](https://github.com/laravel/framework/compare/v5.7.21...v5.7.22) > > ### Fixed > - Fixed `TestResponse::assertJsonValidationErrors()` when there are no errors ([#27190](https://github-redirect.dependabot.com/laravel/framework/pull/27190)) > > ### Changed > - Allowed `TestResponse::assertJsonMissingValidationErrors()` to be called without an argument ([#27176](https://github-redirect.dependabot.com/laravel/framework/pull/27176)) > - Updated vue preset's vue-stubs for laravel-mix 4 compatibility ([#27229](https://github-redirect.dependabot.com/laravel/framework/pull/27229)) > - Updated preset to use `@babel/preset-react` ([#27235](https://github-redirect.dependabot.com/laravel/framework/pull/27235)) > - Used `config` to resolve the database value during tests. ([#27240](https://github-redirect.dependabot.com/laravel/framework/pull/27240)) > > ## v5.7.21 > ## [v5.7.21 (2019-01-15)](https://github.com/laravel/framework/compare/v5.7.20...v5.7.21) > > ### Fixed > - Fixed `Blueprint::removeColumn()` ([#27115](https://github-redirect.dependabot.com/laravel/framework/pull/27115), [#27122](https://github-redirect.dependabot.com/laravel/framework/pull/27122)) > - Fixed allowing of null broadcast connection driver ([#27135](https://github-redirect.dependabot.com/laravel/framework/pull/27135)) > - Fixed `ModelMakeCommand::handle()` should always return `bool` value ([#27156](https://github-redirect.dependabot.com/laravel/framework/pull/27156)) > - Fixed `TestResponse::assertSessionDoesntHaveErrors()` when there is no errors ([#27145](https://github-redirect.dependabot.com/laravel/framework/pull/27145)) > - Fixed default message is localization twice in `403.blade.php` error page ([4a08120](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### Changed > ... (truncated)
Changelog *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.7.md).* > ## [v5.7.24 (2019-01-30)](https://github.com/laravel/framework/compare/v5.7.23...v5.7.24) > > ### Fixed > - Fixed `ResetPassword` notification ([#27351](https://github-redirect.dependabot.com/laravel/framework/pull/27351), [b130771](https://github.com/laravel/framework/commit/b13077164bc6b4cb032b9eec7f5209402b5260eb)) > > > ## [v5.7.23 (2019-01-29)](https://github.com/laravel/framework/compare/v5.7.22...v5.7.23) > > ### Added > - Added `AbstractPaginator::getOptions()` method ([#27273](https://github-redirect.dependabot.com/laravel/framework/pull/27273)) > - Added `Communication link failure` to `DetectsLostConnections` trait ([#27307](https://github-redirect.dependabot.com/laravel/framework/pull/27307)) > - Added `orWhere()` `proxy` for `scopes` to `EloquentBuilder` ([#27281](https://github-redirect.dependabot.com/laravel/framework/pull/27281), [2e6fe85](https://github.com/laravel/framework/commit/2e6fe855c7d7d9d3cbf34e1fbea17c8059640c5c)) > - Allow the `app path` to be configured ([#27332](https://github-redirect.dependabot.com/laravel/framework/pull/27332), [d73e672](https://github.com/laravel/framework/commit/d73e6729cefb26c2fbcb16e47daefc2ba86b9697)) > - Added config for using `WhatFailureGroupHandler` when `StackDriver` created for Logger ([#27308](https://github-redirect.dependabot.com/laravel/framework/pull/27308) ,[6a92651](https://github.com/laravel/framework/commit/6a926519e8e3905013569e7b3fcdd598ec7cece3)) > > ### Fixed > - Fixed `QueueableCollection` serialization of Eloquent Models when using `Binary IDs` ([#27271](https://github-redirect.dependabot.com/laravel/framework/pull/27271)) > - Replaced `newModelQuery()` with `newQueryWithoutRelationships()` for `UPDATE`/`DELETE` queries ([#27277](https://github-redirect.dependabot.com/laravel/framework/pull/27277)) > > ### Changed > - Apply parameters to entire localization array ([#27254](https://github-redirect.dependabot.com/laravel/framework/pull/27254)) > - Added line about expiring password reset in notification email ([#27324](https://github-redirect.dependabot.com/laravel/framework/pull/27324), [80c5aec](https://github.com/laravel/framework/commit/80c5aecb443e7a55e868b66b9e0a93b7dfec08e8)) > - "Go Home" link will redirect to the `home` route on exception page ([#27343](https://github-redirect.dependabot.com/laravel/framework/pull/27343)) > > > ## [v5.7.22 (2019-01-22)](https://github.com/laravel/framework/compare/v5.7.21...v5.7.22) > > ### Fixed > - Fixed `TestResponse::assertJsonValidationErrors()` when there are no errors ([#27190](https://github-redirect.dependabot.com/laravel/framework/pull/27190)) > > ### Changed > - Allowed `TestResponse::assertJsonMissingValidationErrors()` to be called without an argument ([#27176](https://github-redirect.dependabot.com/laravel/framework/pull/27176)) > - Updated vue preset's vue-stubs for laravel-mix 4 compatibility ([#27229](https://github-redirect.dependabot.com/laravel/framework/pull/27229)) > - Updated preset to use `@babel/preset-react` ([#27235](https://github-redirect.dependabot.com/laravel/framework/pull/27235)) > - Used `config` to resolve the database value during tests. ([#27240](https://github-redirect.dependabot.com/laravel/framework/pull/27240)) > > > ## [v5.7.21 (2019-01-15)](https://github.com/laravel/framework/compare/v5.7.20...v5.7.21) > > ### Fixed > - Fixed `Blueprint::removeColumn()` ([#27115](https://github-redirect.dependabot.com/laravel/framework/pull/27115), [#27122](https://github-redirect.dependabot.com/laravel/framework/pull/27122)) > - Fixed allowing of null broadcast connection driver ([#27135](https://github-redirect.dependabot.com/laravel/framework/pull/27135)) > - Fixed `ModelMakeCommand::handle()` should always return `bool` value ([#27156](https://github-redirect.dependabot.com/laravel/framework/pull/27156)) > - Fixed `TestResponse::assertSessionDoesntHaveErrors()` when there are no errors ([#27145](https://github-redirect.dependabot.com/laravel/framework/pull/27145)) > - Fixed default message is localization twice in `403.blade.php` error page ([4a08120](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### Changed > - Replaced `get_called_class()` to `static::class` ([#27146](https://github-redirect.dependabot.com/laravel/framework/pull/27146)) > - Re-throw `NoMatchingExpectationException` from `PendingCommand` ([#27158](https://github-redirect.dependabot.com/laravel/framework/pull/27158)) > > ... (truncated)
Commits - [`2ede55d`](https://github.com/laravel/framework/commit/2ede55db4b8201ed0450fa7e7a4d7220aa29bc34) version - [`393fea8`](https://github.com/laravel/framework/commit/393fea802007daffb942afa0bf550c09bc7f1544) Merge pull request [#27351](https://github-redirect.dependabot.com/laravel/framework/issues/27351) from owenconti/bug/27349 - [`b130771`](https://github.com/laravel/framework/commit/b13077164bc6b4cb032b9eec7f5209402b5260eb) Update ResetPassword.php - [`238bca0`](https://github.com/laravel/framework/commit/238bca085a8b54216de71eae4218ac14468c35f3) Pass second argument to Lang::getFromJson as an array. - [`b68ad10`](https://github.com/laravel/framework/commit/b68ad1034a8b01228c99f78d19c4a04aa6c5ed0f) [5.7] update changelog - [`67024e5`](https://github.com/laravel/framework/commit/67024e5a98e178ae406dfabc9c310d545656d63b) Merge pull request [#27347](https://github-redirect.dependabot.com/laravel/framework/issues/27347) from SjorsO/patch-1 - [`366fbf0`](https://github.com/laravel/framework/commit/366fbf0dc9d699d0c6ffea99df207815e56b7adb) Update provider.stub - [`0012324`](https://github.com/laravel/framework/commit/0012324a3d31af793c5c71d05dcd0e348c424b69) version - [`a65b5ce`](https://github.com/laravel/framework/commit/a65b5cec7b40c7d6eecd8f1d4f620436d6fb78a9) Merge pull request [#27343](https://github-redirect.dependabot.com/laravel/framework/issues/27343) from hivokas/patch-2 - [`4129e4d`](https://github.com/laravel/framework/commit/4129e4d0b97d7132174eb400cce6d265e8211f42) "Go Home" link update - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.12...v5.7.24)


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 cancel merge` will cancel a previously requested merge - `@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.