Skip to content
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

Update yiisoft/yii2-symfonymailer requirement from ^3.0 to ^4.0 #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Updates the requirements on yiisoft/yii2-symfonymailer to permit the latest version.

Release notes

Sourced from yiisoft/yii2-symfonymailer's releases.

4.0.0

What's Changed

New Contributors

Full Changelog: yiisoft/yii2-symfonymailer@3.0.0...4.0.0

Changelog

Sourced from yiisoft/yii2-symfonymailer's changelog.

4.0.0 Jan 29, 2024

  • Enh: Use DI container for creating factories (sammousa)

4.0.0

  • Enh #45: Include logger proxy as a dependency (sammousa)
  • Enh #45: Drop support for end-of-life php versions 7.4 and 8.0 (sammousa)

3.1.0 under development

  • Enh #52: Forward events to the Yii event system (sammousa)
  • Enh #45: Added option to create transport from Dsn object (Swanty)
  • Enh #50: Forward transport logs to the Yii Logger (sammousa)
  • Enh #49: Removed dependency on SymfonyMailer class (sammousa)

3.0.0 December 05, 2022

  • Enh #22: Added an exception if there is no transport configuration (Krakozaber)
  • Enh #27: Extensive rewrite to make it more statically typed and better testable (sammousa)

2.0.4 September 04, 2022

  • Enh #22: Added an exception if there is no transport configuration (Krakozaber)

2.0.3 February 10, 2022

  • Bug #20: Remove final from Mailer and Message class (Krakozaber)

2.0.2 February 03, 2022

  • Bug #15: Fix return value of Message::embed() and Message::embedContent() (Hyncica)
  • Bug #17: Fix missing import for \RuntimeException in Mailer (samdark)
  • Bug #18: Fix Message incompatibility with MessageInterface (samdark)
  • Bug #18: Fix not calling Message constructor (samdark)

2.0.1 December 31, 2021

  • Bug #12: Fix namespace import in Mailer.php (Krakozaber)

... (truncated)

Commits
  • 21f4072 Fix missing namespace in README.md
  • 956f26a Document overriding class using DI definitions
  • d62d395 Revert to supporting 6.4 for support of PHP 8.1, our min constraint
  • 356488e Merge pull request #67 from mtangoo/master
  • c8c02a6 Fix: Code standard compliance
  • 07ccf8a Support only Symfony mailer 7 and up
  • cb44ab8 Merge branch 'feature-container-factory'
  • 5c66ab7 Add new github actions, and appy fixes style-ci and ECS PERCS20 style. (#66)
  • 16da67d Merge pull request #54 from SAM-IT/drop-old-php
  • 3cb92ee fix: update symfony mailer and remove workaround for old version
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [yiisoft/yii2-symfonymailer](https://github.com/yiisoft/yii2-symfonymailer) to permit the latest version.
- [Release notes](https://github.com/yiisoft/yii2-symfonymailer/releases)
- [Changelog](https://github.com/yiisoft/yii2-symfonymailer/blob/master/CHANGELOG.md)
- [Commits](yiisoft/yii2-symfonymailer@3.0.0...4.0.0)

---
updated-dependencies:
- dependency-name: yiisoft/yii2-symfonymailer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 14, 2024
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9fc9933) 97.38% compared to head (a3b1dfe) 97.38%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #21   +/-   ##
=========================================
  Coverage     97.38%   97.38%           
  Complexity       94       94           
=========================================
  Files            24       24           
  Lines           613      613           
=========================================
  Hits            597      597           
  Misses           16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants