Renovate Update Patch & Minor Updates #528
Open
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:
3.3.1
->3.7.0
4.10.2
->4.10.3
14.0.3
->14.1.0
14.0.3
->14.1.0
v1.71.0
->v1.74.0
v1.77.0
(+2)v3.28.9
->v3.28.10
v3.28.11
1.24.0
->1.24.1
v1.34.0
->v1.35.0
v0.59.0
->v0.60.0
v1.34.0
->v1.35.0
v1.34.0
->v1.35.0
v1.34.0
->v1.35.0
v1.34.0
->v1.35.0
v1.64.5
->v1.64.6
5.8.0
->5.9.0
3.5.2
->3.5.3
1.85.0
->1.85.1
Release Notes
ministryofjustice/moj-frontend (@ministryofjustice/frontend)
v3.7.0
Compare Source
Bug Fixes
file://
sources use relative paths (11db6df)Features
3.6.3 (2025-02-26)
Bug Fixes
node_modules
is added to Sass load paths (4c035f1)peerDependencies
are installed (69c8572)3.6.2 (2025-02-25)
Bug Fixes
$
for jQuery external global (c722f15)3.6.1 (2025-02-25)
Bug Fixes
v3.6.3
Compare Source
Bug Fixes
node_modules
is added to Sass load paths (4c035f1)peerDependencies
are installed (69c8572)v3.6.2
Compare Source
Bug Fixes
$
for jQuery external global (c722f15)v3.6.1
Compare Source
Bug Fixes
v3.6.0
Compare Source
Bug Fixes
Features
v3.5.0
Compare Source
Features
v3.4.0
Compare Source
Bug Fixes
Features
3.3.1 (2025-01-09)
Bug Fixes
dequelabs/axe-core (axe-core)
v4.10.3
: Release 4.10.3Compare Source
This release addresses a few performance issues, corrects a few typos, and addresses a few inconsistencies between axe and the latest web standards. This may, but is unlikely to reduce the total number of issues found.
Bug Fixes
cypress-io/cypress (cypress)
v14.1.0
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-1-0
ministryofjustice/opg-go-common (github.com/ministryofjustice/opg-go-common)
v1.74.0
Compare Source
v1.73.0
Compare Source
v1.72.0
Compare Source
github/codeql-action (github/codeql-action)
v3.28.10
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.10 - 21 Feb 2025
See the full CHANGELOG.md for more information.
golang/go (go)
v1.24.1
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/aws/ecs)
v1.35.0
: /v0.60.0/v0.29.0/v0.15.0/v0.10.0/v0.8.0/v0.7.0Compare Source
Overview
This release is the last to support Go 1.22.
The next release will require at least Go 1.23.
Added
ClientCertificate
andClientKey
field for OTLP exporters ingo.opentelemetry.io/contrib/config
. (#6378)WithAttributeBuilder
,AttributeBuilder
,DefaultAttributeBuilder
,DynamoDBAttributeBuilder
,SNSAttributeBuilder
to support adding attributes based on SDK input and output ingo.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
. (#6543)OTEL_SEMCONV_STABILITY_OPT_IN=http/dup
environment variable ingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (#6652)WithMeterProvider
option to allow passing a custom meter provider togo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
. (#6648)WithMetricAttributesFn
option to allow setting dynamic, per-request metric attributes ingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
. (#6648)go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
. (#6648)Insecure
field for OTLP exporters ingo.opentelemetry.io/contrib/config
. (#6658)OTEL_SEMCONV_STABILITY_OPT_IN=http/dup
environment variable ininstrumentation/net/http/httptrace/otelhttptrace
to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (#6720)OTEL_SEMCONV_STABILITY_OPT_IN=http/dup
environment variable ininstrumentation/github.com/emicklei/go-restful/otelrestful
to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (#6710)go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
. (#6747)OTEL_SEMCONV_STABILITY_OPT_IN=http/dup
environment variable ingo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (#6778)OTEL_SEMCONV_STABILITY_OPT_IN
to emit telemetry following bothgo.opentelemetry.io/otel/semconv/v1.21.0
(default) andgo.opentelemetry.io/otel/semconv/v1.26.0
(opt-in) ingo.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
per the Database semantic convention stability migration guide. (#6172)HeadersList
field for OTLP exporters ingo.opentelemetry.io/contrib/config
. (#6657)go.opentelemetry.io/contrib/otelconf
module which is a replacement forgo.opentelemetry.io/contrib/config
. (#6796)WithFallbackLogExporter
to allow setting a fallback log exporter whenOTEL_LOGS_EXPORTER
is unset ingo.opentelemetry.io/contrib/exporters/autoexport
. (#6844)Changed
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
. (#6543)code.function
attribute emitted bygo.opentelemetry.io/contrib/bridges/otelslog
now stores the package path-qualified function name instead of just the function name.The
code.namespace
attribute is no longer added. (#6870)code.function
attribute emitted bygo.opentelemetry.io/contrib/bridges/otelzap
now stores the package path-qualified function name instead of just the function name.The
code.namespace
attribute is no longer added. (#6870)go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
Deprecated
WithAttributeSetter
,AttributeSetter
,DefaultAttributeSetter
,DynamoDBAttributeSetter
,SNSAttributeSetter
in favor ofWithAttributeBuilder
,AttributeBuilder
,DefaultAttributeBuilder
,DynamoDBAttributeBuilder
,SNSAttributeBuilder
ingo.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
. (#6543)go.opentelemetry.io/contrib/config
module in favor ofgo.opentelemetry.io/contrib/otelconf
. This is the last release of this module. (#6796)Fixed
context.Background()
as default context instead of nil ingo.opentelemetry.io/contrib/bridges/otellogr
. (#6527)go.opentelemetry.io/contrib/bridges/prometheus
. (#6685)go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#6695)NewSDK
ofgo.opentelemetry.io/contrib/config/v0.3.0
. (#6752)go.opentelemetry.io/contrib/config
. (#6815)What's Changed
04cd7ba
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6642138b5a5
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/666465684f5
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/667929210b9
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/66883edf0e9
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6691e0ece0d
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6693semconv
forotelmux
and implement the package intracing
by @martinyonatann in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/66527023788
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/67133af0d96
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6717c67c2d1
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6723557cf9c
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6730f9890c6
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6735e9438ea
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6740Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.