Skip to content
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

Renovate Update Patch & Minor Updates #528

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@ministryofjustice/frontend 3.3.1 -> 3.7.0 age adoption passing confidence dependencies minor
axe-core (source) 4.10.2 -> 4.10.3 age adoption passing confidence devDependencies patch
cypress (source) 14.0.3 -> 14.1.0 age adoption passing confidence devDependencies minor
cypress/included 14.0.3 -> 14.1.0 age adoption passing confidence final minor
github.com/ministryofjustice/opg-go-common v1.71.0 -> v1.74.0 age adoption passing confidence require minor v1.77.0 (+2)
github/codeql-action v3.28.9 -> v3.28.10 age adoption passing confidence action patch v3.28.11
go (source) 1.24.0 -> 1.24.1 age adoption passing confidence toolchain patch
go.opentelemetry.io/contrib/detectors/aws/ecs v1.34.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 -> v0.60.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/propagators/aws v1.34.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.34.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0 age adoption passing confidence require minor
golangci/golangci-lint v1.64.5 -> v1.64.6 age adoption passing confidence patch
govuk-frontend (source) 5.8.0 -> 5.9.0 age adoption passing confidence dependencies minor
prettier (source) 3.5.2 -> 3.5.3 age adoption passing confidence devDependencies patch
sass 1.85.0 -> 1.85.1 age adoption passing confidence devDependencies patch

Release Notes

ministryofjustice/moj-frontend (@​ministryofjustice/frontend)

v3.7.0

Compare Source

Bug Fixes
  • ensure Dart Sass file:// sources use relative paths (11db6df)
Features

3.6.3 (2025-02-26)

Bug Fixes
  • ensure node_modules is added to Sass load paths (4c035f1)
  • ensure peerDependencies are installed (69c8572)

3.6.2 (2025-02-25)

Bug Fixes
  • revert to $ for jQuery external global (c722f15)

3.6.1 (2025-02-25)

Bug Fixes
  • typo in status label comment (7078172)

v3.6.3

Compare Source

Bug Fixes
  • ensure node_modules is added to Sass load paths (4c035f1)
  • ensure peerDependencies are installed (69c8572)

v3.6.2

Compare Source

Bug Fixes
  • revert to $ for jQuery external global (c722f15)

v3.6.1

Compare Source

Bug Fixes
  • typo in status label comment (7078172)

v3.6.0

Compare Source

Bug Fixes
  • ignore build output from jest (7f85d64)
  • ignore test files from gulp watch (12494a3)
Features
  • default to ES module sources (adab275)
  • export to ES modules (8e8787a)
  • swap JavaScript minifier from UglifyJS to terser (a0e165a)

v3.5.0

Compare Source

Features

v3.4.0

Compare Source

Bug Fixes
  • sortable table: improve sorting of strings with a number prefix (#​1108) (b424743)
Features
  • alert: Add alert component, archive banner component (0f8c6a7)

3.3.1 (2025-01-09)

Bug Fixes
dequelabs/axe-core (axe-core)

v4.10.3: Release 4.10.3

Compare 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
  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

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.0

Compare Source

Overview

This release is the last to support Go 1.22.
The next release will require at least Go 1.23.

[!WARNING]
This is the last version to use Semantic Conventions v1.20.0 for HTTP libraries
by default. The next version (0.61.0) will default to v1.26.0, and the
following one (0.62.0) will drop support for Semantic Conventions v1.20.0

You can switch to the new Semantic Conventions right now by setting the
OTEL_SEMCONV_STABILITY_OPT_IN=http/dup environment variable in your
application.

See also the HTTP semantic conventions stability
migration

Added
  • Add support for configuring ClientCertificate and ClientKey field for OTLP exporters in go.opentelemetry.io/contrib/config. (#​6378)
  • Add WithAttributeBuilder, AttributeBuilder, DefaultAttributeBuilder, DynamoDBAttributeBuilder, SNSAttributeBuilder to support adding attributes based on SDK input and output in go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws. (#​6543)
  • Support for the OTEL_SEMCONV_STABILITY_OPT_IN=http/dup environment variable in go.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)
  • Added the WithMeterProvider option to allow passing a custom meter provider to go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#​6648)
  • Added the WithMetricAttributesFn option to allow setting dynamic, per-request metric attributes in go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#​6648)
  • Added metrics support, and emit all stable metrics from the Semantic Conventions in go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#​6648)
  • Add support for configuring Insecure field for OTLP exporters in go.opentelemetry.io/contrib/config. (#​6658)
  • Support for the OTEL_SEMCONV_STABILITY_OPT_IN=http/dup environment variable in instrumentation/net/http/httptrace/otelhttptrace to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (#​6720)
  • Support for the OTEL_SEMCONV_STABILITY_OPT_IN=http/dup environment variable in instrumentation/github.com/emicklei/go-restful/otelrestful to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (#​6710)
  • Added metrics support, and emit all stable metrics from the Semantic Conventions in go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin. (#​6747)
  • Support for the OTEL_SEMCONV_STABILITY_OPT_IN=http/dup environment variable in go.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)
  • Support OTEL_SEMCONV_STABILITY_OPT_IN to emit telemetry following both go.opentelemetry.io/otel/semconv/v1.21.0 (default) and go.opentelemetry.io/otel/semconv/v1.26.0 (opt-in) in go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo per the Database semantic convention stability migration guide. (#​6172)
  • Support Go 1.24. (#​6765)
  • Add support for configuring HeadersList field for OTLP exporters in go.opentelemetry.io/contrib/config. (#​6657)
  • Add go.opentelemetry.io/contrib/otelconf module which is a replacement for go.opentelemetry.io/contrib/config. (#​6796)
  • Added WithFallbackLogExporter to allow setting a fallback log exporter when OTEL_LOGS_EXPORTER is unset in go.opentelemetry.io/contrib/exporters/autoexport. (#​6844)
Changed
  • Add custom attribute to the span after execution of the SDK rather than before in go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws. (#​6543)
  • The code.function attribute emitted by go.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)
  • The code.function attribute emitted by go.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)
  • Improve performance by reducing allocations for common request protocols in the modules below. (#​6845)
    • 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
  • Deprecate WithAttributeSetter, AttributeSetter, DefaultAttributeSetter, DynamoDBAttributeSetter, SNSAttributeSetter in favor of WithAttributeBuilder, AttributeBuilder, DefaultAttributeBuilder, DynamoDBAttributeBuilder, SNSAttributeBuilder in go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws. (#​6543)
  • Deprecate go.opentelemetry.io/contrib/config module in favor of go.opentelemetry.io/contrib/otelconf. This is the last release of this module. (#​6796)
Fixed
  • Use context.Background() as default context instead of nil in go.opentelemetry.io/contrib/bridges/otellogr. (#​6527)
  • Convert Prometheus histogram buckets to non-cumulative otel histogram buckets in go.opentelemetry.io/contrib/bridges/prometheus. (#​6685)
  • Don't start spans that never end for filtered out gRPC stats handler in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#​6695)
  • Fix a possible nil dereference panic in NewSDK of go.opentelemetry.io/contrib/config/v0.3.0. (#​6752)
  • Fix prometheus endpoint with an IPv6 address in go.opentelemetry.io/contrib/config. (#​6815)
What's Changed

Configuration

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 24, 2025 17:41
@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Feb 24, 2025
@renovate renovate bot requested a review from a team as a code owner February 24, 2025 17:41
Copy link

github-actions bot commented Feb 24, 2025

Unit Test Results

441 tests  ±0   441 ✅ ±0   0s ⏱️ ±0s
  7 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit d2a985f. ± Comparison against base commit 2586bcd.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 56632b5 to 164a25a Compare February 27, 2025 12:57
@renovate renovate bot changed the title Renovate Update github/codeql-action action to v3.28.10 Renovate Update Patch & Minor Updates Feb 27, 2025
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch 7 times, most recently from 9c10c5f to 964e690 Compare March 7, 2025 01:12
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch 3 times, most recently from 4cbfa2c to f71d273 Compare March 8, 2025 21:01
Copy link
Contributor Author

renovate bot commented Mar 8, 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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 -> v2.26.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/grpc v1.70.0 -> v1.71.0
google.golang.org/protobuf v1.36.3 -> v1.36.5

@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from f71d273 to d2a985f Compare March 9, 2025 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants