Skip to content

chore(deps): bump github.com/onsi/gomega from 1.39.1 to 1.41.0#31

Merged
hanzo-dev merged 1 commit into
mainfrom
dependabot/go_modules/github.com/onsi/gomega-1.39.1
Jun 4, 2026
Merged

chore(deps): bump github.com/onsi/gomega from 1.39.1 to 1.41.0#31
hanzo-dev merged 1 commit into
mainfrom
dependabot/go_modules/github.com/onsi/gomega-1.39.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 2, 2026

Bumps github.com/onsi/gomega from 1.39.1 to 1.41.0.

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.41.0

No release notes provided.

v1.40.0

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.

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.41.0

Features

Add BeASlice and BeAnArray matchers

Fixes

Object formatting now detects pointer cycles to avoid runaway formatting output.

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.

Commits
  • af2bccb v1.41.0
  • 73e81f6 v1.41.0 (full)
  • e35a84f feat: devcontainer configuration with local pkgsite and GH pages
  • f12e5e1 fix(format): detect pointer cycles to avoid runaway formatting output
  • e14831f Add optionalDescription docs to AsyncAssertion and Assertion interfaces
  • 344b94d Add BeASlice and BeAnArray matchers
  • 87ee9d3 v1.40.0
  • ea66027 v1.40.0 (full)
  • e3fd789 update docs to reflect new versioning strategy
  • 7d4ee30 first push to master-lite
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/onsi/gomega-1.39.1 branch from 19ff46d to 2a03ce7 Compare February 5, 2026 23:52
@hanzo-dev hanzo-dev force-pushed the dependabot/go_modules/github.com/onsi/gomega-1.39.1 branch from 2a03ce7 to 93a885a Compare March 25, 2026 03:06
@hanzo-dev
Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.39.1 to 1.41.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.39.1...v1.41.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.1 chore(deps): bump github.com/onsi/gomega from 1.39.1 to 1.41.0 Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/onsi/gomega-1.39.1 branch from 93a885a to 4bcb889 Compare June 4, 2026 08:09
@hanzo-dev hanzo-dev merged commit 77a143a into main Jun 4, 2026
7 of 18 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/onsi/gomega-1.39.1 branch June 4, 2026 08:37
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.

1 participant