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

chore(deps): bump github.com/slack-go/slack from 0.14.0 to 0.15.0 #203

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps github.com/slack-go/slack from 0.14.0 to 0.15.0.

Release notes

Sourced from github.com/slack-go/slack's releases.

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. 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

Bug Fixes

Chores

New Contributors

Full Changelog: slack-go/slack@v0.14.0...v0.15.0

Commits
  • 203cdb2 feat: Add support for Canvas API methods (#1334)
  • c5ef90e feat: Add support for external_limited option of inviteShared (#1330)
  • 21e61c5 feat: Add functions.completeError and functions.completeSuccess (#1328)
  • 132e0d1 feat: Add Convenience Methods to Block Elements (#1279)
  • 57aa84d Add endpoints for calls.* apis and Type: call in blockkit (#1190)
  • 447b7cd feat: Add support for unicode parameter in emoji type of rich text blocks (#1...
  • 6998189 fix: Updated RichTextInputBlockElement InitialValue data type (#1320)
  • cd4e26e fix: Add required format field to rich text date blocks (#1317)
  • 6c4585b Support publishing a messge to a specific thread (#1309)
  • 5386d65 fix: fix deprecated comment for UploadFile and UploadFileContext (#1316)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 14, 2024
@dependabot dependabot bot requested a review from a team as a code owner October 14, 2024 19:46
@iainlane
Copy link
Member

@dependabot rebase

Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)
- [Commits](slack-go/slack@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/slack-go/slack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/slack-go/slack-0.15.0 branch from 3bf6aa5 to 2e1adf7 Compare October 15, 2024 08:55
As can be seen [when updating `slack-go`][run], the current API is
deprecated and we need to update to continue working beyond May 2025.

[run]: https://github.com/grafana/flagger-k6-webhook/actions/runs/11342664073/job/31543572688?pr=203
@iainlane
Copy link
Member

I fixed a deprecation in c442a62, so I can't really approve this 🙂

@zerok
Copy link
Contributor

zerok commented Oct 16, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@zerok zerok merged commit 9e7a6d9 into main Oct 16, 2024
7 checks passed
@zerok zerok deleted the dependabot/go_modules/github.com/slack-go/slack-0.15.0 branch October 16, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants