[PR #994] [CLOSED] Bump laravel/framework from 5.7.28 to 5.8.22 #1505

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/994
Author: @dependabot-preview[bot]
Created: 6/13/2019
Status: Closed

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


📝 Commits (2)

  • af49dcd Bump laravel/framework from 5.7.28 to 5.8.22
  • 90d0c0f Apply fixes from StyleCI (#995)

📊 Changes

4 files changed (+567 additions, -676 deletions)

View changed files

📝 app/Services/Streamers/PHPStreamer.php (+1 -1)
📝 composer.json (+1 -1)
📝 composer.lock (+565 -673)
📝 config/ide-helper.php (+0 -1)

📄 Description

Bumps laravel/framework from 5.7.28 to 5.8.22.

Release notes

Sourced from laravel/framework's releases.

v5.8.22

v5.8.22 (2019-06-12)

Added

  • Added @componentFirst directive (#28783)
  • Added support for typed eager loads (#28647, d72e3cd)
  • Added Related and Recommended to Pluralizer (#28749)
  • Added Str::containsAll() method (#28806)
  • Added: error handling for maintenance mode commands (#28765, 9e20849)
  • Added message value assertion to TestResponse::assertJsonValidationErrors() (#28787)
  • Added: Automatically bind the viewAny method to the index controller action (#28820)

Fixed

  • Fixed database rules with where clauses (#28748)
  • Fixed: MorphTo Relation ignores parent $timestamp when touching (#28670)
  • Fixed: Sql Server issue during dropAllTables when foreign key constraints exist (#28750, #28770)
  • Fixed Model::getConnectionName() when Model::cursor() used (#28804)

Changed

  • Made force an optional feature when using ConfirmableTrait. (#28742)
  • Suggest resolution when no relationship value is returned in the Model::getRelationshipFromMethod() (#28762)

v5.8.21

v5.8.21 (2019-06-05)

Fixed

  • Fixed redis cluster connection parsing (2bcb405)

v5.8.20

v5.8.20 (2019-06-04)

Added

  • Added viewAny() to dummy policy class (#28654, #28671)
  • Added fullpath option to make:migration command (#28669)

Performance improvement

Fixed

  • Fixed artisan cache:clear command with a redis cluster using the Predis library (#28706)

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

Sourced from laravel/framework's changelog.

v5.8.22 (2019-06-12)

Added

  • Added @componentFirst directive (#28783)
  • Added support for typed eager loads (#28647, d72e3cd)
  • Added Related and Recommended to Pluralizer (#28749)
  • Added Str::containsAll() method (#28806)
  • Added: error handling for maintenance mode commands (#28765, 9e20849)
  • Added message value assertion to TestResponse::assertJsonValidationErrors() (#28787)
  • Added: Automatically bind the viewAny method to the index controller action (#28820)

Fixed

  • Fixed database rules with where clauses (#28748)
  • Fixed: MorphTo Relation ignores parent $timestamp when touching (#28670)
  • Fixed: Sql Server issue during dropAllTables when foreign key constraints exist (#28750, #28770)
  • Fixed Model::getConnectionName() when Model::cursor() used (#28804)

Changed

  • Made force an optional feature when using ConfirmableTrait. (#28742)
  • Suggest resolution when no relationship value is returned in the Model::getRelationshipFromMethod() (#28762)

v5.8.21 (2019-06-05)

Fixed

  • Fixed redis cluster connection parsing (2bcb405)

v5.8.20 (2019-06-04)

Added

  • Added viewAny() to dummy policy class (#28654, #28671)
  • Added fullpath option to make:migration command (#28669)

Performance improvement

Fixed

  • Fixed artisan cache:clear command with a redis cluster using the Predis library (#28706)

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


🔄 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/994 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/13/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.22` --- ### 📝 Commits (2) - [`af49dcd`](https://github.com/koel/koel/commit/af49dcdae315c89930ba635817ffaa58fac260fe) Bump laravel/framework from 5.7.28 to 5.8.22 - [`90d0c0f`](https://github.com/koel/koel/commit/90d0c0fd512cd02ba0e1c1947608fdaaba876f56) Apply fixes from StyleCI (#995) ### 📊 Changes **4 files changed** (+567 additions, -676 deletions) <details> <summary>View changed files</summary> 📝 `app/Services/Streamers/PHPStreamer.php` (+1 -1) 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+565 -673) 📝 `config/ide-helper.php` (+0 -1) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.7.28 to 5.8.22. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.22 > ## [v5.8.22 (2019-06-12)](https://github.com/laravel/framework/compare/v5.8.21...v5.8.22) > > ### Added > - Added `@componentFirst` directive ([#28783](https://github-redirect.dependabot.com/laravel/framework/pull/28783)) > - Added support for typed eager loads ([#28647](https://github-redirect.dependabot.com/laravel/framework/pull/28647), [d72e3cd](https://github.com/laravel/framework/commit/d72e3cd5be14dba654837466564018403839a5e9)) > - Added `Related` and `Recommended` to Pluralizer ([#28749](https://github-redirect.dependabot.com/laravel/framework/pull/28749)) > - Added `Str::containsAll()` method ([#28806](https://github-redirect.dependabot.com/laravel/framework/pull/28806)) > - Added: error handling for maintenance mode commands ([#28765](https://github-redirect.dependabot.com/laravel/framework/pull/28765), [9e20849](https://github.com/laravel/framework/commit/9e20849e5cca7b98ebf0eee2b563b532ff6fe704)) > - Added message value assertion to `TestResponse::assertJsonValidationErrors()` ([#28787](https://github-redirect.dependabot.com/laravel/framework/pull/28787)) > - Added: Automatically bind the viewAny method to the index controller action ([#28820](https://github-redirect.dependabot.com/laravel/framework/pull/28820)) > > ### Fixed > - Fixed database rules with where clauses ([#28748](https://github-redirect.dependabot.com/laravel/framework/pull/28748)) > - Fixed: MorphTo Relation ignores parent $timestamp when touching ([#28670](https://github-redirect.dependabot.com/laravel/framework/pull/28670)) > - Fixed: Sql Server issue during `dropAllTables` when foreign key constraints exist ([#28750](https://github-redirect.dependabot.com/laravel/framework/pull/28750), [#28770](https://github-redirect.dependabot.com/laravel/framework/pull/28770)) > - Fixed `Model::getConnectionName()` when `Model::cursor()` used ([#28804](https://github-redirect.dependabot.com/laravel/framework/pull/28804)) > > ### Changed > - Made `force` an optional feature when using `ConfirmableTrait`. ([#28742](https://github-redirect.dependabot.com/laravel/framework/pull/28742)) > - Suggest resolution when no relationship value is returned in the `Model::getRelationshipFromMethod()` ([#28762](https://github-redirect.dependabot.com/laravel/framework/pull/28762)) > > ## v5.8.21 > ## [v5.8.21 (2019-06-05)](https://github.com/laravel/framework/compare/v5.8.20...v5.8.21) > > ### Fixed > - Fixed redis cluster connection parsing ([2bcb405](https://github.com/laravel/framework/commit/2bcb405ddc9ed69355513de5f2396dc658fd004d)) > > ## v5.8.20 > ## [v5.8.20 (2019-06-04)](https://github.com/laravel/framework/compare/v5.8.19...v5.8.20) > > ### Added > - Added `viewAny()` to dummy policy class ([#28654](https://github-redirect.dependabot.com/laravel/framework/pull/28654), [#28671](https://github-redirect.dependabot.com/laravel/framework/pull/28671)) > - Added `fullpath` option to `make:migration` command ([#28669](https://github-redirect.dependabot.com/laravel/framework/pull/28669)) > > ### Performance improvement > - Improve performance for `Arr::collapse()` ([#28662](https://github-redirect.dependabot.com/laravel/framework/pull/28662), [#28676](https://github-redirect.dependabot.com/laravel/framework/pull/28676)) > > ### Fixed > - Fixed `artisan cache:clear` command with a redis cluster using the Predis library ([#28706](https://github-redirect.dependabot.com/laravel/framework/pull/28706)) > > ## 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)) ></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.22 (2019-06-12)](https://github.com/laravel/framework/compare/v5.8.21...v5.8.22) > > ### Added > - Added `@componentFirst` directive ([#28783](https://github-redirect.dependabot.com/laravel/framework/pull/28783)) > - Added support for typed eager loads ([#28647](https://github-redirect.dependabot.com/laravel/framework/pull/28647), [d72e3cd](https://github.com/laravel/framework/commit/d72e3cd5be14dba654837466564018403839a5e9)) > - Added `Related` and `Recommended` to Pluralizer ([#28749](https://github-redirect.dependabot.com/laravel/framework/pull/28749)) > - Added `Str::containsAll()` method ([#28806](https://github-redirect.dependabot.com/laravel/framework/pull/28806)) > - Added: error handling for maintenance mode commands ([#28765](https://github-redirect.dependabot.com/laravel/framework/pull/28765), [9e20849](https://github.com/laravel/framework/commit/9e20849e5cca7b98ebf0eee2b563b532ff6fe704)) > - Added message value assertion to `TestResponse::assertJsonValidationErrors()` ([#28787](https://github-redirect.dependabot.com/laravel/framework/pull/28787)) > - Added: Automatically bind the viewAny method to the index controller action ([#28820](https://github-redirect.dependabot.com/laravel/framework/pull/28820)) > > ### Fixed > - Fixed database rules with where clauses ([#28748](https://github-redirect.dependabot.com/laravel/framework/pull/28748)) > - Fixed: MorphTo Relation ignores parent $timestamp when touching ([#28670](https://github-redirect.dependabot.com/laravel/framework/pull/28670)) > - Fixed: Sql Server issue during `dropAllTables` when foreign key constraints exist ([#28750](https://github-redirect.dependabot.com/laravel/framework/pull/28750), [#28770](https://github-redirect.dependabot.com/laravel/framework/pull/28770)) > - Fixed `Model::getConnectionName()` when `Model::cursor()` used ([#28804](https://github-redirect.dependabot.com/laravel/framework/pull/28804)) > > ### Changed > - Made `force` an optional feature when using `ConfirmableTrait`. ([#28742](https://github-redirect.dependabot.com/laravel/framework/pull/28742)) > - Suggest resolution when no relationship value is returned in the `Model::getRelationshipFromMethod()` ([#28762](https://github-redirect.dependabot.com/laravel/framework/pull/28762)) > > > ## [v5.8.21 (2019-06-05)](https://github.com/laravel/framework/compare/v5.8.20...v5.8.21) > > ### Fixed > - Fixed redis cluster connection parsing ([2bcb405](https://github.com/laravel/framework/commit/2bcb405ddc9ed69355513de5f2396dc658fd004d)) > > > ## [v5.8.20 (2019-06-04)](https://github.com/laravel/framework/compare/v5.8.19...v5.8.20) > > ### Added > - Added `viewAny()` to dummy policy class ([#28654](https://github-redirect.dependabot.com/laravel/framework/pull/28654), [#28671](https://github-redirect.dependabot.com/laravel/framework/pull/28671)) > - Added `fullpath` option to `make:migration` command ([#28669](https://github-redirect.dependabot.com/laravel/framework/pull/28669)) > > ### Performance improvement > - Improve performance for `Arr::collapse()` ([#28662](https://github-redirect.dependabot.com/laravel/framework/pull/28662), [#28676](https://github-redirect.dependabot.com/laravel/framework/pull/28676)) > > ### Fixed > - Fixed `artisan cache:clear` command with a redis cluster using the Predis library ([#28706](https://github-redirect.dependabot.com/laravel/framework/pull/28706)) > > > ## [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)) > ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`f47d1a0`](https://github.com/laravel/framework/commit/f47d1a0fe7fd9b98d86ed2d404823dfeb4938de3) version - [`0c492b1`](https://github.com/laravel/framework/commit/0c492b1838d4ddf3f7e80b4d62178c5e1c38e3c5) Merge pull request [#28816](https://github-redirect.dependabot.com/laravel/framework/issues/28816) from Chris1904/fix/str-contains-all-tests - [`21da43f`](https://github.com/laravel/framework/commit/21da43f9cbd6ac117b508d2fd401aa05eb82c7e7) Merge pull request [#28820](https://github-redirect.dependabot.com/laravel/framework/issues/28820) from clement-jacquet/abilityMap - [`c9f957a`](https://github.com/laravel/framework/commit/c9f957a8b07011b2a9d88cee24f5b0e4ed905e15) add index => viewAny to resourceAbilityMap - [`f964336`](https://github.com/laravel/framework/commit/f96433678711ab3c8f31ce223454af3f7e9e3fd1) remove failing assertions - [`a986126`](https://github.com/laravel/framework/commit/a98612650a30b35889f171eaf509fbd6438c2293) Merge pull request [#28806](https://github-redirect.dependabot.com/laravel/framework/issues/28806) from Chris1904/feature/add-str-contains-all - [`91d5cfd`](https://github.com/laravel/framework/commit/91d5cfde39d78d8c26e40429ae38754a4c688155) Update Str.php - [`5db5288`](https://github.com/laravel/framework/commit/5db5288100817b036d315aa3941039280989a5c8) Apply fixes from StyleCI ([#28812](https://github-redirect.dependabot.com/laravel/framework/issues/28812)) - [`a7332cc`](https://github.com/laravel/framework/commit/a7332cc2664be16832b93eebda227bd32bbada57) Merge pull request [#28811](https://github-redirect.dependabot.com/laravel/framework/issues/28811) from Sergo96/5.8 - [`3b3d747`](https://github.com/laravel/framework/commit/3b3d747a979f5bc6ac09ea975f4d5874c591e6f6) Merge pull request [#28795](https://github-redirect.dependabot.com/laravel/framework/issues/28795) from cybercog/add/app-facade-methods-hints - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.28...v5.8.22) </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.22)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.28&new-version=5.8.22) 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> --- <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:16 +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#1505
No description provided.