chore: Update all non-major dependencies #107
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.9.2
->v1.10.0
v1.4.0
->v1.4.2
v3.0.3
->v3.1.0
v0.6.5
->v0.7.2
v0.1.1
->v0.2.0
v0.28.1
->v0.29.0
v2.11.0
->v2.12.1
v2.0.0-20240627104009-3198e0b83bf2
->v2.0.0-20240918015945-e1f5dc42b1e5
v2.0.0-20240627104009-3198e0b83bf2
->v2.0.0-20240918015945-e1f5dc42b1e5
edd0227
->2db7ccb
v1.14.22
->v1.14.24
v7.0.76
->v7.0.77
v1.29.0
->v1.30.0
v0.5.0
->v0.6.0
v0.5.0
->v0.6.0
v1.29.0
->v1.30.0
v1.29.0
->v1.30.0
v1.29.0
->v1.30.0
v1.29.0
->v1.30.0
v1.29.0
->v1.30.0
v0.5.0
->v0.6.0
v1.29.0
->v1.30.0
v0.5.0
->v0.6.0
v1.29.0
->v1.30.0
v0.26.0
->v0.27.0
v0.28.0
v1.66.0
->v1.67.1
Release Notes
PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)
v1.10.0
Compare Source
Add
EachIter
which provides an iterator that can be used infor..range
loops on the*Selection
object.goquery now requires Go version 1.23+, use goquery
v1.9.x
for older Go versions.v1.9.3
Compare Source
Update go.mod dependencies.
ThreeDotsLabs/watermill-redisstream (github.com/ThreeDotsLabs/watermill-redisstream)
v1.4.2
Compare Source
What's Changed
Full Changelog: ThreeDotsLabs/watermill-redisstream@v1.4.1...v1.4.2
v1.4.1
Compare Source
What's Changed
Full Changelog: ThreeDotsLabs/watermill-redisstream@v1.4.0...v1.4.1
ThreeDotsLabs/watermill-sql (github.com/ThreeDotsLabs/watermill-sql/v3)
v3.1.0
Compare Source
What's Changed
GeneratePayloadType
by @roblaszczak in https://github.com/ThreeDotsLabs/watermill-sql/pull/38 and https://github.com/ThreeDotsLabs/watermill-sql/pull/39Full Changelog: ThreeDotsLabs/watermill-sql@v3.0.3...v3.1.0
bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.7.2
Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.7.1...v0.7.2
v0.7.1
Compare Source
What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.7.0...v0.7.1
v0.7.0
Compare Source
What's Changed
Implement predefined field constraints by @jchadwick-buf in https://github.com/bufbuild/protovalidate-go/pull/144
NOTE: This is a breaking change. You will need to update code using the
validate.Violation
structure, as the fields now use explicit field presence.Full Changelog: bufbuild/protovalidate-go@v0.6.5...v0.7.0
dgraph-io/ristretto (github.com/dgraph-io/ristretto)
v0.2.0
Compare Source
getsentry/sentry-go (github.com/getsentry/sentry-go)
v0.29.0
: 0.29.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.29.0.
Breaking Changes
sentrymartini
integration (#861)WrapResponseWriter
has been moved from thesentryhttp
package to theinternal/httputils
package. If you've imported it previosuly, you'll need to copy the implementation in your project. (#871)Features
Add new convenience methods to continue a trace and propagate tracing headers for error-only use cases. (#862)
If you are not using one of our integrations, you can manually continue an incoming trace by using
sentry.ContinueTrace()
by providing thesentry-trace
andbaggage
header received from a downstream SDK.You can use
hub.GetTraceparent()
andhub.GetBaggage()
to fetch the necessary header values for outgoing HTTP requests.Bug Fixes
HTTPTransport.limit
ifnil
(#844)sentry.StartTransaction()
returning a transaction with an outdated context on existing transactions (#854)Proxy-Authorization
as a sensitive header (#859)http.Hijacker
interface to thesentrynegroni
package (#871)http.Request.Pattern
for HTTP transaction names when usingsentryhttp
&sentrynegroni
(#875)Misc
span
origins (#849)go-co-op/gocron (github.com/go-co-op/gocron/v2)
v2.12.1
Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v2.12.0...v2.12.1
v2.12.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-co-op/gocron@v2.11.0...v2.12.0
mattn/go-sqlite3 (github.com/mattn/go-sqlite3)
v1.14.24
Compare Source
v1.14.23
Compare Source
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.77
: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.76...v7.0.77
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.30.0
: /v0.52.0/v0.6.0/v0.0.9Compare Source
Overview
Added
OTEL_EXPORTER_OTLP_LOGS_INSECURE
andOTEL_EXPORTER_OTLP_INSECURE
environments ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
. (#5739)WithResource
option forNewMeterProvider
now merges the provided resources with the ones from environment variables. (#5773)WithResource
option forNewLoggerProvider
now merges the provided resources with the ones from environment variables. (#5773)go.opentelemetry.io/otel/exporters/prometheus
. (#5755)Fixed
MeterProvider
when identical instruments are repeatedly created. (#5754)SetMeterProvider
ingo.opentelemetry.io/otel
might miss the delegation for instruments and registries. (#5780)Removed
What's Changed
4ba0660
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57344ba0660
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5735f6391c0
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5742f6391c0
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57417e3bb23
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57457e3bb23
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57468af14fe
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57678af14fe
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5766e7e105d
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5783test-concurrent-safe
CI job in CONTRIBUTING doc by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5781SetMeterProvider
might miss the delegation for instruments and registries by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5780701f63a
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5795New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.29.0...v1.30.0
grpc/grpc-go (google.golang.org/grpc)
v1.67.1
: Release 1.67.1Compare Source
Bug Fixes
v1.67.0
: Release 1.67.0Compare Source
Bug Fixes
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLED
tofalse
(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)v1.66.3
: Release 1.66.3Compare Source
Bug Fixes
v1.66.2
: Release 1.66.2Compare Source
Dependencies
testing
package (#7579)flate
package (#7595)Bug Fixes
v1.66.1
Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.