[PR #946] [CLOSED] Bump laravel/framework from 5.7.28 to 5.8.9 #1461

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/946
Author: @dependabot-preview[bot]
Created: 4/3/2019
Status: Closed

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


📝 Commits (1)

  • 428be19 Bump laravel/framework from 5.7.28 to 5.8.9

📊 Changes

2 files changed (+152 additions, -546 deletions)

View changed files

📝 composer.json (+1 -1)
📝 composer.lock (+151 -545)

📄 Description

Bumps laravel/framework from 5.7.28 to 5.8.9.

Release notes

Sourced from laravel/framework's releases.

v5.8.9

v5.8.9 (2019-04-02)

Added

Fixed

  • Fixed serializing a collection from a Resource with preserveKeys property (#27985)
  • Fixed: SoftDelete::runSoftDelete and SoftDelete::performDeleteOnModel with overwritten Model::setKeysForSaveQuery (#28081)

Changed

  • Update forever cache duration for database driver from minutes to seconds (#28048)

Refactoring:

  • Refactoring of Illuminate\Auth\Access\Gate::callBeforeCallbacks() (#28079)

v5.8.8

v5.8.8 (2019-03-26)

Added

  • Added Illuminate\Database\Query\Builder::forPageBeforeId() method (#28011)

Fixed

  • Fixed BelongsToMany::detach() with custom pivot class (#27997)
  • Fixed incorrect event namespace in generated listener by event:generate command (#28007)
  • Fixed unique validation without ignored column (#27987)

Changed

  • Added parameters argument to resolve helper (#28020)
  • Don't add the path only if path is empty in compiled view (#27976)

Refactoring

  • Refactoring of env() helper (#27965)

v5.8.7

https://github.com/laravel/framework/compare/v5.8.6...v5.8.7

v5.8.6

Fixed

  • Fix: Locks acquired with block() are not immediately released if the callback fails (#27957)

Changed

  • Allowed retrieving env variables with getenv() (#27958, c37702c)
  • Used stripslashes for Validation\Rules\Unique.php (#27940, 34759cc)

Refactoring

  • Refactoring of Illuminate\Http\Concerns::allFiles() (#27955)
... (truncated)
Changelog

Sourced from laravel/framework's changelog.

v5.8.9 (2019-04-02)

Added

Fixed

  • Fixed serializing a collection from a Resource with preserveKeys property (#27985)
  • Fixed: SoftDelete::runSoftDelete and SoftDelete::performDeleteOnModel with overwritten Model::setKeysForSaveQuery (#28081)

Changed

  • Update forever cache duration for database driver from minutes to seconds (#28048)

Refactoring:

  • Refactoring of Illuminate\Auth\Access\Gate::callBeforeCallbacks() (#28079)

v5.8.8 (2019-03-26)

Added

  • Added Illuminate\Database\Query\Builder::forPageBeforeId() method (#28011)

Fixed

  • Fixed BelongsToMany::detach() with custom pivot class (#27997)
  • Fixed incorrect event namespace in generated listener by event:generate command (#28007)
  • Fixed unique validation without ignored column (#27987)

Changed

  • Added parameters argument to resolve helper (#28020)
  • Don't add the path only if path is empty in compiled view (#27976)

Refactoring

  • Refactoring of env() helper (#27965)

v5.8.6-v5.8.7 (2019-03-21)

Fixed

  • Fix: Locks acquired with block() are not immediately released if the callback fails (#27957)

Changed

  • Allowed retrieving env variables with getenv() (#27958, c37702c)
  • Used stripslashes for Validation\Rules\Unique.php (#27940, 34759cc)

Refactoring

  • Refactoring of Illuminate\Http\Concerns::allFiles() (#27955)

v5.8.5 (2019-03-19)

Added

... (truncated)
Commits
  • 2455d21 version
  • c84e44d Merge pull request #28085 from themsaid/eventListCommand
  • 86f5352 Merge pull request #28086 from cmorbitzer/fix-datetime-doc
  • c46bb9f DateTimeInterface allowed with CronExpression since v2.3
  • 670d495 Merge branch '5.8' into fix-datetime-doc
  • 0885282 style fix
  • 1301afc add event:list command
  • 8c227e5 Merge pull request #28064 from laravel/event-discovery
  • 08298c3 Merge branch 'event-discovery' of github.com:laravel/framework into event-dis...
  • 688018a formatting
  • 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/946 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/3/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.9` --- ### 📝 Commits (1) - [`428be19`](https://github.com/koel/koel/commit/428be19708a4ffb5da7a1579884ec3f7d73066be) Bump laravel/framework from 5.7.28 to 5.8.9 ### 📊 Changes **2 files changed** (+152 additions, -546 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+151 -545) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.7.28 to 5.8.9. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.9 > ## [v5.8.9 (2019-04-02)](https://github.com/laravel/framework/compare/v5.8.8...v5.8.9) > > ### Added > - Added Event Discovery ([#28064](https://github-redirect.dependabot.com/laravel/framework/pull/28064), [#28085](https://github-redirect.dependabot.com/laravel/framework/pull/28085)) > > ### Fixed > - Fixed serializing a collection from a `Resource` with `preserveKeys` property ([#27985](https://github-redirect.dependabot.com/laravel/framework/pull/27985)) > - Fixed: `SoftDelete::runSoftDelete` and `SoftDelete::performDeleteOnModel` with overwritten `Model::setKeysForSaveQuery` ([#28081](https://github-redirect.dependabot.com/laravel/framework/pull/28081)) > > ### Changed > - Update forever cache duration for database driver from minutes to seconds ([#28048](https://github-redirect.dependabot.com/laravel/framework/pull/28048)) > > ### Refactoring: > - Refactoring of `Illuminate\Auth\Access\Gate::callBeforeCallbacks()` ([#28079](https://github-redirect.dependabot.com/laravel/framework/pull/28079)) > > > ## v5.8.8 > ## [v5.8.8 (2019-03-26)](https://github.com/laravel/framework/compare/v5.8.7...v5.8.8) > > ### Added > - Added `Illuminate\Database\Query\Builder::forPageBeforeId()` method ([#28011](https://github-redirect.dependabot.com/laravel/framework/pull/28011)) > > ### Fixed > - Fixed `BelongsToMany::detach()` with custom pivot class ([#27997](https://github-redirect.dependabot.com/laravel/framework/pull/27997)) > - Fixed incorrect event namespace in generated listener by `event:generate` command ([#28007](https://github-redirect.dependabot.com/laravel/framework/pull/28007)) > - Fixed unique validation without ignored column ([#27987](https://github-redirect.dependabot.com/laravel/framework/pull/27987)) > > ### Changed > - Added `parameters` argument to `resolve` helper ([#28020](https://github-redirect.dependabot.com/laravel/framework/pull/28020)) > - Don't add the path only if path is `empty` in compiled view ([#27976](https://github-redirect.dependabot.com/laravel/framework/pull/27976)) > > ### Refactoring > - Refactoring of `env()` helper ([#27965](https://github-redirect.dependabot.com/laravel/framework/pull/27965)) > > > ## v5.8.7 > https://github.com/laravel/framework/compare/v5.8.6...v5.8.7 > > ## v5.8.6 > > ### Fixed > - Fix: Locks acquired with block() are not immediately released if the callback fails ([#27957](https://github-redirect.dependabot.com/laravel/framework/pull/27957)) > > ### Changed > - Allowed retrieving `env` variables with `getenv()` ([#27958](https://github-redirect.dependabot.com/laravel/framework/pull/27958), [c37702c](https://github.com/laravel/framework/commit/c37702cbdedd4e06eba2162d7a1be7d74362e0cf)) > - Used `stripslashes` for `Validation\Rules\Unique.php` ([#27940](https://github-redirect.dependabot.com/laravel/framework/pull/27940), [34759cc](https://github.com/laravel/framework/commit/34759cc0e0e63c952d7f8b7580f48144a063c684)) > > ### Refactoring > - Refactoring of `Illuminate\Http\Concerns::allFiles()` ([#27955](https://github-redirect.dependabot.com/laravel/framework/pull/27955)) ></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.9 (2019-04-02)](https://github.com/laravel/framework/compare/v5.8.8...v5.8.9) > > ### Added > - Added Event Discovery ([#28064](https://github-redirect.dependabot.com/laravel/framework/pull/28064), [#28085](https://github-redirect.dependabot.com/laravel/framework/pull/28085)) > > ### Fixed > - Fixed serializing a collection from a `Resource` with `preserveKeys` property ([#27985](https://github-redirect.dependabot.com/laravel/framework/pull/27985)) > - Fixed: `SoftDelete::runSoftDelete` and `SoftDelete::performDeleteOnModel` with overwritten `Model::setKeysForSaveQuery` ([#28081](https://github-redirect.dependabot.com/laravel/framework/pull/28081)) > > ### Changed > - Update forever cache duration for database driver from minutes to seconds ([#28048](https://github-redirect.dependabot.com/laravel/framework/pull/28048)) > > ### Refactoring: > - Refactoring of `Illuminate\Auth\Access\Gate::callBeforeCallbacks()` ([#28079](https://github-redirect.dependabot.com/laravel/framework/pull/28079)) > > > ## [v5.8.8 (2019-03-26)](https://github.com/laravel/framework/compare/v5.8.7...v5.8.8) > > ### Added > - Added `Illuminate\Database\Query\Builder::forPageBeforeId()` method ([#28011](https://github-redirect.dependabot.com/laravel/framework/pull/28011)) > > ### Fixed > - Fixed `BelongsToMany::detach()` with custom pivot class ([#27997](https://github-redirect.dependabot.com/laravel/framework/pull/27997)) > - Fixed incorrect event namespace in generated listener by `event:generate` command ([#28007](https://github-redirect.dependabot.com/laravel/framework/pull/28007)) > - Fixed unique validation without ignored column ([#27987](https://github-redirect.dependabot.com/laravel/framework/pull/27987)) > > ### Changed > - Added `parameters` argument to `resolve` helper ([#28020](https://github-redirect.dependabot.com/laravel/framework/pull/28020)) > - Don't add the path only if path is `empty` in compiled view ([#27976](https://github-redirect.dependabot.com/laravel/framework/pull/27976)) > > ### Refactoring > - Refactoring of `env()` helper ([#27965](https://github-redirect.dependabot.com/laravel/framework/pull/27965)) > > > ## [v5.8.6-v5.8.7 (2019-03-21)](https://github.com/laravel/framework/compare/v5.8.5...v5.8.7) > > ### Fixed > - Fix: Locks acquired with block() are not immediately released if the callback fails ([#27957](https://github-redirect.dependabot.com/laravel/framework/pull/27957)) > > ### Changed > - Allowed retrieving `env` variables with `getenv()` ([#27958](https://github-redirect.dependabot.com/laravel/framework/pull/27958), [c37702c](https://github.com/laravel/framework/commit/c37702cbdedd4e06eba2162d7a1be7d74362e0cf)) > - Used `stripslashes` for `Validation\Rules\Unique.php` ([#27940](https://github-redirect.dependabot.com/laravel/framework/pull/27940), [34759cc](https://github.com/laravel/framework/commit/34759cc0e0e63c952d7f8b7580f48144a063c684)) > > ### Refactoring > - Refactoring of `Illuminate\Http\Concerns::allFiles()` ([#27955](https://github-redirect.dependabot.com/laravel/framework/pull/27955)) > > > ## [v5.8.5 (2019-03-19)](https://github.com/laravel/framework/compare/v5.8.4...v5.8.5) > > ### Added ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`2455d21`](https://github.com/laravel/framework/commit/2455d21938e9072e5a8ecef64ae162a1825d336b) version - [`c84e44d`](https://github.com/laravel/framework/commit/c84e44dbd5c73cec5a285908f1c1acbb03d32b51) Merge pull request [#28085](https://github-redirect.dependabot.com/laravel/framework/issues/28085) from themsaid/eventListCommand - [`86f5352`](https://github.com/laravel/framework/commit/86f53529ff0494664b318844e34a763d3ed28402) Merge pull request [#28086](https://github-redirect.dependabot.com/laravel/framework/issues/28086) from cmorbitzer/fix-datetime-doc - [`c46bb9f`](https://github.com/laravel/framework/commit/c46bb9fdfdf617b0bd3c31990a26fc8dee500af8) DateTimeInterface allowed with CronExpression since v2.3 - [`670d495`](https://github.com/laravel/framework/commit/670d49587133026c5626ea6eff8a62939acea951) Merge branch '5.8' into fix-datetime-doc - [`0885282`](https://github.com/laravel/framework/commit/0885282b1eacf4fd7e3bcd559b31ec4b7a71036f) style fix - [`1301afc`](https://github.com/laravel/framework/commit/1301afced05f9810342c1ff9055a42bf441d80e8) add event:list command - [`8c227e5`](https://github.com/laravel/framework/commit/8c227e56c4376637513d23b1aabd787d578a1003) Merge pull request [#28064](https://github-redirect.dependabot.com/laravel/framework/issues/28064) from laravel/event-discovery - [`08298c3`](https://github.com/laravel/framework/commit/08298c3a0dc3caa5e1cd57e73f4969c38ac7d8e2) Merge branch 'event-discovery' of github.com:laravel/framework into event-dis... - [`688018a`](https://github.com/laravel/framework/commit/688018ab3695aad3f6e945ead7c4515af9069b98) formatting - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.28...v5.8.9) </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.9)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.28&new-version=5.8.9) 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:06 +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#1461
No description provided.