[PR #1062] [MERGED] Bump laravel/framework from 5.8.29 to 5.8.34 #1556

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1062
Author: @dependabot-preview[bot]
Created: 8/28/2019
Status: Merged
Merged: 8/28/2019
Merged by: @phanan

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


📝 Commits (1)

  • 4b84553 Bump laravel/framework from 5.8.29 to 5.8.34

📊 Changes

1 file changed (+113 additions, -108 deletions)

View changed files

📝 composer.lock (+113 -108)

📄 Description

Bumps laravel/framework from 5.8.29 to 5.8.34.

Release notes

Sourced from laravel/framework's releases.

v5.8.33

v5.8.33 (2019-08-20)

Added

  • Added ValidatesWhenResolvedTrait::passedValidation() callback (#29549)
  • Implement new types for email validation support (#29589)
  • Added Redis 5 support (#29606)
  • Added insertOrIgnore support (#29639, 46d7e96, #29645)
  • Allowed to override the existing Whoops handler.(#29564)

Fixed

  • Fixed non-displayable boolean values in validation messages (#29560)
  • Avoid undefined index errors when using AWS IAM (#29565)
  • Fixed exception message in the ProviderRepository::writeManifest() (#29568)
  • Fixed invalid link expiry count in ResetPassword (#29579)
  • Fixed command testing of output and questions expectations (#29580)
  • Added ignoring of classes which are not instantiable during event discovery (#29587)
  • Used real classname for seeders in the output (#29601)

Refactoring

v5.8.32

v5.8.32 (2019-08-13)

Fixed

  • Fixed top level wildcard validation for distinct validator (#29499)
  • Fixed resolving of columns with schema references in Postgres (#29448)
  • Only remove the event mutex if it was created (#29526)
  • Fixed restoring serialized collection with deleted models (#29533, 74b62bb)

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

Sourced from laravel/framework's changelog.

Release Notes for 5.8.x

Unreleased

Fixed

  • Fixed MailMessage::render() if view method was used (#29698)

TODO:

  • Mock events until method (#29708)
  • Use custom attributes in lt/lte/gt/gte rules messages (#29716)

v5.8.33 (2019-08-20)

Added

  • Added ValidatesWhenResolvedTrait::passedValidation() callback (#29549)
  • Implement new types for email validation support (#29589)
  • Added Redis 5 support (#29606)
  • Added insertOrIgnore support (#29639, 46d7e96, #29645)
  • Allowed to override the existing Whoops handler.(#29564)

Fixed

  • Fixed non-displayable boolean values in validation messages (#29560)
  • Avoid undefined index errors when using AWS IAM (#29565)
  • Fixed exception message in the ProviderRepository::writeManifest() (#29568)
  • Fixed invalid link expiry count in ResetPassword (#29579)
  • Fixed command testing of output and questions expectations (#29580)
  • Added ignoring of classes which are not instantiable during event discovery (#29587)
  • Used real classname for seeders in the output (#29601)

Refactoring

v5.8.32 (2019-08-13)

Fixed

  • Fixed top level wildcard validation for distinct validator (#29499)
  • Fixed resolving of columns with schema references in Postgres (#29448)
  • Only remove the event mutex if it was created (#29526)
  • Fixed restoring serialized collection with deleted models (#29533, 74b62bb)

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)
... (truncated)
Commits
  • c3a870b increment versions
  • 48113cf Merge pull request #29738 from chrisflorin/aws-instance-profile
  • e31af08 Fix formatting
  • f1f5635 Only apply Aws Credentials if they exist. Otherwise, allow driver to use Ins...
  • ff24ec9 Only apply Aws Credentials if they exist. Otherwise, allow driver to use Ins...
  • 6fd0d16 Merge pull request #29714 from me-shaon/patch/issue-29702
  • c6795f8 Merge pull request #29725 from imanghafoori1/test_pipes
  • c7acf06 [5.8] update changelog
  • 57c1808 fix: Style
  • 6524a5d feat: change implementation based on review
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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/1062 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/28/2019 **Status:** ✅ Merged **Merged:** 8/28/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-5.8.34` --- ### 📝 Commits (1) - [`4b84553`](https://github.com/koel/koel/commit/4b8455348e0bbcde91347bd9edaac1787ada454f) Bump laravel/framework from 5.8.29 to 5.8.34 ### 📊 Changes **1 file changed** (+113 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+113 -108) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 5.8.29 to 5.8.34. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.33 > ## [v5.8.33 (2019-08-20)](https://github.com/laravel/framework/compare/v5.8.32...v5.8.33) > > ### Added > - Added `ValidatesWhenResolvedTrait::passedValidation()` callback ([#29549](https://github-redirect.dependabot.com/laravel/framework/pull/29549)) > - Implement new types for email validation support ([#29589](https://github-redirect.dependabot.com/laravel/framework/pull/29589)) > - Added Redis 5 support ([#29606](https://github-redirect.dependabot.com/laravel/framework/pull/29606)) > - Added `insertOrIgnore` support ([#29639](https://github-redirect.dependabot.com/laravel/framework/pull/29639), [46d7e96](https://github.com/laravel/framework/commit/46d7e96ab3ab59339ef0ea8802963b2db84f9ab3), [#29645](https://github-redirect.dependabot.com/laravel/framework/pull/29645)) > - Allowed to override the existing `Whoops` handler.([#29564](https://github-redirect.dependabot.com/laravel/framework/pull/29564)) > > ### Fixed > - Fixed non-displayable boolean values in validation messages ([#29560](https://github-redirect.dependabot.com/laravel/framework/pull/29560)) > - Avoid undefined index errors when using AWS IAM ([#29565](https://github-redirect.dependabot.com/laravel/framework/pull/29565)) > - Fixed exception message in the `ProviderRepository::writeManifest()` ([#29568](https://github-redirect.dependabot.com/laravel/framework/pull/29568)) > - Fixed invalid link expiry count in ResetPassword ([#29579](https://github-redirect.dependabot.com/laravel/framework/pull/29579)) > - Fixed command testing of `output` and `questions` expectations ([#29580](https://github-redirect.dependabot.com/laravel/framework/pull/29580)) > - Added ignoring of classes which are not instantiable during event discovery ([#29587](https://github-redirect.dependabot.com/laravel/framework/pull/29587)) > - Used real classname for seeders in the output ([#29601](https://github-redirect.dependabot.com/laravel/framework/pull/29601)) > > ### Refactoring > - Simplified `isset()` ([#29581](https://github-redirect.dependabot.com/laravel/framework/pull/29581)) > > > ## v5.8.32 > ## [v5.8.32 (2019-08-13)](https://github.com/laravel/framework/compare/v5.8.31...v5.8.32) > > ### Fixed > - Fixed top level wildcard validation for `distinct` validator ([#29499](https://github-redirect.dependabot.com/laravel/framework/pull/29499)) > - Fixed resolving of columns with schema references in Postgres ([#29448](https://github-redirect.dependabot.com/laravel/framework/pull/29448)) > - Only remove the event mutex if it was created ([#29526](https://github-redirect.dependabot.com/laravel/framework/pull/29526)) > - Fixed restoring serialized collection with deleted models ([#29533](https://github-redirect.dependabot.com/laravel/framework/pull/29533), [74b62bb](https://github.com/laravel/framework/commit/74b62bbbb32674dfa167e2812231bf302454e67f)) > > > ## 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)) > > ></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).* > # Release Notes for 5.8.x > > ## [Unreleased](https://github.com/laravel/framework/compare/v5.8.33...5.8) > > ### Fixed > - Fixed `MailMessage::render()` if `view` method was used ([#29698](https://github-redirect.dependabot.com/laravel/framework/pull/29698)) > > ### TODO: > - Mock events until method ([#29708](https://github-redirect.dependabot.com/laravel/framework/pull/29708)) > - Use custom attributes in lt/lte/gt/gte rules messages ([#29716](https://github-redirect.dependabot.com/laravel/framework/pull/29716)) > > > ## [v5.8.33 (2019-08-20)](https://github.com/laravel/framework/compare/v5.8.32...v5.8.33) > > ### Added > - Added `ValidatesWhenResolvedTrait::passedValidation()` callback ([#29549](https://github-redirect.dependabot.com/laravel/framework/pull/29549)) > - Implement new types for email validation support ([#29589](https://github-redirect.dependabot.com/laravel/framework/pull/29589)) > - Added Redis 5 support ([#29606](https://github-redirect.dependabot.com/laravel/framework/pull/29606)) > - Added `insertOrIgnore` support ([#29639](https://github-redirect.dependabot.com/laravel/framework/pull/29639), [46d7e96](https://github.com/laravel/framework/commit/46d7e96ab3ab59339ef0ea8802963b2db84f9ab3), [#29645](https://github-redirect.dependabot.com/laravel/framework/pull/29645)) > - Allowed to override the existing `Whoops` handler.([#29564](https://github-redirect.dependabot.com/laravel/framework/pull/29564)) > > ### Fixed > - Fixed non-displayable boolean values in validation messages ([#29560](https://github-redirect.dependabot.com/laravel/framework/pull/29560)) > - Avoid undefined index errors when using AWS IAM ([#29565](https://github-redirect.dependabot.com/laravel/framework/pull/29565)) > - Fixed exception message in the `ProviderRepository::writeManifest()` ([#29568](https://github-redirect.dependabot.com/laravel/framework/pull/29568)) > - Fixed invalid link expiry count in ResetPassword ([#29579](https://github-redirect.dependabot.com/laravel/framework/pull/29579)) > - Fixed command testing of `output` and `questions` expectations ([#29580](https://github-redirect.dependabot.com/laravel/framework/pull/29580)) > - Added ignoring of classes which are not instantiable during event discovery ([#29587](https://github-redirect.dependabot.com/laravel/framework/pull/29587)) > - Used real classname for seeders in the output ([#29601](https://github-redirect.dependabot.com/laravel/framework/pull/29601)) > > ### Refactoring > - Simplified `isset()` ([#29581](https://github-redirect.dependabot.com/laravel/framework/pull/29581)) > > > ## [v5.8.32 (2019-08-13)](https://github.com/laravel/framework/compare/v5.8.31...v5.8.32) > > ### Fixed > - Fixed top level wildcard validation for `distinct` validator ([#29499](https://github-redirect.dependabot.com/laravel/framework/pull/29499)) > - Fixed resolving of columns with schema references in Postgres ([#29448](https://github-redirect.dependabot.com/laravel/framework/pull/29448)) > - Only remove the event mutex if it was created ([#29526](https://github-redirect.dependabot.com/laravel/framework/pull/29526)) > - Fixed restoring serialized collection with deleted models ([#29533](https://github-redirect.dependabot.com/laravel/framework/pull/29533), [74b62bb](https://github.com/laravel/framework/commit/74b62bbbb32674dfa167e2812231bf302454e67f)) > > > ## [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)) ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`c3a870b`](https://github.com/laravel/framework/commit/c3a870b96c7afe5174f486af74768ccfddeec77b) increment versions - [`48113cf`](https://github.com/laravel/framework/commit/48113cf7a98f2e73d3b6e4367e1230ec051ca224) Merge pull request [#29738](https://github-redirect.dependabot.com/laravel/framework/issues/29738) from chrisflorin/aws-instance-profile - [`e31af08`](https://github.com/laravel/framework/commit/e31af082d5399a29c25a58ca0bfa7f9d6b687cd6) Fix formatting - [`f1f5635`](https://github.com/laravel/framework/commit/f1f5635a0001550c6884742ec3edde1f1c124186) Only apply Aws Credentials if they exist. Otherwise, allow driver to use Ins... - [`ff24ec9`](https://github.com/laravel/framework/commit/ff24ec920d5d9e02e120ffb6ddd14e1eaa480eff) Only apply Aws Credentials if they exist. Otherwise, allow driver to use Ins... - [`6fd0d16`](https://github.com/laravel/framework/commit/6fd0d161b153aada6375fb379a773d1e6a4a4ed2) Merge pull request [#29714](https://github-redirect.dependabot.com/laravel/framework/issues/29714) from me-shaon/patch/issue-29702 - [`c6795f8`](https://github.com/laravel/framework/commit/c6795f8dae5cb6a7e13cdd7a94b840e27ca551d9) Merge pull request [#29725](https://github-redirect.dependabot.com/laravel/framework/issues/29725) from imanghafoori1/test_pipes - [`c7acf06`](https://github.com/laravel/framework/commit/c7acf0690385b026552ed28122509923c2b017df) [5.8] update changelog - [`57c1808`](https://github.com/laravel/framework/commit/57c1808a178907b30b4a0d474aaf218da3bc4a67) fix: Style - [`6524a5d`](https://github.com/laravel/framework/commit/6524a5d7e97863d6335e75e73cbd50ca6c59122a) feat: change implementation based on review - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.29...v5.8.34) </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.34)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.8.29&new-version=5.8.34) 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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:27 +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#1556
No description provided.