Bump symfony/mime from 4.3.2 to 4.4.27 #3

Closed
dependabot[bot] wants to merge 1 commit from dependabot/composer/symfony/mime-4.4.27 into master
dependabot[bot] commented 2021-08-14 09:22:00 -07:00 (Migrated from github.com)

Bumps symfony/mime from 4.3.2 to 4.4.27.

Release notes

Sourced from symfony/mime's releases.

v4.4.27

Changelog (https://github.com/symfony/mime/compare/v4.4.26...v4.4.27)

  • no significant changes

v4.4.26

Changelog (https://github.com/symfony/mime/compare/v4.4.25...v4.4.26)

  • no significant changes

v4.4.25

Changelog (https://github.com/symfony/mime/compare/v4.4.24...v4.4.25)

  • no significant changes

v4.4.24

Changelog (https://github.com/symfony/mime/compare/v4.4.23...v4.4.24)

  • bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)

v4.4.22

Changelog (https://github.com/symfony/mime/compare/v4.4.21...v4.4.22)

  • no significant changes

v4.4.21

Changelog (https://github.com/symfony/mime/compare/v4.4.20...v4.4.21)

  • bug #39685 Allow egulias/email-validator 3.x (derrabus)
  • bug #39866 Escape commas in address names (YaFou)

v4.4.20

Changelog (https://github.com/symfony/mime/compare/v4.4.19...v4.4.20)

  • bug #39980 Update inline part names with newly generated ContentId (ddegentesh)
  • bug #40062 Fix case-sensitive handling of header names (piku235)

v4.4.19

Changelog (https://github.com/symfony/mime/compare/v4.4.18...v4.4.19)

  • bug #39794 Dont allow unserializing classes with a destructor - 4.4 (jderusse)

v4.4.18

Changelog (https://github.com/symfony/mime/compare/v4.4.17...v4.4.18)

  • bug #39252 Leverage PHP 8's detection of CSV files (derrabus)

v4.4.17

Changelog (https://github.com/symfony/mime/compare/v4.4.16...v4.4.17)

... (truncated)

Changelog

Sourced from symfony/mime's changelog.

CHANGELOG

5.2.0

  • Add support for DKIM
  • Deprecated Address::fromString(), use Address::create() instead

4.4.0

  • [BC BREAK] Removed NamedAddress (Address now supports a name)
  • Added PHPUnit constraints
  • Added AbstractPart::asDebugString()
  • Added Address::fromString()

4.3.3

  • [BC BREAK] Renamed method Headers::getAll() to Headers::all().

4.3.0

  • Introduced the component as experimental
Commits
  • 6ab91e8 Leverage str_contains/str_starts_with
  • 9179ed3 Leverage str_ends_with
  • aefb996 Optimized some strlen() calls when possible
  • 012c146 Backport type fixes
  • 1a2bdd5 [DependencyInjection] Fix CSV file mime type guess test for PHP 8.1
  • 35ae521 Fix tests (bis)
  • 264565f Fix markdown
  • 7e8e919 Fixed deprecation warnings about passing null as parameter
  • 36f2e59 [Mime] DataPart: remove confusing fix-me comment
  • 6198e1d [PHPDoc] Fix some union type cases
  • 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

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

Bumps [symfony/mime](https://github.com/symfony/mime) from 4.3.2 to 4.4.27. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/symfony/mime/releases">symfony/mime's releases</a>.</em></p> <blockquote> <h2>v4.4.27</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/mime/compare/v4.4.26...v4.4.27">https://github.com/symfony/mime/compare/v4.4.26...v4.4.27</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v4.4.26</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/mime/compare/v4.4.25...v4.4.26">https://github.com/symfony/mime/compare/v4.4.25...v4.4.26</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v4.4.25</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/mime/compare/v4.4.24...v4.4.25">https://github.com/symfony/mime/compare/v4.4.24...v4.4.25</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v4.4.24</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/mime/compare/v4.4.23...v4.4.24">https://github.com/symfony/mime/compare/v4.4.23...v4.4.24</a>)</p> <ul> <li>bug <a href="https://github-redirect.dependabot.com/symfony/mime/issues/41240">#41240</a> Fixed deprecation warnings about passing null as parameter (derrabus)</li> </ul> <h2>v4.4.22</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/mime/compare/v4.4.21...v4.4.22">https://github.com/symfony/mime/compare/v4.4.21...v4.4.22</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v4.4.21</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/mime/compare/v4.4.20...v4.4.21">https://github.com/symfony/mime/compare/v4.4.20...v4.4.21</a>)</p> <ul> <li>bug <a href="https://github-redirect.dependabot.com/symfony/mime/issues/39685">#39685</a> Allow egulias/email-validator 3.x (derrabus)</li> <li>bug <a href="https://github-redirect.dependabot.com/symfony/mime/issues/39866">#39866</a> Escape commas in address names (YaFou)</li> </ul> <h2>v4.4.20</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/mime/compare/v4.4.19...v4.4.20">https://github.com/symfony/mime/compare/v4.4.19...v4.4.20</a>)</p> <ul> <li>bug <a href="https://github-redirect.dependabot.com/symfony/mime/issues/39980">#39980</a> Update inline part names with newly generated ContentId (ddegentesh)</li> <li>bug <a href="https://github-redirect.dependabot.com/symfony/mime/issues/40062">#40062</a> Fix case-sensitive handling of header names (piku235)</li> </ul> <h2>v4.4.19</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/mime/compare/v4.4.18...v4.4.19">https://github.com/symfony/mime/compare/v4.4.18...v4.4.19</a>)</p> <ul> <li>bug <a href="https://github-redirect.dependabot.com/symfony/mime/issues/39794">#39794</a> Dont allow unserializing classes with a destructor - 4.4 (jderusse)</li> </ul> <h2>v4.4.18</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/mime/compare/v4.4.17...v4.4.18">https://github.com/symfony/mime/compare/v4.4.17...v4.4.18</a>)</p> <ul> <li>bug <a href="https://github-redirect.dependabot.com/symfony/mime/issues/39252">#39252</a> Leverage PHP 8's detection of CSV files (derrabus)</li> </ul> <h2>v4.4.17</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/mime/compare/v4.4.16...v4.4.17">https://github.com/symfony/mime/compare/v4.4.16...v4.4.17</a>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/symfony/mime/blob/5.3/CHANGELOG.md">symfony/mime's changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> <h2>5.2.0</h2> <ul> <li>Add support for DKIM</li> <li>Deprecated <code>Address::fromString()</code>, use <code>Address::create()</code> instead</li> </ul> <h2>4.4.0</h2> <ul> <li>[BC BREAK] Removed <code>NamedAddress</code> (<code>Address</code> now supports a name)</li> <li>Added PHPUnit constraints</li> <li>Added <code>AbstractPart::asDebugString()</code></li> <li>Added <code>Address::fromString()</code></li> </ul> <h2>4.3.3</h2> <ul> <li>[BC BREAK] Renamed method <code>Headers::getAll()</code> to <code>Headers::all()</code>.</li> </ul> <h2>4.3.0</h2> <ul> <li>Introduced the component as experimental</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/symfony/mime/commit/6ab91e811439360339ebde803630c8d74223fa77"><code>6ab91e8</code></a> Leverage str_contains/str_starts_with</li> <li><a href="https://github.com/symfony/mime/commit/9179ed319b7001c10cdea5d6eb26b0104869dba5"><code>9179ed3</code></a> Leverage str_ends_with</li> <li><a href="https://github.com/symfony/mime/commit/aefb996e0e4b90b8fda968beaec593d13cfaac43"><code>aefb996</code></a> Optimized some strlen() calls when possible</li> <li><a href="https://github.com/symfony/mime/commit/012c1468fa3fc087df97aede5b098315a22124ab"><code>012c146</code></a> Backport type fixes</li> <li><a href="https://github.com/symfony/mime/commit/1a2bdd55e13e295f63a57a5838029bf41b1969bf"><code>1a2bdd5</code></a> [DependencyInjection] Fix CSV file mime type guess test for PHP 8.1</li> <li><a href="https://github.com/symfony/mime/commit/35ae5213b206dc02e2cbc6fe39b6904fa31dc89a"><code>35ae521</code></a> Fix tests (bis)</li> <li><a href="https://github.com/symfony/mime/commit/264565f4cb0a696bc914f4923214a5527e67e742"><code>264565f</code></a> Fix markdown</li> <li><a href="https://github.com/symfony/mime/commit/7e8e9192500d0bae9f6aff60c842befc7d887b68"><code>7e8e919</code></a> Fixed deprecation warnings about passing null as parameter</li> <li><a href="https://github.com/symfony/mime/commit/36f2e59c90762bb09170553130a4dc1934cada58"><code>36f2e59</code></a> [Mime] DataPart: remove confusing fix-me comment</li> <li><a href="https://github.com/symfony/mime/commit/6198e1ddd329b1cf0d96c72fa609e73348b33b33"><code>6198e1d</code></a> [PHPDoc] Fix some union type cases</li> <li>Additional commits viewable in <a href="https://github.com/symfony/mime/compare/v4.3.2...v4.4.27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=symfony/mime&package-manager=composer&previous-version=4.3.2&new-version=4.4.27)](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/sciactive/nymph-pubsub/network/alerts). </details>
dependabot[bot] commented 2022-12-11 10:39:38 -08:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
1 participant
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
sciactive/nymph-pubsub!3
No description provided.