lintangtimur / ManajemenProyek

Web Aplikasi Sistem Informasi Kegiatan Mahasiswa Ilmu Komputer Unika Soegijapranata Semarang
MIT License
6 stars 11 forks source link

Bump laravel/framework from 5.7.2 to 5.7.12 #30

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps laravel/framework from 5.7.2 to 5.7.12.

Release notes *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.7.12 > > ## [v5.7.12 (2018-10-30)](https://github.com/laravel/framework/compare/v5.7.11...v5.7.12) > > ### Added > - Added `CacheManager::forgetDriver` method ([#26264](https://github-redirect.dependabot.com/laravel/framework/pull/26264), [fd9ef49](https://github.com/laravel/framework/commit/fd9ef492faefff96deab5285e30bc1b675211bcb)) > - Added `Illuminate\Foundation\Http\Kernel::getMiddlewareGroups` method ([#26268](https://github-redirect.dependabot.com/laravel/framework/pull/26268)) > - Added an sqlite config option (`foreign_key_constraints`) to enable / disable foreign key constraints ([#26298](https://github-redirect.dependabot.com/laravel/framework/pull/26298), [674f8be](https://github.com/laravel/framework/commit/674f8befc57f1e9fe8d064b475903431de39f41c), [#26306](https://github-redirect.dependabot.com/laravel/framework/pull/26306)) > > ### Fixed > - Checked `$absolute` parameter in `UrlGenerator::signedRoute` ([#26265](https://github-redirect.dependabot.com/laravel/framework/pull/26265)) > - Fixed error in resource building after running `php artisan preset none` command ([41becda](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/41becda26a6bfcfaf9754beb9106b6ca0f328a61), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244)) > - Fixed `whereDoesntHave()` and `doesntHave()` with nested relationships ([#26228](https://github-redirect.dependabot.com/laravel/framework/pull/26228)) > - Fixed filesystem locking hangs in `PackageManifest::build()` ([#26254](https://github-redirect.dependabot.com/laravel/framework/pull/26254)) > > ### Changed > - Made expectation closure optional for `InteractsWithContainer::mock` and `InteractsWithContainer::spy` ([#26242](https://github-redirect.dependabot.com/laravel/framework/pull/26242)) > - Allowed multiple `createPayloadCallback` on queues ([#26250](https://github-redirect.dependabot.com/laravel/framework/pull/26250), [6e3d568](https://github.com/laravel/framework/commit/6e3d568757a8e4124b49bf9ac94f1db7a66437a1)) > - Changed wording on default 403 view ([#26258](https://github-redirect.dependabot.com/laravel/framework/pull/26258)) > - Bump `vue.js` to `^2.5.17` in `artisan preset vue` command ([89f56bf](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/89f56bf8f9abb310bf985045c13103cb73a40351), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244)) > - Allowed adding additional `$manyMethods` when extending the model class ([#26307](https://github-redirect.dependabot.com/laravel/framework/pull/26307)) > > > ## v5.7.11 > ## [v5.7.11 (2018-10-24)](https://github.com/laravel/framework/compare/v5.7.10...v5.7.11) > > ### Added > - Added `decimal:` cast to Model ([#26173](https://github-redirect.dependabot.com/laravel/framework/pull/26173)) > - Allowed updateExistingPivot to receive an arrayable item ([#26167](https://github-redirect.dependabot.com/laravel/framework/pull/26167)) > - Added `setIntendedUrl` method to `Routing/Redirector.php` ([#26227](https://github-redirect.dependabot.com/laravel/framework/pull/26227)) > - Added `ORA-03114` string to `DetectsLostConnections` trait ([#26233](https://github-redirect.dependabot.com/laravel/framework/pull/26233)) > > ### Fixed > - Fixed an issue where the worker process would not be killed by the listener when the timeout is exceeded ([#25981](https://github-redirect.dependabot.com/laravel/framework/pull/25981)) > > ### Changed > - Reverted filesystem changes which were done in [#26010](https://github-redirect.dependabot.com/laravel/framework/pull/26010) ([#26231](https://github-redirect.dependabot.com/laravel/framework/pull/26231)) > > > ## v5.7.10 > ## [v5.7.10 (2018-10-23)](https://github.com/laravel/framework/compare/v5.7.9...v5.7.10) > > ### Added > - Added loadCount method to eloquent collections ([#25997](https://github-redirect.dependabot.com/laravel/framework/pull/25997)) > - Added support for identity columns in PostgreSQL 10+ ([#26096](https://github-redirect.dependabot.com/laravel/framework/pull/26096)) > - Allowed passing a model instance directly to `assertSoftDeleted` method in `Foundation/Testing/Concerns/InteractsWithDatabase.php` ([#26133](https://github-redirect.dependabot.com/laravel/framework/pull/26133) , [#26148](https://github-redirect.dependabot.com/laravel/framework/pull/26148)) > - Added possibility to define exclude methods on registered `apiResource` ([#26149](https://github-redirect.dependabot.com/laravel/framework/pull/26149)) > - Added `filp/whoops` to `suggest` in `composer.json` ([#26180](https://github-redirect.dependabot.com/laravel/framework/pull/26180)) > - Added `mock` and `spy` methods to `Foundation/Testing/Concerns/InteractsWithContainer.php` ([#26171](https://github-redirect.dependabot.com/laravel/framework/pull/26171), [b50f9f3](https://github.com/laravel/framework/commit/b50f9f3bc8c1ee03c22ee8cc0ac37179fb28a1c9)) > - Added `uuid` validation rule to validator ([#26135](https://github-redirect.dependabot.com/laravel/framework/pull/26135)) > ... (truncated)
Changelog *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.7.md).* > ## [v5.7.12 (2018-10-30)](https://github.com/laravel/framework/compare/v5.7.11...v5.7.12) > > ### Added > - Added `CacheManager::forgetDriver` method ([#26264](https://github-redirect.dependabot.com/laravel/framework/pull/26264), [fd9ef49](https://github.com/laravel/framework/commit/fd9ef492faefff96deab5285e30bc1b675211bcb)) > - Added `Illuminate\Foundation\Http\Kernel::getMiddlewareGroups` method ([#26268](https://github-redirect.dependabot.com/laravel/framework/pull/26268)) > - Added an sqlite config option (`foreign_key_constraints`) to enable / disable foreign key constraints ([#26298](https://github-redirect.dependabot.com/laravel/framework/pull/26298), [674f8be](https://github.com/laravel/framework/commit/674f8befc57f1e9fe8d064b475903431de39f41c), [#26306](https://github-redirect.dependabot.com/laravel/framework/pull/26306)) > > ### Fixed > - Checked `$absolute` parameter in `UrlGenerator::signedRoute` ([#26265](https://github-redirect.dependabot.com/laravel/framework/pull/26265)) > - Fixed error in resource building after running `php artisan preset none` command ([41becda](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/41becda26a6bfcfaf9754beb9106b6ca0f328a61), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244)) > - Fixed `whereDoesntHave()` and `doesntHave()` with nested relationships ([#26228](https://github-redirect.dependabot.com/laravel/framework/pull/26228)) > - Fixed filesystem locking hangs in `PackageManifest::build()` ([#26254](https://github-redirect.dependabot.com/laravel/framework/pull/26254)) > > ### Changed > - Made expectation closure optional for `InteractsWithContainer::mock` and `InteractsWithContainer::spy` ([#26242](https://github-redirect.dependabot.com/laravel/framework/pull/26242)) > - Allowed multiple `createPayloadCallback` on queues ([#26250](https://github-redirect.dependabot.com/laravel/framework/pull/26250), [6e3d568](https://github.com/laravel/framework/commit/6e3d568757a8e4124b49bf9ac94f1db7a66437a1)) > - Changed wording on default 403 view ([#26258](https://github-redirect.dependabot.com/laravel/framework/pull/26258)) > - Bump `vue.js` to `^2.5.17` in `artisan preset vue` command ([89f56bf](https://github-redirect.dependabot.com/laravel/framework/pull/26244/commits/89f56bf8f9abb310bf985045c13103cb73a40351), [#26244](https://github-redirect.dependabot.com/laravel/framework/pull/26244)) > - Allowed adding additional `$manyMethods` when extending the model class ([#26307](https://github-redirect.dependabot.com/laravel/framework/pull/26307)) > > > ## [v5.7.11 (2018-10-24)](https://github.com/laravel/framework/compare/v5.7.10...v5.7.11) > > ### Added > - Added `decimal:` cast to Model ([#26173](https://github-redirect.dependabot.com/laravel/framework/pull/26173)) > - Allowed updateExistingPivot to receive an arrayable item ([#26167](https://github-redirect.dependabot.com/laravel/framework/pull/26167)) > - Added `setIntendedUrl` method to `Routing/Redirector.php` ([#26227](https://github-redirect.dependabot.com/laravel/framework/pull/26227)) > - Added `ORA-03114` string to `DetectsLostConnections` trait ([#26233](https://github-redirect.dependabot.com/laravel/framework/pull/26233)) > > ### Fixed > - Fixed an issue where the worker process would not be killed by the listener when the timeout is exceeded ([#25981](https://github-redirect.dependabot.com/laravel/framework/pull/25981)) > > ### Changed > - Reverted filesystem changes which were done in [#26010](https://github-redirect.dependabot.com/laravel/framework/pull/26010) ([#26231](https://github-redirect.dependabot.com/laravel/framework/pull/26231)) > > > ## [v5.7.10 (2018-10-23)](https://github.com/laravel/framework/compare/v5.7.9...v5.7.10) > > ### Added > - Added loadCount method to eloquent collections ([#25997](https://github-redirect.dependabot.com/laravel/framework/pull/25997)) > - Added support for identity columns in PostgreSQL 10+ ([#26096](https://github-redirect.dependabot.com/laravel/framework/pull/26096)) > - Allowed passing a model instance directly to `assertSoftDeleted` method in `Foundation/Testing/Concerns/InteractsWithDatabase.php` ([#26133](https://github-redirect.dependabot.com/laravel/framework/pull/26133) , [#26148](https://github-redirect.dependabot.com/laravel/framework/pull/26148)) > - Added possibility to define exclude methods on registered `apiResource` ([#26149](https://github-redirect.dependabot.com/laravel/framework/pull/26149)) > - Added `filp/whoops` to `suggest` in `composer.json` ([#26180](https://github-redirect.dependabot.com/laravel/framework/pull/26180)) > - Added `mock` and `spy` methods to `Foundation/Testing/Concerns/InteractsWithContainer.php` ([#26171](https://github-redirect.dependabot.com/laravel/framework/pull/26171), [b50f9f3](https://github.com/laravel/framework/commit/b50f9f3bc8c1ee03c22ee8cc0ac37179fb28a1c9)) > - Added `uuid` validation rule to validator ([#26135](https://github-redirect.dependabot.com/laravel/framework/pull/26135)) > - NotificationFake can assert preferred locale ([#26205](https://github-redirect.dependabot.com/laravel/framework/pull/26205)) > > ### Fixed > - Fixed `whereHas` and `$withCount` bindings from `polymorphic relationships` ([#26145](https://github-redirect.dependabot.com/laravel/framework/pull/26145)) > ... (truncated)
Commits - [`4cb5bf1`](https://github.com/laravel/framework/commit/4cb5bf13e0cd50015f8e6a420a52fa8b90758eb1) version - [`15b8f29`](https://github.com/laravel/framework/commit/15b8f29c3f8226a51e40d44fa50773bdb5e25863) [5.7] Allow disabling sqlite foreign keys ([#26306](https://github-redirect.dependabot.com/laravel/framework/issues/26306)) - [`1a5a0a1`](https://github.com/laravel/framework/commit/1a5a0a1656781ed61a36c6c677ac9dfec47ac7c4) formatting - [`7cef687`](https://github.com/laravel/framework/commit/7cef687deb8cc109f8d1d3a86d0098d7449c5753) Access the $manyMethods property through static::$manyMethods - [`96d4ece`](https://github.com/laravel/framework/commit/96d4ece0e2494da90f6ecc338fe4a39f0fe1aa43) formatting - [`11e80bd`](https://github.com/laravel/framework/commit/11e80bd0998ef21e62e141b6a7e7a24f751da9ef) Merge branch '25898-fix-filesystem-locking-hangs' of https://github.com/Yogar... - [`456eefe`](https://github.com/laravel/framework/commit/456eefe5bde4b6a99c41928411e4de073a9a6880) Fix nested whereDoesntHave() ([#26228](https://github-redirect.dependabot.com/laravel/framework/issues/26228)) - [`68fec90`](https://github.com/laravel/framework/commit/68fec90c18d5a4871ad62d6aea5065c8763b988c) Apply fixes from StyleCI ([#26299](https://github-redirect.dependabot.com/laravel/framework/issues/26299)) - [`674f8be`](https://github.com/laravel/framework/commit/674f8befc57f1e9fe8d064b475903431de39f41c) formatting - [`56a62cb`](https://github.com/laravel/framework/commit/56a62cb3b7ff1b99894f5afa84169d78440e356a) add an sqlite config option to enable foreign key constraints - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.2...v5.7.12)


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 cancel merge` will cancel a previously requested merge - `@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.
dependabot-preview[bot] commented 6 years ago

Superseded by #32.