1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore(deps): bump github.com/slack-go/slack from 0.12.5 to 0.13.0 (#4871)

Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack)
from 0.12.5 to 0.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/slack-go/slack/releases">github.com/slack-go/slack's
releases</a>.</em></p>
<blockquote>
<h2>v0.13.0</h2>
<blockquote>
<p>[!WARNING]<br />
This release includes a breaking change since the last release</p>
</blockquote>
<h2>What's Changed</h2>
<h3>Breaking changes</h3>
<ul>
<li>Expose <code>team_id</code> parameter for use with org-wide app by
<a
href="https://github.com/candiduslynx"><code>@​candiduslynx</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1283">slack-go/slack#1283</a>:
Changed interface:
<table>
<thead>
<tr>
<th>Old</th>
<th>New</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>Client.GetBotInfo(bot string) (*Bot, error)</code></td>
<td><code>Client.GetBotInfo(parameters GetBotInfoParameters) (*Bot,
error)</code></td>
</tr>
<tr>
<td><code>Client.GetBotInfoContext(ctx context.Context, bot
string)</code></td>
<td><code>Client.GetBotInfoContext(ctx context.Context, parameters
GetBotInfoParameters)</code></td>
</tr>
<tr>
<td><code>Client.GetTeamProfile() (*TeamProfile, error)</code></td>
<td><code>GetTeamProfile(teamID ...string) (*TeamProfile,
error)</code></td>
</tr>
<tr>
<td><code>GetTeamProfileContext(ctx context.Context) (*TeamProfile,
error)</code></td>
<td><code>GetTeamProfileContext(ctx context.Context, teamID ...string)
(*TeamProfile, error)</code></td>
</tr>
<tr>
<td><code>Client.GetBillableInfo(user string) (map[string]BillingActive,
error)</code></td>
<td><code>Client.GetBillableInfo(params GetBillableInfoParams)
(map[string]BillingActive, error)</code></td>
</tr>
<tr>
<td><code>Client.GetBillableInfoContext(ctx context.Context, user
string) (map[string]BillingActive, error)</code></td>
<td><code>Client.GetBillableInfoContext(ctx context.Context, params
GetBillableInfoParams) (map[string]BillingActive, error)</code></td>
</tr>
<tr>
<td><code>Client.GetBillableInfoForTeam() (map[string]BillingActive,
error)</code></td>
<td>dropped, use <code>Client.GetBillableInfo</code> with empty
params</td>
</tr>
<tr>
<td><code>Client.GetBillableInfoForTeamContext(ctx context.Context)
(map[string]BillingActive, error)</code></td>
<td>dropped, use <code>Client.GetBillableInfoContext</code> with empty
params</td>
</tr>
</tbody>
</table>
</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Block Object: Validate text min and max length by <a
href="https://github.com/Chagui"><code>@​Chagui</code></a>- in <a
href="https://redirect.github.com/slack-go/slack/pull/1273">slack-go/slack#1273</a></li>
<li>fix some typos by <a
href="https://github.com/yutasb"><code>@​yutasb</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1281">slack-go/slack#1281</a></li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Add missing message option for link_names by <a
href="https://github.com/robbydyer"><code>@​robbydyer</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1278">slack-go/slack#1278</a></li>
<li>Expose <code>team_id</code> parameter for use with org-wide app by
<a
href="https://github.com/candiduslynx"><code>@​candiduslynx</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1283">slack-go/slack#1283</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Chagui"><code>@​Chagui</code></a>- made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1273">slack-go/slack#1273</a></li>
<li><a href="https://github.com/robbydyer"><code>@​robbydyer</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1278">slack-go/slack#1278</a></li>
<li><a href="https://github.com/yutasb"><code>@​yutasb</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1281">slack-go/slack#1281</a></li>
<li><a
href="https://github.com/candiduslynx"><code>@​candiduslynx</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1283">slack-go/slack#1283</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slack-go/slack/compare/v0.12.5...v0.13.0">https://github.com/slack-go/slack/compare/v0.12.5...v0.13.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="41fa1e5b4a"><code>41fa1e5</code></a>
Merge pull request <a
href="https://redirect.github.com/slack-go/slack/issues/1283">#1283</a>
from cloudquery/fix/expose-team_id-param</li>
<li><a
href="c530ebbffb"><code>c530ebb</code></a>
pr-prep</li>
<li><a
href="ceced007d2"><code>ceced00</code></a>
team.profile.get</li>
<li><a
href="204bf374e2"><code>204bf37</code></a>
team.billableInfo</li>
<li><a
href="2824b312b5"><code>2824b31</code></a>
team.accessLogs</li>
<li><a
href="7138048b7c"><code>7138048</code></a>
search.all</li>
<li><a
href="a47d659876"><code>a47d659</code></a>
reactions.list</li>
<li><a
href="0c1ba09d06"><code>0c1ba09</code></a>
usergroups.list</li>
<li><a
href="55bdd38d7c"><code>55bdd38</code></a>
usergroups.create</li>
<li><a
href="eb325a50c0"><code>eb325a5</code></a>
files.list</li>
<li>Additional commits viewable in <a
href="https://github.com/slack-go/slack/compare/v0.12.5...v0.13.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/slack-go/slack&package-manager=go_modules&previous-version=0.12.5&new-version=0.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-16 10:02:52 -03:00 committed by GitHub
parent b4d768bf16
commit a82491afe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -42,7 +42,7 @@ require (
github.com/muesli/roff v0.1.0
github.com/muesli/termenv v0.15.2
github.com/ory/dockertest/v3 v3.10.0
github.com/slack-go/slack v0.12.5
github.com/slack-go/slack v0.13.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.9.0
github.com/ulikunitz/xz v0.5.12

4
go.sum
View File

@ -718,8 +718,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/skeema/knownhosts v1.2.2 h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A=
github.com/skeema/knownhosts v1.2.2/go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo=
github.com/slack-go/slack v0.12.5 h1:ddZ6uz6XVaB+3MTDhoW04gG+Vc/M/X1ctC+wssy2cqs=
github.com/slack-go/slack v0.12.5/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
github.com/slack-go/slack v0.13.0 h1:7my/pR2ubZJ9912p9FtvALYpbt0cQPAqkRy2jaSI1PQ=
github.com/slack-go/slack v0.13.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
github.com/smarty/assertions v1.15.0 h1:cR//PqUBUiQRakZWqBiFFQ9wb8emQGDb0HeGdqGByCY=
github.com/smarty/assertions v1.15.0/go.mod h1:yABtdzeQs6l1brC900WlRNwj6ZR55d7B+E8C6HtKdec=
github.com/smartystreets/assertions v1.2.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo=