[PR #969] [CLOSED] Bump laravel/framework from 5.7.28 to 5.8.16 #1483

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 1c99f83 Bump laravel/framework from 5.7.28 to 5.8.16

📊 Changes

2 files changed (+104 additions, -502 deletions)

View changed files

📝 composer.json (+1 -1)
📝 composer.lock (+103 -501)

📄 Description

Bumps laravel/framework from 5.7.28 to 5.8.16.

Release notes

Sourced from laravel/framework's releases.

v5.8.16

v5.8.16 (2019-05-07)

Added

  • Added: Migration Events (#28342)
  • Added ability to drop types when running the migrate:fresh command (#28382)
  • Added Renderable functionality to MailMessage (#28386)

Fixed

  • Fixed the remaining issues with registering custom Doctrine types (#28375)
  • Fixed fromSub() and joinSub() with table prefix in Query\Builder (#28400)
  • Fixed false positives for Schema::hasTable() with views (#28401)
  • Fixed sync results with custom Pivot model (#28416, e31d131)

Changed

  • Modified None And React presets with vue-template-compiler (#28389)
  • Changed navbar-laravel class to bg-white shadow-sm class in layouts\app.stub (#28417)
  • Don't execute query in Builder::findMany() when ids are empty Arrayable (#28432)
  • Added parameter password for RedisCluster construct function (#28434)
  • Pass email verification URL to callback in Auth\Notifications\VerifyEmail (#28428)
  • Updated RouteAction::parse() (#28397)
  • Updated Events\DiscoverEvents (#28421, #28426)

v5.8.15

v5.8.15 (2019-04-27)

Added

Changed:

  • Fix BelongsToMany read wrong parent key (#28317)
  • Fix make:auth not using apps configured views path (#28324, e78cf02)
  • Add custom message to thrown exception (#28335)
  • Fix recursive replacements in Str::replaceArray() (#28338)
  • Add the dd method to the query builder (#28357)
  • Improve output of "assertSessionDoesntHaveErrors" when called with no arguments (#28359)
  • Allow logging out other devices without setting remember me cookie (#28366)
  • Break out password reset credentials into a method (#28370)

v5.8.14

v5.8.14 (2019-04-23)

Added

  • Implemented Job Based Retry Delay (#28265)

Changed

  • Update auth stubs with @error blade directive (#28273)
  • Convert email data tables to layout tables (#28286)

Reverted

... (truncated)
Changelog

Sourced from laravel/framework's changelog.

v5.8.16 (2019-05-07)

Added

  • Added: Migration Events (#28342)
  • Added ability to drop types when running the migrate:fresh command (#28382)
  • Added Renderable functionality to MailMessage (#28386)

Fixed

  • Fixed the remaining issues with registering custom Doctrine types (#28375)
  • Fixed fromSub() and joinSub() with table prefix in Query\Builder (#28400)
  • Fixed false positives for Schema::hasTable() with views (#28401)
  • Fixed sync results with custom Pivot model (#28416, e31d131)

Changed

  • Modified None And React presets with vue-template-compiler (#28389)
  • Changed navbar-laravel class to bg-white shadow-sm class in layouts\app.stub (#28417)
  • Don't execute query in Builder::findMany() when ids are empty Arrayable (#28432)
  • Added parameter password for RedisCluster construct function (#28434)
  • Pass email verification URL to callback in Auth\Notifications\VerifyEmail (#28428)
  • Updated RouteAction::parse() (#28397)
  • Updated Events\DiscoverEvents (#28421, #28426)

v5.8.15 (2019-04-27)

Added

TODO:

  • Fix BelongsToMany read wrong parent key (#28317)
  • Fix make:auth not using apps configured views path (#28324, e78cf02)
  • Add custom message to thrown exception (#28335)
  • Fix recursive replacements in Str::replaceArray() (#28338)
  • Add the dd method to the query builder (#28357)
  • Improve output of "assertSessionDoesntHaveErrors" when called with no arguments (#28359)
  • Allow logging out other devices without setting remember me cookie (#28366)
  • Break out password reset credentials into a method (#28370)

v5.8.14 (2019-04-23)

Added

  • Implemented Job Based Retry Delay (#28265)

Changed

  • Update auth stubs with @error blade directive (#28273)
  • Convert email data tables to layout tables (#28286)

Reverted

... (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/969 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/8/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.16` --- ### 📝 Commits (1) - [`1c99f83`](https://github.com/koel/koel/commit/1c99f83b595e2abb0676a082085c2348cdc234ed) Bump laravel/framework from 5.7.28 to 5.8.16 ### 📊 Changes **2 files changed** (+104 additions, -502 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+103 -501) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.7.28 to 5.8.16. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.16 > ## [v5.8.16 (2019-05-07)](https://github.com/laravel/framework/compare/v5.8.15...v5.8.16) > > ### Added > - Added: Migration Events ([#28342](https://github-redirect.dependabot.com/laravel/framework/pull/28342)) > - Added ability to drop types when running the `migrate:fresh` command ([#28382](https://github-redirect.dependabot.com/laravel/framework/pull/28382)) > - Added `Renderable` functionality to `MailMessage` ([#28386](https://github-redirect.dependabot.com/laravel/framework/pull/28386)) > > ### Fixed > - Fixed the remaining issues with registering custom Doctrine types ([#28375](https://github-redirect.dependabot.com/laravel/framework/pull/28375)) > - Fixed `fromSub()` and `joinSub()` with table prefix in `Query\Builder` ([#28400](https://github-redirect.dependabot.com/laravel/framework/pull/28400)) > - Fixed false positives for `Schema::hasTable()` with views ([#28401](https://github-redirect.dependabot.com/laravel/framework/pull/28401)) > - Fixed `sync` results with custom `Pivot` model ([#28416](https://github-redirect.dependabot.com/laravel/framework/pull/28416), [e31d131](https://github.com/laravel/framework/commit/e31d13111da02fed6bd2ce7a6393431a4b34f924)) > > ### Changed > - Modified `None` And `React` presets with `vue-template-compiler` ([#28389](https://github-redirect.dependabot.com/laravel/framework/pull/28389)) > - Changed `navbar-laravel` class to `bg-white shadow-sm` class in `layouts\app.stub` ([#28417](https://github-redirect.dependabot.com/laravel/framework/pull/28417)) > - Don't execute query in `Builder::findMany()` when ids are empty `Arrayable` ([#28432](https://github-redirect.dependabot.com/laravel/framework/pull/28432)) > - Added parameter `password` for `RedisCluster` construct function ([#28434](https://github-redirect.dependabot.com/laravel/framework/pull/28434)) > - Pass email verification URL to callback in `Auth\Notifications\VerifyEmail` ([#28428](https://github-redirect.dependabot.com/laravel/framework/pull/28428)) > - Updated `RouteAction::parse()` ([#28397](https://github-redirect.dependabot.com/laravel/framework/pull/28397)) > - Updated `Events\DiscoverEvents` ([#28421](https://github-redirect.dependabot.com/laravel/framework/pull/28421), [#28426](https://github-redirect.dependabot.com/laravel/framework/pull/28426)) > > ## v5.8.15 > ## [v5.8.15 (2019-04-27)](https://github.com/laravel/framework/compare/v5.8.14...v5.8.15) > > ### Added > - Added handling of database URL as database connections ([#28308](https://github-redirect.dependabot.com/laravel/framework/pull/28308), [4560d28](https://github.com/laravel/framework/commit/4560d28a8a5829253b3dea360c4fffb208962f83), [05b029e](https://github.com/laravel/framework/commit/05b029e58d545ee3489d45de01b8306ac0e6cf9e)) > > ### Changed: > - Fix BelongsToMany read wrong parent key ([#28317](https://github-redirect.dependabot.com/laravel/framework/pull/28317)) > - Fix make:auth not using apps configured views path ([#28324](https://github-redirect.dependabot.com/laravel/framework/pull/28324), [e78cf02](https://github.com/laravel/framework/commit/e78cf0244d530b81e44c0249ded14512aaeb0ef9)) > - Add custom message to thrown exception ([#28335](https://github-redirect.dependabot.com/laravel/framework/pull/28335)) > - Fix recursive replacements in Str::replaceArray() ([#28338](https://github-redirect.dependabot.com/laravel/framework/pull/28338)) > - Add the `dd` method to the query builder ([#28357](https://github-redirect.dependabot.com/laravel/framework/pull/28357)) > - Improve output of "assertSessionDoesntHaveErrors" when called with no arguments ([#28359](https://github-redirect.dependabot.com/laravel/framework/pull/28359)) > - Allow logging out other devices without setting remember me cookie ([#28366](https://github-redirect.dependabot.com/laravel/framework/pull/28366)) > - Break out password reset credentials into a method ([#28370](https://github-redirect.dependabot.com/laravel/framework/pull/28370)) > > ## v5.8.14 > ## [v5.8.14 (2019-04-23)](https://github.com/laravel/framework/compare/v5.8.13...v5.8.14) > > ### Added > - Implemented `Job Based Retry Delay` ([#28265](https://github-redirect.dependabot.com/laravel/framework/pull/28265)) > > ### Changed > - Update auth stubs with `@error` blade directive ([#28273](https://github-redirect.dependabot.com/laravel/framework/pull/28273)) > - Convert email data tables to layout tables ([#28286](https://github-redirect.dependabot.com/laravel/framework/pull/28286)) > > ### Reverted ></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.16 (2019-05-07)](https://github.com/laravel/framework/compare/v5.8.15...v5.8.16) > > ### Added > - Added: Migration Events ([#28342](https://github-redirect.dependabot.com/laravel/framework/pull/28342)) > - Added ability to drop types when running the `migrate:fresh` command ([#28382](https://github-redirect.dependabot.com/laravel/framework/pull/28382)) > - Added `Renderable` functionality to `MailMessage` ([#28386](https://github-redirect.dependabot.com/laravel/framework/pull/28386)) > > ### Fixed > - Fixed the remaining issues with registering custom Doctrine types ([#28375](https://github-redirect.dependabot.com/laravel/framework/pull/28375)) > - Fixed `fromSub()` and `joinSub()` with table prefix in `Query\Builder` ([#28400](https://github-redirect.dependabot.com/laravel/framework/pull/28400)) > - Fixed false positives for `Schema::hasTable()` with views ([#28401](https://github-redirect.dependabot.com/laravel/framework/pull/28401)) > - Fixed `sync` results with custom `Pivot` model ([#28416](https://github-redirect.dependabot.com/laravel/framework/pull/28416), [e31d131](https://github.com/laravel/framework/commit/e31d13111da02fed6bd2ce7a6393431a4b34f924)) > > ### Changed > - Modified `None` And `React` presets with `vue-template-compiler` ([#28389](https://github-redirect.dependabot.com/laravel/framework/pull/28389)) > - Changed `navbar-laravel` class to `bg-white shadow-sm` class in `layouts\app.stub` ([#28417](https://github-redirect.dependabot.com/laravel/framework/pull/28417)) > - Don't execute query in `Builder::findMany()` when ids are empty `Arrayable` ([#28432](https://github-redirect.dependabot.com/laravel/framework/pull/28432)) > - Added parameter `password` for `RedisCluster` construct function ([#28434](https://github-redirect.dependabot.com/laravel/framework/pull/28434)) > - Pass email verification URL to callback in `Auth\Notifications\VerifyEmail` ([#28428](https://github-redirect.dependabot.com/laravel/framework/pull/28428)) > - Updated `RouteAction::parse()` ([#28397](https://github-redirect.dependabot.com/laravel/framework/pull/28397)) > - Updated `Events\DiscoverEvents` ([#28421](https://github-redirect.dependabot.com/laravel/framework/pull/28421), [#28426](https://github-redirect.dependabot.com/laravel/framework/pull/28426)) > > > ## [v5.8.15 (2019-04-27)](https://github.com/laravel/framework/compare/v5.8.14...v5.8.15) > > ### Added > - Added handling of database URL as database connections ([#28308](https://github-redirect.dependabot.com/laravel/framework/pull/28308), [4560d28](https://github.com/laravel/framework/commit/4560d28a8a5829253b3dea360c4fffb208962f83), [05b029e](https://github.com/laravel/framework/commit/05b029e58d545ee3489d45de01b8306ac0e6cf9e)) > > ### TODO: > - Fix BelongsToMany read wrong parent key ([#28317](https://github-redirect.dependabot.com/laravel/framework/pull/28317)) > - Fix make:auth not using apps configured views path ([#28324](https://github-redirect.dependabot.com/laravel/framework/pull/28324), [e78cf02](https://github.com/laravel/framework/commit/e78cf0244d530b81e44c0249ded14512aaeb0ef9)) > - Add custom message to thrown exception ([#28335](https://github-redirect.dependabot.com/laravel/framework/pull/28335)) > - Fix recursive replacements in Str::replaceArray() ([#28338](https://github-redirect.dependabot.com/laravel/framework/pull/28338)) > - Add the `dd` method to the query builder ([#28357](https://github-redirect.dependabot.com/laravel/framework/pull/28357)) > - Improve output of "assertSessionDoesntHaveErrors" when called with no arguments ([#28359](https://github-redirect.dependabot.com/laravel/framework/pull/28359)) > - Allow logging out other devices without setting remember me cookie ([#28366](https://github-redirect.dependabot.com/laravel/framework/pull/28366)) > - Break out password reset credentials into a method ([#28370](https://github-redirect.dependabot.com/laravel/framework/pull/28370)) > > > ## [v5.8.14 (2019-04-23)](https://github.com/laravel/framework/compare/v5.8.13...v5.8.14) > > ### Added > - Implemented `Job Based Retry Delay` ([#28265](https://github-redirect.dependabot.com/laravel/framework/pull/28265)) > > ### Changed > - Update auth stubs with `@error` blade directive ([#28273](https://github-redirect.dependabot.com/laravel/framework/pull/28273)) > - Convert email data tables to layout tables ([#28286](https://github-redirect.dependabot.com/laravel/framework/pull/28286)) > > ### Reverted > - Partial reverted [ability of register custom Doctrine DBAL](https://github-redirect.dependabot.com/laravel/framework/pull/28214), since of [#28282](https://github-redirect.dependabot.com/laravel/framework/issues/28282) issue ([#28301](https://github-redirect.dependabot.com/laravel/framework/pull/28301)) ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`83d57f9`](https://github.com/laravel/framework/commit/83d57f9f9162ab476c43b9ec00d463ff12c578fd) version - [`3500e77`](https://github.com/laravel/framework/commit/3500e77d6ae85953e0b94b78530239a45231cc61) formatting - [`2036ae0`](https://github.com/laravel/framework/commit/2036ae010be9cf45e18e5d531b006ed62f3b4259) Merge branch 'patch-1' of https://github.com/mariowhowrites/framework into ma... - [`0f6e415`](https://github.com/laravel/framework/commit/0f6e4150aa587093926f4fd43deec69cf4597f28) Merge pull request [#28424](https://github-redirect.dependabot.com/laravel/framework/issues/28424) from ralphschindler/added-tests-for-pivot-events - [`2b539a3`](https://github.com/laravel/framework/commit/2b539a3aa507fefb7eee91f45f6665dbbd07b96e) Merge pull request [#28426](https://github-redirect.dependabot.com/laravel/framework/issues/28426) from paul-thebaud/5.8 - [`506eedb`](https://github.com/laravel/framework/commit/506eedbde5cf23c9dc20f2dd168b02a37e9b72bc) Merge pull request [#28428](https://github-redirect.dependabot.com/laravel/framework/issues/28428) from tillkruss/verify-email-cb - [`7f78d95`](https://github.com/laravel/framework/commit/7f78d95596c0eb75bfa7b8e633719623db612a01) Merge pull request [#28432](https://github-redirect.dependabot.com/laravel/framework/issues/28432) from mnabialek/findmany-avoid-query-when-empty-ids - [`3808535`](https://github.com/laravel/framework/commit/3808535777556b25216cab9f828f56c4ee0c3fad) Merge pull request [#28434](https://github-redirect.dependabot.com/laravel/framework/issues/28434) from springleng/5.8 - [`b01a3ee`](https://github.com/laravel/framework/commit/b01a3eedd7ea41e4cf74a816d642ab9a4274089c) Update test - [`cd2ff8e`](https://github.com/laravel/framework/commit/cd2ff8e0dc64d731bbe7c038ef2080b67a0d1170) Cast ids to array - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.28...v5.8.16) </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.16)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.28&new-version=5.8.16) 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:11 +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#1483
No description provided.