Skip to content

chore(deps): bump github.com/slack-go/slack from 0.16.0 to 0.17.0 #188

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps github.com/slack-go/slack from 0.16.0 to 0.17.0.

Release notes

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

v0.17.0

MAJOR BREAKING CHANGES

This release has a few major breaking changes. And a couple require developers to pay a bit of attention, else their programs will break. I am sorry this is the case but such is life sometimes.

See below for the most important, and trickier breaking changes.

Breaking changes

  • Fix message event struct by @​paprikati in slack-go/slack#1391 and slack-go/slack#1408 Our MessageEvent has been quite wrong for a while. This should fix it but it does mean folks will have to change their code to cope with this new structure. Please be extra vigilant in areas of your code that uses MessageEvent.
  • Function execution events now correctly accept interfaces not strings by @​ProjectBarks in slack-go/slack#1357 FunctionExecutedEvent had Inputs set as map[string]string but that didn't allow enough flexibility - that has been changed to map[string]interface.
  • Allow emoji value in plain text blocks to be null by @​calebmckay in slack-go/slack#1354 The Emoji field in TextBlockObject is now a pointer to ensure we can make a distinction between nil and false. Only affects when unmarshalling.
  • Remove Legacy Workflows by @​lorenzoaiello in slack-go/slack#1350 Slack has deprecated legacy workflows for a long time, and beginning September 26, 2024, Slack stopped executing workflows containing a "step from app." See more at https://api.slack.com/changelog/2023-08-workflow-steps-from-apps-step-back.
  • Implement PublishViewContext to keep hash optional by @​ishitamundhra in slack-go/slack#1322 PublishViewContext() now requires people to pass a PublishViewContextRequest which became a public type. If you call PublishViewContext() in your code, please adjust accordingly.
  • Renamed AltText to AltTxt and SnippetText to SnippetType (in GetUploadURLExternalParameters and UploadFileV2Parameters) by @​nlopes in slack-go/slack#1422
  • AppHomeOpenedEvent View is now a pointer by @​nlopes in slack-go/slack#1424 This provides slightly better ergonomics in the case when there's no view yet.

Features added

Fixes

... (truncated)

Commits
  • 6ed4ea4 chore(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.3 (#1428)
  • 35c3194 chore(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.3
  • 85c2581 chore(deps): bump github.com/go-test/deep from 1.0.4 to 1.1.1 (#1429)
  • 3fce6b7 chore(deps): bump github.com/go-test/deep from 1.0.4 to 1.1.1
  • 04b58da chore(deps): bump github.com/stretchr/testify from 1.2.2 to 1.10.0 (#1427)
  • 58e4146 chore(deps): bump github.com/stretchr/testify from 1.2.2 to 1.10.0
  • 3559b64 chore: add gomod to dependabot (#1426)
  • a901aac chore: add gomod to dependabot
  • c0011f3 fix: tighten permissions for the test workflow (#1425)
  • 7d5a965 fix: tighten permissions for the test workflow
  • 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 May 26, 2025
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/history.go)
- [Commits](slack-go/slack@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/slack-go/slack
  dependency-version: 0.17.0
  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.17.0 branch from f3b413b to a871292 Compare May 28, 2025 20:03
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.

0 participants