Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the go-modules-updates group with 4 updates in the / directory: github.com/go-pkgz/repeater, github.com/slack-go/slack, github.com/stretchr/testify and golang.org/x/net.

Updates github.com/go-pkgz/repeater from 1.1.3 to 1.2.0

Release notes

Sourced from github.com/go-pkgz/repeater's releases.

Version 1.2.0

What's Changed

New Contributors

Full Changelog: go-pkgz/repeater@v1.1.3...v1.2.0

Commits
  • 8ed8651 wrapped error handling
  • 27dfe6c update to go 1.29 and decouple strategy with interface on caller side
  • a9480dd stricter golangci-lint config, bump go modules
  • fc4313b update ci configuration
  • a62dddd switch linter to 1.24
  • d0f3047 switch to 1.14 and actions
  • d924a6d update lint version
  • a7c341f Update README.md
  • 1959509 fix legacy info about backoff constructor
  • 18d790b Merge remote-tracking branch 'origin/master'
  • Additional commits viewable in compare view

Updates 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

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.29.0 to 0.31.0

Commits
  • 334afa0 go.mod: update golang.org/x dependencies
  • d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  • 858db1a http2: surface errors occurring very early in a client conn's lifetime
  • 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  • f35fec9 http2: detect hung client connections by confirming stream resets
  • e883dae README: don't recommend go get
  • 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  • 4783315 http2: limit 1xx based on size, do not limit when delivered
  • 5716b98 internal/socket: execute gofmt
  • 42b1186 http2: support ResponseController.EnableFullDuplex
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-modules-updates group with 4 updates in the / directory: [github.com/go-pkgz/repeater](https://github.com/go-pkgz/repeater), [github.com/slack-go/slack](https://github.com/slack-go/slack), [github.com/stretchr/testify](https://github.com/stretchr/testify) and [golang.org/x/net](https://github.com/golang/net).


Updates `github.com/go-pkgz/repeater` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/go-pkgz/repeater/releases)
- [Commits](go-pkgz/repeater@v1.1.3...v1.2.0)

Updates `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/history.go)
- [Commits](slack-go/slack@v0.14.0...v0.15.0)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `golang.org/x/net` from 0.29.0 to 0.31.0
- [Commits](golang/net@v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: github.com/go-pkgz/repeater
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: github.com/slack-go/slack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 1, 2024
@coveralls
Copy link

coveralls commented Dec 1, 2024

Pull Request Test Coverage Report for Build 12109704834

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.4%) to 96.721%

Totals Coverage Status
Change from base Build 11139023390: 0.4%
Covered Lines: 472
Relevant Lines: 488

💛 - Coveralls

@paskal paskal merged commit 87e3369 into master Dec 2, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/go-modules-updates-405b096cf1 branch December 2, 2024 02:53
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.

3 participants