[PR #1041] [CLOSED] Bump laravel/framework from 5.8.29 to 5.8.31 #1544

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 624e7af Bump laravel/framework from 5.8.29 to 5.8.31

📊 Changes

1 file changed (+140 additions, -138 deletions)

View changed files

📝 composer.lock (+140 -138)

📄 Description

Bumps laravel/framework from 5.8.29 to 5.8.31.

Release notes

Sourced from laravel/framework's releases.

v5.8.31

v5.8.31 (2019-08-06)

Fixed

  • Fixed FatalThrowableError in updateExistingPivot() when pivot is non-existent (#29362)
  • Fixed worker timeout handler when there is no job processing (#29366)
  • Fixed assertJsonValidationErrors() with muliple messages (#29380)
  • Fixed UPDATE queries with alias (#29405)

Changed

  • Illuminate\Cache\ArrayStore::forget() returns false on missing key (#29427)
  • Allow chaining on QueryBuilder::dump() method (#29437)
  • Change visibility to public for hasPivotColumn() method (#29367)
  • Added line break for plain text mails (#29408)
  • Use date_create to prevent date validator warnings (#29342, #29389)

v5.8.30

v5.8.30 (2019-07-30)

Added

  • Added MakesHttpRequests::option() and MakesHttpRequests::optionJson() methods (#29258)
  • Added Blueprint::uuidMorphs() and Blueprint::nullableUuidMorphs() methods (#29289)
  • Added MailgunTransport::getEndpoint() and MailgunTransport::setEndpoint() methods (#29312)
  • Added WEBP to image validation rule (#29309)
  • Added TestResponse::assertSessionHasInput() method (#29327)
  • Added support for custom redis driver (#29275)
  • Added Postgres support for collation() on columns (#29213)

Fixed

  • Fixed collections with JsonSerializable items and mixed values (#29205)
  • Fixed MySQL Schema Grammar $modifiers order (#29265)
  • Fixed UPDATE query bindings on PostgreSQL (#29272)
  • Fixed default theme for Markdown mails (#29274)
  • Fixed UPDATE queries with alias on SQLite (#29276)
  • Fixed UPDATE and DELETE queries with join bindings on PostgreSQL (#29306)
  • Fixed support of DateTime objects and int values in orWhereDay(), orWhereMonth(), orWhereYear() methods in the Builder (#29317)
  • Fixed DELETE queries with joins on PostgreSQL (#29313)
  • Prevented a job from firing if job marked as deleted (#29204, 1003c27)
  • Fixed model deserializing with custom Model::newCollection() (#29196)

Reverted

Changed

  • Allocate memory for error handling to allow handling memory exhaustion limits (#29226)
  • Teardown test suite after using fail() method (#29267)
Changelog

Sourced from laravel/framework's changelog.

v5.8.31 (2019-08-06)

Fixed

  • Fixed FatalThrowableError in updateExistingPivot() when pivot is non-existent (#29362)
  • Fixed worker timeout handler when there is no job processing (#29366)
  • Fixed assertJsonValidationErrors() with muliple messages (#29380)
  • Fixed UPDATE queries with alias (#29405)

Changed

  • Illuminate\Cache\ArrayStore::forget() returns false on missing key (#29427)
  • Allow chaining on QueryBuilder::dump() method (#29437)
  • Change visibility to public for hasPivotColumn() method (#29367)
  • Added line break for plain text mails (#29408)
  • Use date_create to prevent date validator warnings (#29342, #29389)

v5.8.30 (2019-07-30)

Added

  • Added MakesHttpRequests::option() and MakesHttpRequests::optionJson() methods (#29258)
  • Added Blueprint::uuidMorphs() and Blueprint::nullableUuidMorphs() methods (#29289)
  • Added MailgunTransport::getEndpoint() and MailgunTransport::setEndpoint() methods (#29312)
  • Added WEBP to image validation rule (#29309)
  • Added TestResponse::assertSessionHasInput() method (#29327)
  • Added support for custom redis driver (#29275)
  • Added Postgres support for collation() on columns (#29213)

Fixed

  • Fixed collections with JsonSerializable items and mixed values (#29205)
  • Fixed MySQL Schema Grammar $modifiers order (#29265)
  • Fixed UPDATE query bindings on PostgreSQL (#29272)
  • Fixed default theme for Markdown mails (#29274)
  • Fixed UPDATE queries with alias on SQLite (#29276)
  • Fixed UPDATE and DELETE queries with join bindings on PostgreSQL (#29306)
  • Fixed support of DateTime objects and int values in orWhereDay(), orWhereMonth(), orWhereYear() methods in the Builder (#29317)
  • Fixed DELETE queries with joins on PostgreSQL (#29313)
  • Prevented a job from firing if job marked as deleted (#29204, 1003c27)
  • Fixed model deserializing with custom Model::newCollection() (#29196)

Reverted

Changed

  • Allocate memory for error handling to allow handling memory exhaustion limits (#29226)
  • Teardown test suite after using fail() method (#29267)
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 ['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). To ignore the specific version in this PR you can just close it
  • @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/1041 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/7/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.31` --- ### 📝 Commits (1) - [`624e7af`](https://github.com/koel/koel/commit/624e7afc60a96ff4c4a1f2af5295c41cb0182038) Bump laravel/framework from 5.8.29 to 5.8.31 ### 📊 Changes **1 file changed** (+140 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+140 -138) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.8.29 to 5.8.31. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.31 > ## [v5.8.31 (2019-08-06)](https://github.com/laravel/framework/compare/v5.8.30...v5.8.31) > > ### Fixed > - Fixed FatalThrowableError in `updateExistingPivot()` when pivot is non-existent ([#29362](https://github-redirect.dependabot.com/laravel/framework/pull/29362)) > - Fixed worker timeout handler when there is no job processing ([#29366](https://github-redirect.dependabot.com/laravel/framework/pull/29366)) > - Fixed `assertJsonValidationErrors()` with muliple messages ([#29380](https://github-redirect.dependabot.com/laravel/framework/pull/29380)) > - Fixed UPDATE queries with alias ([#29405](https://github-redirect.dependabot.com/laravel/framework/pull/29405)) > > ### Changed > - `Illuminate\Cache\ArrayStore::forget()` returns false on missing key ([#29427](https://github-redirect.dependabot.com/laravel/framework/pull/29427)) > - Allow chaining on `QueryBuilder::dump()` method ([#29437](https://github-redirect.dependabot.com/laravel/framework/pull/29437)) > - Change visibility to public for `hasPivotColumn()` method ([#29367](https://github-redirect.dependabot.com/laravel/framework/pull/29367)) > - Added line break for plain text mails ([#29408](https://github-redirect.dependabot.com/laravel/framework/pull/29408)) > - Use `date_create` to prevent date validator warnings ([#29342](https://github-redirect.dependabot.com/laravel/framework/pull/29342), [#29389](https://github-redirect.dependabot.com/laravel/framework/pull/29389)) > > > ## v5.8.30 > ## [v5.8.30 (2019-07-30)](https://github.com/laravel/framework/compare/v5.8.29...v5.8.30) > > ### Added > - Added `MakesHttpRequests::option()` and `MakesHttpRequests::optionJson()` methods ([#29258](https://github-redirect.dependabot.com/laravel/framework/pull/29258)) > - Added `Blueprint::uuidMorphs()` and `Blueprint::nullableUuidMorphs()` methods ([#29289](https://github-redirect.dependabot.com/laravel/framework/pull/29289)) > - Added `MailgunTransport::getEndpoint()` and `MailgunTransport::setEndpoint()` methods ([#29312](https://github-redirect.dependabot.com/laravel/framework/pull/29312)) > - Added `WEBP` to image validation rule ([#29309](https://github-redirect.dependabot.com/laravel/framework/pull/29309)) > - Added `TestResponse::assertSessionHasInput()` method ([#29327](https://github-redirect.dependabot.com/laravel/framework/pull/29327)) > - Added support for custom redis driver ([#29275](https://github-redirect.dependabot.com/laravel/framework/pull/29275)) > - Added Postgres support for `collation()` on columns ([#29213](https://github-redirect.dependabot.com/laravel/framework/pull/29213)) > > ### Fixed > - Fixed collections with JsonSerializable items and mixed values ([#29205](https://github-redirect.dependabot.com/laravel/framework/pull/29205)) > - Fixed MySQL Schema Grammar `$modifiers` order ([#29265](https://github-redirect.dependabot.com/laravel/framework/pull/29265)) > - Fixed UPDATE query bindings on PostgreSQL ([#29272](https://github-redirect.dependabot.com/laravel/framework/pull/29272)) > - Fixed default theme for Markdown mails ([#29274](https://github-redirect.dependabot.com/laravel/framework/pull/29274)) > - Fixed UPDATE queries with alias on SQLite ([#29276](https://github-redirect.dependabot.com/laravel/framework/pull/29276)) > - Fixed UPDATE and DELETE queries with join bindings on PostgreSQL ([#29306](https://github-redirect.dependabot.com/laravel/framework/pull/29306)) > - Fixed support of `DateTime` objects and `int` values in `orWhereDay()`, `orWhereMonth()`, `orWhereYear()` methods in the `Builder` ([#29317](https://github-redirect.dependabot.com/laravel/framework/pull/29317)) > - Fixed DELETE queries with joins on PostgreSQL ([#29313](https://github-redirect.dependabot.com/laravel/framework/pull/29313)) > - Prevented a job from firing if job marked as deleted ([#29204](https://github-redirect.dependabot.com/laravel/framework/pull/29204), [1003c27](https://github.com/laravel/framework/commit/1003c27b73f11472c1ebdb9238b839aefddfb048)) > - Fixed model deserializing with custom `Model::newCollection()` ([#29196](https://github-redirect.dependabot.com/laravel/framework/pull/29196)) > > ### Reverted > - Reverted: [Added possibility for `WithFaker::makeFaker()` use local `app.faker_locale` config](https://github-redirect.dependabot.com/laravel/framework/pull/29123) ([#29250](https://github-redirect.dependabot.com/laravel/framework/pull/29250)) > > ### Changed > - Allocate memory for error handling to allow handling memory exhaustion limits ([#29226](https://github-redirect.dependabot.com/laravel/framework/pull/29226)) > - Teardown test suite after using fail() method ([#29267](https://github-redirect.dependabot.com/laravel/framework/pull/29267)) > </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.31 (2019-08-06)](https://github.com/laravel/framework/compare/v5.8.30...v5.8.31) > > ### Fixed > - Fixed FatalThrowableError in `updateExistingPivot()` when pivot is non-existent ([#29362](https://github-redirect.dependabot.com/laravel/framework/pull/29362)) > - Fixed worker timeout handler when there is no job processing ([#29366](https://github-redirect.dependabot.com/laravel/framework/pull/29366)) > - Fixed `assertJsonValidationErrors()` with muliple messages ([#29380](https://github-redirect.dependabot.com/laravel/framework/pull/29380)) > - Fixed UPDATE queries with alias ([#29405](https://github-redirect.dependabot.com/laravel/framework/pull/29405)) > > ### Changed > - `Illuminate\Cache\ArrayStore::forget()` returns false on missing key ([#29427](https://github-redirect.dependabot.com/laravel/framework/pull/29427)) > - Allow chaining on `QueryBuilder::dump()` method ([#29437](https://github-redirect.dependabot.com/laravel/framework/pull/29437)) > - Change visibility to public for `hasPivotColumn()` method ([#29367](https://github-redirect.dependabot.com/laravel/framework/pull/29367)) > - Added line break for plain text mails ([#29408](https://github-redirect.dependabot.com/laravel/framework/pull/29408)) > - Use `date_create` to prevent date validator warnings ([#29342](https://github-redirect.dependabot.com/laravel/framework/pull/29342), [#29389](https://github-redirect.dependabot.com/laravel/framework/pull/29389)) > > > ## [v5.8.30 (2019-07-30)](https://github.com/laravel/framework/compare/v5.8.29...v5.8.30) > > ### Added > - Added `MakesHttpRequests::option()` and `MakesHttpRequests::optionJson()` methods ([#29258](https://github-redirect.dependabot.com/laravel/framework/pull/29258)) > - Added `Blueprint::uuidMorphs()` and `Blueprint::nullableUuidMorphs()` methods ([#29289](https://github-redirect.dependabot.com/laravel/framework/pull/29289)) > - Added `MailgunTransport::getEndpoint()` and `MailgunTransport::setEndpoint()` methods ([#29312](https://github-redirect.dependabot.com/laravel/framework/pull/29312)) > - Added `WEBP` to image validation rule ([#29309](https://github-redirect.dependabot.com/laravel/framework/pull/29309)) > - Added `TestResponse::assertSessionHasInput()` method ([#29327](https://github-redirect.dependabot.com/laravel/framework/pull/29327)) > - Added support for custom redis driver ([#29275](https://github-redirect.dependabot.com/laravel/framework/pull/29275)) > - Added Postgres support for `collation()` on columns ([#29213](https://github-redirect.dependabot.com/laravel/framework/pull/29213)) > > ### Fixed > - Fixed collections with JsonSerializable items and mixed values ([#29205](https://github-redirect.dependabot.com/laravel/framework/pull/29205)) > - Fixed MySQL Schema Grammar `$modifiers` order ([#29265](https://github-redirect.dependabot.com/laravel/framework/pull/29265)) > - Fixed UPDATE query bindings on PostgreSQL ([#29272](https://github-redirect.dependabot.com/laravel/framework/pull/29272)) > - Fixed default theme for Markdown mails ([#29274](https://github-redirect.dependabot.com/laravel/framework/pull/29274)) > - Fixed UPDATE queries with alias on SQLite ([#29276](https://github-redirect.dependabot.com/laravel/framework/pull/29276)) > - Fixed UPDATE and DELETE queries with join bindings on PostgreSQL ([#29306](https://github-redirect.dependabot.com/laravel/framework/pull/29306)) > - Fixed support of `DateTime` objects and `int` values in `orWhereDay()`, `orWhereMonth()`, `orWhereYear()` methods in the `Builder` ([#29317](https://github-redirect.dependabot.com/laravel/framework/pull/29317)) > - Fixed DELETE queries with joins on PostgreSQL ([#29313](https://github-redirect.dependabot.com/laravel/framework/pull/29313)) > - Prevented a job from firing if job marked as deleted ([#29204](https://github-redirect.dependabot.com/laravel/framework/pull/29204), [1003c27](https://github.com/laravel/framework/commit/1003c27b73f11472c1ebdb9238b839aefddfb048)) > - Fixed model deserializing with custom `Model::newCollection()` ([#29196](https://github-redirect.dependabot.com/laravel/framework/pull/29196)) > > ### Reverted > - Reverted: [Added possibility for `WithFaker::makeFaker()` use local `app.faker_locale` config](https://github-redirect.dependabot.com/laravel/framework/pull/29123) ([#29250](https://github-redirect.dependabot.com/laravel/framework/pull/29250)) > > ### Changed > - Allocate memory for error handling to allow handling memory exhaustion limits ([#29226](https://github-redirect.dependabot.com/laravel/framework/pull/29226)) > - Teardown test suite after using fail() method ([#29267](https://github-redirect.dependabot.com/laravel/framework/pull/29267)) </details> <details> <summary>Commits</summary> - [`24cc178`](https://github.com/laravel/framework/commit/24cc1786bd55876fa52380306354772355345efd) version - [`983528c`](https://github.com/laravel/framework/commit/983528c675491e55bedabc2b5c014878ed29b368) Update Builder.php - [`30cad2e`](https://github.com/laravel/framework/commit/30cad2e47caa7c2fd2770b729af92f40aec99152) Merge pull request [#29422](https://github-redirect.dependabot.com/laravel/framework/issues/29422) from imanghafoori1/cookies_integration_tests - [`53761a2`](https://github.com/laravel/framework/commit/53761a28ce1bf3d456222e6d894b31f244b11e37) Merge pull request [#29425](https://github-redirect.dependabot.com/laravel/framework/issues/29425) from mvmx/patch-1 - [`29b5be4`](https://github.com/laravel/framework/commit/29b5be4f24b096d34844615b7d437a9e20bc0029) Merge pull request [#29427](https://github-redirect.dependabot.com/laravel/framework/issues/29427) from stevelacey/patch-1 - [`66b0116`](https://github.com/laravel/framework/commit/66b01168a2becab5d4aeaeb7cde30ef132c8884c) Merge pull request [#29428](https://github-redirect.dependabot.com/laravel/framework/issues/29428) from driesvints/remove-unnecessary-if - [`41cfdbd`](https://github.com/laravel/framework/commit/41cfdbd7cd85c2e687f111592c3674f6caeee6bd) Merge pull request [#29437](https://github-redirect.dependabot.com/laravel/framework/issues/29437) from alexbowers/patch-1 - [`c43d0a8`](https://github.com/laravel/framework/commit/c43d0a8694f93fb34061283f5d9623f0d087c641) Update Builder.php - [`a9f219a`](https://github.com/laravel/framework/commit/a9f219a9e326bd2bc896f54847a789e1eb7a2e13) Update Builder.php - [`bd5bbb6`](https://github.com/laravel/framework/commit/bd5bbb64802afa975b124917f5918f6421bae3e0) Remove extra space - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.29...v5.8.31) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=5.8.29&new-version=5.8.31)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.8.29&new-version=5.8.31) 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 ['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). To ignore the specific version in this PR you can just close it - `@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:24 +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#1544
No description provided.