lyft / clutch

Extensible platform for infrastructure management
https://clutch.sh
Apache License 2.0
1.7k stars 120 forks source link

housekeeping: Update module github.com/slack-go/slack to v0.15.0 #3142

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

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

Release Notes

slack-go/slack (github.com/slack-go/slack) ### [`v0.15.0`](https://redirect.github.com/slack-go/slack/releases/tag/v0.15.0) [Compare Source](https://redirect.github.com/slack-go/slack/compare/v0.14.0...v0.15.0) > \[!WARNING]\ > This release includes a breaking change since the last release. #### What's Changed v0.15.0 is now available. It **does contain minor breaking changes** to two Block Kit elements along with a lot of new functionality. ##### Breaking Changes **Block Kit - Rich Text Section Date Element** If you are using the `RichTextSectionDateElement` block kit element, there is a new field `Format` which is now required. It previously did not exist, but was marked as required in the [Block Kit Documentation](https://api.slack.com/reference/block-kit/blocks#date-element-type). Similarly, the function `NewRichTextSectionDateElement` function signature has been updated to require the new parameter. While this *may not* have previously worked, the non-backwards compatible signature change prompts it to be identified as breaking change. **Block Kit - Rich Text input Block Element** If you are using the `RichTextInputBlockElement` block kit element, the `InitialValue` field type has been changed from `string` to `*RichTextBlock` to provide a more strongly typed experience. If you were previously passing a pre-formatted JSON object you will need to update your input to use the `RichTextBlock` struct instead. ##### Enhancements - Added support for publishing a message to a specific thread by [@​Nikolo](https://redirect.github.com/Nikolo) in [https://github.com/slack-go/slack/pull/1309](https://redirect.github.com/slack-go/slack/pull/1309) - Added support for unicode parameter in emoji type of rich text blocks by [@​YutoKashiwagi](https://redirect.github.com/YutoKashiwagi) in [https://github.com/slack-go/slack/pull/1319](https://redirect.github.com/slack-go/slack/pull/1319) - Added endpoints for `calls.*` apis and `Type: call` in blockkit by [@​winston-stripe](https://redirect.github.com/winston-stripe) in [https://github.com/slack-go/slack/pull/1190](https://redirect.github.com/slack-go/slack/pull/1190) - Added Convenience Methods to Block Elements by [@​obed-sj](https://redirect.github.com/obed-sj) in [https://github.com/slack-go/slack/pull/1279](https://redirect.github.com/slack-go/slack/pull/1279) - Added functions.completeError and functions.completeSuccess by [@​gideonw](https://redirect.github.com/gideonw) in [https://github.com/slack-go/slack/pull/1328](https://redirect.github.com/slack-go/slack/pull/1328) - Added support for external_limited option of inviteShared by [@​bamo](https://redirect.github.com/bamo) in [https://github.com/slack-go/slack/pull/1330](https://redirect.github.com/slack-go/slack/pull/1330) - Added support for Canvas API methods by [@​jarospisak-unity](https://redirect.github.com/jarospisak-unity) in [https://github.com/slack-go/slack/pull/1334](https://redirect.github.com/slack-go/slack/pull/1334) ##### Bug Fixes - Added required `format` field to rich text date blocks by [@​luke-josh](https://redirect.github.com/luke-josh) in [https://github.com/slack-go/slack/pull/1317](https://redirect.github.com/slack-go/slack/pull/1317) - Updated RichTextInputBlockElement InitialValue data type by [@​Manjish](https://redirect.github.com/Manjish) in [https://github.com/slack-go/slack/pull/1320](https://redirect.github.com/slack-go/slack/pull/1320) ##### Chores - Added go v1.23 to test matrix (test.yml) by [@​nemuvski](https://redirect.github.com/nemuvski) in [https://github.com/slack-go/slack/pull/1315](https://redirect.github.com/slack-go/slack/pull/1315) - Bumped GitHub Actions to Latest Versions by [@​shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/slack-go/slack/pull/1314](https://redirect.github.com/slack-go/slack/pull/1314) - Updated deprecated comment for UploadFile and UploadFileContext by [@​shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/slack-go/slack/pull/1316](https://redirect.github.com/slack-go/slack/pull/1316) #### New Contributors - [@​shogo82148](https://redirect.github.com/shogo82148) made their first contribution in [https://github.com/slack-go/slack/pull/1314](https://redirect.github.com/slack-go/slack/pull/1314) - [@​Nikolo](https://redirect.github.com/Nikolo) made their first contribution in [https://github.com/slack-go/slack/pull/1309](https://redirect.github.com/slack-go/slack/pull/1309) - [@​luke-josh](https://redirect.github.com/luke-josh) made their first contribution in [https://github.com/slack-go/slack/pull/1317](https://redirect.github.com/slack-go/slack/pull/1317) - [@​Manjish](https://redirect.github.com/Manjish) made their first contribution in [https://github.com/slack-go/slack/pull/1320](https://redirect.github.com/slack-go/slack/pull/1320) - [@​YutoKashiwagi](https://redirect.github.com/YutoKashiwagi) made their first contribution in [https://github.com/slack-go/slack/pull/1319](https://redirect.github.com/slack-go/slack/pull/1319) - [@​obed-sj](https://redirect.github.com/obed-sj) made their first contribution in [https://github.com/slack-go/slack/pull/1279](https://redirect.github.com/slack-go/slack/pull/1279) - [@​gideonw](https://redirect.github.com/gideonw) made their first contribution in [https://github.com/slack-go/slack/pull/1328](https://redirect.github.com/slack-go/slack/pull/1328) - [@​bamo](https://redirect.github.com/bamo) made their first contribution in [https://github.com/slack-go/slack/pull/1330](https://redirect.github.com/slack-go/slack/pull/1330) - [@​jarospisak-unity](https://redirect.github.com/jarospisak-unity) made their first contribution in [https://github.com/slack-go/slack/pull/1334](https://redirect.github.com/slack-go/slack/pull/1334) **Full Changelog**: https://github.com/slack-go/slack/compare/v0.14.0...v0.15.0

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

github-actions[bot] commented 1 month ago

This PR has been marked as stale after 7 or more days of inactivity. Please have a maintainer add the on hold label if this PR should remain open. If there is no further activity or the on hold label is not added, this PR will be closed in 3 days.

renovate[bot] commented 1 month ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.15.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.