[PR #47] [CLOSED] Bump laravel/framework from 7.28.2 to 7.30.4 #58

Closed
opened 2026-02-27 09:12:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/maelstrom-cms/odin/pull/47
Author: @dependabot[bot]
Created: 2/2/2021
Status: Closed

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


📝 Commits (1)

  • 639291a Bump laravel/framework from 7.28.2 to 7.30.4

📊 Changes

1 file changed (+1142 additions, -474 deletions)

View changed files

📝 composer.lock (+1142 -474)

📄 Description

Bumps laravel/framework from 7.28.2 to 7.30.4.

Release notes

Sourced from laravel/framework's releases.

v7.30.4

Fixed

  • Fixed empty html mail (#35941)
  • Fixed type error in Illuminate\Http\Concerns\InteractsWithContentTypes::isJson() (#35956)
  • Limit expected bindings (#35972, 006873d)

v7.30.3

v7.30.3 (2021-01-15)

v7.30.2

v7.30.2 (2021-01-13)

Added

  • Added strings to DetectsLostConnections (#35752)

Fixed

  • Fixed error from missing null check on PHP 8 (#35797)
  • Limit expected bindings (#35865)

Changed

  • Retry connection if DNS lookup fails (#35790)

v7.30.1

v7.30.1 (2020-12-22)

Fixed

  • Backport for fix issue with polymorphic morphMaps with literal 0 (#35487)
  • Fixed mime validation for jpeg files (#35518)
  • Fixed Illuminate\Validation\Concerns\ValidatesAttributes::validateJson() for PHP8 (#35646)
  • Catch DecryptException with invalid X-XSRF-TOKEN in Illuminate\Foundation\Http\Middleware\VerifyCsrfToken (#35671)

v7.30.0

v7.30.0 (2020-12-01)

Fixed

  • Turn the eloquent collection into a base collection if mapWithKeys loses models (#35129)
  • Fixed pivot restoration (#35218)
  • Fixing BroadcastException message in PusherBroadcaster@broadcast (#35290)
  • Fixed generic DetectsLostConnection string (#35323)
  • Backport Redis context option (#35370)
  • Fixed validating image/jpeg images after Symfony/Mime update (#35419)

Changed

  • Updated aws/aws-sdk-php suggest to ^3.155 (#35267)

v7.29.3

v7.29.3 (2020-11-03)

... (truncated)

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/maelstrom-cms/odin/pull/47 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/2/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/laravel/framework-7.30.4` --- ### 📝 Commits (1) - [`639291a`](https://github.com/maelstrom-cms/odin/commit/639291adfb423cd7727ff1375b3a61ab61cd949d) Bump laravel/framework from 7.28.2 to 7.30.4 ### 📊 Changes **1 file changed** (+1142 additions, -474 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+1142 -474) </details> ### 📄 Description Bumps [laravel/framework](https://github.com/laravel/framework) from 7.28.2 to 7.30.4. <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>v7.30.4</h2> <h3>Fixed</h3> <ul> <li>Fixed empty html mail (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35941">#35941</a>)</li> <li>Fixed type error in <code>Illuminate\Http\Concerns\InteractsWithContentTypes::isJson()</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35956">#35956</a>)</li> <li>Limit expected bindings (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35972">#35972</a>, <a href="https://github.com/laravel/framework/commit/006873df411d28bfd03fea5e7f91a2afe3918498">006873d</a>)</li> </ul> <h2>v7.30.3</h2> <h2><a href="https://github.com/laravel/framework/compare/v7.30.2...v7.30.3">v7.30.3 (2021-01-15)</a></h2> <h2>v7.30.2</h2> <h2><a href="https://github.com/laravel/framework/compare/v7.30.1...v7.30.2">v7.30.2 (2021-01-13)</a></h2> <h3>Added</h3> <ul> <li>Added strings to <code>DetectsLostConnections</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35752">#35752</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed error from missing null check on PHP 8 (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35797">#35797</a>)</li> <li>Limit expected bindings (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35865">#35865</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Retry connection if DNS lookup fails (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35790">#35790</a>)</li> </ul> <h2>v7.30.1</h2> <h2><a href="https://github.com/laravel/framework/compare/v7.30.0...v7.30.1">v7.30.1 (2020-12-22)</a></h2> <h3>Fixed</h3> <ul> <li>Backport for fix issue with polymorphic morphMaps with literal 0 (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35487">#35487</a>)</li> <li>Fixed mime validation for jpeg files (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35518">#35518</a>)</li> <li>Fixed <code>Illuminate\Validation\Concerns\ValidatesAttributes::validateJson()</code> for PHP8 (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35646">#35646</a>)</li> <li>Catch DecryptException with invalid X-XSRF-TOKEN in <code>Illuminate\Foundation\Http\Middleware\VerifyCsrfToken</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35671">#35671</a>)</li> </ul> <h2>v7.30.0</h2> <h2><a href="https://github.com/laravel/framework/compare/v7.29.3...v7.30.0">v7.30.0 (2020-12-01)</a></h2> <h3>Fixed</h3> <ul> <li>Turn the eloquent collection into a base collection if mapWithKeys loses models (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35129">#35129</a>)</li> <li>Fixed pivot restoration (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35218">#35218</a>)</li> <li>Fixing BroadcastException message in PusherBroadcaster@broadcast (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35290">#35290</a>)</li> <li>Fixed generic DetectsLostConnection string (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35323">#35323</a>)</li> <li>Backport Redis context option (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35370">#35370</a>)</li> <li>Fixed validating image/jpeg images after Symfony/Mime update (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35419">#35419</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Updated <code>aws/aws-sdk-php</code> suggest to <code>^3.155</code> (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/35267">#35267</a>)</li> </ul> <h2>v7.29.3</h2> <h2><a href="https://github.com/laravel/framework/compare/v7.29.2...v7.29.3">v7.29.3 (2020-11-03)</a></h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/9dd38140dc2924daa1a020a3d7a45f9ceff03df3"><code>9dd3814</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/c05390b9aad0b102838d90ec57161295f957dbd4"><code>c05390b</code></a> fix conflicts</li> <li><a href="https://github.com/laravel/framework/commit/006873df411d28bfd03fea5e7f91a2afe3918498"><code>006873d</code></a> formatting</li> <li><a href="https://github.com/laravel/framework/commit/c6b8168e6cbbe339fdc3af5ccdded545779965df"><code>c6b8168</code></a> Add limit bindings for having between + tests.</li> <li><a href="https://github.com/laravel/framework/commit/dbbb1c1c8a1fa0a51677b5a74fcfe0e2561ced91"><code>dbbb1c1</code></a> Update whereDay and whereYear to clean value.</li> <li><a href="https://github.com/laravel/framework/commit/9d3752ca5f29c4cb1c0384fb01847820b6ac492c"><code>9d3752c</code></a> Limit expected bindingx v2.</li> <li><a href="https://github.com/laravel/framework/commit/d08fd806337d991ea14e578a9c85b2f6d4ae990e"><code>d08fd80</code></a> Fixed type error (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/35956">#35956</a>)</li> <li><a href="https://github.com/laravel/framework/commit/f0dc53f3641b51373cc06e5ca3bcf8549c8186dd"><code>f0dc53f</code></a> [6.x] update changelog</li> <li><a href="https://github.com/laravel/framework/commit/57d148dc399ca192e59f0712875194f57ec768f5"><code>57d148d</code></a> [7.x] update changelog</li> <li><a href="https://github.com/laravel/framework/commit/e4be180ad35a378b8e59e4c0236567995851a3f8"><code>e4be180</code></a> [6.x] update changelog</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v7.28.2...v7.30.4">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=7.28.2&new-version=7.30.4)](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/maelstrom-cms/odin/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-27 09:12:48 +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/odin-maelstrom-cms#58
No description provided.