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

Bump github.com/mrz1836/postmark from 1.6.5 to 1.6.6 #65

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps github.com/mrz1836/postmark from 1.6.5 to 1.6.6.

Release notes

Sourced from github.com/mrz1836/postmark's releases.

Release v1.6.6

Changelog

  • 49d50e0bf69e4bbae4a6992f4fb40554ae1e8e77 Bump codecov/codecov-action from 4.4.1 to 4.5.0
  • a113feae448fd80d02944f702d5bab5ad7fad264 Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • af24ffaa782d694de60743c9e9a7cfd96f2f1286 Bump codecov/codecov-action from 4.6.0 to 5.0.2
  • d337ee2b8829b494a8e31bd40bf33795c51fe7b4 Bump codecov/codecov-action from 5.0.2 to 5.0.7
  • 73b941e81b89a0339ab82b7d10bfdc9866241a57 Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
  • d4ad9486fe0174083f7b583e5396b78739b0dc78 Fixed linter issues
  • 981ceb7a0393e328886bf4a53d7008792eada225 Merge pull request #59 from mrz1836/dependabot/github_actions/master/codecov/codecov-action-4.5.0
  • 417561ed543444a526a1f12cb176b3ea130a5731 Merge pull request #60 from mrz1836/dependabot/github_actions/master/codecov/codecov-action-4.6.0
  • eabf2b848569d0b789bb274f155dfb2debd06eb6 Merge pull request #61 from mrz1836/dependabot/github_actions/master/goreleaser/goreleaser-action-6.1.0
  • a00471f6630d4b649ee766027fe0c2eb03e2f824 Merge pull request #62 from mrz1836/dependabot/github_actions/master/codecov/codecov-action-5.0.2
  • 3882c0954a1d4e58bb6cab954ae0f843ae383db4 Merge pull request #63 from mrz1836/dependabot/github_actions/master/codecov/codecov-action-5.0.7
  • c83f001c6fce1ad5240b097c06a00eed858c40ff Merge pull request #64 from omniboost/master
  • 49ce2fc0367b9a8def07b1e08d0c773391bc7d0b Removed deprecated linters
  • f6002c6098741bfaa7579235e24659580f2fe0e5 Upgraded linter
  • c14f09a16c1616cbc9984b4789f03f3cecc2f2cf fix: parse inbound message using mail.ParseDate
Commits
  • d4ad948 Fixed linter issues
  • f6002c6 Upgraded linter
  • 49ce2fc Removed deprecated linters
  • c83f001 Merge pull request #64 from omniboost/master
  • c14f09a fix: parse inbound message using mail.ParseDate
  • 3882c09 Merge pull request #63 from mrz1836/dependabot/github_actions/master/codecov/...
  • d337ee2 Bump codecov/codecov-action from 5.0.2 to 5.0.7
  • a00471f Merge pull request #62 from mrz1836/dependabot/github_actions/master/codecov/...
  • af24ffa Bump codecov/codecov-action from 4.6.0 to 5.0.2
  • eabf2b8 Merge pull request #61 from mrz1836/dependabot/github_actions/master/goreleas...
  • 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 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)

Bumps [github.com/mrz1836/postmark](https://github.com/mrz1836/postmark) from 1.6.5 to 1.6.6.
- [Release notes](https://github.com/mrz1836/postmark/releases)
- [Changelog](https://github.com/mrz1836/postmark/blob/master/.goreleaser.yml)
- [Commits](mrz1836/postmark@v1.6.5...v1.6.6)

---
updated-dependencies:
- dependency-name: github.com/mrz1836/postmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the update General updates label Dec 3, 2024
@dependabot dependabot bot requested a review from mrz1836 December 3, 2024 10:17
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.82%. Comparing base (05aed73) to head (4cdd354).
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   95.82%   95.82%           
=======================================
  Files           6        6           
  Lines         431      431           
=======================================
  Hits          413      413           
  Misses         12       12           
  Partials        6        6           
Flag Coverage Δ
unittests 95.82% <ø> (ø)

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


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05aed73...4cdd354. Read the comment docs.

Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot pull request

@mergify mergify bot merged commit d1f753b into master Dec 3, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/master/github.com/mrz1836/postmark-1.6.6 branch December 3, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update General updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant