fix(deps): update all#23
Merged
Merged
Conversation
000c0c8 to
c392063
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c392063 to
7ee873d
Compare
557e773 to
4670944
Compare
4670944 to
6bf03bd
Compare
6bf03bd to
4a1a3ea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.54.2->v0.55.0v0.16.0->v0.17.0v1.20.0->v1.20.1Release Notes
moov-io/base (github.com/moov-io/base)
v0.55.0Compare Source
ADDITIONS
StructContextfor logging fields of a structBUILD
v0.54.4Compare Source
BUILD
v0.54.3Compare Source
IMPROVEMENTS
BUILD
slack-go/slack (github.com/slack-go/slack)
v0.17.0Compare Source
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
Our
MessageEventhas 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 usesMessageEvent.FunctionExecutedEventhadInputsset asmap[string]stringbut that didn't allow enough flexibility - that has been changed tomap[string]interface.emojivalue in plain text blocks to be null by @calebmckay in https://github.com/slack-go/slack/pull/1354The
Emojifield inTextBlockObjectis now a pointer to ensure we can make a distinction betweennilandfalse. Only affects when unmarshalling.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.
PublishViewContext()now requires people to pass aPublishViewContextRequestwhich became a public type. If you callPublishViewContext()in your code, please adjust accordingly.AltTexttoAltTxtandSnippetTexttoSnippetType(inGetUploadURLExternalParametersandUploadFileV2Parameters) by @nlopes in https://github.com/slack-go/slack/pull/1422AppHomeOpenedEventViewis now a pointer by @nlopes in https://github.com/slack-go/slack/pull/1424This provides slightly better ergonomics in the case when there's no view yet.
Features added
MultiSelectBlockElementby @quantumsheep in https://github.com/slack-go/slack/pull/1373Headersfield to theFilestructure by @rntk in https://github.com/slack-go/slack/pull/1380RichTextValue(rich_text_value) toBlockActionby @borisputerka in https://github.com/slack-go/slack/pull/1385debugmode by @nlopes in https://github.com/slack-go/slack/pull/1393ForceInviteUsersToConversationby @nlopes in https://github.com/slack-go/slack/pull/1397Fixes
slacktestGetSeenOutboundMessagesrace condition by @askreet in https://github.com/slack-go/slack/pull/1362mrkdwnwhich the Slack API doesn't support by @nlopes in https://github.com/slack-go/slack/pull/1418Countfields as numbers by @nlopes in https://github.com/slack-go/slack/pull/1417omitemptyby @bassettb in https://github.com/slack-go/slack/pull/1412Detailed list of all of the changes
MultiSelectBlockElementby @quantumsheep in https://github.com/slack-go/slack/pull/1373emojivalue in plain text blocks to be null by @calebmckay in https://github.com/slack-go/slack/pull/1354ForceInviteUsersToConversationby @nlopes in https://github.com/slack-go/slack/pull/1397mrkdwnby @nlopes in https://github.com/slack-go/slack/pull/1418UploadToURL(fromuploadToURL) by @nlopes in https://github.com/slack-go/slack/pull/1422New Contributors
Full Changelog: slack-go/slack@v0.16.0...v0.17.0
spf13/viper (github.com/spf13/viper)
v1.20.1Compare Source
What's Changed
Bug Fixes 🐛
Full Changelog: spf13/viper@v1.20.0...v1.20.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.