[PR #950] [CLOSED] Bump laravel/framework from 5.7.28 to 5.8.10 #1464

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 9f92d2a Bump laravel/framework from 5.7.28 to 5.8.10

📊 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.10.

Release notes

Sourced from laravel/framework's releases.

v5.8.10

v5.8.10 (2019-04-04)

Added

  • Added replicating model event (#28077)
  • Make NotificationFake macroable (#28091)

Fixed

  • Exclude non-existing directories from event discovery (#28098)

Changed

  • Sorting of events in event:list command (3437751)
  • Removed path hint in compiled view (33ce7bb)

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

Sourced from laravel/framework's changelog.

v5.8.10 (2019-04-04)

Added

  • Added replicating model event (#28077)
  • Make NotificationFake macroable (#28091)

Fixed

  • Exclude non-existing directories from event discovery (#28098)

Changed

  • Sorting of events in event:list command (3437751)
  • Removed path hint in compiled view (33ce7bb)

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)

... (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/950 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/5/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.10` --- ### 📝 Commits (1) - [`9f92d2a`](https://github.com/koel/koel/commit/9f92d2a6d6af87bf7c531608ea194a590afa5a6e) Bump laravel/framework from 5.7.28 to 5.8.10 ### 📊 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.10. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.10 > ## [v5.8.10 (2019-04-04)](https://github.com/laravel/framework/compare/v5.8.9...v5.8.10) > > ### Added > - Added `replicating` model event ([#28077](https://github-redirect.dependabot.com/laravel/framework/pull/28077)) > - Make `NotificationFake` macroable ([#28091](https://github-redirect.dependabot.com/laravel/framework/pull/28091)) > > ### Fixed > - Exclude non-existing directories from event discovery ([#28098](https://github-redirect.dependabot.com/laravel/framework/pull/28098)) > > ### Changed > - Sorting of events in `event:list` command ([3437751](https://github.com/laravel/framework/commit/343775115722ed0e6c3455b72ee7204aefdf37d3)) > - Removed path hint in compiled view ([33ce7bb](https://github.com/laravel/framework/commit/33ce7bbb6a7f536036b58b66cc760fbb9eda80de)) > > > ## 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)) > ></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.10 (2019-04-04)](https://github.com/laravel/framework/compare/v5.8.9...v5.8.10) > > ### Added > - Added `replicating` model event ([#28077](https://github-redirect.dependabot.com/laravel/framework/pull/28077)) > - Make `NotificationFake` macroable ([#28091](https://github-redirect.dependabot.com/laravel/framework/pull/28091)) > > ### Fixed > - Exclude non-existing directories from event discovery ([#28098](https://github-redirect.dependabot.com/laravel/framework/pull/28098)) > > ### Changed > - Sorting of events in `event:list` command ([3437751](https://github.com/laravel/framework/commit/343775115722ed0e6c3455b72ee7204aefdf37d3)) > - Removed path hint in compiled view ([33ce7bb](https://github.com/laravel/framework/commit/33ce7bbb6a7f536036b58b66cc760fbb9eda80de)) > > > ## [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) > ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`505325b`](https://github.com/laravel/framework/commit/505325b4577968750e622d7a5a271cf8785a7a1a) Merge branch '5.8' of github.com:laravel/framework into 5.8 - [`11776a7`](https://github.com/laravel/framework/commit/11776a7a3a1f07da2ba8f62aca15247eb31283a9) version - [`621ca8a`](https://github.com/laravel/framework/commit/621ca8a3fd8fe9ea35ed97d80ae7d2a0de79d08a) Apply fixes from StyleCI ([#28114](https://github-redirect.dependabot.com/laravel/framework/issues/28114)) - [`33ce7bb`](https://github.com/laravel/framework/commit/33ce7bbb6a7f536036b58b66cc760fbb9eda80de) remove path hint - [`0207d73`](https://github.com/laravel/framework/commit/0207d73d7daae2f5902a76136780324b0cdfbb1c) Merge branch 'replicating-event' of https://github.com/jerguslejko/framework ... - [`fd8c58a`](https://github.com/laravel/framework/commit/fd8c58a223cdf73da9dedc249735c67539f4d70e) Merge branch '5.8' of github.com:laravel/framework into 5.8 - [`5d2587b`](https://github.com/laravel/framework/commit/5d2587bd32a088ff88ad701bce2423191c62edc9) Merge pull request [#28091](https://github-redirect.dependabot.com/laravel/framework/issues/28091) from freekmurze/5.8 - [`c1d61ce`](https://github.com/laravel/framework/commit/c1d61ce0a2384e64b059ee683e8199ce492d1f31) Merge pull request [#28094](https://github-redirect.dependabot.com/laravel/framework/issues/28094) from mtawil/5.8 - [`dd725e8`](https://github.com/laravel/framework/commit/dd725e891245c99a85b1acc222f95b56b5b472de) Merge pull request [#28098](https://github-redirect.dependabot.com/laravel/framework/issues/28098) from themsaid/pr/23982 - [`0915497`](https://github.com/laravel/framework/commit/09154971d9f0f80e491ff534825ff0569ed6cf89) exclude non-existing directories from event discovery - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.28...v5.8.10) </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.10)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.28&new-version=5.8.10) 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:07 +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#1464
No description provided.