[PR #989] [CLOSED] Bump laravel/framework from 5.7.28 to 5.8.21 #1501

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • b242b8a Bump laravel/framework from 5.7.28 to 5.8.21

📊 Changes

2 files changed (+517 additions, -631 deletions)

View changed files

📝 composer.json (+1 -1)
📝 composer.lock (+516 -630)

📄 Description

Bumps laravel/framework from 5.7.28 to 5.8.21.

Release notes

Sourced from laravel/framework's releases.

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)

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

... (truncated)
Changelog

Sourced from laravel/framework's changelog.

Release Notes for 5.7.x

Unreleased

Commits
  • c78796c fix redis cluster connection parsing
  • 2bcb405 fix cluster connecting
  • abb1f77 Merge pull request #28722 from cybercog/fix/illuminate-contracts-null-argumen...
  • 2f7d011 Merge pull request #28725 from cybercog/remove/unused-migrator-dynamic-property
  • ae9d74c Remove unused Migrator $notes dynamic property
  • 69a556e [5.8] update changelog
  • b50f25e Fix Illuminate\Contracts null arguments in DocBlocks
  • 6c29b6f version
  • 4039a72 Merge pull request #28719 from laravel/revert-28718-fix/docblock-return-inter...
  • d2dcdeb Revert "[5.8] Database ConnectionResolver returns interface"
  • Additional commits viewable in compare view

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/989 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/5/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.21` --- ### 📝 Commits (1) - [`b242b8a`](https://github.com/koel/koel/commit/b242b8a6121867353e5bfaf4778c4b69ef95e711) Bump laravel/framework from 5.7.28 to 5.8.21 ### 📊 Changes **2 files changed** (+517 additions, -631 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+516 -630) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.7.28 to 5.8.21. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## 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)) > > ### 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 ></tr></table> ... (truncated) </details> <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.7.md).* > # Release Notes for 5.7.x > > ## [Unreleased](https://github.com/laravel/framework/compare/v5.7.28...5.7) </details> <details> <summary>Commits</summary> - [`c78796c`](https://github.com/laravel/framework/commit/c78796cc1159c8dc63c45a2011ddc4af17059cb4) fix redis cluster connection parsing - [`2bcb405`](https://github.com/laravel/framework/commit/2bcb405ddc9ed69355513de5f2396dc658fd004d) fix cluster connecting - [`abb1f77`](https://github.com/laravel/framework/commit/abb1f77252ddb964b716e851fd6458ede92c4f43) Merge pull request [#28722](https://github-redirect.dependabot.com/laravel/framework/issues/28722) from cybercog/fix/illuminate-contracts-null-argumen... - [`2f7d011`](https://github.com/laravel/framework/commit/2f7d01192febc02fbaf8a21340b0cb23c4d5b74e) Merge pull request [#28725](https://github-redirect.dependabot.com/laravel/framework/issues/28725) from cybercog/remove/unused-migrator-dynamic-property - [`ae9d74c`](https://github.com/laravel/framework/commit/ae9d74ca113019d8b46e605599821e9f9f4dd891) Remove unused Migrator $notes dynamic property - [`69a556e`](https://github.com/laravel/framework/commit/69a556e8f38b3ea5284752db70953e24eb2f4cf6) [5.8] update changelog - [`b50f25e`](https://github.com/laravel/framework/commit/b50f25e87a8cbabc51d77ced5c3cc503114834aa) Fix Illuminate\Contracts null arguments in DocBlocks - [`6c29b6f`](https://github.com/laravel/framework/commit/6c29b6fd3aa6991c7b610607d86db53aaadf165c) version - [`4039a72`](https://github.com/laravel/framework/commit/4039a725777e62c8669e019abd40a188c74affb9) Merge pull request [#28719](https://github-redirect.dependabot.com/laravel/framework/issues/28719) from laravel/revert-28718-fix/docblock-return-inter... - [`d2dcdeb`](https://github.com/laravel/framework/commit/d2dcdeb7825d650bcfbae5e14ec09758e2d73e3a) Revert "[5.8] Database ConnectionResolver returns interface" - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.28...v5.8.21) </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.21)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.28&new-version=5.8.21) 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:15 +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#1501
No description provided.