[PR #1274] [MERGED] chore(deps): bump laravel/framework from 8.21.0 to 8.22.1 #1666

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1274
Author: @dependabot[bot]
Created: 1/19/2021
Status: Merged
Merged: 1/23/2021
Merged by: @phanan

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


📝 Commits (1)

  • 849641b chore(deps): bump laravel/framework from 8.21.0 to 8.22.1

📊 Changes

1 file changed (+49 additions, -588 deletions)

View changed files

📝 composer.lock (+49 -588)

📄 Description

Bumps laravel/framework from 8.21.0 to 8.22.1.

Release notes

Sourced from laravel/framework's releases.

v8.22.1

v8.22.1 (2021-01-13)

Fixed

  • Limit expected bindings (#35865)

v8.22.0

v8.22.0 (2021-01-12)

Added

  • Added new lines to DetectsLostConnections (#35752, #35790)
  • Added Illuminate\Support\Testing\Fakes\EventFake::assertNothingDispatched() (#35835)
  • Added reduce with keys to collections and lazy collections (#35839)

Fixed

  • Fixed error from missing null check on PHP 8 in Illuminate\Validation\Concerns\ValidatesAttributes::validateJson() (#35797)
  • Fix bug with RetryCommand (4415b94, #35828)
  • Fixed Illuminate\Testing\PendingCommand::expectsTable() (#35820)
  • Fixed morphTo() attempting to map an empty string morph type to an instance (#35824)

Changes

  • Update Illuminate\Http\Resources\CollectsResources::collects() (1fa20dd)
  • "null" constraint prevents aliasing SQLite ROWID (#35792)
  • Allow strings to be passed to the report function (#35803)
Changelog

Sourced from laravel/framework's changelog.

v8.22.1 (2021-01-13)

Fixed

  • Limit expected bindings (#35865)

v8.22.0 (2021-01-12)

Added

  • Added new lines to DetectsLostConnections (#35752, #35790)
  • Added Illuminate\Support\Testing\Fakes\EventFake::assertNothingDispatched() (#35835)
  • Added reduce with keys to collections and lazy collections (#35839)

Fixed

  • Fixed error from missing null check on PHP 8 in Illuminate\Validation\Concerns\ValidatesAttributes::validateJson() (#35797)
  • Fix bug with RetryCommand (4415b94, #35828)
  • Fixed Illuminate\Testing\PendingCommand::expectsTable() (#35820)
  • Fixed morphTo() attempting to map an empty string morph type to an instance (#35824)

Changes

  • Update Illuminate\Http\Resources\CollectsResources::collects() (1fa20dd)
  • "null" constraint prevents aliasing SQLite ROWID (#35792)
  • Allow strings to be passed to the report function (#35803)
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 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

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 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/1274 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/19/2021 **Status:** ✅ Merged **Merged:** 1/23/2021 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-8.22.1` --- ### 📝 Commits (1) - [`849641b`](https://github.com/koel/koel/commit/849641b5d8ff537901ba7696544831b662ea1dff) chore(deps): bump laravel/framework from 8.21.0 to 8.22.1 ### 📊 Changes **1 file changed** (+49 additions, -588 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+49 -588) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 8.21.0 to 8.22.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/releases">laravel/framework's releases</a>.</em></p> <blockquote> <h2>v8.22.1</h2> <h2><a href="https://github.com/laravel/framework/compare/v8.22.0...v8.22.1">v8.22.1 (2021-01-13)</a></h2> <h3>Fixed</h3> <ul> <li>Limit expected bindings (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35865">#35865</a>)</li> </ul> <h2>v8.22.0</h2> <h2><a href="https://github.com/laravel/framework/compare/v8.21.0...v8.22.0">v8.22.0 (2021-01-12)</a></h2> <h3>Added</h3> <ul> <li>Added new lines to <code>DetectsLostConnections</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35752">#35752</a>, <a href="https://github-redirect.dependabot.com/laravel/framework/pull/35790">#35790</a>)</li> <li>Added <code>Illuminate\Support\Testing\Fakes\EventFake::assertNothingDispatched()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35835">#35835</a>)</li> <li>Added reduce with keys to collections and lazy collections (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35839">#35839</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed error from missing null check on PHP 8 in <code>Illuminate\Validation\Concerns\ValidatesAttributes::validateJson()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35797">#35797</a>)</li> <li>Fix bug with RetryCommand (<a href="https://github.com/laravel/framework/commit/4415b94623358bfd1dc2e8f20e4deab0025d2d03">4415b94</a>, <a href="https://github-redirect.dependabot.com/laravel/framework/pull/35828">#35828</a>)</li> <li>Fixed <code>Illuminate\Testing\PendingCommand::expectsTable()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35820">#35820</a>)</li> <li>Fixed <code>morphTo()</code> attempting to map an empty string morph type to an instance (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35824">#35824</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Update <code>Illuminate\Http\Resources\CollectsResources::collects()</code> (<a href="https://github.com/laravel/framework/commit/1fa20dd356af21af6e38d95e9ff2b1d444344fbe">1fa20dd</a>)</li> <li>&quot;null&quot; constraint prevents aliasing SQLite ROWID (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35792">#35792</a>)</li> <li>Allow strings to be passed to the <code>report</code> function (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35803">#35803</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md">laravel/framework's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/laravel/framework/compare/v8.22.0...v8.22.1">v8.22.1 (2021-01-13)</a></h2> <h3>Fixed</h3> <ul> <li>Limit expected bindings (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35865">#35865</a>)</li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v8.21.0...v8.22.0">v8.22.0 (2021-01-12)</a></h2> <h3>Added</h3> <ul> <li>Added new lines to <code>DetectsLostConnections</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35752">#35752</a>, <a href="https://github-redirect.dependabot.com/laravel/framework/pull/35790">#35790</a>)</li> <li>Added <code>Illuminate\Support\Testing\Fakes\EventFake::assertNothingDispatched()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35835">#35835</a>)</li> <li>Added reduce with keys to collections and lazy collections (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35839">#35839</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed error from missing null check on PHP 8 in <code>Illuminate\Validation\Concerns\ValidatesAttributes::validateJson()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35797">#35797</a>)</li> <li>Fix bug with RetryCommand (<a href="https://github.com/laravel/framework/commit/4415b94623358bfd1dc2e8f20e4deab0025d2d03">4415b94</a>, <a href="https://github-redirect.dependabot.com/laravel/framework/pull/35828">#35828</a>)</li> <li>Fixed <code>Illuminate\Testing\PendingCommand::expectsTable()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35820">#35820</a>)</li> <li>Fixed <code>morphTo()</code> attempting to map an empty string morph type to an instance (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35824">#35824</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Update <code>Illuminate\Http\Resources\CollectsResources::collects()</code> (<a href="https://github.com/laravel/framework/commit/1fa20dd356af21af6e38d95e9ff2b1d444344fbe">1fa20dd</a>)</li> <li>&quot;null&quot; constraint prevents aliasing SQLite ROWID (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35792">#35792</a>)</li> <li>Allow strings to be passed to the <code>report</code> function (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35803">#35803</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/5c70991b96c5722afed541a996479b5112654c8b"><code>5c70991</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/405ca2bcf532dff1ef27f9f7ff7940221c575c84"><code>405ca2b</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/29c831df184f1dff7ee1444352472b037241d340"><code>29c831d</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/d0954f4574f315f0c2e9e65e92cc74b80eadcac1"><code>d0954f4</code></a> [6.x] Limit expected bindings (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/35865">#35865</a>)</li> <li><a href="https://github.com/laravel/framework/commit/cd26138df21c87b12f96613a7592a16306be3563"><code>cd26138</code></a> [8.x] update changelog</li> <li><a href="https://github.com/laravel/framework/commit/490a9ee033c6288202fe6f04d80de83b6645bac1"><code>490a9ee</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/laravel/framework/issues/35862">#35862</a> from laravel/6.x</li> <li><a href="https://github.com/laravel/framework/commit/594c08af2aad632a27c71efcc53e93caa3329e3d"><code>594c08a</code></a> [6.x] update changelog</li> <li><a href="https://github.com/laravel/framework/commit/dcc4b0da849bc8a869af1cf126da00265bd1165d"><code>dcc4b0d</code></a> Merge branch '8.x' of github.com:laravel/framework into 8.x</li> <li><a href="https://github.com/laravel/framework/commit/cec579e60030ae0ab058cb61f7c4e31b60b7fe7a"><code>cec579e</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/88dced8fc1016411ca159fc04651baf270aa54e5"><code>88dced8</code></a> version</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v8.21.0...v8.22.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=8.21.0&new-version=8.22.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/koel/koel/network/alerts). </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:51 +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#1666
No description provided.