[PR #982] [CLOSED] Bump laravel/framework from 5.7.28 to 5.8.19 #1492

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/982
Author: @dependabot-preview[bot]
Created: 5/29/2019
Status: Closed

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


📝 Commits (1)

  • db88787 Bump laravel/framework from 5.7.28 to 5.8.19

📊 Changes

2 files changed (+153 additions, -540 deletions)

View changed files

📝 composer.json (+1 -1)
📝 composer.lock (+152 -539)

📄 Description

Bumps laravel/framework from 5.7.28 to 5.8.19.

Release notes

Sourced from laravel/framework's releases.

v5.8.19

v5.8.19 (2019-05-28)

Added

  • Added optional DYNAMODB_ENDPOINT env variable to configure endpoint for DynamoDB (#28600)
  • Added Illuminate\Foundation\Application::isProduction() method (#28602)
  • Allowed exception reporting in rescue() to be disabled (#28617)
  • Allowed to parse Url in Redis configuration (#28612, f4cfb32)
  • Allowed setting additional (sourceip and localdomain) smtp config options (#28631, 435c05b)

Fixed

  • Fixed Eloquent UPDATE queries with alias (#28607)
  • Fixed Illuminate\Cache\DynamoDbStore::forever() (#28618)
  • Fixed event:list command, when using a combination of manually registering events and event auto discovering (#28624)

Performance improvement

  • Improve performance for Arr::flatten() (#28614)

Changed

  • Added id to ModelNotFoundException exception in ImplicitRouteBinding (#28588)

v5.8.18

v5.8.18 (2019-05-21)

Added

  • Added html as a new valid extension for views (#28541)
  • Added: provide notification callback withSwiftMessage in MailMessage (#28535)

Fixed

  • Fixed Illuminate\Cache\FileStore::getPayload() in case of broken cache (#28536)
  • Fixed exception: The filename fallback must only contain ASCII characters in the Illuminate\Filesystem\FilesystemAdapter::response() (#28551)

Changed

  • Make Support\Testing\Fakes\MailFake::failures() returns an empty array (#28538)
  • Make Support\Testing\Fakes\BusFake::pipeThrough() returns $this (#28564)

Refactoring

v5.8.17

2019/05/14

Added

  • Added Illuminate\Foundation\Testing\TestResponse::dumpHeaders() (#28450)
  • Added ends_with validation rule (#28455)
  • Added possibility to use a few columns arguments in the route:list command (#28459)
  • Added retryAfter in Mail\SendQueuedMailable and Notifications\SendQueuedNotifications object (#28484)
  • Added Illuminate\Foundation\Console\Kernel::scheduleCache() (6587e78)
  • Added support for multiple --path options within migrate commands (#28495)
... (truncated)
Changelog

Sourced from laravel/framework's changelog.

v5.8.19 (2019-05-28)

Added

  • Added optional DYNAMODB_ENDPOINT env variable to configure endpoint for DynamoDB (#28600)
  • Added Illuminate\Foundation\Application::isProduction() method (#28602)
  • Allowed exception reporting in rescue() to be disabled (#28617)
  • Allowed to parse Url in Redis configuration (#28612, f4cfb32)
  • Allowed setting additional (sourceip and localdomain) smtp config options (#28631, 435c05b)

Fixed

  • Fixed Eloquent UPDATE queries with alias (#28607)
  • Fixed Illuminate\Cache\DynamoDbStore::forever() (#28618)
  • Fixed event:list command, when using a combination of manually registering events and event auto discovering (#28624)

Performance improvement

  • Improve performance for Arr::flatten() (#28614)

Changed

  • Added id to ModelNotFoundException exception in ImplicitRouteBinding (#28588)

v5.8.18 (2019-05-21)

Added

  • Added html as a new valid extension for views (#28541)
  • Added: provide notification callback withSwiftMessage in MailMessage (#28535)

Fixed

  • Fixed Illuminate\Cache\FileStore::getPayload() in case of broken cache (#28536)
  • Fixed exception: The filename fallback must only contain ASCII characters in the Illuminate\Filesystem\FilesystemAdapter::response() (#28551)

Changed

  • Make Support\Testing\Fakes\MailFake::failures() returns an empty array (#28538)
  • Make Support\Testing\Fakes\BusFake::pipeThrough() returns $this (#28564)

Refactoring

v5.8.17 (2019-05-14)

Added

  • Added Illuminate\Foundation\Testing\TestResponse::dumpHeaders() (#28450)
  • Added ends_with validation rule (#28455)
  • Added possibility to use a few columns arguments in the route:list command (#28459)
  • Added retryAfter in Mail\SendQueuedMailable and Notifications\SendQueuedNotifications object (#28484)
  • Added Illuminate\Foundation\Console\Kernel::scheduleCache() (6587e78)
  • Added support for multiple --path options within migrate commands (#28495)
  • Added Tappable trait (#28507)
  • Added support auto-discovery for events in a custom application directory, that sets via Illuminate\Foundation\Application::useAppPath() (#28493)
... (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 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:

  • 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 has been acquired by GitHub  🎉


🔄 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/982 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/29/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.19` --- ### 📝 Commits (1) - [`db88787`](https://github.com/koel/koel/commit/db88787e76877614d0365be2d9557cace80ba946) Bump laravel/framework from 5.7.28 to 5.8.19 ### 📊 Changes **2 files changed** (+153 additions, -540 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+152 -539) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.7.28 to 5.8.19. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.19 > ## [v5.8.19 (2019-05-28)](https://github.com/laravel/framework/compare/v5.8.18...v5.8.19) > > ### Added > - Added optional `DYNAMODB_ENDPOINT` env variable to configure endpoint for DynamoDB ([#28600](https://github-redirect.dependabot.com/laravel/framework/pull/28600)) > - Added `Illuminate\Foundation\Application::isProduction()` method ([#28602](https://github-redirect.dependabot.com/laravel/framework/pull/28602)) > - Allowed exception reporting in `rescue()` to be disabled ([#28617](https://github-redirect.dependabot.com/laravel/framework/pull/28617)) > - Allowed to parse Url in Redis configuration ([#28612](https://github-redirect.dependabot.com/laravel/framework/pull/28612), [f4cfb32](https://github.com/laravel/framework/commit/f4cfb3287b358b41735072895a485f8e68c1c7f0)) > - Allowed setting additional (`sourceip` and `localdomain`) smtp config options ([#28631](https://github-redirect.dependabot.com/laravel/framework/pull/28631), [435c05b](https://github.com/laravel/framework/commit/435c05b96a241d3d5e37ce524de9ea134714a9be)) > > ### Fixed > - Fixed Eloquent UPDATE queries with alias ([#28607](https://github-redirect.dependabot.com/laravel/framework/pull/28607)) > - Fixed `Illuminate\Cache\DynamoDbStore::forever()` ([#28618](https://github-redirect.dependabot.com/laravel/framework/pull/28618)) > - Fixed `event:list` command, when using a combination of manually registering events and event auto discovering ([#28624](https://github-redirect.dependabot.com/laravel/framework/pull/28624)) > > ### Performance improvement > - Improve performance for `Arr::flatten()` ([#28614](https://github-redirect.dependabot.com/laravel/framework/pull/28614)) > > ### Changed > - Added `id` to `ModelNotFoundException` exception in `ImplicitRouteBinding` ([#28588](https://github-redirect.dependabot.com/laravel/framework/pull/28588)) > > ## v5.8.18 > ## [v5.8.18 (2019-05-21)](https://github.com/laravel/framework/compare/v5.8.17...v5.8.18) > > ### Added > - Added `html` as a new valid extension for views ([#28541](https://github-redirect.dependabot.com/laravel/framework/pull/28541)) > - Added: provide notification callback `withSwiftMessage` in `MailMessage` ([#28535](https://github-redirect.dependabot.com/laravel/framework/pull/28535)) > > ### Fixed > - Fixed `Illuminate\Cache\FileStore::getPayload()` in case of broken cache ([#28536](https://github-redirect.dependabot.com/laravel/framework/pull/28536)) > - Fixed exception: `The filename fallback must only contain ASCII characters` in the `Illuminate\Filesystem\FilesystemAdapter::response()` ([#28551](https://github-redirect.dependabot.com/laravel/framework/pull/28551)) > > ### Changed > - Make `Support\Testing\Fakes\MailFake::failures()` returns an empty array ([#28538](https://github-redirect.dependabot.com/laravel/framework/pull/28538)) > - Make `Support\Testing\Fakes\BusFake::pipeThrough()` returns `$this` ([#28564](https://github-redirect.dependabot.com/laravel/framework/pull/28564)) > > ### Refactoring > - Cleanup html ([#28583](https://github-redirect.dependabot.com/laravel/framework/pull/28583)) > > > ## v5.8.17 > ## [2019/05/14](https://github.com/laravel/framework/compare/v5.8.16...v5.8.17) > > ### Added > - Added `Illuminate\Foundation\Testing\TestResponse::dumpHeaders()` ([#28450](https://github-redirect.dependabot.com/laravel/framework/pull/28450)) > - Added `ends_with` validation rule ([#28455](https://github-redirect.dependabot.com/laravel/framework/pull/28455)) > - Added possibility to use a few `columns` arguments in the `route:list` command ([#28459](https://github-redirect.dependabot.com/laravel/framework/pull/28459)) > - Added `retryAfter` in `Mail\SendQueuedMailable` and `Notifications\SendQueuedNotifications` object ([#28484](https://github-redirect.dependabot.com/laravel/framework/pull/28484)) > - Added `Illuminate\Foundation\Console\Kernel::scheduleCache()` ([6587e78](https://github.com/laravel/framework/commit/6587e78383c4ecc8d7f3791f54cf6f536a1fc089)) > - Added support for multiple `--path` options within migrate commands ([#28495](https://github-redirect.dependabot.com/laravel/framework/pull/28495)) ></tr></table> ... (truncated) </details> <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.19 (2019-05-28)](https://github.com/laravel/framework/compare/v5.8.18...v5.8.19) > > ### Added > - Added optional `DYNAMODB_ENDPOINT` env variable to configure endpoint for DynamoDB ([#28600](https://github-redirect.dependabot.com/laravel/framework/pull/28600)) > - Added `Illuminate\Foundation\Application::isProduction()` method ([#28602](https://github-redirect.dependabot.com/laravel/framework/pull/28602)) > - Allowed exception reporting in `rescue()` to be disabled ([#28617](https://github-redirect.dependabot.com/laravel/framework/pull/28617)) > - Allowed to parse Url in Redis configuration ([#28612](https://github-redirect.dependabot.com/laravel/framework/pull/28612), [f4cfb32](https://github.com/laravel/framework/commit/f4cfb3287b358b41735072895a485f8e68c1c7f0)) > - Allowed setting additional (`sourceip` and `localdomain`) smtp config options ([#28631](https://github-redirect.dependabot.com/laravel/framework/pull/28631), [435c05b](https://github.com/laravel/framework/commit/435c05b96a241d3d5e37ce524de9ea134714a9be)) > > ### Fixed > - Fixed Eloquent UPDATE queries with alias ([#28607](https://github-redirect.dependabot.com/laravel/framework/pull/28607)) > - Fixed `Illuminate\Cache\DynamoDbStore::forever()` ([#28618](https://github-redirect.dependabot.com/laravel/framework/pull/28618)) > - Fixed `event:list` command, when using a combination of manually registering events and event auto discovering ([#28624](https://github-redirect.dependabot.com/laravel/framework/pull/28624)) > > ### Performance improvement > - Improve performance for `Arr::flatten()` ([#28614](https://github-redirect.dependabot.com/laravel/framework/pull/28614)) > > ### Changed > - Added `id` to `ModelNotFoundException` exception in `ImplicitRouteBinding` ([#28588](https://github-redirect.dependabot.com/laravel/framework/pull/28588)) > > > ## [v5.8.18 (2019-05-21)](https://github.com/laravel/framework/compare/v5.8.17...v5.8.18) > > ### Added > - Added `html` as a new valid extension for views ([#28541](https://github-redirect.dependabot.com/laravel/framework/pull/28541)) > - Added: provide notification callback `withSwiftMessage` in `MailMessage` ([#28535](https://github-redirect.dependabot.com/laravel/framework/pull/28535)) > > ### Fixed > - Fixed `Illuminate\Cache\FileStore::getPayload()` in case of broken cache ([#28536](https://github-redirect.dependabot.com/laravel/framework/pull/28536)) > - Fixed exception: `The filename fallback must only contain ASCII characters` in the `Illuminate\Filesystem\FilesystemAdapter::response()` ([#28551](https://github-redirect.dependabot.com/laravel/framework/pull/28551)) > > ### Changed > - Make `Support\Testing\Fakes\MailFake::failures()` returns an empty array ([#28538](https://github-redirect.dependabot.com/laravel/framework/pull/28538)) > - Make `Support\Testing\Fakes\BusFake::pipeThrough()` returns `$this` ([#28564](https://github-redirect.dependabot.com/laravel/framework/pull/28564)) > > ### Refactoring > - Cleanup html ([#28583](https://github-redirect.dependabot.com/laravel/framework/pull/28583)) > > > ## [v5.8.17 (2019-05-14)](https://github.com/laravel/framework/compare/v5.8.16...v5.8.17) > > ### Added > - Added `Illuminate\Foundation\Testing\TestResponse::dumpHeaders()` ([#28450](https://github-redirect.dependabot.com/laravel/framework/pull/28450)) > - Added `ends_with` validation rule ([#28455](https://github-redirect.dependabot.com/laravel/framework/pull/28455)) > - Added possibility to use a few `columns` arguments in the `route:list` command ([#28459](https://github-redirect.dependabot.com/laravel/framework/pull/28459)) > - Added `retryAfter` in `Mail\SendQueuedMailable` and `Notifications\SendQueuedNotifications` object ([#28484](https://github-redirect.dependabot.com/laravel/framework/pull/28484)) > - Added `Illuminate\Foundation\Console\Kernel::scheduleCache()` ([6587e78](https://github.com/laravel/framework/commit/6587e78383c4ecc8d7f3791f54cf6f536a1fc089)) > - Added support for multiple `--path` options within migrate commands ([#28495](https://github-redirect.dependabot.com/laravel/framework/pull/28495)) > - Added `Tappable` trait ([#28507](https://github-redirect.dependabot.com/laravel/framework/pull/28507)) > - Added support auto-discovery for events in a custom application directory, that sets via `Illuminate\Foundation\Application::useAppPath()` ([#28493](https://github-redirect.dependabot.com/laravel/framework/pull/28493)) ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`47bb147`](https://github.com/laravel/framework/commit/47bb1471b727a0c1497143dccf46aacf73c0ce6b) version - [`8ea5512`](https://github.com/laravel/framework/commit/8ea551266013e031de10032de317f7abe0fd32d8) Update SUPPORT.md - [`ede526f`](https://github.com/laravel/framework/commit/ede526f2312b607a7517843662bfc42825595906) Merge pull request [#28635](https://github-redirect.dependabot.com/laravel/framework/issues/28635) from laravel/security-file - [`8be53b1`](https://github.com/laravel/framework/commit/8be53b15a2cd2deb54b145dd4630f6990c1ce28a) Merge pull request [#28637](https://github-redirect.dependabot.com/laravel/framework/issues/28637) from laravel/support-file - [`efa309a`](https://github.com/laravel/framework/commit/efa309a9fd19708d32c98ea9ce75bd05060cd53d) Create SUPPORT.md - [`5f93341`](https://github.com/laravel/framework/commit/5f93341f8e02296f65546a3ed12ad21cf455dfe5) Update SECURITY.md - [`db2c669`](https://github.com/laravel/framework/commit/db2c669bb982c87afee33bc24cc586a2cab220dc) Create SECURITY.md - [`435c05b`](https://github.com/laravel/framework/commit/435c05b96a241d3d5e37ce524de9ea134714a9be) formatting - [`7ed1dad`](https://github.com/laravel/framework/commit/7ed1dadd9bfd17bada86226aaa69e12bf919c43a) Merge pull request [#1](https://github-redirect.dependabot.com/laravel/framework/issues/1) from JustinBerger/jb-smtp-options - [`19a41b8`](https://github.com/laravel/framework/commit/19a41b86652361dbf5cf9de1917a9954f1108646) Allow setting additional smtp config options - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.28...v5.8.19) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.28&new-version=5.8.19)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.28&new-version=5.8.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 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. </details> [//]: # (dependabot-acquisition-announcement-start) --- <a href='https://dependabot.com/blog/hello-github/'><img width='376' alt='Dependabot has been acquired by GitHub 🎉' src='https://user-images.githubusercontent.com/20165/58035530-e739b700-7b20-11e9-9d1b-12a7630b84e0.png'></a> [//]: # (dependabot-acquisition-announcement-end) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:13 +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#1492
No description provided.