nikoksr / notify

A dead simple Go library for sending notifications to various messaging services.
MIT License
2.77k stars 204 forks source link

fix(deps): update module github.com/atc0005/go-teams-notify/v2 to v2.10.0 #822

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/atc0005/go-teams-notify/v2 v2.6.1 -> v2.10.0 age adoption passing confidence

Release Notes

atc0005/go-teams-notify (github.com/atc0005/go-teams-notify/v2) ### [`v2.10.0`](https://togithub.com/atc0005/go-teams-notify/blob/HEAD/CHANGELOG.md#v2100---2024-02-22) [Compare Source](https://togithub.com/atc0005/go-teams-notify/compare/v2.9.0...v2.10.0) ##### Added - ([GH-255](https://togithub.com/atc0005/go-teams-notify/issues/255)) Add `IsSublte` and `HorizontalAlignment` to `Element` - credit: [@​codello](https://togithub.com/codello) ##### Changed ##### Dependency Updates - ([GH-256](https://togithub.com/atc0005/go-teams-notify/issues/256)) Update Dependabot PR prefixes ### [`v2.9.0`](https://togithub.com/atc0005/go-teams-notify/blob/HEAD/CHANGELOG.md#v290---2024-01-25) [Compare Source](https://togithub.com/atc0005/go-teams-notify/compare/v2.8.0...v2.9.0) ##### Added - ([GH-241](https://togithub.com/atc0005/go-teams-notify/issues/241)) Add proxy server examples - ([GH-251](https://togithub.com/atc0005/go-teams-notify/issues/251)) Initial support for toggling visibility ##### Changed ##### Dependency Updates - ([GH-238](https://togithub.com/atc0005/go-teams-notify/issues/238)) ghaw: bump actions/checkout from 3 to 4 - ([GH-248](https://togithub.com/atc0005/go-teams-notify/issues/248)) ghaw: bump github/codeql-action from 2 to 3 - ([GH-236](https://togithub.com/atc0005/go-teams-notify/issues/236)) Update Dependabot config to monitor both branches ##### Other - ([GH-244](https://togithub.com/atc0005/go-teams-notify/issues/244)) Update Go Doc comment formatting ### [`v2.8.0`](https://togithub.com/atc0005/go-teams-notify/blob/HEAD/CHANGELOG.md#v280---2023-07-21) [Compare Source](https://togithub.com/atc0005/go-teams-notify/compare/v2.7.1...v2.8.0) ##### Added - `Adaptive Card` format - ([GH-205](https://togithub.com/atc0005/go-teams-notify/issues/205)) Ability to create a Table in AdaptiveCard - CI - ([GH-232](https://togithub.com/atc0005/go-teams-notify/issues/232)) Add initial automated release notes config - ([GH-233](https://togithub.com/atc0005/go-teams-notify/issues/233)) Add initial automated release build workflow ##### Changed - Dependencies - `stretchr/testify` - `v1.8.2` to `v1.8.4` - CI - ([GH-226](https://togithub.com/atc0005/go-teams-notify/issues/226)) Add `quick` Makefile recipe (alias) - ([GH-225](https://togithub.com/atc0005/go-teams-notify/issues/225)) Update vuln analysis GHAW to remove on.push hook - ([GH-230](https://togithub.com/atc0005/go-teams-notify/issues/230)) Disable unsupported build opts in monthly workflow ##### Fixed - CI - ([GH-229](https://togithub.com/atc0005/go-teams-notify/issues/229)) Restore local CodeQL workflow ### [`v2.7.1`](https://togithub.com/atc0005/go-teams-notify/blob/HEAD/CHANGELOG.md#v271---2023-06-09) [Compare Source](https://togithub.com/atc0005/go-teams-notify/compare/v2.7.0...v2.7.1) ##### Changed - Dependencies - `github.com/stretchr/testify` - `v1.8.1` to `v1.8.2` - CI - ([GH-198](https://togithub.com/atc0005/go-teams-notify/issues/198)) Add Go Module Validation, Dependency Updates jobs - ([GH-200](https://togithub.com/atc0005/go-teams-notify/issues/200)) Drop `Push Validation` workflow - ([GH-201](https://togithub.com/atc0005/go-teams-notify/issues/201)) Rework workflow scheduling - ([GH-203](https://togithub.com/atc0005/go-teams-notify/issues/203)) Remove `Push Validation` workflow status badge - ([GH-207](https://togithub.com/atc0005/go-teams-notify/issues/207)) Update vuln analysis GHAW to use on.push hook - `Adaptive Card` format - ([GH-206](https://togithub.com/atc0005/go-teams-notify/issues/206)) Update `AdaptiveCardMaxVersion` to 1.5 - ([GH-216](https://togithub.com/atc0005/go-teams-notify/issues/216)) Refactor `TopLevelCard.Validate` - Other - ([GH-212](https://togithub.com/atc0005/go-teams-notify/issues/212)) Update `InList`, `InListIfFieldValNotEmpty` validators ##### Fixed - ([GH-208](https://togithub.com/atc0005/go-teams-notify/issues/208)) Validation of `(adaptivecard.Attachment).Content` is missing ### [`v2.7.0`](https://togithub.com/atc0005/go-teams-notify/blob/HEAD/CHANGELOG.md#v270---2022-12-12) [Compare Source](https://togithub.com/atc0005/go-teams-notify/compare/v2.6.1...v2.7.0) ##### Added - ([GH-134](https://togithub.com/atc0005/go-teams-notify/issues/134)) Allow setting user agent, fallback to project-specific default value - ([GH-135](https://togithub.com/atc0005/go-teams-notify/issues/135)) Allow overriding default `http.Client` - ([GH-157](https://togithub.com/atc0005/go-teams-notify/issues/157)) Add `Adaptive Card` message format support - see also discussion from [GH-127](https://togithub.com/atc0005/go-teams-notify/issues/127), including feedback from [@​ghokun](https://togithub.com/ghokun) - ([GH-169](https://togithub.com/atc0005/go-teams-notify/issues/169)) Added YAML en(de)coding support to `MessageCard` - credit: [@​pcanilho](https://togithub.com/pcanilho) ##### Changed - Dependencies - `github.com/stretchr/testify` - `v1.7.0` to `v1.8.1` - ([GH-154](https://togithub.com/atc0005/go-teams-notify/issues/154)) Deprecate API interface, expose underlying "Teams" client - ([GH-183](https://togithub.com/atc0005/go-teams-notify/issues/183)) Update Makefile and GitHub Actions Workflows - ([GH-190](https://togithub.com/atc0005/go-teams-notify/issues/190)) Refactor GitHub Actions workflows to import logic ##### Fixed - ([GH-166](https://togithub.com/atc0005/go-teams-notify/issues/166)) Update `lintinstall` Makefile recipe - ([GH-184](https://togithub.com/atc0005/go-teams-notify/issues/184)) Apply Go 1.19 specific doc comments linting fixes - ([GH-176](https://togithub.com/atc0005/go-teams-notify/issues/176)) `./send_test.go:238:8: second argument to errors.As should not be *error` - ([GH-179](https://togithub.com/atc0005/go-teams-notify/issues/179)) Wrong json key name for URL (uses uri instead) - credit: [@​janfonas](https://togithub.com/janfonas)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.10%. Comparing base (8efdc15) to head (2a2e45b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #822 +/- ## ======================================= Coverage 74.10% 74.10% ======================================= Files 44 44 Lines 1572 1572 ======================================= Hits 1165 1165 Misses 307 307 Partials 100 100 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.