[PR #882] [CLOSED] Bump laravel/framework from 5.7.15 to 5.7.19 #1414

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 6875f49 Bump laravel/framework from 5.7.15 to 5.7.19

📊 Changes

1 file changed (+501 additions, -49 deletions)

View changed files

📝 composer.lock (+501 -49)

📄 Description

Bumps laravel/framework from 5.7.15 to 5.7.19.

Release notes

Sourced from laravel/framework's releases.

v5.7.19

v5.7.19 (2018-12-18)

Added

  • Added Illuminate\Support\Collection::whereBetween method (#26888)

Fixed

  • Reverted changes related to app()->call() (fefaf46)
  • Reset doctrineConnection property on Database/Connection when reconnecting (#26890)

v5.7.18

v5.7.18 (2018-12-17)

Added

  • Added missing starts_with validation message (#26822)
  • Added Facade::resolved() method to register pending callback until the service is available. (#26824)
  • Added env var APP_CONFIG_CACHE to control cache config path (578bc83)

Changed

  • Changed TransportManager::createMailDriver (#26846)

Fixed

v5.7.17

v5.7.17 (2018-12-12)

Added

  • Added Database\Query\Builder::insertUsing method (#26732, 8216b46)
  • Added Database\Query\Builder::havingBetween method (#26758)
  • Added Packets out of order. Expected string to DetectsLostConnections trait (#26760)
  • Added NOT VALID option for skipping validation when adding postgres foreign keys (#26775)

Fixed

  • Fixed: Using store on an uploaded file when you push an empty file (#26809)
  • Fixed hiding for hidden commands (#26781)

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)
... (truncated)
Changelog

Sourced from laravel/framework's changelog.

v5.7.19 (2018-12-18)

Added

  • Added Illuminate\Support\Collection::whereBetween method (#26888)

Fixed

  • Reverted changes related to app()->call() (fefaf46)
  • Reset doctrineConnection property on Database/Connection when reconnecting (#26890)

v5.7.18 (2018-12-17)

Added

  • Added missing starts_with validation message (#26822)
  • Added Facade::resolved() method to register pending callback until the service is available. (#26824)
  • Added env var APP_CONFIG_CACHE to control cache config path (578bc83)

Changed

  • Changed TransportManager::createMailDriver (#26846)

Fixed

v5.7.17 (2018-12-12)

Added

  • Added Database\Query\Builder::insertUsing method (#26732, 8216b46)
  • Added Database\Query\Builder::havingBetween method (#26758)
  • Added Packets out of order. Expected string to DetectsLostConnections trait (#26760)
  • Added NOT VALID option for skipping validation when adding postgres foreign keys (#26775)

Fixed

  • Fixed: Using store on an uploaded file when you push an empty file (#26809)
  • Fixed hiding for hidden commands (#26781)

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)
... (truncated)
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/882 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/19/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.7.19` --- ### 📝 Commits (1) - [`6875f49`](https://github.com/koel/koel/commit/6875f498b4ecb7e2a62d97cca887c01c9a2a1754) Bump laravel/framework from 5.7.15 to 5.7.19 ### 📊 Changes **1 file changed** (+501 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+501 -49) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.7.15 to 5.7.19. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.7.19 > ## [v5.7.19 (2018-12-18)](https://github.com/laravel/framework/compare/v5.7.18...v5.7.19) > > ### Added > - Added `Illuminate\Support\Collection::whereBetween` method ([#26888](https://github-redirect.dependabot.com/laravel/framework/pull/26888)) > > ### Fixed > - <strong> Reverted changes related to [`app()->call()`](https://github-redirect.dependabot.com/laravel/framework/pull/26852) </strong> ([fefaf46](https://github.com/laravel/framework/commit/fefaf46dd147a4caf1dea1712f9797f3db49fea4)) > - Reset doctrineConnection property on Database/Connection when reconnecting ([#26890](https://github-redirect.dependabot.com/laravel/framework/pull/26890)) > > > ## v5.7.18 > ## [v5.7.18 (2018-12-17)](https://github.com/laravel/framework/compare/v5.7.17...v5.7.18) > > ### Added > - Added missing `starts_with` validation message ([#26822](https://github-redirect.dependabot.com/laravel/framework/pull/26822)) > - Added `Facade::resolved()` method to register pending callback until the service is available. ([#26824](https://github-redirect.dependabot.com/laravel/framework/pull/26824)) > - Added env var `APP_CONFIG_CACHE` to control cache config path ([578bc83](https://github.com/laravel/framework/commit/578bc83f0247b97ec87fefe39a8da7e9bbfd4a66)) > > ### Changed > - Changed `TransportManager::createMailDriver` ([#26846](https://github-redirect.dependabot.com/laravel/framework/pull/26846)) > > ### Fixed > - Fixed of using `illuminate/mail` outside of Laravel with driver log ([#26842](https://github-redirect.dependabot.com/laravel/framework/pull/26842)) > - Fixed some bugs for `app()->call()` ([#26852](https://github-redirect.dependabot.com/laravel/framework/pull/26852)) > - Added workaround for PHP-bug related to [incorrect variable values when Opcache enabled in PHP v 7.3.0](https://github-redirect.dependabot.com/laravel/framework/issues/26819) ([36d3436](https://github.com/laravel/framework/commit/36d343682d25570946ff22397a720727e0c1dcd7)) > > ## v5.7.17 > ## [v5.7.17 (2018-12-12)](https://github.com/laravel/framework/compare/v5.7.16...v5.7.17) > > ### Added > - Added `Database\Query\Builder::insertUsing` method ([#26732](https://github-redirect.dependabot.com/laravel/framework/pull/26732), [8216b46](https://github.com/laravel/framework/commit/8216b4607152f9b01f26efba6b045add5382c625)) > - Added `Database\Query\Builder::havingBetween` method ([#26758](https://github-redirect.dependabot.com/laravel/framework/pull/26758)) > - Added `Packets out of order. Expected` string to `DetectsLostConnections` trait ([#26760](https://github-redirect.dependabot.com/laravel/framework/pull/26760)) > - Added `NOT VALID` option for skipping validation when adding postgres foreign keys ([#26775](https://github-redirect.dependabot.com/laravel/framework/pull/26775)) > > ### Fixed > - Fixed: Using `store` on an uploaded file when you push an empty file ([#26809](https://github-redirect.dependabot.com/laravel/framework/pull/26809)) > - Fixed hiding for hidden commands ([#26781](https://github-redirect.dependabot.com/laravel/framework/pull/26781)) > > > ## 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)) ></table> ... (truncated) </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.19 (2018-12-18)](https://github.com/laravel/framework/compare/v5.7.18...v5.7.19) > > ### Added > - Added `Illuminate\Support\Collection::whereBetween` method ([#26888](https://github-redirect.dependabot.com/laravel/framework/pull/26888)) > > ### Fixed > - Reverted changes related to [`app()->call()`](https://github-redirect.dependabot.com/laravel/framework/pull/26852) ([fefaf46](https://github.com/laravel/framework/commit/fefaf46dd147a4caf1dea1712f9797f3db49fea4)) > - Reset doctrineConnection property on Database/Connection when reconnecting ([#26890](https://github-redirect.dependabot.com/laravel/framework/pull/26890)) > > > ## [v5.7.18 (2018-12-17)](https://github.com/laravel/framework/compare/v5.7.17...v5.7.18) > > ### Added > - Added missing `starts_with` validation message ([#26822](https://github-redirect.dependabot.com/laravel/framework/pull/26822)) > - Added `Facade::resolved()` method to register pending callback until the service is available. ([#26824](https://github-redirect.dependabot.com/laravel/framework/pull/26824)) > - Added env var `APP_CONFIG_CACHE` to control cache config path ([578bc83](https://github.com/laravel/framework/commit/578bc83f0247b97ec87fefe39a8da7e9bbfd4a66)) > > ### Changed > - Changed `TransportManager::createMailDriver` ([#26846](https://github-redirect.dependabot.com/laravel/framework/pull/26846)) > > ### Fixed > - Fixed of using `illuminate/mail` outside of Laravel with driver log ([#26842](https://github-redirect.dependabot.com/laravel/framework/pull/26842)) > - Fixed some bugs for `app()->call()` ([#26852](https://github-redirect.dependabot.com/laravel/framework/pull/26852)) > - Added workaround for PHP-bug related to [incorrect variable values when Opcache enabled in PHP v 7.3.0](https://github-redirect.dependabot.com/laravel/framework/issues/26819) ([36d3436](https://github.com/laravel/framework/commit/36d343682d25570946ff22397a720727e0c1dcd7)) > > > ## [v5.7.17 (2018-12-12)](https://github.com/laravel/framework/compare/v5.7.16...v5.7.17) > > ### Added > - Added `Database\Query\Builder::insertUsing` method ([#26732](https://github-redirect.dependabot.com/laravel/framework/pull/26732), [8216b46](https://github.com/laravel/framework/commit/8216b4607152f9b01f26efba6b045add5382c625)) > - Added `Database\Query\Builder::havingBetween` method ([#26758](https://github-redirect.dependabot.com/laravel/framework/pull/26758)) > - Added `Packets out of order. Expected` string to `DetectsLostConnections` trait ([#26760](https://github-redirect.dependabot.com/laravel/framework/pull/26760)) > - Added `NOT VALID` option for skipping validation when adding postgres foreign keys ([#26775](https://github-redirect.dependabot.com/laravel/framework/pull/26775)) > > ### Fixed > - Fixed: Using `store` on an uploaded file when you push an empty file ([#26809](https://github-redirect.dependabot.com/laravel/framework/pull/26809)) > - Fixed hiding for hidden commands ([#26781](https://github-redirect.dependabot.com/laravel/framework/pull/26781)) > > > ## [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)) ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`5c1d1ec`](https://github.com/laravel/framework/commit/5c1d1ec7e8563ea31826fd5eb3f6791acf01160c) version - [`f5e01d1`](https://github.com/laravel/framework/commit/f5e01d1fc2e7fb61aad4dcb6e77d97440f1da871) Merge branch '5.7' of github.com:laravel/framework into 5.7 - [`fefaf46`](https://github.com/laravel/framework/commit/fefaf46dd147a4caf1dea1712f9797f3db49fea4) reverting - [`59b4b5f`](https://github.com/laravel/framework/commit/59b4b5f68ddf3366b80ce78b47e84029bd29f8a1) [5.7] Collection whereBetween ([#26888](https://github-redirect.dependabot.com/laravel/framework/issues/26888)) - [`4349fe3`](https://github.com/laravel/framework/commit/4349fe3d1ac7e75042cfefe69b980188b23dc3a8) [5.7] Reset doctrineConnection property on Database/Connection when reconnect... - [`2aa6178`](https://github.com/laravel/framework/commit/2aa6178cbc74b1931169caa6c8b557e33906c789) Fixes docblock ([#26881](https://github-redirect.dependabot.com/laravel/framework/issues/26881)) - [`fff0728`](https://github.com/laravel/framework/commit/fff0728fd4d325945af1633c7f762f7b13731c3f) [5.7] update changelog - [`aa9f6a5`](https://github.com/laravel/framework/commit/aa9f6a52bc69281b0a730fa7f9785515469ced48) [5.7] update changelog - [`d329797`](https://github.com/laravel/framework/commit/d329797ae0e2ece220d85a5b59ffe659ce2050ae) version - [`a4ab046`](https://github.com/laravel/framework/commit/a4ab0469d90e617ae21fc5ee50b452bf0bf49d30) Merge branch '5.7' of github.com:laravel/framework into 5.7 - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.15...v5.7.19) </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.19)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.15&new-version=5.7.19) 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:55 +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#1414
No description provided.