[PR #875] [CLOSED] Bump laravel/framework from 5.7.15 to 5.7.16 #1409

Closed
opened 2026-02-26 03:30:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/875
Author: @dependabot-preview[bot]
Created: 12/12/2018
Status: Closed

Base: masterHead: dependabot/composer/laravel/framework-5.7.16


📝 Commits (1)

  • c8bb406 Bump laravel/framework from 5.7.15 to 5.7.16

📊 Changes

1 file changed (+495 additions, -43 deletions)

View changed files

📝 composer.lock (+495 -43)

📄 Description

Bumps laravel/framework from 5.7.15 to 5.7.16.

Release notes

Sourced from laravel/framework's releases.

v5.7.16

v5.7.16 (2018-12-05)

Added

  • Added localization for 403.blade.php and 503.blade.php (#26751)
  • Changing the Migrator to accept not only migration directory paths, but migration file paths too (#26642, c4b13bf)

Fixed

  • Fixed self-referencing HasManyThrough existence queries (#26662)
  • Fixed HasManyThrough existence queries with same parent and through parent table (#26676)
  • Fixed breaking eager loading with "incrementing" string keys (#26688)
  • Remove the Register <li> when the route doesn't exist in app.stub (#26708)
  • Fixed Collection::some method (#26696)
  • Revert breaking change in TestResponse::decodeResponseJson method (#26713)
  • Fixed PhpRedisConnection::mget (#26716)
  • Fixed Eloquent\Collection::loadCount attribute syncing (#26714)
  • Fixed Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase::seed for array accepting (#26734)
  • Fixed FormRequest validation triggering twice (#26731)

Changed

  • Changed markdown on auth stub view (Auth/Console/stubs/make/views/auth/login.stub) (#26648)
  • Moved Slack and Nexmo notification channels to the own packages laravel/nexmo-notification-channel, laravel/slack-notification-channel (#26689, #26727)

Deprecated

  • $cachedSchema property in UrlGenerator is deprecated. Will be renamed to the $cachedScheme in 5.8 (#26640)
Changelog

Sourced from laravel/framework's changelog.

v5.7.16 (2018-12-05)

Added

  • Added localization for 403.blade.php and 503.blade.php (#26751)
  • Changing the Migrator to accept not only migration directory paths, but migration file paths too (#26642, c4b13bf)

Fixed

  • Fixed self-referencing HasManyThrough existence queries (#26662)
  • Fixed HasManyThrough existence queries with same parent and through parent table (#26676)
  • Fixed breaking eager loading with "incrementing" string keys (#26688)
  • Remove the Register <li> when the route doesn't exist in app.stub (#26708)
  • Fixed Collection::some method (#26696)
  • Revert breaking change in TestResponse::decodeResponseJson method (#26713)
  • Fixed PhpRedisConnection::mget (#26716)
  • Fixed Eloquent\Collection::loadCount attribute syncing (#26714)
  • Fixed Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase::seed for array accepting (#26734)
  • Fixed FormRequest validation triggering twice (#26731)

Changed

  • Changed markdown on auth stub view (Auth/Console/stubs/make/views/auth/login.stub) (#26648)
  • Moved Slack and Nexmo notification channels to the own packages laravel/nexmo-notification-channel, laravel/slack-notification-channel (#26689, #26727)

Deprecated

  • $cachedSchema property in UrlGenerator is deprecated. Will be renamed to the $cachedScheme in 5.8 (#26640)
Commits

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:

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/875 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/12/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.7.16` --- ### 📝 Commits (1) - [`c8bb406`](https://github.com/koel/koel/commit/c8bb406e951847a06cbb41268bda4636676a66ef) Bump laravel/framework from 5.7.15 to 5.7.16 ### 📊 Changes **1 file changed** (+495 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+495 -43) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.7.15 to 5.7.16. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.7.16 > ## [v5.7.16 (2018-12-05)](https://github.com/laravel/framework/compare/v5.7.15...v5.7.16) > > ### Added > - Added localization for `403.blade.php` and `503.blade.php` ([#26751](https://github-redirect.dependabot.com/laravel/framework/pull/26751)) > - Changing the Migrator to accept not only migration directory paths, but migration file paths too ([#26642](https://github-redirect.dependabot.com/laravel/framework/pull/26642), [c4b13bf](https://github.com/laravel/framework/commit/c4b13bfd115bcfd54588ad2a5809fea2222d1cdb)) > > ### Fixed > - Fixed self-referencing HasManyThrough existence queries ([#26662](https://github-redirect.dependabot.com/laravel/framework/pull/26662)) > - Fixed HasManyThrough existence queries with same parent and through parent table ([#26676](https://github-redirect.dependabot.com/laravel/framework/pull/26676)) > - Fixed breaking eager loading with "incrementing" string keys ([#26688](https://github-redirect.dependabot.com/laravel/framework/pull/26688)) > - Remove the Register `<li>` when the route doesn't exist in `app.stub` ([#26708](https://github-redirect.dependabot.com/laravel/framework/pull/26708)) > - Fixed `Collection::some` method ([#26696](https://github-redirect.dependabot.com/laravel/framework/pull/26696)) > - <strong> Revert breaking change in `TestResponse::decodeResponseJson` method </strong> ([#26713](https://github-redirect.dependabot.com/laravel/framework/pull/26713)) > - Fixed `PhpRedisConnection::mget` ([#26716](https://github-redirect.dependabot.com/laravel/framework/pull/26716)) > - Fixed `Eloquent\Collection::loadCount` attribute syncing ([#26714](https://github-redirect.dependabot.com/laravel/framework/pull/26714)) > - Fixed `Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase::seed` for array accepting ([#26734](https://github-redirect.dependabot.com/laravel/framework/pull/26734)) > - Fixed `FormRequest` validation triggering twice ([#26731](https://github-redirect.dependabot.com/laravel/framework/pull/26731)) > > ### Changed > - Changed markdown on auth stub view (`Auth/Console/stubs/make/views/auth/login.stub`) ([#26648](https://github-redirect.dependabot.com/laravel/framework/pull/26648)) > - Moved Slack and Nexmo notification channels to the own packages `laravel/nexmo-notification-channel`, `laravel/slack-notification-channel` ([#26689](https://github-redirect.dependabot.com/laravel/framework/pull/26689), [#26727](https://github-redirect.dependabot.com/laravel/framework/pull/26727)) > > ### Deprecated > - `$cachedSchema` property in `UrlGenerator` is deprecated. Will be renamed to the `$cachedScheme` in 5.8 ([#26640](https://github-redirect.dependabot.com/laravel/framework/pull/26640)) </details> <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.7.md).* > ## [v5.7.16 (2018-12-05)](https://github.com/laravel/framework/compare/v5.7.15...v5.7.16) > > ### Added > - Added localization for `403.blade.php` and `503.blade.php` ([#26751](https://github-redirect.dependabot.com/laravel/framework/pull/26751)) > - Changing the Migrator to accept not only migration directory paths, but migration file paths too ([#26642](https://github-redirect.dependabot.com/laravel/framework/pull/26642), [c4b13bf](https://github.com/laravel/framework/commit/c4b13bfd115bcfd54588ad2a5809fea2222d1cdb)) > > ### Fixed > - Fixed self-referencing HasManyThrough existence queries ([#26662](https://github-redirect.dependabot.com/laravel/framework/pull/26662)) > - Fixed HasManyThrough existence queries with same parent and through parent table ([#26676](https://github-redirect.dependabot.com/laravel/framework/pull/26676)) > - Fixed breaking eager loading with "incrementing" string keys ([#26688](https://github-redirect.dependabot.com/laravel/framework/pull/26688)) > - Remove the Register `<li>` when the route doesn't exist in `app.stub` ([#26708](https://github-redirect.dependabot.com/laravel/framework/pull/26708)) > - Fixed `Collection::some` method ([#26696](https://github-redirect.dependabot.com/laravel/framework/pull/26696)) > - <strong> Revert breaking change in `TestResponse::decodeResponseJson` method </strong> ([#26713](https://github-redirect.dependabot.com/laravel/framework/pull/26713)) > - Fixed `PhpRedisConnection::mget` ([#26716](https://github-redirect.dependabot.com/laravel/framework/pull/26716)) > - Fixed `Eloquent\Collection::loadCount` attribute syncing ([#26714](https://github-redirect.dependabot.com/laravel/framework/pull/26714)) > - Fixed `Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase::seed` for array accepting ([#26734](https://github-redirect.dependabot.com/laravel/framework/pull/26734)) > - Fixed `FormRequest` validation triggering twice ([#26731](https://github-redirect.dependabot.com/laravel/framework/pull/26731)) > > ### Changed > - Changed markdown on auth stub view (`Auth/Console/stubs/make/views/auth/login.stub`) ([#26648](https://github-redirect.dependabot.com/laravel/framework/pull/26648)) > - Moved Slack and Nexmo notification channels to the own packages `laravel/nexmo-notification-channel`, `laravel/slack-notification-channel` ([#26689](https://github-redirect.dependabot.com/laravel/framework/pull/26689), [#26727](https://github-redirect.dependabot.com/laravel/framework/pull/26727)) > > ### Deprecated > - `$cachedSchema` property in `UrlGenerator` is deprecated. Will be renamed to the `$cachedScheme` in 5.8 ([#26640](https://github-redirect.dependabot.com/laravel/framework/pull/26640)) </details> <details> <summary>Commits</summary> - [`9acea9e`](https://github.com/laravel/framework/commit/9acea9e0a356cba7e6a13f8784d5532a82fee92a) version - [`f88adea`](https://github.com/laravel/framework/commit/f88adeae7671202a0dfac5e7c62ecb73ef4872af) Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751)) - [`1c24fea`](https://github.com/laravel/framework/commit/1c24feab31151dd494235ee06aee19c533a509e1) fix docblock ([#26746](https://github-redirect.dependabot.com/laravel/framework/issues/26746)) - [`609c768`](https://github.com/laravel/framework/commit/609c76860efc642be616d448f9105a3f41a7af27) [5.7] Add tests for decodeResponseJson ([#26741](https://github-redirect.dependabot.com/laravel/framework/issues/26741)) - [`d5d50a8`](https://github.com/laravel/framework/commit/d5d50a85262480feeff29de00bcc68a08dc883a1) Allow 7.3 failures ([#26739](https://github-redirect.dependabot.com/laravel/framework/issues/26739)) - [`ee01074`](https://github.com/laravel/framework/commit/ee01074194cc2aeb5bb317c3a3d0fbf1e2752dbb) [5.7] DB seed function in testing now accept an array too ([#26734](https://github-redirect.dependabot.com/laravel/framework/issues/26734)) - [`24d51b9`](https://github.com/laravel/framework/commit/24d51b99cce079c05499f860681fb38fe08d5c9f) [5.7] Avoid breaking change of package removal ([#26727](https://github-redirect.dependabot.com/laravel/framework/issues/26727)) - [`f1cfd61`](https://github.com/laravel/framework/commit/f1cfd61ebdbdea283fcacd69d7145d0e4a920b44) [5.7] Backport [#26486](https://github-redirect.dependabot.com/laravel/framework/issues/26486) - Fix validation triggering twice ([#26731](https://github-redirect.dependabot.com/laravel/framework/issues/26731)) - [`5a4c637`](https://github.com/laravel/framework/commit/5a4c6370cf30b2d0d2b4e0d49a6743597b7ce348) [5.7] fix fromDateTime phpdoc ([#26733](https://github-redirect.dependabot.com/laravel/framework/issues/26733)) - [`57dedf1`](https://github.com/laravel/framework/commit/57dedf149e84e323837b39d927e59d2688cf578d) [5.7] Extract Nexmo and Slack drivers to own package ([#26689](https://github-redirect.dependabot.com/laravel/framework/issues/26689)) - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.15...v5.7.16) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.15&new-version=5.7.16)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.15&new-version=5.7.16) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:30:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1409
No description provided.