Skip to content

Conversation

@syself-bot
Copy link
Contributor

@syself-bot syself-bot bot commented Mar 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/onsi/gomega v1.38.0 -> v1.38.2 age adoption passing confidence
github.com/spf13/pflag v1.0.7 -> v1.0.10 age adoption passing confidence

Release Notes

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

v1.38.2

Compare Source

1.38.2

v1.38.1

Compare Source

1.38.1

Fixes

Numerous minor fixes and dependency bumps

spf13/pflag (github.com/spf13/pflag)

v1.0.10

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

v1.0.9

Compare Source

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

Compare Source

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8


Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

@syself-bot syself-bot bot added type/patch update/go size/M Denotes a PR that changes 50-200 lines, ignoring generated files. labels Mar 20, 2025
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from 8e20fe1 to b8161ed Compare March 22, 2025 11:02
@syself-bot syself-bot bot changed the title 🌱 Update Golang Dependencies group to v2.23.1 🌱 Update Update Golang Dependencies group (patch) Mar 22, 2025
@syself-bot syself-bot bot added size/L Denotes a PR that changes 200-800 lines, ignoring generated files. and removed size/M Denotes a PR that changes 50-200 lines, ignoring generated files. labels Mar 22, 2025
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from b8161ed to 1a20c74 Compare April 7, 2025 11:02
@syself-bot
Copy link
Contributor Author

syself-bot bot commented Apr 7, 2025

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

  • 10 additional dependencies were updated

Details:

Package Change
github.com/onsi/ginkgo/v2 v2.23.4 -> v2.25.1
golang.org/x/crypto v0.40.0 -> v0.41.0
golang.org/x/mod v0.26.0 -> v0.27.0
github.com/Masterminds/semver/v3 v3.3.0 -> v3.4.0
golang.org/x/net v0.42.0 -> v0.43.0
golang.org/x/sys v0.34.0 -> v0.35.0
golang.org/x/term v0.33.0 -> v0.34.0
golang.org/x/text v0.27.0 -> v0.28.0
golang.org/x/tools v0.35.0 -> v0.36.0
google.golang.org/protobuf v1.36.6 -> v1.36.7

@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch 2 times, most recently from 40e3f61 to 0ecd93f Compare May 17, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch 4 times, most recently from 3169273 to 194386c Compare May 28, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from 194386c to 6ea3d08 Compare May 29, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from 6ea3d08 to 472d178 Compare June 10, 2025 11:03
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from 472d178 to 6b03370 Compare June 19, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from 6b03370 to de63c05 Compare July 10, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from de63c05 to bc08519 Compare July 17, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from bc08519 to 5d18115 Compare August 1, 2025 11:04
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from 5d18115 to 9ac8c20 Compare August 9, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from 9ac8c20 to 4adefc7 Compare August 21, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch 3 times, most recently from 361781f to 7333022 Compare September 3, 2025 11:02
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch 2 times, most recently from 63d3373 to 3003b26 Compare September 16, 2025 11:02
| datasource | package                | from    | to      |
| ---------- | ---------------------- | ------- | ------- |
| go         | github.com/onsi/gomega | v1.38.0 | v1.38.2 |
| go         | github.com/spf13/pflag | v1.0.7  | v1.0.10 |
@syself-bot syself-bot bot force-pushed the renovate/patch-golang-deps branch from 3003b26 to 55f97ec Compare September 18, 2025 11:02
@github-actions github-actions bot added size/XL Denotes a PR that changes 800-2000 lines, ignoring generated files. and removed size/L Denotes a PR that changes 200-800 lines, ignoring generated files. labels Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XL Denotes a PR that changes 800-2000 lines, ignoring generated files. type/patch update/go

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant