Skip to content

fix(deps): update module github.com/onsi/gomega to v1.41.0#209

Open
renovate-bot-for-keyhub[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-onsi-gomega-1.x
Open

fix(deps): update module github.com/onsi/gomega to v1.41.0#209
renovate-bot-for-keyhub[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-onsi-gomega-1.x

Conversation

@renovate-bot-for-keyhub

@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot commented Nov 2, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/onsi/gomega v1.34.1v1.41.0 age confidence

Release Notes

onsi/gomega (github.com/onsi/gomega)

v1.41.0

Compare Source

v1.40.0

Compare Source

1.40.0

We're adopting a new release strategy to minimize dependency bloat in projects that consume Gomega. It is a limitation of the go mod toolchain that test subdependencies of your project's direct dependencies get pulled in as indirect dependencies. In the case of Gomega, this ends up pulling in all of Ginkgo into your go.mod even if you are only using Gomega (Gomega uses Ginkgo for its own tests).

Going forward, releases will strip out all tests, tidy up the go.mod and then push this stripped down version to a new master-lite branch. These stripped-down versions will receive the vx.y.z git tag and will be picked up by the go toolchain.

Please open an issue if this new release process causes unexpected changes for your projects.

v1.39.1

Compare Source

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v1.39.0

Compare Source

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

Compare Source

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

v1.38.2

Compare Source

1.38.2

v1.38.1

Compare Source

1.38.1

Fixes

Numerous minor fixes and dependency bumps

v1.38.0

Compare Source

1.38.0

Features
  • gstruct handles extra unexported fields [4ee7ed0]
Fixes
  • support [] in IgnoringTopFunction function signatures (#​851) [36bbf72]
Maintenance

v1.37.0

Compare Source

1.37.0

Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]

v1.36.3

Compare Source

1.36.3

Maintenance

v1.36.2

Compare Source

Maintenance

v1.36.1

Compare Source

1.36.1

Fixes

v1.36.0

Compare Source

1.36.0

Features
  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]
Maintenance
  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

Compare Source

1.35.1

Fixes
  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

Compare Source

1.35.0

Features
  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
Maintenance

v1.34.2

Compare Source

1.34.2

Require Go 1.22+

Maintenance
  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@renovate-bot-for-keyhub

renovate-bot-for-keyhub Bot commented Nov 2, 2024

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.0
go (toolchain) 1.21.13 -> 1.24.6
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/onsi/ginkgo/v2 v2.19.1 -> v2.25.1
golang.org/x/crypto v0.25.0 -> v0.41.0
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 -> v0.0.0-20250403155104-27863c87afa6
golang.org/x/net v0.27.0 -> v0.43.0
golang.org/x/sys v0.22.0 -> v0.35.0
golang.org/x/term v0.22.0 -> v0.34.0
golang.org/x/text v0.16.0 -> v0.28.0
golang.org/x/tools v0.23.0 -> v0.36.0
google.golang.org/protobuf v1.34.1 -> v1.36.7

@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.35.1 fix(deps): update module github.com/onsi/gomega to v1.36.0 Nov 30, 2024
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 734e4d0 to c85f501 Compare November 30, 2024 01:15
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.36.0 fix(deps): update module github.com/onsi/gomega to v1.36.1 Dec 14, 2024
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from c85f501 to 436d390 Compare December 14, 2024 01:17
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.36.1 fix(deps): update module github.com/onsi/gomega to v1.36.2 Dec 28, 2024
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 436d390 to dc6388b Compare December 28, 2024 01:11
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.36.2 fix(deps): update module github.com/onsi/gomega to v1.36.3 Mar 22, 2025
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from dc6388b to 2fca826 Compare March 22, 2025 01:16
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.36.3 fix(deps): update module github.com/onsi/gomega to v1.37.0 Apr 5, 2025
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 2fca826 to 5854dc7 Compare April 5, 2025 01:17
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.37.0 fix(deps): update module github.com/onsi/gomega to v1.38.0 Jul 26, 2025
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 5854dc7 to 0c0abc2 Compare July 26, 2025 01:29
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.38.0 fix(deps): update module github.com/onsi/gomega to v1.38.1 Aug 23, 2025
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 0c0abc2 to 8e42df9 Compare August 23, 2025 01:19
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.38.1 fix(deps): update module github.com/onsi/gomega to v1.38.2 Aug 30, 2025
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 8e42df9 to e0d1c1f Compare August 30, 2025 01:16
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.38.2 fix(deps): update module github.com/onsi/gomega to v1.38.3 Dec 13, 2025
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from e0d1c1f to 0367fee Compare December 13, 2025 01:23
@renovate-bot-for-keyhub

renovate-bot-for-keyhub Bot commented Dec 13, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.24.0
golang.org/x/crypto v0.25.0 -> v0.47.0
github.com/google/go-cmp v0.6.0 -> v0.7.0
golang.org/x/net v0.27.0 -> v0.49.0
golang.org/x/sys v0.22.0 -> v0.40.0
golang.org/x/term v0.22.0 -> v0.39.0
golang.org/x/text v0.16.0 -> v0.33.0
golang.org/x/tools v0.23.0 -> v0.40.0
google.golang.org/protobuf v1.34.1 -> v1.36.7

@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 0367fee to d07f2a1 Compare January 10, 2026 01:29
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.38.3 fix(deps): update module github.com/onsi/gomega to v1.39.0 Jan 10, 2026
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.39.0 fix(deps): update module github.com/onsi/gomega to v1.39.1 Jan 31, 2026
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from d07f2a1 to 1538210 Compare January 31, 2026 01:52
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.39.1 fix(deps): update module github.com/onsi/gomega to v1.40.0 May 2, 2026
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch 2 times, most recently from cf37d97 to 4e35c3a Compare May 2, 2026 05:25
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 4e35c3a to 80e7967 Compare May 9, 2026 05:49
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 80e7967 to 1480995 Compare May 16, 2026 05:54
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 1480995 to 1c6a84d Compare May 23, 2026 02:50
@renovate-bot-for-keyhub renovate-bot-for-keyhub Bot changed the title fix(deps): update module github.com/onsi/gomega to v1.40.0 fix(deps): update module github.com/onsi/gomega to v1.41.0 May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants