Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the everything-else group with 9 updates in the / directory:

Package From To
dario.cat/mergo 1.0.1 1.0.2
github.com/alecthomas/chroma/v2 2.15.0 2.20.0
github.com/btcsuite/btcd/btcec/v2 2.3.4 2.3.5
github.com/cosmos/ledger-cosmos-go 0.14.0 0.16.0
github.com/emicklei/dot 1.6.2 1.9.2
github.com/gofrs/flock 0.12.1 0.13.0
github.com/yuin/goldmark 1.7.8 1.7.13
go.etcd.io/bbolt 1.3.11 1.4.3
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp 1.34.0 1.38.0

Updates dario.cat/mergo from 1.0.1 to 1.0.2

Release notes

Sourced from dario.cat/mergo's releases.

v1.0.2

What's Changed

  • Drops gopkg.in/yaml.v3, only used for loading fixtures. Thanks @​trim21 for bringing to my attention (#262) that this library is no longer maintained.

Full Changelog: darccio/mergo@v1.0.1...v1.0.2

Commits
  • 7b33b2b refactor: migrate from YAML to JSON for test data and update related functions
  • 229a214 chore(.well-known): add funding manifest URLs file
  • 6be20c6 chore(SECURITY.md): update supported versions to reflect current versioning
  • 9007623 chore(README) : remove kubernetes from the list of users
  • 2b1eb9c Update FUNDING.yml
  • 2ceb994 Create FUNDING.json
  • See full diff in compare view

Updates github.com/alecthomas/chroma/v2 from 2.15.0 to 2.20.0

Release notes

Sourced from github.com/alecthomas/chroma/v2's releases.

v2.20.0

Changelog

  • 303b65d feat: improve tracing
  • 1f48e65 fix(markdown): don't delegate to HTML lexer
  • ea89498 chore(deps): update ubuntu docker tag to v24 (#1104)
  • 14227ee chore(deps): update dependency biome to v2 (#1109)
  • 4a1dcb2 chore(deps): update dependency uv to v0.8.4 (#1115)
  • dca61f8 chore(deps): pin dependencies (#1098)
  • a21d7b8 chore: go mod tidy + update README list of languages
  • 1ca24c9 correct lexing AS keyword for docker (#1114)
  • 1dfa2b6 update css.xml with current properties (#1113)
  • 5b2a4c5 feat(formatter): add writeCSSComments option (#1112)
  • 02ff9d4 Sync Catppuccin styles (#1111)
  • a53c924 Create Lexer for Nu (#1110)
  • 0e031c7 chore(deps): update all non-major dependencies (#1108)
  • 673bbb4 chore(deps): update all non-major dependencies (#1103)
  • 5d56970 Add uv.lock to TOML lexer (#1105)
  • eb9a552 fix: Dockerfile $PORT should be just a port
  • acaae4e feat: add Dockerfile for chromad
  • f3be4c6 Create lexer for Gemtext (#1102)
  • a0c6dff chore(deps): update all non-major dependencies (#1099)
  • abe0195 Create lexer for lox (#1100)
  • dfb2819 Fixed ObjectPascal comment issue (#1097)
  • 908d2a3 sync catppuccin-mocha.xml with upstream (#1094)
  • acd21c6 add aspect-ratio property to css.xml (#1095)
  • 55d924d chore(deps): update all non-major dependencies (#1092)
  • d0ad679 feat: improve Go lexer
  • d2f8caa refactor: simplify WASM init
  • fb36d31 chore: apply biome linter fixes
  • b69cd3d chore: add JS formatting with biome

v2.19.0

Changelog

  • adeac8f feat: WASM playground
  • 484750a chore: add uv
  • a5ceb28 fix: add lexer compile time validation for group by
  • cd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (#1087)
  • 970eacc Add MoonScript lexer (#1091)
  • 6ffb465 chore(deps): update all non-major dependencies (#1082)
  • 2c20473 Various lexer & style fixes for RPGLE (#1086)
  • c803d79 fix(zig): detect zig object notation files as zig (#1085)
  • bc60826 Add Core lexer (#1083)
  • ffedbf4 fix(kotlin): detect kotlin script files as kotlin (#1081)

v2.18.0

Changelog

  • 7f0057b feat: support for dark mode in chromad
  • d87cb47 chore(deps): update all non-major dependencies (#1077)
  • 79dde77 Added IBM RPG lexer (#1078)
  • 1b932ec chore: disable gorilla/csrf upgrades temporarily

... (truncated)

Commits

Updates github.com/btcsuite/btcd/btcec/v2 from 2.3.4 to 2.3.5

Commits
  • 253c36d Merge pull request #2260 from Crypt-iQ/v2_transport
  • 5ab25f3 config: add new --v2transport option to gate BIP 324
  • ef0e43b multi: refactor v2 -> v1 downgrade logic
  • be67c07 peer: log when we downgrade outbound peers from v2 to v1
  • 53afae4 peer: use random garbage length for v2 peers
  • 1ffd7b4 v2transport: export maxGarbageLen
  • c6b2553 rpcserver: expose v2 connection status in getpeerinfo
  • 2d2bf57 server.go+connmgr: changes to trigger a reconnect in connmgr
  • 675d300 peer+server.go: pendingReconnects map to reconnect to downgraded v2->v1 peers
  • b5f0ebb v2transport+server+peer: add v2->v1 downgrade error if EOF during handshake
  • Additional commits viewable in compare view

Updates github.com/cosmos/ledger-cosmos-go from 0.14.0 to 0.16.0

Release notes

Sourced from github.com/cosmos/ledger-cosmos-go's releases.

v0.16.0

What's Changed

Full Changelog: cosmos/ledger-cosmos-go@v0.15.0...v0.16.0

v0.15.0

What's Changed

New Contributors

Full Changelog: cosmos/ledger-cosmos-go@v0.14.0...v0.15.0

Commits

Updates github.com/davecgh/go-spew from 1.1.1 to 1.1.2-0.20180830191138-d8f796af33cc

Commits

Updates github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.3.0 to 4.4.0

Commits
  • f98d08e secp256k1: Prepare v4.4.0.
  • cb51153 mixing: Prepare v0.5.0.
  • 35c5572 crypto/rand: Prepare v1.0.1.
  • 1ddfc95 mixclient: Wait for runs to finish before closing client
  • b77edc3 mixclient: Wait for KEs from all attempted sessions
  • 921b7c3 docs: Update README.md to required Go 1.23/1.24.
  • bcb663b build: Test against Go 1.24.
  • 53648fb build: Update golangci-lint to v1.64.5.
  • ecc32f7 certgen: Use t.TempDir in tests.
  • a746655 build: Update to latest action versions.
  • Additional commits viewable in compare view

Updates github.com/emicklei/dot from 1.6.2 to 1.9.2

Changelog

Sourced from github.com/emicklei/dot's changelog.

v1.9.2 - 2025-10-07

  • add Node.HasDefaultLabel()

v1.9.1 - 2025-09-14

  • do not use exe permission on exported dot files (thx come-maiz)

v1.9.0 - 2025-07-25

  • add Graph.WalkEdges(func(edge Edge) bool)

v1.8.0

v1.7.0

v1.6.4

  • fix mermaid generation with string shape in node (issue #40)

v1.6.3

  • fix empty label for mermaid
  • allow link attribute for edge in mermaid
Commits

Updates github.com/gofrs/flock from 0.12.1 to 0.13.0

Release notes

Sourced from github.com/gofrs/flock's releases.

v0.13.0

What's Changed

Minimum Go version 1.24

Full Changelog: gofrs/flock@v0.12.1...v0.13.0

Commits
  • bfec60b chore(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 in the gomod group (...
  • 7094284 chore: update linter
  • 8111aec feat: add Stat method (#127)
  • 6f0f0ed chore(deps): bump the github-actions group with 4 updates (#126)
  • fe44231 chore(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 in the gomod group (...
  • f74f0fb chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in the go...
  • c1f6d16 chore(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 in the gomod group (...
  • c542c57 chore(deps): bump github/codeql-action from 3.29.2 to 3.29.5 in the github-ac...
  • 425570b chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in the gomod group (...
  • 12753ea chore(deps): bump github/codeql-action from 3.28.18 to 3.29.2 in the github-a...
  • Additional commits viewable in compare view

Updates github.com/pmezard/go-difflib from 1.0.0 to 1.0.1-0.20181226105442-5d4384ee4fb2

Commits

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates github.com/yuin/goldmark from 1.7.8 to 1.7.13

Commits

Updates go.etcd.io/bbolt from 1.3.11 to 1.4.3

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.4.3

See the CHANGELOG/v1.4.3 for more details.

v1.4.2

See the CHANGELOG/v1.4.2 for more details.

v1.4.1

See the CHANGELOG/v1.4.1 for more details.

v1.4.0

See the CHANGELOG/v1.4.0 for more details.

v1.4.0-beta.0

See the CHANGELOG/v1.4.0-beta.0 for more details.

v1.3.12

See the CHANGELOG/v1.3.12 for more details.

Commits
  • 68e6b96 Update version to v1.4.3
  • 599de69 Merge pull request #1058 from ahrtr/20250818_writeto_1.4
  • 8fd1b83 Update (*Tx)WriteTo to reuse the already opened file if WriteFlag not set
  • 76cd3d4 Merge pull request #1049 from hwdef/release14-bump-go-12312
  • af33d7d Bump Go to 1.23.12
  • 60b43b8 Merge pull request #1050 from Elbehery/20250811_bump_windows_timeout
  • 79638fd [release-1.4]:chore(test): bump_windows_test_timeout
  • 804e170 Merge pull request #1046 from ahrtr/20250809_hugesize_test_1.4
  • 0307cfd Fix test case TestDB_HugeValue for 32 bit systems
  • 4c57e50 Merge pull request #1024 from hwdef/bump-go-12311-release-14
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel from 1.34.0 to 1.37.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.37.0/0.59.0/0.13.0] 2025-06-25

Added

  • The go.opentelemetry.io/otel/semconv/v1.33.0 package. The package contains semantic conventions from the v1.33.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.32.0.(#6799)
  • The go.opentelemetry.io/otel/semconv/v1.34.0 package. The package contains semantic conventions from the v1.34.0 version of the OpenTelemetry Semantic Conventions. (#6812)
  • Add metric's schema URL as otel_scope_schema_url label in go.opentelemetry.io/otel/exporters/prometheus. (#5947)
  • Add metric's scope attributes as otel_scope_[attribute] labels in go.opentelemetry.io/otel/exporters/prometheus. (#5947)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/log. (#6825)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#6825)
  • Changed handling of go.opentelemetry.io/otel/exporters/prometheus metric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#6839)

Changed

  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/bridge/opentracing. (#6827)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/exporters/zipkin. (#6829)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/metric. (#6832)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/resource. (#6834)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/trace. (#6835)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/trace. (#6836)
  • Record.Resource now returns *resource.Resource instead of resource.Resource in go.opentelemetry.io/otel/sdk/log. (#6864)
  • Retry now shows error cause for context timeout in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6898)

Fixed

  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6710)
  • Validate exponential histogram scale range for Prometheus compatibility in go.opentelemetry.io/otel/exporters/prometheus. (#6822)
  • Context cancellation during metric pipeline produce does not corrupt data in go.opentelemetry.io/otel/sdk/metric. (#6914)

Removed

  • go.opentelemetry.io/otel/exporters/prometheus no longer exports otel_scope_info metric. (#6770)

[0.12.2] 2025-05-22

Fixed

  • Retract v0.12.0 release of go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc module that contains invalid dependencies. (#6804)
  • Retract v0.12.0 release of go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp module that contains invalid dependencies. (#6804)
  • Retract v0.12.0 release of go.opentelemetry.io/otel/exporters/stdout/stdoutlog module that contains invalid dependencies. (#6804)

[0.12.1] 2025-05-21

Fixes

... (truncated)

Commits
  • 69e8108 Release 1.37.0/0.59.0/0.13.0 (#6925)
  • 67ca271 chore(deps): update golang.org/x/telemetry digest to fef9409 (#6929)
  • b4fad0a chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27...
  • 553779c chore: add missing ) in GPG hyperlink (#6928)
  • 351a51f Use existing schema URLs in tests (#6924)
  • a365d85 Add test for logging from a span in the opentracing bridge (#6919)
  • 787518f chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 513f2...
  • fbfb44a chore(deps): update golang.org/x (#6923)
  • 98f7693 chore: flatten bridge/opentracing/internal package (#6916)
  • 1b803e1 fix(deps): update module github.com/prometheus/common to v0.65.0 (#6921)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.34.0 to 1.37.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc's changelog.

[1.37.0/0.59.0/0.13.0] 2025-06-25

Added

  • The go.opentelemetry.io/otel/semconv/v1.33.0 package. The package contains semantic conventions from the v1.33.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.32.0.(#6799)
  • The go.opentelemetry.io/otel/semconv/v1.34.0 package. The package contains semantic conventions from the v1.34.0 version of the OpenTelemetry Semantic Conventions. (#6812)
  • Add metric's schema URL as otel_scope_schema_url label in go.opentelemetry.io/otel/exporters/prometheus. (#5947)
  • Add metric's scope attributes as otel_scope_[attribute] labels in go.opentelemetry.io/otel/exporters/prometheus. (#5947)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/log. (#6825)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#6825)
  • Changed handling of go.opentelemetry.io/otel/exporters/prometheus metric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#6839)

Changed

  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/bridge/opentracing. (#6827)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/exporters/zipkin. (#6829)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/metric. (#6832)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/resource. (#6834)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/trace. (#6835)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/trace. (#6836)
  • Record.Resource now returns *resource.Resource instead of resource.Resource in go.opentelemetry.io/otel/sdk/log. (#6864)
  • Retry now shows error cause for context timeout in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6898)

Fixed

  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6710)
  • Validate exponential histogram scale range for Prometheus compatibility in go.opentelemetry.io/otel/exporters/prometheus. (#6822)
  • Context cancellation during metric pipeline produce does not corrupt data in go.opentelemetry.io/otel/sdk/metric. (#6914)

Removed

  • go.opentelemetry.io/otel/exporters/prometheus no longer exports otel_scope_info metric. (#6770)

[0.12.2] 2025-05-22

Fixed

  • Retract v0.12.0 release of go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc module that contains invalid dependencies. (#6804)
  • Retract v0.12.0 release of go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp module that contains invalid dependencies. (#6804)
  • Retract v0.12.0 release of go.opentelemetry.io/otel/exporters/stdout/stdoutlog module that contains invalid dependencies. (#6804)

[0.12.1] 2025-05-21

Fixes

... (truncated)

Commits
  • 69e8108 Release 1.37.0/0.59.0/0.13.0 (#6925)
  • 67ca271 chore(deps): update golang.org/x/telemetry digest to fef9409 (#6929)
  • b4fad0a chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27...
  • 553779c chore: add missing ) in GPG hyperlink (#6928)
  • 351a51f Use existing schema URLs in tests (#6924)
  • a365d85 Add test for logging from a span in the opentracing bridge (#6919)
  • 787518f chore(deps): update google.golang.org/genproto/googleapis/rpc digest to 513f2...
  • fbfb44a chore(deps): update golang.org/x (#6923)
  • 98f7693 chore: flatten bridge/opentracing/internal package (#6916)
  • 1b803e1 fix(deps): update module github.com/prometheus/common to v0.65.0 (#6921)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.34.0 to 1.38.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp's changelog.

[1.38.0/0.60.0/0.14.0/0.0.13] 2025-08-29

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

Added

  • Add native histogram exemplar support in go.opentelemetry.io/otel/exporters/prometheus. (#6772)
  • Add template attribute functions to the go.opentelmetry.io/otel/semconv/v1.34.0 package. (#6939)
    • ContainerLabel
    • DBOperationParameter
    • DBSystemParameter
    • HTTPRequestHeader
    • HTTPResponseHeader
    • K8SCronJobAnnotation
    • K8SCronJobLabel
    • K8SDaemonSetAnnotation
    • K8SDaemonSetLabel
    • K8SDeploymentAnnotation
    • K8SDeploymentLabel
    • K8SJobAnnotation
    • K8SJobLabel
    • K8SNamespaceAnnotation
    • K8SNamespaceLabel
    • K8SNodeAnnotation
    • K8SNodeLabel
    • K8SPodAnnotation
    • K8SPodLabel
    • K8SReplicaSetAnnotation
    • K8SReplicaSetLabel
    • K8SStatefulSetAnnotation
    • K8SStatefulSetLabel
    • ProcessEnvironmentVariable
    • RPCConnectRPCRequestMetadata
    • RPCConnectRPCResponseMetadata
    • RPCGRPCRequestMetadata
    • RPCGRPCResponseMetadata
  • Add ErrorType attribute helper function to the go.opentelmetry.io/otel/semconv/v1.34.0 package. (#6962)
  • Add WithAllowKeyDuplication in go.opentelemetry.io/otel/sdk/log which can be used to disable deduplication for log records. (#6968)
  • Add WithCardinalityLimit option to configure the cardinality limit in go.opentelemetry.io/otel/sdk/metric. (#6996, #7065, #7081, #7164, #7165, #7179)
  • Add Clone method to Record in go.opentelemetry.io/otel/log that returns a copy of the record with no shared state. (#7001)
  • Add experimental self-observability span and batch span processor metrics in go.opentelemetry.io/otel/sdk/trace. Check the go.opentelemetry.io/otel/sdk/trace/internal/x package documentation for more information. (#7027, #6393, #7209)
  • The go.opentelemetry.io/otel/semconv/v1.36.0 package. The package contains semantic conventions from the v1.36.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.34.0.(#7032, #7041)
  • Add support for configuring Prometheus name translation using WithTranslationStrateg...

    Description has been truncated

…9 updates

Bumps the everything-else group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dario.cat/mergo](https://github.com/imdario/mergo) | `1.0.1` | `1.0.2` |
| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.15.0` | `2.20.0` |
| [github.com/btcsuite/btcd/btcec/v2](https://github.com/btcsuite/btcd) | `2.3.4` | `2.3.5` |
| [github.com/cosmos/ledger-cosmos-go](https://github.com/cosmos/ledger-cosmos-go) | `0.14.0` | `0.16.0` |
| [github.com/emicklei/dot](https://github.com/emicklei/dot) | `1.6.2` | `1.9.2` |
| [github.com/gofrs/flock](https://github.com/gofrs/flock) | `0.12.1` | `0.13.0` |
| [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.7.8` | `1.7.13` |
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.3.11` | `1.4.3` |
| [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://github.com/open-telemetry/opentelemetry-go) | `1.34.0` | `1.38.0` |



Updates `dario.cat/mergo` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](darccio/mergo@v1.0.1...v1.0.2)

Updates `github.com/alecthomas/chroma/v2` from 2.15.0 to 2.20.0
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](alecthomas/chroma@v2.15.0...v2.20.0)

Updates `github.com/btcsuite/btcd/btcec/v2` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](btcsuite/btcd@btcec/v2.3.4...btcec/v2.3.5)

Updates `github.com/cosmos/ledger-cosmos-go` from 0.14.0 to 0.16.0
- [Release notes](https://github.com/cosmos/ledger-cosmos-go/releases)
- [Commits](cosmos/ledger-cosmos-go@v0.14.0...v0.16.0)

Updates `github.com/davecgh/go-spew` from 1.1.1 to 1.1.2-0.20180830191138-d8f796af33cc
- [Commits](https://github.com/davecgh/go-spew/commits)

Updates `github.com/decred/dcrd/dcrec/secp256k1/v4` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/decred/dcrd/releases)
- [Changelog](https://github.com/decred/dcrd/blob/master/CHANGES)
- [Commits](decred/dcrd@dcrec/secp256k1/v4.3.0...dcrec/secp256k1/v4.4.0)

Updates `github.com/emicklei/dot` from 1.6.2 to 1.9.2
- [Changelog](https://github.com/emicklei/dot/blob/master/CHANGES.md)
- [Commits](emicklei/dot@v1.6.2...v1.9.2)

Updates `github.com/gofrs/flock` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](gofrs/flock@v0.12.1...v0.13.0)

Updates `github.com/pmezard/go-difflib` from 1.0.0 to 1.0.1-0.20181226105442-5d4384ee4fb2
- [Commits](https://github.com/pmezard/go-difflib/commits)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `github.com/yuin/goldmark` from 1.7.8 to 1.7.13
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](yuin/goldmark@v1.7.8...v1.7.13)

Updates `go.etcd.io/bbolt` from 1.3.11 to 1.4.3
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.3.11...v1.4.3)

Updates `go.opentelemetry.io/otel` from 1.34.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.34.0...v1.37.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc` from 1.34.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.34.0...v1.37.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp` from 1.34.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.34.0...v1.38.0)

Updates `go.opentelemetry.io/otel/metric` from 1.34.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.34.0...v1.38.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.34.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.34.0...v1.38.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.34.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.34.0...v1.38.0)

Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.8

---
updated-dependencies:
- dependency-name: dario.cat/mergo
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: github.com/btcsuite/btcd/btcec/v2
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: github.com/cosmos/ledger-cosmos-go
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: github.com/davecgh/go-spew
  dependency-version: 1.1.2-0.20180830191138-d8f796af33cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: github.com/decred/dcrd/dcrec/secp256k1/v4
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: github.com/emicklei/dot
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: github.com/gofrs/flock
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: github.com/pmezard/go-difflib
  dependency-version: 1.0.1-0.20181226105442-5d4384ee4fb2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: github.com/yuin/goldmark
  dependency-version: 1.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: go.etcd.io/bbolt
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Update to the dependencies label Oct 13, 2025
@github-actions github-actions bot added the 🐹 golang Pull requests that update Go code label Oct 13, 2025
@Gno2D2 Gno2D2 added the review/triage-pending PRs opened by external contributors that are waiting for the 1st review label Oct 13, 2025
@Gno2D2
Copy link
Collaborator

Gno2D2 commented Oct 13, 2025

🛠 PR Checks Summary

🔴 Pending initial approval by a review team member, or review from tech-staff

Manual Checks (for Reviewers):
  • IGNORE the bot requirements for this PR (force green CI check)
Read More

🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers.

✅ Automated Checks (for Contributors):

🔴 Pending initial approval by a review team member, or review from tech-staff

☑️ Contributor Actions:
  1. Fix any issues flagged by automated checks.
  2. Follow the Contributor Checklist to ensure your PR is ready for review.
    • Add new tests, or document why they are unnecessary.
    • Provide clear examples/screenshots, if necessary.
    • Update documentation, if required.
    • Ensure no breaking changes, or include BREAKING CHANGE notes.
    • Link related issues/PRs, where applicable.
☑️ Reviewer Actions:
  1. Complete manual checks for the PR, including the guidelines and additional checks if applicable.
📚 Resources:
Debug
Automated Checks
Pending initial approval by a review team member, or review from tech-staff

If

🟢 Condition met
└── 🟢 And
    ├── 🟢 The base branch matches this pattern: ^master$
    └── 🟢 Not (🔴 Pull request author is a member of the team: tech-staff)

Then

🔴 Requirement not satisfied
└── 🔴 If
    ├── 🔴 Condition
    │   └── 🔴 Or
    │       ├── 🔴 At least one of these user(s) reviewed the pull request: [jefft0 leohhhn n0izn0iz notJoon omarsy x1unix] (with state "APPROVED")
    │       ├── 🔴 At least 1 user(s) of the team tech-staff reviewed pull request
    │       └── 🔴 This pull request is a draft
    └── 🔴 Else
        └── 🔴 And
            ├── 🟢 This label is applied to pull request: review/triage-pending
            └── 🔴 On no pull request

Manual Checks
**IGNORE** the bot requirements for this PR (force green CI check)

If

🟢 Condition met
└── 🟢 On every pull request

Can be checked by

  • Any user with comment edit permission

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update to the dependencies 🐹 golang Pull requests that update Go code review/triage-pending PRs opened by external contributors that are waiting for the 1st review

Projects

Status: No status
Status: Triage

Development

Successfully merging this pull request may close these issues.

2 participants