Skip to content

composer(deps-dev): update symfony/mailer requirement from ^v6.2.1 to ^v6.2.2 #240

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
Dec 19, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

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

Release notes

Sourced from symfony/mailer's releases.

v6.2.2

Changelog (symfony/mailer@v6.2.1...v6.2.2)

  • bug #48126 Include all transports' debug messages in RoundRobin transport exception (mixdf)
Changelog

Sourced from symfony/mailer's changelog.

CHANGELOG

6.2

  • Add a mailer:test command
  • Add SentMessageEvent and FailedMessageEvent events

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)

... (truncated)

Commits
  • b355ad8 Merge branch '6.1' into 6.2
  • dbffeda Merge branch '6.0' into 6.1
  • 0d4562c Merge branch '5.4' into 6.0
  • fd81641 [Mailer] Include all transports' debug messages in RoundRobin transport excep...
  • 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 December 19, 2022 15:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 19, 2022
mimmi20
mimmi20 previously approved these changes Dec 19, 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.2/CHANGELOG.md)
- [Commits](symfony/mailer@v6.2.1...v6.2.2)

---
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.2.2 branch from 6575950 to 996d4e3 Compare December 19, 2022 17:09
@codecov
Copy link

codecov bot commented Dec 19, 2022

Codecov Report

Base: 94.37% // Head: 95.03% // Increases project coverage by +0.66% 🎉

Coverage data is based on head (996d4e3) compared to base (37441b7).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #240      +/-   ##
============================================
+ Coverage     94.37%   95.03%   +0.66%     
  Complexity      780      780              
============================================
  Files           105      105              
  Lines          2862     2862              
============================================
+ Hits           2701     2720      +19     
+ Misses          161      142      -19     
Flag Coverage Δ
elasticsearch-8 91.78% <ø> (ø)
php-8.1 95.03% <ø> (+4.08%) ⬆️
php-8.2 95.03% <ø> (+0.66%) ⬆️
php-amqplib 90.49% <ø> (ø)
phpunit 95.03% <ø> (+0.66%) ⬆️
swiftmailer 88.32% <ø> (ø)
ubuntu-20.04 95.03% <ø> (+4.22%) ⬆️
ubuntu-22.04 94.37% <ø> (ø)
with-amqp 88.95% <ø> (ø)
with-curl 90.63% <ø> (+2.02%) ⬆️
with-mongodb 88.99% <ø> (?)
with-sockets 90.49% <ø> (ø)
without-extensions 88.32% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Handler/MongoDBHandlerFactory.php 100.00% <0.00%> (+45.23%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mimmi20 mimmi20 merged commit 2c218a8 into master Dec 19, 2022
@mimmi20 mimmi20 deleted the dependabot/composer/master/symfony/mailer-tw-v6.2.2 branch December 19, 2022 19:12
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