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.14.0 to 0.15.0 (#5201)

Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack)
from 0.14.0 to 0.15.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.15.0</h2>
<blockquote>
<p>[!WARNING]<br />
This release includes a breaking change since the last release.</p>
</blockquote>
<h2>What's Changed</h2>
<p>v0.15.0 is now available. It <strong>does contain minor breaking
changes</strong> to two Block Kit elements along with a lot of new
functionality.</p>
<h3>Breaking Changes</h3>
<p><strong>Block Kit - Rich Text Section Date Element</strong></p>
<p>If you are using the <code>RichTextSectionDateElement</code> block
kit element, there is a new field <code>Format</code> which is now
required. It previously did not exist, but was marked as required in the
<a
href="https://api.slack.com/reference/block-kit/blocks#date-element-type">Block
Kit Documentation</a>. Similarly, the function
<code>NewRichTextSectionDateElement</code> function signature has been
updated to require the new parameter. While this <em>may not</em> have
previously worked, the non-backwards compatible signature change prompts
it to be identified as breaking change.</p>
<p><strong>Block Kit - Rich Text input Block Element</strong></p>
<p>If you are using the <code>RichTextInputBlockElement</code> block kit
element, the <code>InitialValue</code> field type has been changed from
<code>string</code> to <code>*RichTextBlock</code> 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
<code>RichTextBlock</code> struct instead.</p>
<h3>Enhancements</h3>
<ul>
<li>Added support for publishing a message to a specific thread by <a
href="https://github.com/Nikolo"><code>@​Nikolo</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1309">slack-go/slack#1309</a></li>
<li>Added support for unicode parameter in emoji type of rich text
blocks by <a
href="https://github.com/YutoKashiwagi"><code>@​YutoKashiwagi</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1319">slack-go/slack#1319</a></li>
<li>Added endpoints for <code>calls.*</code> apis and <code>Type:
call</code> in blockkit by <a
href="https://github.com/winston-stripe"><code>@​winston-stripe</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1190">slack-go/slack#1190</a></li>
<li>Added Convenience Methods to Block Elements by <a
href="https://github.com/obed-sj"><code>@​obed-sj</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1279">slack-go/slack#1279</a></li>
<li>Added functions.completeError and functions.completeSuccess by <a
href="https://github.com/gideonw"><code>@​gideonw</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1328">slack-go/slack#1328</a></li>
<li>Added support for external_limited option of inviteShared by <a
href="https://github.com/bamo"><code>@​bamo</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1330">slack-go/slack#1330</a></li>
<li>Added support for Canvas API methods by <a
href="https://github.com/jarospisak-unity"><code>@​jarospisak-unity</code></a>
in <a
href="https://redirect.github.com/slack-go/slack/pull/1334">slack-go/slack#1334</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Added required <code>format</code> field to rich text date blocks by
<a href="https://github.com/luke-josh"><code>@​luke-josh</code></a> in
<a
href="https://redirect.github.com/slack-go/slack/pull/1317">slack-go/slack#1317</a></li>
<li>Updated RichTextInputBlockElement InitialValue data type by <a
href="https://github.com/Manjish"><code>@​Manjish</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1320">slack-go/slack#1320</a></li>
</ul>
<h3>Chores</h3>
<ul>
<li>Added go v1.23 to test matrix (test.yml) by <a
href="https://github.com/nemuvski"><code>@​nemuvski</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1315">slack-go/slack#1315</a></li>
<li>Bumped GitHub Actions to Latest Versions by <a
href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a
href="https://redirect.github.com/slack-go/slack/pull/1314">slack-go/slack#1314</a></li>
<li>Updated deprecated comment for UploadFile and UploadFileContext by
<a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in
<a
href="https://redirect.github.com/slack-go/slack/pull/1316">slack-go/slack#1316</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/shogo82148"><code>@​shogo82148</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1314">slack-go/slack#1314</a></li>
<li><a href="https://github.com/Nikolo"><code>@​Nikolo</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1309">slack-go/slack#1309</a></li>
<li><a href="https://github.com/luke-josh"><code>@​luke-josh</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1317">slack-go/slack#1317</a></li>
<li><a href="https://github.com/Manjish"><code>@​Manjish</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1320">slack-go/slack#1320</a></li>
<li><a
href="https://github.com/YutoKashiwagi"><code>@​YutoKashiwagi</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1319">slack-go/slack#1319</a></li>
<li><a href="https://github.com/obed-sj"><code>@​obed-sj</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1279">slack-go/slack#1279</a></li>
<li><a href="https://github.com/gideonw"><code>@​gideonw</code></a> made
their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1328">slack-go/slack#1328</a></li>
<li><a href="https://github.com/bamo"><code>@​bamo</code></a> made their
first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1330">slack-go/slack#1330</a></li>
<li><a
href="https://github.com/jarospisak-unity"><code>@​jarospisak-unity</code></a>
made their first contribution in <a
href="https://redirect.github.com/slack-go/slack/pull/1334">slack-go/slack#1334</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slack-go/slack/compare/v0.14.0...v0.15.0">https://github.com/slack-go/slack/compare/v0.14.0...v0.15.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="203cdb2305"><code>203cdb2</code></a>
feat: Add support for Canvas API methods (<a
href="https://redirect.github.com/slack-go/slack/issues/1334">#1334</a>)</li>
<li><a
href="c5ef90eb58"><code>c5ef90e</code></a>
feat: Add support for external_limited option of inviteShared (<a
href="https://redirect.github.com/slack-go/slack/issues/1330">#1330</a>)</li>
<li><a
href="21e61c5b39"><code>21e61c5</code></a>
feat: Add functions.completeError and functions.completeSuccess (<a
href="https://redirect.github.com/slack-go/slack/issues/1328">#1328</a>)</li>
<li><a
href="132e0d11f7"><code>132e0d1</code></a>
feat: Add Convenience Methods to Block Elements (<a
href="https://redirect.github.com/slack-go/slack/issues/1279">#1279</a>)</li>
<li><a
href="57aa84d9a8"><code>57aa84d</code></a>
Add endpoints for <code>calls.*</code> apis and <code>Type: call</code>
in blockkit (<a
href="https://redirect.github.com/slack-go/slack/issues/1190">#1190</a>)</li>
<li><a
href="447b7cdae0"><code>447b7cd</code></a>
feat: Add support for unicode parameter in emoji type of rich text
blocks (<a
href="https://redirect.github.com/slack-go/slack/issues/1">#1</a>...</li>
<li><a
href="69981898f8"><code>6998189</code></a>
fix: Updated RichTextInputBlockElement InitialValue data type (<a
href="https://redirect.github.com/slack-go/slack/issues/1320">#1320</a>)</li>
<li><a
href="cd4e26e5ec"><code>cd4e26e</code></a>
fix: Add required <code>format</code> field to rich text date blocks (<a
href="https://redirect.github.com/slack-go/slack/issues/1317">#1317</a>)</li>
<li><a
href="6c4585b028"><code>6c4585b</code></a>
Support publishing a messge to a specific thread (<a
href="https://redirect.github.com/slack-go/slack/issues/1309">#1309</a>)</li>
<li><a
href="5386d65cc4"><code>5386d65</code></a>
fix: fix deprecated comment for UploadFile and UploadFileContext (<a
href="https://redirect.github.com/slack-go/slack/issues/1316">#1316</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/slack-go/slack/compare/v0.14.0...v0.15.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.14.0&new-version=0.15.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-10-15 12:59:09 -03:00 committed by GitHub
parent 0f87e6f9f7
commit f946a9c1f7
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

@ -40,7 +40,7 @@ require (
github.com/muesli/roff v0.1.0
github.com/muesli/termenv v0.15.2
github.com/ory/dockertest/v3 v3.11.0
github.com/slack-go/slack v0.14.0
github.com/slack-go/slack v0.15.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/ulikunitz/xz v0.5.12

4
go.sum
View File

@ -712,8 +712,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.14.0 h1:6c0UTfbRnvRssZUsZ2qe0Iu07VAMPjRqOa6oX8ewF4k=
github.com/slack-go/slack v0.14.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
github.com/slack-go/slack v0.15.0 h1:LE2lj2y9vqqiOf+qIIy0GvEoxgF1N5yLGZffmEZykt0=
github.com/slack-go/slack v0.15.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=