build(deps-dev): bump symfony/doctrine-messenger from 5.4.34 to 5.4.39
Bumps symfony/doctrine-messenger from 5.4.34 to 5.4.39.
Release notes
Sourced from symfony/doctrine-messenger's releases.
v5.4.39
Changelog (https://github.com/symfony/doctrine-messenger/compare/v5.4.38...v5.4.39)
- bug symfony/symfony#54392 [Messenger] Make Doctrine connection ignore unrelated tables on setup (
@MatTheCat)v5.4.38
Changelog (https://github.com/symfony/doctrine-messenger/compare/v5.4.37...v5.4.38)
- bug symfony/symfony#54121 [Messenger] Catch TableNotFoundException in MySQL delete (
@acbramley)v5.4.36
Changelog (https://github.com/symfony/doctrine-messenger/compare/v5.4.35...v5.4.36)
- bug symfony/symfony#53960 [Messenger] the 'use_notify' option is on the factory, not on the postgres connection (
@dbu)v5.4.35
Changelog (https://github.com/symfony/doctrine-messenger/compare/v5.4.34...v5.4.35)
- bug symfony/symfony#53320 [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from
parse_url()results (@alexandre-daubois)
Commits
b72331fAuto-close PRs on subtree-splits43b8a99[Messenger] Make Doctrine connection ignore unrelated tables on setup0118ae0Catch TableNotFoundException in MySQL delete14a1d0athe 'use_notify' option is on the factory, not on the postgres connection class21351afApply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_valuebe380e7[Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] ...- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.36%. Comparing base (
c937102) to head (2ea8ab6).
Additional details and impacted files
@@ Coverage Diff @@
## develop #115 +/- ##
=============================================
- Coverage 77.40% 77.36% -0.04%
Complexity 1359 1359
=============================================
Files 215 215
Lines 5452 5452
=============================================
- Hits 4220 4218 -2
- Misses 1232 1234 +2
Superseded by #117.