fix(deps): update all non-major go dependencies - #322
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: core/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
2 times, most recently
from
September 25, 2026 05:18
58f04f5 to
3434a08
Compare
| datasource | package | from | to | | ---------- | ---------------------------------------- | -------- | -------- | | go | github.com/aws/aws-sdk-go-v2 | v1.47.0 | v1.47.1 | | go | github.com/aws/aws-sdk-go-v2/config | v1.33.5 | v1.33.6 | | go | github.com/aws/aws-sdk-go-v2/credentials | v1.20.5 | v1.20.6 | | go | github.com/aws/aws-sdk-go-v2/service/s3 | v1.113.2 | v1.113.4 | | go | github.com/onsi/gomega | v1.43.1 | v1.44.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 25, 2026 05:20
3434a08 to
8337804
Compare
This branch has not been deployed
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:
v1.47.0→v1.47.1v1.33.5→v1.33.6v1.20.5→v1.20.6v1.113.2→v1.113.4v1.43.1→v1.44.0Release Notes
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.47.1Compare Source
Module Highlights
github.com/aws/aws-sdk-go-v2/service/bedrockagentcore: v1.49.0github.com/aws/aws-sdk-go-v2/service/connect: v1.200.0github.com/aws/aws-sdk-go-v2/service/ec2: v1.334.0github.com/aws/aws-sdk-go-v2/service/guardduty: v1.93.0github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.65.0github.com/aws/aws-sdk-go-v2/service/notifications: v1.17.0github.com/aws/aws-sdk-go-v2/service/sesv2: v1.74.0github.com/aws/aws-sdk-go-v2/service/sns: v1.47.1github.com/aws/aws-sdk-go-v2/service/socialmessaging: v1.21.0github.com/aws/aws-sdk-go-v2/service/vpclattice: v1.33.0onsi/gomega (github.com/onsi/gomega)
v1.44.0Compare Source
Fixes
BeNumericallycompares signed and unsigned integers by value:-1no longer equalsuint64(math.MaxUint64)anduint(5)is now greater than-3(#925) [26e3c6b]BeNumerically("~")no longer overflows when computing the distance between extreme integers (#928) [1955764]BeNumerically("==", x, threshold)now honors the threshold for floats, as it already did for integers (#927) [10e2aca]HaveKeyWithValuesucceeds if any key accepted by the key matcher has a matching value, rather than depending on map iteration order (#929) [ffc577a]HaveKeyandHaveKeyWithValuetreat key and value matcher errors likeContainElementdoes: a match wins, and an error is only reported when nothing matches (#926) [dc91598]MatchJSONno longer treats numbers too large for a float64 as equal to one another (#930) [9d619a5]MatchJSONcompares integers beyond ±2^53 exactly, so neighboring large integers (e.g. IDs) no longer match; all other numbers are still compared as float64s (#931) [8ef1aa7,630fe12]HaveExactElementsreports missing or extra elements that start at index 0, and reports the first extra element's index rather than the last (#934) [af1b777]MatchYAMLcompares every document in a multi-document stream rather than only the first; empty documents (e.g. a leading or trailing---) are ignored (#933) [2773796]MatchXMLignores namespace prefixes: elements and attributes are compared by namespace URI, and the URIs declared on each element must match whatever prefix they are bound to (#932) [c0dbd89,2565350]Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.