-
Couldn't load subscription status.
- Fork 700
fix(deps): update gomod #4510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix(deps): update gomod #4510
Conversation
|
|
|
f769852 to
27a3708
Compare
48a05e2 to
b8aa0ae
Compare
44c5d20 to
da8aadf
Compare
| 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>
da8aadf to
cf147e4
Compare
This PR contains the following updates:
v0.7.0->v0.7.1033d6d7->5df77e3ff33c58->10fce42bd88e10->5cd332cv0.0.0-20250416154336-a5c33510d5ff->v0.0.1a468a5b->f7b3be9v2.26.0->v2.27.1v2.27.2v0.24.0->v0.25.10393e58->ba97887v0.66.1->v0.67.1v0.306.0->v0.307.2v1.51.0->v1.52.0v2.2.1->v2.3.01.24.8->1.25.37588d65->a4bb9ffv0.28.0->v0.29.0v0.31.0->v0.32.0v0.13.0->v0.14.057b25ae->3a174f9v2.2.6->v2.4.0Release Notes
google/gnostic (github.com/google/gnostic)
v0.7.1Compare Source
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.27.1Compare Source
2.27.1
Fixes
606c1cb]a6463b3]v2.27.0Compare Source
2.27.0
Features
Transforming Nodes during Tree Construction
This release adds support for
NodeArgsTransformers that can be registered withAddTreeConstructionNodeArgsTransformer.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 specsLearn more here.
Maintenance
1333dae]17ae63e]parquet-go/parquet-go (github.com/parquet-go/parquet-go)
v0.25.1Compare 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.0Compare Source
What's Changed
New features
Bug fixes
Documentation
Other changes
FileColumnChunkwith methods to provide aReaderAtby @jpugliesi in #212parquet-gocompatibility with Tempo via CI tests by @iamrajiv in #238Internal
New Contributors
Full Changelog: parquet-go/parquet-go@v0.24.0...v0.25.0
prometheus/common (github.com/prometheus/common)
v0.67.1Compare Source
v0.67.0Compare Source
prometheus/prometheus (github.com/prometheus/prometheus)
v0.307.2Compare Source
v0.307.1Compare Source
v0.307.0Compare Source
samber/lo (github.com/samber/lo)
v1.52.0Compare Source
Thrilled to announce the latest release of
samber/lo!This version brings major improvements:
it/sub-package for everything related to theiterpackage added in Go 1.23. Big up to @NathanBaulch for its help on this✨ A good introduction to streams in Go !
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.0Compare Source
golang/go (go)
v1.25.3v1.25.2v1.25.1v1.25.0v1.24.9alecthomas/kingpin (gopkg.in/alecthomas/kingpin.v2)
v2.4.0Compare Source
v2.3.2Compare Source
v2.3.1Compare Source
v2.3.0Compare 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.
This PR has been generated by Renovate Bot.