[PR #144] [CLOSED] Bump laravel/framework from 8.38.0 to 8.40.0 #22

Closed
opened 2026-02-25 20:31:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anonaddy/anonaddy/pull/144
Author: @dependabot[bot]
Created: 4/29/2021
Status: Closed

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


📝 Commits (1)

  • c267f19 Bump laravel/framework from 8.38.0 to 8.40.0

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 composer.lock (+5 -5)

📄 Description

Bumps laravel/framework from 8.38.0 to 8.40.0.

Release notes

Sourced from laravel/framework's releases.

v8.39.0

Added

  • Added Illuminate\Collections\Collection::sole() method (#37034)
  • Support url for php artisan db command (#37064)
  • Added Illuminate\Foundation\Bus\DispatchesJobs::dispatchSync() (#37063)
  • Added Illuminate\Cookie\CookieJar::expire() (#37072, fa3a14f)
  • Added Illuminate\Database\DatabaseManager::setApplication() (#37068)
  • Added Illuminate\Support\Stringable::whenNotEmpty() (#37080)
  • Added Illuminate\Auth\SessionGuard::attemptWhen() (#37090, e3fcd97)
  • Added password validation rule (#36960)

Fixed

  • Fixed JsonResponse::fromJasonString() double encoding string (#37076)
  • Fallback to primary key if owner key doesnt exist on model at all in MorphTo relation (a011109)
  • Fixes for PHP 8.1 (#37087, #37101)
  • Do not execute beforeSending callbacks twice in HTTP client (#37116)
  • Fixed nullable values for required_if (#37128, 86fd558)

Changed

  • Schedule list timezone command (#37117)
Changelog

Sourced from laravel/framework's changelog.

Release Notes for 8.x

Unreleased

v8.39.0 (2021-04-27)

Added

  • Added Illuminate\Collections\Collection::sole() method (#37034)
  • Support url for php artisan db command (#37064)
  • Added Illuminate\Foundation\Bus\DispatchesJobs::dispatchSync() (#37063)
  • Added Illuminate\Cookie\CookieJar::expire() (#37072, fa3a14f)
  • Added Illuminate\Database\DatabaseManager::setApplication() (#37068)
  • Added Illuminate\Support\Stringable::whenNotEmpty() (#37080)
  • Added Illuminate\Auth\SessionGuard::attemptWhen() (#37090, e3fcd97)
  • Added password validation rule (#36960)

Fixed

  • Fixed JsonResponse::fromJasonString() double encoding string (#37076)
  • Fallback to primary key if owner key doesnt exist on model at all in MorphTo relation (a011109)
  • Fixes for PHP 8.1 (#37087, #37101)
  • Do not execute beforeSending callbacks twice in HTTP client (#37116)
  • Fixed nullable values for required_if (#37128, 86fd558)

Changed

  • Schedule list timezone command (#37117)
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/anonaddy/anonaddy/pull/144 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/29/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-8.40.0` --- ### 📝 Commits (1) - [`c267f19`](https://github.com/anonaddy/anonaddy/commit/c267f19ab655b3610c413a49cbf3d5654775c52e) Bump laravel/framework from 8.38.0 to 8.40.0 ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+5 -5) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 8.38.0 to 8.40.0. <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.39.0</h2> <h3>Added</h3> <ul> <li>Added <code>Illuminate\Collections\Collection::sole()</code> method (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37034">#37034</a>)</li> <li>Support <code>url</code> for php artisan db command (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37064">#37064</a>)</li> <li>Added <code>Illuminate\Foundation\Bus\DispatchesJobs::dispatchSync()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37063">#37063</a>)</li> <li>Added <code>Illuminate\Cookie\CookieJar::expire()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37072">#37072</a>, <a href="https://github.com/laravel/framework/commit/fa3a14f4da763a9a95162dc4092d5ab7356e0cb8">fa3a14f</a>)</li> <li>Added <code>Illuminate\Database\DatabaseManager::setApplication()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37068">#37068</a>)</li> <li>Added <code>Illuminate\Support\Stringable::whenNotEmpty()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37080">#37080</a>)</li> <li>Added <code>Illuminate\Auth\SessionGuard::attemptWhen()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37090">#37090</a>, <a href="https://github.com/laravel/framework/commit/e3fcd97d16a064d39c419201937fcc299d6bfa2e">e3fcd97</a>)</li> <li>Added password validation rule (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/36960">#36960</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed <code>JsonResponse::fromJasonString()</code> double encoding string (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37076">#37076</a>)</li> <li>Fallback to primary key if owner key doesnt exist on model at all in <code>MorphTo</code> relation (<a href="https://github.com/laravel/framework/commit/a0111098c039c27a76df4b4dd555f351ee3c81eb">a011109</a>)</li> <li>Fixes for PHP 8.1 (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37087">#37087</a>, <a href="https://github-redirect.dependabot.com/laravel/framework/pull/37101">#37101</a>)</li> <li>Do not execute beforeSending callbacks twice in HTTP client (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37116">#37116</a>)</li> <li>Fixed nullable values for required_if (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37128">#37128</a>, <a href="https://github.com/laravel/framework/commit/86fd558b4e5d8d7d45cf457cd1a72d54334297a1">86fd558</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Schedule list timezone command (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37117">#37117</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> <h1>Release Notes for 8.x</h1> <h2><a href="https://github.com/laravel/framework/compare/v8.39.0...8.x">Unreleased</a></h2> <h2><a href="https://github.com/laravel/framework/compare/v8.38.0...v8.39.0">v8.39.0 (2021-04-27)</a></h2> <h3>Added</h3> <ul> <li>Added <code>Illuminate\Collections\Collection::sole()</code> method (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37034">#37034</a>)</li> <li>Support <code>url</code> for php artisan db command (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37064">#37064</a>)</li> <li>Added <code>Illuminate\Foundation\Bus\DispatchesJobs::dispatchSync()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37063">#37063</a>)</li> <li>Added <code>Illuminate\Cookie\CookieJar::expire()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37072">#37072</a>, <a href="https://github.com/laravel/framework/commit/fa3a14f4da763a9a95162dc4092d5ab7356e0cb8">fa3a14f</a>)</li> <li>Added <code>Illuminate\Database\DatabaseManager::setApplication()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37068">#37068</a>)</li> <li>Added <code>Illuminate\Support\Stringable::whenNotEmpty()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37080">#37080</a>)</li> <li>Added <code>Illuminate\Auth\SessionGuard::attemptWhen()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37090">#37090</a>, <a href="https://github.com/laravel/framework/commit/e3fcd97d16a064d39c419201937fcc299d6bfa2e">e3fcd97</a>)</li> <li>Added password validation rule (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/36960">#36960</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed <code>JsonResponse::fromJasonString()</code> double encoding string (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37076">#37076</a>)</li> <li>Fallback to primary key if owner key doesnt exist on model at all in <code>MorphTo</code> relation (<a href="https://github.com/laravel/framework/commit/a0111098c039c27a76df4b4dd555f351ee3c81eb">a011109</a>)</li> <li>Fixes for PHP 8.1 (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37087">#37087</a>, <a href="https://github-redirect.dependabot.com/laravel/framework/pull/37101">#37101</a>)</li> <li>Do not execute beforeSending callbacks twice in HTTP client (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37116">#37116</a>)</li> <li>Fixed nullable values for required_if (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37128">#37128</a>, <a href="https://github.com/laravel/framework/commit/86fd558b4e5d8d7d45cf457cd1a72d54334297a1">86fd558</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Schedule list timezone command (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/37117">#37117</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/a654897ad7f97aea9d7ef292803939798c4a02a4"><code>a654897</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/4f586201ba32ccf3b961203bad388ebb7e0f86f4"><code>4f58620</code></a> add test</li> <li><a href="https://github.com/laravel/framework/commit/2c4fc81513f107f9701737da3c3cfa4be03cf5c1"><code>2c4fc81</code></a> Merge branch '6.x' into 8.x</li> <li><a href="https://github.com/laravel/framework/commit/09bf1457e9df53e172e6fd5929cbafb539677c7c"><code>09bf145</code></a> cast to int</li> <li><a href="https://github.com/laravel/framework/commit/3c2a0b87103472101be5cb2265c81afa2d9706a0"><code>3c2a0b8</code></a> Missing abort method added (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/37150">#37150</a>)</li> <li><a href="https://github.com/laravel/framework/commit/81330cfec1455e733b259529e12cfc2a87a4ee00"><code>81330cf</code></a> [8.x] Allow adding more jobs to a pending batch (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/37151">#37151</a>)</li> <li><a href="https://github.com/laravel/framework/commit/34aa3265b7989f41842c12d0264494ff249abf81"><code>34aa326</code></a> Merge branch '6.x' into 8.x</li> <li><a href="https://github.com/laravel/framework/commit/c9cb36aff44325cb6c9ee4135a5a268276dc29e3"><code>c9cb36a</code></a> Merge remote-tracking branch 'upstream/8.x' into 8.x</li> <li><a href="https://github.com/laravel/framework/commit/add0e986f9998cb420e3d367277f9542884c9eed"><code>add0e98</code></a> [8.x] update changelog</li> <li><a href="https://github.com/laravel/framework/commit/74a79b211712b8428dc0d3453da545867402a37f"><code>74a79b2</code></a> [6.x] Fix Cache store with a name other than 'dynamodb' (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/37145">#37145</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v8.38.0...v8.40.0">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.38.0&new-version=8.40.0)](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/anonaddy/anonaddy/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-25 20:31:56 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
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/anonaddy#22
No description provided.