edno / kleis

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

Bump laravel/framework from 5.8.9 to 5.8.13 #101

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps laravel/framework from 5.8.9 to 5.8.13.

Release notes *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.13 > ## [v5.8.13 (2019-04-18)](https://github.com/laravel/framework/compare/v5.8.12...v5.8.13) > > ### Added > - Added `[@​error](https://github.com/error)` blade directive ([#28062](https://github-redirect.dependabot.com/laravel/framework/pull/28062)) > - Added the ability to register `custom Doctrine DBAL` types in the schema builder ([#28214](https://github-redirect.dependabot.com/laravel/framework/pull/28214), [91a6afe](https://github.com/laravel/framework/commit/91a6afe1f9f8d18283f3ee9a72b636a121f06da5)) > > ### Fixed > - Fixed: [Event::fake() does not replace dispatcher for guard](https://github-redirect.dependabot.com/laravel/framework/issues/27451) ([#28238](https://github-redirect.dependabot.com/laravel/framework/pull/28238), [be89773](https://github.com/laravel/framework/commit/be89773c52e7491de05dee053b18a38b177d6030)) > > ### Reverted > - Reverted of [`possibility for use in / not in operators in the query builder`](https://github-redirect.dependabot.com/laravel/framework/pull/28192) since of [issue with `wherePivot()` method](https://github-redirect.dependabot.com/laravel/framework/issues/28251) ([04a547ee](https://github.com/laravel/framework/commit/04a547ee25f78ddd738610cdbda2cb393c6795e9)) > > ## v5.8.12 > ## [v5.8.12 (2019-04-16)](https://github.com/laravel/framework/compare/v5.8.11...v5.8.12) > > ### Added > - Added `Illuminate\Support\Collection::duplicates()` ([#28181](https://github-redirect.dependabot.com/laravel/framework/pull/28181)) > - Added `Illuminate\Database\Eloquent\Collection::duplicates()` ([#28194](https://github-redirect.dependabot.com/laravel/framework/pull/28194)) > - Added `Illuminate\View\FileViewFinder::getViews()` ([#28198](https://github-redirect.dependabot.com/laravel/framework/pull/28198)) > - Added helper methods `onSuccess()` \ `onFailure()` \ `pingOnSuccess()` \ `pingOnFailure()` \ `emailOnFailure()` to `Illuminate\Console\Scheduling\Event` ([#28167](https://github-redirect.dependabot.com/laravel/framework/pull/28167)) > - Added `SET` datatype on MySQL Grammar ([#28171](https://github-redirect.dependabot.com/laravel/framework/pull/28171)) > - Added possibility for use `in` / `not in` operators in the query builder ([#28192](https://github-redirect.dependabot.com/laravel/framework/pull/28192)) > > ### Fixed > - Fixed memory leak in JOIN queries ([#28220](https://github-redirect.dependabot.com/laravel/framework/pull/28220)) > - Fixed circular dependency in `Support\Testing\Fakes\QueueFake` for undefined methods ([#28164](https://github-redirect.dependabot.com/laravel/framework/pull/28164)) > - Fixed exception in `lt` \ `lte` \ `gt` \ `gte` validations with different types ([#28174](https://github-redirect.dependabot.com/laravel/framework/pull/28174)) > - Fixed `string quoting` for `SQL Server` ([#28176](https://github-redirect.dependabot.com/laravel/framework/pull/28176)) > - Fixed `whereDay` and `whereMonth` when passing `int` values ([#28185](https://github-redirect.dependabot.com/laravel/framework/pull/28185)) > > ### Changed > - Added `autocomplete` attributes to the html stubs ([#28226](https://github-redirect.dependabot.com/laravel/framework/pull/28226)) > - Improved `event:list` command ([#28177](https://github-redirect.dependabot.com/laravel/framework/pull/28177), [cde1c5d](https://github.com/laravel/framework/commit/cde1c5d8b38a9b040e70c344bba82781239a0bbf)) > - Updated `Illuminate\Database\Console\Factories\FactoryMakeCommand` to generate more IDE friendly code ([#28188](https://github-redirect.dependabot.com/laravel/framework/pull/28188)) > - Added missing `LockProvider` interface on `DynamoDbStore` ([#28203](https://github-redirect.dependabot.com/laravel/framework/pull/28203)) > - Change session's user_id to unsigned big integer in the stub ([#28206](https://github-redirect.dependabot.com/laravel/framework/pull/28206)) > > > ## v5.8.11 > ## [v5.8.11 (2019-04-10)](https://github.com/laravel/framework/compare/v5.8.10...v5.8.11) > > ### Added > - Allowed to call `macros` directly on `Illuminate\Support\Facades\Date` ([#28129](https://github-redirect.dependabot.com/laravel/framework/pull/28129)) > - Allowed `lock` to be configured in `local filesystems` ([#28124](https://github-redirect.dependabot.com/laravel/framework/pull/28124)) > - Added tracking of the exit code in scheduled event commands ([#28140](https://github-redirect.dependabot.com/laravel/framework/pull/28140)) > > ### Fixed > - Fixed of escaping single quotes in json paths in `Illuminate\Database\Query\Grammars\Grammar` ([#28160](https://github-redirect.dependabot.com/laravel/framework/pull/28160)) > - Fixed event discovery with different Application Namespace ([#28145](https://github-redirect.dependabot.com/laravel/framework/pull/28145)) > ... (truncated)
Changelog *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.13 (2019-04-18)](https://github.com/laravel/framework/compare/v5.8.12...v5.8.13) > > ### Added > - Added `[@​error](https://github.com/error)` blade directive ([#28062](https://github-redirect.dependabot.com/laravel/framework/pull/28062)) > - Added the ability to register `custom Doctrine DBAL` types in the schema builder ([#28214](https://github-redirect.dependabot.com/laravel/framework/pull/28214), [91a6afe](https://github.com/laravel/framework/commit/91a6afe1f9f8d18283f3ee9a72b636a121f06da5)) > > ### Fixed > - Fixed: [Event::fake() does not replace dispatcher for guard](https://github-redirect.dependabot.com/laravel/framework/issues/27451) ([#28238](https://github-redirect.dependabot.com/laravel/framework/pull/28238), [be89773](https://github.com/laravel/framework/commit/be89773c52e7491de05dee053b18a38b177d6030)) > > ### Reverted > - Reverted of [`possibility for use in / not in operators in the query builder`](https://github-redirect.dependabot.com/laravel/framework/pull/28192) since of [issue with `wherePivot()` method](https://github-redirect.dependabot.com/laravel/framework/issues/28251) ([04a547ee](https://github.com/laravel/framework/commit/04a547ee25f78ddd738610cdbda2cb393c6795e9)) > > > ## [v5.8.12 (2019-04-16)](https://github.com/laravel/framework/compare/v5.8.11...v5.8.12) > > ### Added > - Added `Illuminate\Support\Collection::duplicates()` ([#28181](https://github-redirect.dependabot.com/laravel/framework/pull/28181)) > - Added `Illuminate\Database\Eloquent\Collection::duplicates()` ([#28194](https://github-redirect.dependabot.com/laravel/framework/pull/28194)) > - Added `Illuminate\View\FileViewFinder::getViews()` ([#28198](https://github-redirect.dependabot.com/laravel/framework/pull/28198)) > - Added helper methods `onSuccess()` \ `onFailure()` \ `pingOnSuccess()` \ `pingOnFailure()` \ `emailOnFailure()` to `Illuminate\Console\Scheduling\Event` ([#28167](https://github-redirect.dependabot.com/laravel/framework/pull/28167)) > - Added `SET` datatype on MySQL Grammar ([#28171](https://github-redirect.dependabot.com/laravel/framework/pull/28171)) > - Added possibility for use `in` / `not in` operators in the query builder ([#28192](https://github-redirect.dependabot.com/laravel/framework/pull/28192)) > > ### Fixed > - Fixed memory leak in JOIN queries ([#28220](https://github-redirect.dependabot.com/laravel/framework/pull/28220)) > - Fixed circular dependency in `Support\Testing\Fakes\QueueFake` for undefined methods ([#28164](https://github-redirect.dependabot.com/laravel/framework/pull/28164)) > - Fixed exception in `lt` \ `lte` \ `gt` \ `gte` validations with different types ([#28174](https://github-redirect.dependabot.com/laravel/framework/pull/28174)) > - Fixed `string quoting` for `SQL Server` ([#28176](https://github-redirect.dependabot.com/laravel/framework/pull/28176)) > - Fixed `whereDay` and `whereMonth` when passing `int` values ([#28185](https://github-redirect.dependabot.com/laravel/framework/pull/28185)) > > ### Changed > - Added `autocomplete` attributes to the html stubs ([#28226](https://github-redirect.dependabot.com/laravel/framework/pull/28226)) > - Improved `event:list` command ([#28177](https://github-redirect.dependabot.com/laravel/framework/pull/28177), [cde1c5d](https://github.com/laravel/framework/commit/cde1c5d8b38a9b040e70c344bba82781239a0bbf)) > - Updated `Illuminate\Database\Console\Factories\FactoryMakeCommand` to generate more IDE friendly code ([#28188](https://github-redirect.dependabot.com/laravel/framework/pull/28188)) > - Added missing `LockProvider` interface on `DynamoDbStore` ([#28203](https://github-redirect.dependabot.com/laravel/framework/pull/28203)) > - Change session's user_id to unsigned big integer in the stub ([#28206](https://github-redirect.dependabot.com/laravel/framework/pull/28206)) > > > ## [v5.8.11 (2019-04-10)](https://github.com/laravel/framework/compare/v5.8.10...v5.8.11) > > ### Added > - Allowed to call `macros` directly on `Illuminate\Support\Facades\Date` ([#28129](https://github-redirect.dependabot.com/laravel/framework/pull/28129)) > - Allowed `lock` to be configured in `local filesystems` ([#28124](https://github-redirect.dependabot.com/laravel/framework/pull/28124)) > - Added tracking of the exit code in scheduled event commands ([#28140](https://github-redirect.dependabot.com/laravel/framework/pull/28140)) > > ### Fixed > - Fixed of escaping single quotes in json paths in `Illuminate\Database\Query\Grammars\Grammar` ([#28160](https://github-redirect.dependabot.com/laravel/framework/pull/28160)) > - Fixed event discovery with different Application Namespace ([#28145](https://github-redirect.dependabot.com/laravel/framework/pull/28145)) > > ### Changed > ... (truncated)
Commits - [`837e382`](https://github.com/laravel/framework/commit/837e3823e2274d22b8e281d093391b5d9c23029a) version - [`b995582`](https://github.com/laravel/framework/commit/b9955827fae0b307162384218e9cdb0be05e5747) Merge branch '5.8' of github.com:laravel/framework into 5.8 - [`04a547e`](https://github.com/laravel/framework/commit/04a547ee25f78ddd738610cdbda2cb393c6795e9) revert not in pr - [`d3ef99e`](https://github.com/laravel/framework/commit/d3ef99e8bda804a24ceadb0e3acfac1c5c82feeb) Merge pull request [#28256](https://github-redirect.dependabot.com/laravel/framework/issues/28256) from nunomaduro/patch-1 - [`3f086ce`](https://github.com/laravel/framework/commit/3f086cee0bf7bbc8b275e1cd5566966038b9b8b5) Removes non-needed comment in Collection class - [`41e158f`](https://github.com/laravel/framework/commit/41e158fbcf81556b16e9120e50cda3f0835529d7) Merge pull request [#28062](https://github-redirect.dependabot.com/laravel/framework/issues/28062) from calebporzio/add-error-blade-directive - [`91a6afe`](https://github.com/laravel/framework/commit/91a6afe1f9f8d18283f3ee9a72b636a121f06da5) formatting - [`666cda4`](https://github.com/laravel/framework/commit/666cda4a104facce80be3b47362f3da8709e4c99) Merge branch 'custom-dbal-types' of https://github.com/JacksonIV/framework in... - [`be89773`](https://github.com/laravel/framework/commit/be89773c52e7491de05dee053b18a38b177d6030) check if resolved - [`1bcad05`](https://github.com/laravel/framework/commit/1bcad051b668b06ba3366560242d4f112e3a1860) Fix a styling issue. - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.9...v5.8.13)


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.