edno / kleis

Simplified SquidGuard web frontend (users & filters management)
MIT License
4 stars 2 forks source link

Bump laravel/framework from 5.8.4 to 5.8.5 #93

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps laravel/framework from 5.8.4 to 5.8.5.

Release notes *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.5 > ### Added > - Added `Illuminate\Database\DatabaseManager::setReconnector()` ([#27845](https://github-redirect.dependabot.com/laravel/framework/pull/27845)) > - Added `Illuminate\Auth\Access\Gate::none()` ([#27859](https://github-redirect.dependabot.com/laravel/framework/pull/27859)) > - Added `OtherDeviceLogout` event ([#27865](https://github-redirect.dependabot.com/laravel/framework/pull/27865), [5e87f2d](https://github.com/laravel/framework/commit/5e87f2df072ec4a243b6a3a983a753e8ffa5e6bf)) > - Added `even` and `odd` flags to the `Loop` variable in the `blade` ([#27883](https://github-redirect.dependabot.com/laravel/framework/pull/27883)) > > ### Changed > - Add replacement for lower danish `æ` ([#27886](https://github-redirect.dependabot.com/laravel/framework/pull/27886)) > - Show error message from exception, if message exist for `403.blade.php` and `503.blade.php` error ([#27893](https://github-redirect.dependabot.com/laravel/framework/pull/27893), [#27902](https://github-redirect.dependabot.com/laravel/framework/pull/27902)) > > ### Fixed > - Fixed seeding logic in `Arr::shuffle()` ([#27861](https://github-redirect.dependabot.com/laravel/framework/pull/27861)) > - Fixed `Illuminate\Database\Query\Builder::updateOrInsert()` with empty `$values` ([#27906](https://github-redirect.dependabot.com/laravel/framework/pull/27906)) > - Fixed `Application::getNamespace()` method ([#27915](https://github-redirect.dependabot.com/laravel/framework/pull/27915)) > - Fixed of store previous url ([#27935](https://github-redirect.dependabot.com/laravel/framework/pull/27935), [791992e](https://github.com/laravel/framework/commit/791992e20efdf043ac3c2d989025d48d648821de)) > > ### Security > - Changed `Validation\Rules\Unique.php` ([da4d4a4](https://github.com/laravel/framework/commit/da4d4a468eee174bd619b4a04aab57e419d10ff4)). You can read more [here](https://blog.laravel.com/unique-rule-sql-injection-warning) >
Changelog *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.5 (2019-03-19)](https://github.com/laravel/framework/compare/v5.8.4...v5.8.5) > > ### Added > - Added `Illuminate\Database\DatabaseManager::setReconnector()` ([#27845](https://github-redirect.dependabot.com/laravel/framework/pull/27845)) > - Added `Illuminate\Auth\Access\Gate::none()` ([#27859](https://github-redirect.dependabot.com/laravel/framework/pull/27859)) > - Added `OtherDeviceLogout` event ([#27865](https://github-redirect.dependabot.com/laravel/framework/pull/27865), [5e87f2d](https://github.com/laravel/framework/commit/5e87f2df072ec4a243b6a3a983a753e8ffa5e6bf)) > - Added `even` and `odd` flags to the `Loop` variable in the `blade` ([#27883](https://github-redirect.dependabot.com/laravel/framework/pull/27883)) > > ### Changed > - Add replacement for lower danish `æ` ([#27886](https://github-redirect.dependabot.com/laravel/framework/pull/27886)) > - Show error message from exception, if message exist for `403.blade.php` and `503.blade.php` error ([#27893](https://github-redirect.dependabot.com/laravel/framework/pull/27893), [#27902](https://github-redirect.dependabot.com/laravel/framework/pull/27902)) > > ### Fixed > - Fixed seeding logic in `Arr::shuffle()` ([#27861](https://github-redirect.dependabot.com/laravel/framework/pull/27861)) > - Fixed `Illuminate\Database\Query\Builder::updateOrInsert()` with empty `$values` ([#27906](https://github-redirect.dependabot.com/laravel/framework/pull/27906)) > - Fixed `Application::getNamespace()` method ([#27915](https://github-redirect.dependabot.com/laravel/framework/pull/27915)) > - Fixed of store previous url ([#27935](https://github-redirect.dependabot.com/laravel/framework/pull/27935), [791992e](https://github.com/laravel/framework/commit/791992e20efdf043ac3c2d989025d48d648821de)) > > ### Security > - Changed `Validation\Rules\Unique.php` ([da4d4a4](https://github.com/laravel/framework/commit/da4d4a468eee174bd619b4a04aab57e419d10ff4)). You can read more [here](https://blog.laravel.com/unique-rule-sql-injection-warning)
Commits - [`791992e`](https://github.com/laravel/framework/commit/791992e20efdf043ac3c2d989025d48d648821de) formatting - [`b648e82`](https://github.com/laravel/framework/commit/b648e82955bb2ff8207797e120e72926e856a8c2) Merge branch 'previous-url-fix' of https://github.com/veencel/framework into ... - [`644bdfa`](https://github.com/laravel/framework/commit/644bdfaa3a4ed5d6f704aad7796dcb273cc161fb) version - [`cbc2ca5`](https://github.com/laravel/framework/commit/cbc2ca53e42a97a65e28ebf974cf0029652f2749) Merge branch '5.8' of github.com:laravel/framework into 5.8 - [`da4d4a4`](https://github.com/laravel/framework/commit/da4d4a468eee174bd619b4a04aab57e419d10ff4) remove commas from values - [`be3c8ba`](https://github.com/laravel/framework/commit/be3c8ba92f197aefda39fe7d276bc7090c400bc8) Fixing previous url - [`c04835e`](https://github.com/laravel/framework/commit/c04835ec35f1f880da06c2cd52f5a496d5f92e34) Merge pull request [#27906](https://github-redirect.dependabot.com/laravel/framework/issues/27906) from Organizm238/fix-update-or-insert-method-for-qu... - [`bf3a602`](https://github.com/laravel/framework/commit/bf3a602cb69dfa4342ae1d7c74259fa8c79137f4) Merge pull request [#27914](https://github-redirect.dependabot.com/laravel/framework/issues/27914) from bzixilu/5.8 - [`c2410f0`](https://github.com/laravel/framework/commit/c2410f004fec4cb0d59b467c3e7924cdf4715131) Merge pull request [#27915](https://github-redirect.dependabot.com/laravel/framework/issues/27915) from xuanquynh/getNamespace_is_independent - [`9b5b6d5`](https://github.com/laravel/framework/commit/9b5b6d54cf0b0360434b6a1ef5cfd1203d9b838b) getNamespace is independent - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.4...v5.8.5)


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