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.0.4 #130

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps laravel/framework from 5.8.32 to 6.0.4.

Release notes *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v6.0.4 > ## [v6.0.4 (2019-09-24)](https://github.com/laravel/framework/compare/v6.0.3...v6.0.4) > > ### Added > - Added `TestResponse::assertJsonPath()` method ([#29957](https://github-redirect.dependabot.com/laravel/framework/pull/29957)) > - Added `hasMacro` \ `getGlobalMacro` \ `hasGlobalMacro` methods to `Eloquent Builder` ([#30008](https://github-redirect.dependabot.com/laravel/framework/pull/30008)) > - Added `Illuminate\Database\Eloquent\Relations\BelongsToMany::getPivotColumns()` method ([#30049](https://github-redirect.dependabot.com/laravel/framework/pull/30049)) > - Added `ScheduledTaskFinished` \ `ScheduledTaskStarting` events to signal when scheduled task runs ([#29888](https://github-redirect.dependabot.com/laravel/framework/pull/29888)) > - Allowing adding command arguments and options with `InputArgument` \ `InputOption` objects ([#29987](https://github-redirect.dependabot.com/laravel/framework/pull/29987)) > > ### Fixed > - Fixed `__()` with `null` parameter ([#29967](https://github-redirect.dependabot.com/laravel/framework/pull/29967)) > - Fixed modifying `updated_at` column on custom pivot model ([#29970](https://github-redirect.dependabot.com/laravel/framework/pull/29970)) > - Fixed `Illuminate\Redis\Limiters\ConcurrencyLimiter` ([#30005](https://github-redirect.dependabot.com/laravel/framework/pull/30005)) > - Fixed `VerifyCsrfToken` middleware when response object instance of `Responsable` interface ([#29972](https://github-redirect.dependabot.com/laravel/framework/pull/29972)) > - Fixed Postgresql column creation without optional precision ([#29873](https://github-redirect.dependabot.com/laravel/framework/pull/29873)) > - Fixed migrations orders with multiple path with certain filenames ([#29996](https://github-redirect.dependabot.com/laravel/framework/pull/29996)) > - Fixed adding `NotFoundHttpException` to "allowed" exceptions in tests ([#29975](https://github-redirect.dependabot.com/laravel/framework/pull/29975)) > > ### Changed > - Make it possible to disable encryption via `0`/`false` ([#29985](https://github-redirect.dependabot.com/laravel/framework/pull/29985)) > - Allowed a symfony file instance in validate dimensions ([#30009](https://github-redirect.dependabot.com/laravel/framework/pull/30009)) > - Create storage fakes with custom configuration ([#29999](https://github-redirect.dependabot.com/laravel/framework/pull/29999)) > - Set locale in `PendingMail` only if locale present conditionally ([dd1e0a6](https://github.com/laravel/framework/commit/dd1e0a604713ddae21e6a893e4f605a6777300e8)) > - Improved sorting of imports alphabetically on class generation from stub ([#29951](https://github-redirect.dependabot.com/laravel/framework/pull/29951)) > > ### Refactoring > - Changed imports to Alpha ordering in stubs ([#29954](https://github-redirect.dependabot.com/laravel/framework/pull/29954), [#29958](https://github-redirect.dependabot.com/laravel/framework/pull/29958)) > - Used value helper where possible ([#29959](https://github-redirect.dependabot.com/laravel/framework/pull/29959)) > - Improved readability in `auth.throttle` translation ([#30011](https://github-redirect.dependabot.com/laravel/framework/pull/30011), [#30017](https://github-redirect.dependabot.com/laravel/framework/pull/30017)) > > > ## v6.0.3 > ## [v6.0.3 (2019-09-10)](https://github.com/laravel/framework/compare/v6.0.2...v6.0.3) > > ### Reverted > - Reverted [Wrapped `MySQL` default values in parentheses](https://github-redirect.dependabot.com/laravel/framework/pull/29878) ([#29943](https://github-redirect.dependabot.com/laravel/framework/pull/29943)) > > ### Refactoring > - Converted `call_user_func` where appropriate to native calls ([#29932](https://github-redirect.dependabot.com/laravel/framework/pull/29932)) > - Changed imports to Alpha ordering ([#29933](https://github-redirect.dependabot.com/laravel/framework/pull/29933)) > > > ## v6.0.2 > ## [v6.0.2 (2019-09-10)](https://github.com/laravel/framework/compare/v6.0.1...v6.0.2) > > ### Changed > - Used `Application::normalizeCachePath()` method to define cache path`s ([#29890](https://github-redirect.dependabot.com/laravel/framework/pull/29890), [ac9dbf6](https://github.com/laravel/framework/commit/ac9dbf6beaded2ad86f5595958c75e3c4b1147ae)) > - Wrapped `MySQL` default values in parentheses ([#29878](https://github-redirect.dependabot.com/laravel/framework/pull/29878)) > > ... (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 - [`372e0ad`](https://github.com/laravel/framework/commit/372e0add8a58e0e3deb78f87cbb2dc40d3e0ff08) version - [`0b45186`](https://github.com/laravel/framework/commit/0b45186d61ef07426415f6b8a168a1aabb5e29b4) [6.x] update changelog - [`3ec56b8`](https://github.com/laravel/framework/commit/3ec56b8810bc40016252977c69ba27057dcecf7d) Update param doc for whereNotNull() ([#30055](https://github-redirect.dependabot.com/laravel/framework/issues/30055)) - [`e7b2e53`](https://github.com/laravel/framework/commit/e7b2e534d91c47376af5a089a59fa2c3e1ce61c1) [6.x] Add getPivotColumns method to BelongsToMany relation ([#30049](https://github-redirect.dependabot.com/laravel/framework/issues/30049)) - [`f9fd32d`](https://github.com/laravel/framework/commit/f9fd32d447ca00dd1ef728be37492058ff707f23) Fix docblock ([#30037](https://github-redirect.dependabot.com/laravel/framework/issues/30037)) - [`b3bc1e0`](https://github.com/laravel/framework/commit/b3bc1e05622fbb13ca54f30525773c462d310b89) [6.x] Add hasMacro methods to Eloquent Builder ([#30008](https://github-redirect.dependabot.com/laravel/framework/issues/30008)) - [`35572b3`](https://github.com/laravel/framework/commit/35572b39059d64bd2119fbf28638654b2a28ee61) [6.x] Fix some docblocks ([#30025](https://github-redirect.dependabot.com/laravel/framework/issues/30025)) - [`e11246c`](https://github.com/laravel/framework/commit/e11246c25faefecf5540b696b6942310e625a21c) Merge pull request [#30017](https://github-redirect.dependabot.com/laravel/framework/issues/30017) from redelschaap/patch-1 - [`20b0132`](https://github.com/laravel/framework/commit/20b013220fc8346b73d403af5034b6ce1ee29c79) Fix a typo - [`26471a4`](https://github.com/laravel/framework/commit/26471a48ed27178151fe3ccf263d9e24661dee52) Apply fixes from StyleCI ([#30013](https://github-redirect.dependabot.com/laravel/framework/issues/30013)) - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.32...v6.0.4)


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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #131.