Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v5.8.14
> ## [v5.8.14 (2019-04-23)](https://github.com/laravel/framework/compare/v5.8.13...v5.8.14)
>
> ### Added
> - Implemented `Job Based Retry Delay` ([#28265](https://github-redirect.dependabot.com/laravel/framework/pull/28265))
>
> ### Changed
> - Update auth stubs with `[@error](https://github.com/error)` blade directive ([#28273](https://github-redirect.dependabot.com/laravel/framework/pull/28273))
> - Convert email data tables to layout tables ([#28286](https://github-redirect.dependabot.com/laravel/framework/pull/28286))
>
> ### Reverted
> - Partial reverted [ability of register custom Doctrine DBAL](https://github-redirect.dependabot.com/laravel/framework/pull/28214), since of [#28282](https://github-redirect.dependabot.com/laravel/framework/issues/28282) issue ([#28301](https://github-redirect.dependabot.com/laravel/framework/pull/28301))
>
> ### Refactoring
> - Replace code with `Null Coalescing Operator` ([#28280](https://github-redirect.dependabot.com/laravel/framework/pull/28280), [#28287](https://github-redirect.dependabot.com/laravel/framework/pull/28287))
>
>
> ## 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))
> ... (truncated)
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).*
> ## [v5.8.14 (2019-04-23)](https://github.com/laravel/framework/compare/v5.8.13...v5.8.14)
>
> ### Added
> - Implemented `Job Based Retry Delay` ([#28265](https://github-redirect.dependabot.com/laravel/framework/pull/28265))
>
> ### Changed
> - Update auth stubs with `[@error](https://github.com/error)` blade directive ([#28273](https://github-redirect.dependabot.com/laravel/framework/pull/28273))
> - Convert email data tables to layout tables ([#28286](https://github-redirect.dependabot.com/laravel/framework/pull/28286))
>
> ### Reverted
> - Partial reverted [ability of register custom Doctrine DBAL](https://github-redirect.dependabot.com/laravel/framework/pull/28214), since of [#28282](https://github-redirect.dependabot.com/laravel/framework/issues/28282) issue ([#28301](https://github-redirect.dependabot.com/laravel/framework/pull/28301))
>
> ### Refactoring
> - Replace code with `Null Coalescing Operator` ([#28280](https://github-redirect.dependabot.com/laravel/framework/pull/28280), [#28287](https://github-redirect.dependabot.com/laravel/framework/pull/28287))
>
>
> ## [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))
> ... (truncated)
Commits
- [`d1ba096`](https://github.com/laravel/framework/commit/d1ba096bf809c7cbe6cb9624222326d75c92fd74) version
- [`0b5d819`](https://github.com/laravel/framework/commit/0b5d81944187d9ae44ef9135dee7b8687f18ffcc) Merge pull request [#28301](https://github-redirect.dependabot.com/laravel/framework/issues/28301) from driesvints/revert-pr-28214
- [`bd2ac94`](https://github.com/laravel/framework/commit/bd2ac94cd1bf448724eead0d83ad788195a04139) Remove method call through constructor
- [`8dfd364`](https://github.com/laravel/framework/commit/8dfd36493066467de4cdef1d402d47734fdbd369) Merge pull request [#28296](https://github-redirect.dependabot.com/laravel/framework/issues/28296) from laravel/analysis-XNGlLg
- [`1e4b8a5`](https://github.com/laravel/framework/commit/1e4b8a50d5075eb6693b908c57e75d87aadb3537) Apply fixes from StyleCI
- [`230a35d`](https://github.com/laravel/framework/commit/230a35db2b2ec882addde376581f83d8031cab74) Merge pull request [#28287](https://github-redirect.dependabot.com/laravel/framework/issues/28287) from rentalhost/null-coalesce-operator
- [`183daf1`](https://github.com/laravel/framework/commit/183daf1bba4f32679d8b745049b265635d6f4864) Merge pull request [#28294](https://github-redirect.dependabot.com/laravel/framework/issues/28294) from laravel/analysis-8nED0y
- [`4ead2b3`](https://github.com/laravel/framework/commit/4ead2b347a909d990fd26cb33069070b09f802a2) Apply fixes from StyleCI
- [`5075f56`](https://github.com/laravel/framework/commit/5075f562d1f60c762ac0fdfeae247764d1727885) Disable JS checks for now
- [`a71b668`](https://github.com/laravel/framework/commit/a71b6683440be1285e62d69c3e933244b9277620) Add styleci config
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.11...v5.8.14)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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.
Bumps laravel/framework from 5.8.11 to 5.8.14.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.14 > ## [v5.8.14 (2019-04-23)](https://github.com/laravel/framework/compare/v5.8.13...v5.8.14) > > ### Added > - Implemented `Job Based Retry Delay` ([#28265](https://github-redirect.dependabot.com/laravel/framework/pull/28265)) > > ### Changed > - Update auth stubs with `[@error](https://github.com/error)` blade directive ([#28273](https://github-redirect.dependabot.com/laravel/framework/pull/28273)) > - Convert email data tables to layout tables ([#28286](https://github-redirect.dependabot.com/laravel/framework/pull/28286)) > > ### Reverted > - Partial reverted [ability of register custom Doctrine DBAL](https://github-redirect.dependabot.com/laravel/framework/pull/28214), since of [#28282](https://github-redirect.dependabot.com/laravel/framework/issues/28282) issue ([#28301](https://github-redirect.dependabot.com/laravel/framework/pull/28301)) > > ### Refactoring > - Replace code with `Null Coalescing Operator` ([#28280](https://github-redirect.dependabot.com/laravel/framework/pull/28280), [#28287](https://github-redirect.dependabot.com/laravel/framework/pull/28287)) > > > ## 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)) > ... (truncated)Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.14 (2019-04-23)](https://github.com/laravel/framework/compare/v5.8.13...v5.8.14) > > ### Added > - Implemented `Job Based Retry Delay` ([#28265](https://github-redirect.dependabot.com/laravel/framework/pull/28265)) > > ### Changed > - Update auth stubs with `[@error](https://github.com/error)` blade directive ([#28273](https://github-redirect.dependabot.com/laravel/framework/pull/28273)) > - Convert email data tables to layout tables ([#28286](https://github-redirect.dependabot.com/laravel/framework/pull/28286)) > > ### Reverted > - Partial reverted [ability of register custom Doctrine DBAL](https://github-redirect.dependabot.com/laravel/framework/pull/28214), since of [#28282](https://github-redirect.dependabot.com/laravel/framework/issues/28282) issue ([#28301](https://github-redirect.dependabot.com/laravel/framework/pull/28301)) > > ### Refactoring > - Replace code with `Null Coalescing Operator` ([#28280](https://github-redirect.dependabot.com/laravel/framework/pull/28280), [#28287](https://github-redirect.dependabot.com/laravel/framework/pull/28287)) > > > ## [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)) > ... (truncated)Commits
- [`d1ba096`](https://github.com/laravel/framework/commit/d1ba096bf809c7cbe6cb9624222326d75c92fd74) version - [`0b5d819`](https://github.com/laravel/framework/commit/0b5d81944187d9ae44ef9135dee7b8687f18ffcc) Merge pull request [#28301](https://github-redirect.dependabot.com/laravel/framework/issues/28301) from driesvints/revert-pr-28214 - [`bd2ac94`](https://github.com/laravel/framework/commit/bd2ac94cd1bf448724eead0d83ad788195a04139) Remove method call through constructor - [`8dfd364`](https://github.com/laravel/framework/commit/8dfd36493066467de4cdef1d402d47734fdbd369) Merge pull request [#28296](https://github-redirect.dependabot.com/laravel/framework/issues/28296) from laravel/analysis-XNGlLg - [`1e4b8a5`](https://github.com/laravel/framework/commit/1e4b8a50d5075eb6693b908c57e75d87aadb3537) Apply fixes from StyleCI - [`230a35d`](https://github.com/laravel/framework/commit/230a35db2b2ec882addde376581f83d8031cab74) Merge pull request [#28287](https://github-redirect.dependabot.com/laravel/framework/issues/28287) from rentalhost/null-coalesce-operator - [`183daf1`](https://github.com/laravel/framework/commit/183daf1bba4f32679d8b745049b265635d6f4864) Merge pull request [#28294](https://github-redirect.dependabot.com/laravel/framework/issues/28294) from laravel/analysis-8nED0y - [`4ead2b3`](https://github.com/laravel/framework/commit/4ead2b347a909d990fd26cb33069070b09f802a2) Apply fixes from StyleCI - [`5075f56`](https://github.com/laravel/framework/commit/5075f562d1f60c762ac0fdfeae247764d1727885) Disable JS checks for now - [`a71b668`](https://github.com/laravel/framework/commit/a71b6683440be1285e62d69c3e933244b9277620) Add styleci config - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.11...v5.8.14)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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.