validator-labs / validator

validator monitors ValidationResults created by one or more validator plugins and uploads them to a configurable sink.
https://validator-labs.github.io/docs
Apache License 2.0
17 stars 3 forks source link

deps(deps): update module github.com/slack-go/slack to v0.14.0 #393

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/slack-go/slack v0.13.1 -> v0.14.0 age adoption passing confidence

Release Notes

slack-go/slack (github.com/slack-go/slack) ### [`v0.14.0`](https://togithub.com/slack-go/slack/releases/tag/v0.14.0) [Compare Source](https://togithub.com/slack-go/slack/compare/v0.13.1...v0.14.0) #### What's Changed v0.14.0 is now available. It contains **no breaking changes** but does include several pieces of new functionality and long-standing bug fixes. ##### Enhancements - Added Support for receiving `metadata` when receiving a `MessageEvent` over WebSocket by [@​rfratto](https://togithub.com/rfratto) in [https://github.com/slack-go/slack/pull/1307](https://togithub.com/slack-go/slack/pull/1307) - Added a new field to expose file data when receiving a `File` event from a Slack Connect Channel by [@​zFlabmonsta](https://togithub.com/zFlabmonsta) in [https://github.com/slack-go/slack/pull/1312](https://togithub.com/slack-go/slack/pull/1312) - Added support for the `slack_file` in the image block by [@​rhysm](https://togithub.com/rhysm) in [https://github.com/slack-go/slack/pull/1311](https://togithub.com/slack-go/slack/pull/1311) - Added 35 missing Websocket event types by [@​Aryakoste](https://togithub.com/Aryakoste) in [https://github.com/slack-go/slack/pull/1306](https://togithub.com/slack-go/slack/pull/1306) - Added support for parsing `AppRateLimited` events in the `ParseEvent` function by [@​nemuvski](https://togithub.com/nemuvski) in [https://github.com/slack-go/slack/pull/1308](https://togithub.com/slack-go/slack/pull/1308) - Added newly documented Channel Canvas properties to the `conversations.info` Web API method by [@​ku](https://togithub.com/ku) in [https://github.com/slack-go/slack/pull/1228](https://togithub.com/slack-go/slack/pull/1228) ##### Bug Fixes - Fixed an edge case when using `UpdateRemoteFileContext` and `UpdateRemoteFile` and Image Previews would return an `invalid_auth` error by [@​EkeMinusYou](https://togithub.com/EkeMinusYou) in [https://github.com/slack-go/slack/pull/1117](https://togithub.com/slack-go/slack/pull/1117) ##### Chores / Code Cleanup - Replaced deprecated `ioutil` with `io` and `os` packages by [@​nakamasato](https://togithub.com/nakamasato) in [https://github.com/slack-go/slack/pull/1310](https://togithub.com/slack-go/slack/pull/1310) #### New Contributors - [@​rfratto](https://togithub.com/rfratto) made their first contribution in [https://github.com/slack-go/slack/pull/1307](https://togithub.com/slack-go/slack/pull/1307) - [@​nakamasato](https://togithub.com/nakamasato) made their first contribution in [https://github.com/slack-go/slack/pull/1310](https://togithub.com/slack-go/slack/pull/1310) - [@​rhysm](https://togithub.com/rhysm) made their first contribution in [https://github.com/slack-go/slack/pull/1311](https://togithub.com/slack-go/slack/pull/1311) - [@​Aryakoste](https://togithub.com/Aryakoste) made their first contribution in [https://github.com/slack-go/slack/pull/1306](https://togithub.com/slack-go/slack/pull/1306) - [@​nemuvski](https://togithub.com/nemuvski) made their first contribution in [https://github.com/slack-go/slack/pull/1308](https://togithub.com/slack-go/slack/pull/1308) - [@​ku](https://togithub.com/ku) made their first contribution in [https://github.com/slack-go/slack/pull/1228](https://togithub.com/slack-go/slack/pull/1228) - [@​EkeMinusYou](https://togithub.com/EkeMinusYou) made their first contribution in [https://github.com/slack-go/slack/pull/1117](https://togithub.com/slack-go/slack/pull/1117) - [@​jjjjeeffff](https://togithub.com/jjjjeeffff) was instrumental in the successful resolution of [https://github.com/slack-go/slack/pull/1117](https://togithub.com/slack-go/slack/pull/1117) **Full Changelog**: https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0

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 was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 3 months ago

Codecov Report

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

@@            Coverage Diff             @@
##             main     #393      +/-   ##
==========================================
- Coverage   54.02%   53.66%   -0.36%     
==========================================
  Files          21       21              
  Lines        1131     1131              
==========================================
- Hits          611      607       -4     
- Misses        452      455       +3     
- Partials       68       69       +1     

see 1 file with indirect coverage changes


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 007194e...5063667. Read the comment docs.