[PR #1034] [CLOSED] Bump laravel/framework from 5.8.29 to 5.8.30 #1539

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 3ff85ca Bump laravel/framework from 5.8.29 to 5.8.30

📊 Changes

1 file changed (+73 additions, -71 deletions)

View changed files

📝 composer.lock (+73 -71)

📄 Description

Bumps laravel/framework from 5.8.29 to 5.8.30.

Release notes

Sourced from laravel/framework's releases.

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.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 [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). To ignore the 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/1034 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/31/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.30` --- ### 📝 Commits (1) - [`3ff85ca`](https://github.com/koel/koel/commit/3ff85ca2d4b4134ace20bc83f694df5deac07820) Bump laravel/framework from 5.8.29 to 5.8.30 ### 📊 Changes **1 file changed** (+73 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+73 -71) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.8.29 to 5.8.30. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## 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.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> - [`7ccf0cf`](https://github.com/laravel/framework/commit/7ccf0cf63931a8d8391aed90e6fc011381ea6838) version - [`a9d77e3`](https://github.com/laravel/framework/commit/a9d77e32eae4695860752fa4782150a430d50d44) formatting - [`bd294fa`](https://github.com/laravel/framework/commit/bd294fa473753ee537478b14c8caec812dafd368) Merge branch 'add-support-for-custom-redis-driver' of https://github.com/paul... - [`715da5b`](https://github.com/laravel/framework/commit/715da5b32e23476f1dcd598c88cb582ca179cf05) Merge pull request [#29327](https://github-redirect.dependabot.com/laravel/framework/issues/29327) from jasonmccreary/session-input-assertion - [`ab56819`](https://github.com/laravel/framework/commit/ab5681931811761b147729ee2a69de9bb05958ab) Fix a typo in DocComment endpoint property name in MailgunTransport class ([#2](https://github-redirect.dependabot.com/laravel/framework/issues/2)... - [`422754f`](https://github.com/laravel/framework/commit/422754fb7b28fe6c75ee57f1dd476eaadc2a4c40) Add assertSessionHasInput to TestResponse - [`873af2a`](https://github.com/laravel/framework/commit/873af2adca7967720ac03df7797edabc46d3b5fd) Merge pull request [#29309](https://github-redirect.dependabot.com/laravel/framework/issues/29309) from bomshteyn/5.8 - [`af46990`](https://github.com/laravel/framework/commit/af46990b378425aed69f90bc9cb04eb9ae90f02d) Merge pull request [#29313](https://github-redirect.dependabot.com/laravel/framework/issues/29313) from staudenmeir/pgsql-delete - [`0c3d547`](https://github.com/laravel/framework/commit/0c3d547667180b15ecadc24e1424c2fbc39ab988) Merge pull request [#29312](https://github-redirect.dependabot.com/laravel/framework/issues/29312) from SerhiiStarovoitov/5.8 - [`5068062`](https://github.com/laravel/framework/commit/506806263209701b983c4739c27d804e68e5f43f) Update MailgunTransport.php - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.29...v5.8.30) </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.30)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.8.29&new-version=5.8.30) 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). To ignore the 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:23 +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#1539
No description provided.