Skip to content

Conversation

@renovate-sh-app
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
github.com/google/gnostic v0.7.0 -> v0.7.1 age confidence require patch
github.com/google/pprof 033d6d7 -> 5df77e3 age confidence require digest
github.com/grafana/dskit ff33c58 -> 10fce42 require digest
github.com/grafana/memberlist bd88e10 -> 5cd332c replace digest
github.com/grafana/pyroscope/lidia v0.0.0-20250416154336-a5c33510d5ff -> v0.0.1 age confidence require patch
github.com/grafana/regexp a468a5b -> f7b3be9 require digest
github.com/onsi/ginkgo/v2 v2.26.0 -> v2.27.1 age confidence require minor v2.27.2
github.com/parquet-go/parquet-go v0.24.0 -> v0.25.1 age confidence require minor
github.com/planetscale/vtprotobuf 0393e58 -> ba97887 require digest
github.com/prometheus/common v0.66.1 -> v0.67.1 age confidence require minor
github.com/prometheus/prometheus v0.306.0 -> v0.307.2 age confidence require minor
github.com/samber/lo v1.51.0 -> v1.52.0 age confidence require minor
github.com/sony/gobreaker/v2 v2.2.1 -> v2.3.0 age confidence require minor
go (source) 1.24.8 -> 1.25.3 age confidence toolchain minor
golang.org/x/exp 7588d65 -> a4bb9ff age confidence require digest
golang.org/x/mod v0.28.0 -> v0.29.0 age confidence require minor
golang.org/x/oauth2 v0.31.0 -> v0.32.0 age confidence require minor
golang.org/x/time v0.13.0 -> v0.14.0 age confidence require minor
google.golang.org/genproto/googleapis/api 57b25ae -> 3a174f9 age confidence require digest
gopkg.in/alecthomas/kingpin.v2 v2.2.6 -> v2.4.0 age confidence require minor

Release Notes

google/gnostic (github.com/google/gnostic)

v0.7.1

Compare Source

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.27.1

Compare Source

2.27.1

Fixes
  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

v2.27.0

Compare Source

2.27.0

Features
Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance
parquet-go/parquet-go (github.com/parquet-go/parquet-go)

v0.25.1

Compare Source

What's Changed

New features
Bug fixes
Other changes
Internal

New Contributors

Full Changelog: parquet-go/parquet-go@v0.25.0...v0.25.1

v0.25.0

Compare Source

What's Changed

New features
Bug fixes
Documentation
Other changes
Internal

New Contributors

Full Changelog: parquet-go/parquet-go@v0.24.0...v0.25.0

prometheus/common (github.com/prometheus/common)

v0.67.1

Compare Source

v0.67.0

Compare Source

prometheus/prometheus (github.com/prometheus/prometheus)

v0.307.2

Compare Source

v0.307.1

Compare Source

v0.307.0

Compare Source

samber/lo (github.com/samber/lo)

v1.52.0

Compare Source

Thrilled to announce the latest release of samber/lo!

This version brings major improvements:

  • A new it/ sub-package for everything related to the iter package added in Go 1.23. Big up to @​NathanBaulch for its help on this
  • A new documentation -> lo.samber.dev
  • Lots of micro fixes and performance improvements
  • Better code quality with many more linters

✨ A good introduction to streams in Go !

Pasted Graphic 63

What's Changed

Tests

Style

Documentation

Other

New Contributors

Full Changelog: samber/lo@v1.51.0...v1.52.0

sony/gobreaker (github.com/sony/gobreaker/v2)

v2.3.0

Compare Source

golang/go (go)

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.9

alecthomas/kingpin (gopkg.in/alecthomas/kingpin.v2)

v2.4.0

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone UTC, 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

This PR has been generated by Renovate Bot.

@renovate-sh-app
Copy link
Contributor Author

renovate-sh-app bot commented Oct 13, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: gopkg.in/alecthomas/[email protected]: parsing go.mod:
	module declares its path as: github.com/alecthomas/kingpin/v2
	        but was required as: gopkg.in/alecthomas/kingpin.v2

File name: lidia/go.sum
Command failed: go get -t ./...
go: github.com/grafana/pyroscope/lidia tested by
	github.com/grafana/pyroscope/lidia.test imports
	github.com/stretchr/testify/require: gopkg.in/alecthomas/[email protected]: parsing go.mod:
	module declares its path as: github.com/alecthomas/kingpin/v2
	        but was required as: gopkg.in/alecthomas/kingpin.v2

@CLAassistant
Copy link

CLAassistant commented Oct 13, 2025

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 4 times, most recently from f769852 to 27a3708 Compare October 18, 2025 12:21
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 2 times, most recently from 48a05e2 to b8aa0ae Compare October 20, 2025 12:03
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/gomod branch 14 times, most recently from 44c5d20 to da8aadf Compare October 25, 2025 18:07
| datasource     | package                                   | from                               | to                                 |
| -------------- | ----------------------------------------- | ---------------------------------- | ---------------------------------- |
| go             | github.com/google/gnostic                 | v0.7.0                             | v0.7.1                             |
| go             | github.com/google/pprof                   | v0.0.0-20250607225305-033d6d78b36a | v0.0.0-20251007162407-5df77e3f7d1d |
| go             | github.com/grafana/pyroscope/lidia        | v0.0.0-20250416154336-a5c33510d5ff | v0.0.1                             |
| go             | github.com/onsi/ginkgo/v2                 | v2.26.0                            | v2.27.1                            |
| go             | github.com/parquet-go/parquet-go          | v0.24.0                            | v0.25.1                            |
| go             | github.com/prometheus/common              | v0.66.1                            | v0.67.1                            |
| go             | github.com/prometheus/prometheus          | v0.306.0                           | v0.307.2                           |
| go             | github.com/samber/lo                      | v1.51.0                            | v1.52.0                            |
| go             | github.com/sony/gobreaker/v2              | v2.2.1                             | v2.3.0                             |
| golang-version | go                                        | 1.24.8                             | 1.25.3                             |
| go             | golang.org/x/exp                          | v0.0.0-20250106191152-7588d65b2ba8 | v0.0.0-20251023183803-a4bb9ffd2546 |
| go             | golang.org/x/mod                          | v0.28.0                            | v0.29.0                            |
| go             | golang.org/x/oauth2                       | v0.31.0                            | v0.32.0                            |
| go             | golang.org/x/time                         | v0.13.0                            | v0.14.0                            |
| go             | google.golang.org/genproto/googleapis/api | v0.0.0-20250929231259-57b25ae835d4 | v0.0.0-20251022142026-3a174f9686a8 |
| go             | gopkg.in/alecthomas/kingpin.v2            | v2.2.6                             | v2.4.0                             |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
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.

1 participant