edno / kleis

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

Bump laravel/framework from 5.8.32 to 6.5.1 #138

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps laravel/framework from 5.8.32 to 6.5.1.

Release notes *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v6.5.1 > ## [v6.5.1 (2019-11-12)](https://github.com/laravel/framework/compare/v6.5.0...v6.5.1) > > ### Added > - Added `includeUnless` directive ([#30538](https://github-redirect.dependabot.com/laravel/framework/pull/30538)) > > ### Fixed > - Fixed default value for $count in `PhpRedisConnection::spop()` method ([#30546](https://github-redirect.dependabot.com/laravel/framework/pull/30546)) > - Fixed breaking compatibility with multi-schema postgres ([#30562](https://github-redirect.dependabot.com/laravel/framework/pull/30562), [6460d2b](https://github.com/laravel/framework/commit/6460d2b1bd89f470a76f5c2c3bddd390fe430e0f)) > - Fixed `Model::isDirty()` with `colelction` \ `object` casts ([#30565](https://github-redirect.dependabot.com/laravel/framework/pull/30565)) > - Fixed `bcc` in `MailgunTransport::send()` ([#30569](https://github-redirect.dependabot.com/laravel/framework/pull/30569)) > > ### Changed > - Remove `illuminate/support` dependency from `Container` package ([#30518](https://github-redirect.dependabot.com/laravel/framework/pull/30518), [#30528](https://github-redirect.dependabot.com/laravel/framework/pull/30528)) > > > ## v6.5.0 > ## [v6.5.0 (2019-11-05)](https://github.com/laravel/framework/compare/v6.4.1...v6.5.0) > > ### Added > - Added `LazyCollection::remember()` method ([#30443](https://github-redirect.dependabot.com/laravel/framework/pull/30443)) > - Added `Str::afterLast()` and `Str::beforeLast()` methods ([#30507](https://github-redirect.dependabot.com/laravel/framework/pull/30507)) > - Added `existsOr()` and `doesntExistOr()` methods to the query builder ([#30495](https://github-redirect.dependabot.com/laravel/framework/pull/30495)) > - Added `unless` condition to Blade custom `if` directives ([#30492](https://github-redirect.dependabot.com/laravel/framework/pull/30492)) > > ### Changed > - Added reconnect if missing connection when beginning transaction ([#30474](https://github-redirect.dependabot.com/laravel/framework/pull/30474)) > - Set Redis cluster prefix with PhpRedis ([#30461](https://github-redirect.dependabot.com/laravel/framework/pull/30461)) > > ## v6.4.1 > ## [v6.4.1 (2019-10-29)](https://github.com/laravel/framework/compare/v6.4.0...v6.4.1) > > ### Added > - Added `ScheduledTaskSkipped` event when a scheduled command was filtered from running ([#30407](https://github-redirect.dependabot.com/laravel/framework/pull/30407)) > - Added `Login timeout expired` to `DetectsLostConnections` ([#30362](https://github-redirect.dependabot.com/laravel/framework/pull/30362)) > - Added `missing` method to `Illuminate\Filesystem\Filesystem` and `Illuminate\Filesystem\FilesystemAdapter` classes ([#30441](https://github-redirect.dependabot.com/laravel/framework/pull/30441)) > > ### Changed > - Make `vendor:publish` command more informative ([#30408](https://github-redirect.dependabot.com/laravel/framework/pull/30408), [65d040d](https://github.com/laravel/framework/commit/65d040d44f1cef3830748ec59c0056bc2418dca6)) > - Accepted underscores URL in the `URL` validator ([#30417](https://github-redirect.dependabot.com/laravel/framework/pull/30417)) > - Updated `artisan down` output to be consistent with `artisan up` ([#30422](https://github-redirect.dependabot.com/laravel/framework/pull/30422)) > - Changed `!empty` to `isset` for changing redis database ([#30420](https://github-redirect.dependabot.com/laravel/framework/pull/30420)) > - Throw an exception when signing route got in parameter keys `signature` ([#30444](https://github-redirect.dependabot.com/laravel/framework/pull/30444), [71af732](https://github.com/laravel/framework/commit/71af732b6b00ab148cd23b95aca4e05bcb86c242)) > > ### Fixed > - Fixed of retrieving view config in `ServiceProvider::loadViewsFrom()` for Lumen ([#30404](https://github-redirect.dependabot.com/laravel/framework/pull/30404)) > > > ## v6.4.0 > ## [v6.4.0 (2019-10-23)](https://github.com/laravel/framework/compare/v6.3.0...v6.4.0) > ... (truncated)
Changelog *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-5.8.md).* > # Release Notes for 5.8.x > > ## [Unreleased](https://github.com/laravel/framework/compare/v5.8.35...5.8) > > > ## [v5.8.35 (2019-09-03)](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35) > > ### Added > - Added support of `NOT RLIKE` SQL operator ([#29788](https://github-redirect.dependabot.com/laravel/framework/pull/29788)) > - Added hebrew letters to `Str:slug` language array ([#29838](https://github-redirect.dependabot.com/laravel/framework/pull/29838), [ba772d6](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709)) > - Added support of `php7.4` ([#29842](https://github-redirect.dependabot.com/laravel/framework/pull/29842)) > > ### Fixed > - Fixed self-referencing `MorphOneOrMany` existence queries ([#29765](https://github-redirect.dependabot.com/laravel/framework/pull/29765)) > - Fixed `QueueFake::size()` method ([#29761](https://github-redirect.dependabot.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1)) > > ### Changed > - Added note that the GD extension is required for generating images ([#29770](https://github-redirect.dependabot.com/laravel/framework/pull/29770), [#29831](https://github-redirect.dependabot.com/laravel/framework/pull/29831)) > - Changed `monolog/monolog` version to `^1.12` ([#29837](https://github-redirect.dependabot.com/laravel/framework/pull/29837)) > > > ## [v5.8.34 (2019-08-27)](https://github.com/laravel/framework/compare/v5.8.33...v5.8.34) > > ### Fixed > - Fixed `MailMessage::render()` if `view` method was used ([#29698](https://github-redirect.dependabot.com/laravel/framework/pull/29698)) > - Fixed setting of numeric values as model attribute ([#29714](https://github-redirect.dependabot.com/laravel/framework/pull/29714)) > - Fixed mocking of events `until` method in `MocksApplicationServices` ([#29708](https://github-redirect.dependabot.com/laravel/framework/pull/29708)) > - Fixed: Use custom attributes in lt/lte/gt/gte rules messages ([#29716](https://github-redirect.dependabot.com/laravel/framework/pull/29716)) > > ### Changed: > - Changed applying of Aws Instance Profile ([#29738](https://github-redirect.dependabot.com/laravel/framework/pull/29738)) > > > ## [v5.8.33 (2019-08-20)](https://github.com/laravel/framework/compare/v5.8.32...v5.8.33) > > ### Added > - Added `ValidatesWhenResolvedTrait::passedValidation()` callback ([#29549](https://github-redirect.dependabot.com/laravel/framework/pull/29549)) > - Implement new types for email validation support ([#29589](https://github-redirect.dependabot.com/laravel/framework/pull/29589)) > - Added Redis 5 support ([#29606](https://github-redirect.dependabot.com/laravel/framework/pull/29606)) > - Added `insertOrIgnore` support ([#29639](https://github-redirect.dependabot.com/laravel/framework/pull/29639), [46d7e96](https://github.com/laravel/framework/commit/46d7e96ab3ab59339ef0ea8802963b2db84f9ab3), [#29645](https://github-redirect.dependabot.com/laravel/framework/pull/29645)) > - Allowed to override the existing `Whoops` handler.([#29564](https://github-redirect.dependabot.com/laravel/framework/pull/29564)) > > ### Fixed > - Fixed non-displayable boolean values in validation messages ([#29560](https://github-redirect.dependabot.com/laravel/framework/pull/29560)) > - Avoid undefined index errors when using AWS IAM ([#29565](https://github-redirect.dependabot.com/laravel/framework/pull/29565)) > - Fixed exception message in the `ProviderRepository::writeManifest()` ([#29568](https://github-redirect.dependabot.com/laravel/framework/pull/29568)) > - Fixed invalid link expiry count in ResetPassword ([#29579](https://github-redirect.dependabot.com/laravel/framework/pull/29579)) > - Fixed command testing of `output` and `questions` expectations ([#29580](https://github-redirect.dependabot.com/laravel/framework/pull/29580)) > - Added ignoring of classes which are not instantiable during event discovery ([#29587](https://github-redirect.dependabot.com/laravel/framework/pull/29587)) > - Used real classname for seeders in the output ([#29601](https://github-redirect.dependabot.com/laravel/framework/pull/29601)) > ... (truncated)
Commits - [`e471805`](https://github.com/laravel/framework/commit/e47180500498cf8aa2a8ffb59a3b4daa007fa13d) Merge branch '6.x' of github.com:laravel/framework into 6.x - [`68a0ad9`](https://github.com/laravel/framework/commit/68a0ad9a42947772fdf6bffbb5de5e80ad74cf25) version - [`1893293`](https://github.com/laravel/framework/commit/18932931056bfac02daef102aae99dfc3cbeee05) Update SECURITY.md - [`d552777`](https://github.com/laravel/framework/commit/d552777be1bd5c8df597b7496f768093afd56d01) [6.x] Reattach bcc to $message for post events ([#30569](https://github-redirect.dependabot.com/laravel/framework/issues/30569)) - [`f1cfa85`](https://github.com/laravel/framework/commit/f1cfa859e3826b2d996ffc8af30848bc537f06f9) update Model dirty check ([#30565](https://github-redirect.dependabot.com/laravel/framework/issues/30565)) - [`6460d2b`](https://github.com/laravel/framework/commit/6460d2b1bd89f470a76f5c2c3bddd390fe430e0f) formatting - [`8b4ef9f`](https://github.com/laravel/framework/commit/8b4ef9faa5632c0fcfbf00374188ca7411f68597) Merge branch '6.x-multischema_support' of https://github.com/raymondtri/frame... - [`7bf252e`](https://github.com/laravel/framework/commit/7bf252e8c115332043bbf2ca065d3fbd65679447) Normalized method signature - [`4a0cdc8`](https://github.com/laravel/framework/commit/4a0cdc85250028dcaba6f4ff09c7ee5b701f3f25) Refactored to not change the method signature, and handle strings or arrays. - [`5e10c01`](https://github.com/laravel/framework/commit/5e10c01d31356296dfb16b95017f0e1be466f660) Fix implementation of spop in PHPRedis implementation ([#30546](https://github-redirect.dependabot.com/laravel/framework/issues/30546)) - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.32...v6.5.1)


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

Superseded by #142.