chore(deps): update module github.com/onsi/gomega to v1.42.1 #24

Open
sa-renovate wants to merge 1 commit from renovate/github.com-onsi-gomega-1.x into main
Member

This PR contains the following updates:

Package Type Update Change
github.com/onsi/gomega require minor v1.39.0v1.42.1

Release Notes

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

v1.42.1

Compare Source

1.42.1

Bump Dependencies

v1.42.0

Compare Source

1.42.0

Add a set of Claude skill as a marketplace plugin

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.


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.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/gomega](https://github.com/onsi/gomega) | require | minor | `v1.39.0` → `v1.42.1` | --- ### Release Notes <details> <summary>onsi/gomega (github.com/onsi/gomega)</summary> ### [`v1.42.1`](https://github.com/onsi/gomega/releases/tag/v1.42.1) [Compare Source](https://github.com/onsi/gomega/compare/v1.42.0...v1.42.1) #### 1.42.1 Bump Dependencies ### [`v1.42.0`](https://github.com/onsi/gomega/releases/tag/v1.42.0) [Compare Source](https://github.com/onsi/gomega/compare/v1.41.0...v1.42.0) #### 1.42.0 Add a set of Claude skill as a marketplace plugin ### [`v1.41.0`](https://github.com/onsi/gomega/compare/v1.40.0...v1.41.0) [Compare Source](https://github.com/onsi/gomega/compare/v1.40.0...v1.41.0) ### [`v1.40.0`](https://github.com/onsi/gomega/releases/tag/v1.40.0) [Compare Source](https://github.com/onsi/gomega/compare/v1.39.1...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. ### [`v1.39.1`](https://github.com/onsi/gomega/releases/tag/v1.39.1) [Compare Source](https://github.com/onsi/gomega/compare/v1.39.0...v1.39.1) #### 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. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
sa-renovate force-pushed renovate/github.com-onsi-gomega-1.x from 5d1133e70e to 11cd119311 2026-06-24 03:16:31 +00:00 Compare
sa-renovate changed title from chore(deps): update module github.com/onsi/gomega to v1.42.0 to chore(deps): update module github.com/onsi/gomega to v1.42.1 2026-06-24 03:16:32 +00:00
Author
Member

ℹ️ 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):

  • 6 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.48.0 -> v0.53.0
golang.org/x/net v0.49.0 -> v0.56.0
golang.org/x/sync v0.19.0 -> v0.21.0
golang.org/x/sys v0.42.0 -> v0.46.0
golang.org/x/term v0.40.0 -> v0.44.0
golang.org/x/text v0.34.0 -> v0.38.0
### ℹ️ 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): - 6 additional dependencies were updated Details: | **Package** | **Change** | | :-------------------- | :--------------------- | | `golang.org/x/crypto` | `v0.48.0` -> `v0.53.0` | | `golang.org/x/net` | `v0.49.0` -> `v0.56.0` | | `golang.org/x/sync` | `v0.19.0` -> `v0.21.0` | | `golang.org/x/sys` | `v0.42.0` -> `v0.46.0` | | `golang.org/x/term` | `v0.40.0` -> `v0.44.0` | | `golang.org/x/text` | `v0.34.0` -> `v0.38.0` |
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-onsi-gomega-1.x:renovate/github.com-onsi-gomega-1.x
git switch renovate/github.com-onsi-gomega-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/github.com-onsi-gomega-1.x
git switch renovate/github.com-onsi-gomega-1.x
git rebase main
git switch main
git merge --ff-only renovate/github.com-onsi-gomega-1.x
git switch renovate/github.com-onsi-gomega-1.x
git rebase main
git switch main
git merge --no-ff renovate/github.com-onsi-gomega-1.x
git switch main
git merge --squash renovate/github.com-onsi-gomega-1.x
git switch main
git merge --ff-only renovate/github.com-onsi-gomega-1.x
git switch main
git merge renovate/github.com-onsi-gomega-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DevFW-CICD/workspace-controller!24
No description provided.