Skip to content

composer(deps-dev): update symfony/mailer requirement from ^v6.1.3 to ^v6.1.4 #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2022

Updates the requirements on symfony/mailer to permit the latest version.

Release notes

Sourced from symfony/mailer's releases.

v6.1.4

Changelog (symfony/mailer@v6.1.3...v6.1.4)

  • bug #47162 Fix error message in case of an SMTP error (fabpot)
  • bug #47142 Fix error message in case of an STMP error (fabpot)
Changelog

Sourced from symfony/mailer's changelog.

CHANGELOG

6.1

  • Make start() and stop() methods public on SmtpTransport
  • Improve extensibility of EsmtpTransport

6.0

  • The HttpTransportException class takes a string at first argument

5.4

  • Enable the mailer to operate on any PSR-14-compatible event dispatcher

5.3

  • added the mailer monolog channel and set it on all transport definitions

5.2.0

  • added NativeTransportFactory to configure a transport based on php.ini settings
  • added local_domain, restart_threshold, restart_threshold_sleep and ping_threshold options for smtp
  • added command option for sendmail

4.4.0

  • [BC BREAK] changed the NullTransport DSN from smtp://null to null://null

  • [BC BREAK] renamed SmtpEnvelope to Envelope, renamed DelayedSmtpEnvelope to DelayedEnvelope

  • [BC BREAK] changed the syntax for failover and roundrobin DSNs

    Before:

    dummy://a || dummy://b (for failover) dummy://a && dummy://b (for roundrobin)

    After:

    failover(dummy://a dummy://b) roundrobin(dummy://a dummy://b)

  • added support for multiple transports on a Mailer instance

... (truncated)

Commits
  • 55a7cb8 [Mailer] Fix error message in case of an SMTP error
  • b828fba Merge branch '6.0' into 6.1
  • 3d61d27 Merge branch '5.4' into 6.0
  • 1125a1a Merge branch '4.4' into 5.4
  • 0fce8fa [Mailer] Fix error message in case of an STMP error
  • See full diff in compare view

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 dependabot bot requested a review from mimmi20 as a code owner August 26, 2022 15:41
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2022
Updates the requirements on [symfony/mailer](https://github.com/symfony/mailer) to permit the latest version.
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/6.1/CHANGELOG.md)
- [Commits](symfony/mailer@v6.1.3...v6.1.4)

---
updated-dependencies:
- dependency-name: symfony/mailer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/master/symfony/mailer-tw-v6.1.4 branch from bdec86f to 6f61b56 Compare August 26, 2022 19:01
@mimmi20 mimmi20 merged commit 0e608ad into master Aug 26, 2022
@mimmi20 mimmi20 deleted the dependabot/composer/master/symfony/mailer-tw-v6.1.4 branch August 26, 2022 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant