Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 9 updates#9

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-c1252f6bf9
Open

build(deps): bump the minor-and-patch group across 1 directory with 9 updates#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-c1252f6bf9

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps the minor-and-patch group with 8 updates in the / directory:

Package From To
github.com/a-h/templ 0.3.977 0.3.1001
github.com/xraph/grove 1.3.0 1.3.1
github.com/xraph/grove/drivers/mongodriver 1.3.0 1.3.1
github.com/xraph/grove/drivers/pgdriver 1.3.0 1.3.1
github.com/xraph/grove/drivers/sqlitedriver 1.3.0 1.3.1
github.com/xraph/grove/kv 1.3.0 1.3.1
github.com/xraph/grove/kv/drivers/redisdriver 1.3.0 1.3.1
go.opentelemetry.io/otel 1.40.0 1.42.0

Updates github.com/a-h/templ from 0.3.977 to 0.3.1001

Release notes

Sourced from github.com/a-h/templ's releases.

v0.3.1001

Changelog

  • 2c505c0 chore: add unit test to cover recent fix
  • 4233429 chore: bump compiler to Go 1.26
  • 1b9a429 chore: bump deps in fiber example
  • 54981db chore: bump docusaurus version
  • e606c30 chore: bump flake builder
  • 66bc28b chore: bump gofiber example deps
  • 95f88a6 chore: bump to Go 1.25, update csrf example
  • 916a243 chore: bump version
  • 45dda73 chore: fix test broken by merge
  • 5ddd784 chore: revert Nix bump to Go 1.26 because it breaks the golangci-lint package
  • 4037d8a feat: add Range to BoolConstantAttribute nodes (#1340)
  • afb0034 feat: add Range to BooleanExpressionAttribute nodes (#1336)
  • c80f745 feat: add Range to ChildrenExpression nodes (#1337)
  • b0f5243 feat: add Range to ConditionalAttribute nodes (#1338)
  • 60fc376 feat: add Range to ConstantAttribute nodes (#1341)
  • b4e809e feat: add Range to SpreadAttributes nodes (#1335)
  • 5824d4b feat: add TLS support to live reload proxy (#1345)
  • e9a940b feat: strip space from CSS classname rendering, closes #1074 (#1346)
  • bdda41e fix: don't remove unaliased hyphenated imports if they're used (#1342)
  • c2ff8bb fix: issue 1253 (#1339)
  • cf6235a fix: proxy escaping characters (#1321)
  • d97730c fix: support nushell for prettier, fixes #1266 (#1343)
  • b666bd7 fix: undefined variable in proxy test range loop (#1324)
  • be8271d refactor: skip some more tests that require prettier
Commits
  • 5ddd784 chore: revert Nix bump to Go 1.26 because it breaks the golangci-lint package
  • 66bc28b chore: bump gofiber example deps
  • 4233429 chore: bump compiler to Go 1.26
  • 45dda73 chore: fix test broken by merge
  • 916a243 chore: bump version
  • d97730c fix: support nushell for prettier, fixes #1266 (#1343)
  • c2ff8bb fix: issue 1253 (#1339)
  • 5824d4b feat: add TLS support to live reload proxy (#1345)
  • be8271d refactor: skip some more tests that require prettier
  • e9a940b feat: strip space from CSS classname rendering, closes #1074 (#1346)
  • Additional commits viewable in compare view

Updates github.com/xraph/grove from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/xraph/grove's releases.

v1.3.1

Changes

  • fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum (5661234)

Installation

go get github.com/xraph/grove@v1.3.1

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.3.1
go get github.com/xraph/grove/drivers/mysqldriver@v1.3.1
go get github.com/xraph/grove/drivers/sqlitedriver@v1.3.1
go get github.com/xraph/grove/drivers/mongodriver@v1.3.1
go get github.com/xraph/grove/drivers/tursodriver@v1.3.1
go get github.com/xraph/grove/drivers/clickhousedriver@v1.3.1
go get github.com/xraph/grove/drivers/esdriver@v1.3.1

Forge extension:

go get github.com/xraph/grove/extension@v1.3.1

KV store:

go get github.com/xraph/grove/kv@v1.3.1

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.3.1

Full Changelog: xraph/grove@v1.3.0...v1.3.1

Commits
  • 5661234 fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum
  • See full diff in compare view

Updates github.com/xraph/grove/drivers/mongodriver from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/xraph/grove/drivers/mongodriver's releases.

v1.3.1

Changes

  • fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum (5661234)

Installation

go get github.com/xraph/grove@v1.3.1

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.3.1
go get github.com/xraph/grove/drivers/mysqldriver@v1.3.1
go get github.com/xraph/grove/drivers/sqlitedriver@v1.3.1
go get github.com/xraph/grove/drivers/mongodriver@v1.3.1
go get github.com/xraph/grove/drivers/tursodriver@v1.3.1
go get github.com/xraph/grove/drivers/clickhousedriver@v1.3.1
go get github.com/xraph/grove/drivers/esdriver@v1.3.1

Forge extension:

go get github.com/xraph/grove/extension@v1.3.1

KV store:

go get github.com/xraph/grove/kv@v1.3.1

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.3.1

Full Changelog: xraph/grove@v1.3.0...v1.3.1

Commits
  • 5661234 fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum
  • See full diff in compare view

Updates github.com/xraph/grove/drivers/pgdriver from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/xraph/grove/drivers/pgdriver's releases.

v1.3.1

Changes

  • fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum (5661234)

Installation

go get github.com/xraph/grove@v1.3.1

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.3.1
go get github.com/xraph/grove/drivers/mysqldriver@v1.3.1
go get github.com/xraph/grove/drivers/sqlitedriver@v1.3.1
go get github.com/xraph/grove/drivers/mongodriver@v1.3.1
go get github.com/xraph/grove/drivers/tursodriver@v1.3.1
go get github.com/xraph/grove/drivers/clickhousedriver@v1.3.1
go get github.com/xraph/grove/drivers/esdriver@v1.3.1

Forge extension:

go get github.com/xraph/grove/extension@v1.3.1

KV store:

go get github.com/xraph/grove/kv@v1.3.1

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.3.1

Full Changelog: xraph/grove@v1.3.0...v1.3.1

Commits
  • 5661234 fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum
  • See full diff in compare view

Updates github.com/xraph/grove/drivers/sqlitedriver from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/xraph/grove/drivers/sqlitedriver's releases.

v1.3.1

Changes

  • fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum (5661234)

Installation

go get github.com/xraph/grove@v1.3.1

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.3.1
go get github.com/xraph/grove/drivers/mysqldriver@v1.3.1
go get github.com/xraph/grove/drivers/sqlitedriver@v1.3.1
go get github.com/xraph/grove/drivers/mongodriver@v1.3.1
go get github.com/xraph/grove/drivers/tursodriver@v1.3.1
go get github.com/xraph/grove/drivers/clickhousedriver@v1.3.1
go get github.com/xraph/grove/drivers/esdriver@v1.3.1

Forge extension:

go get github.com/xraph/grove/extension@v1.3.1

KV store:

go get github.com/xraph/grove/kv@v1.3.1

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.3.1

Full Changelog: xraph/grove@v1.3.0...v1.3.1

Commits
  • 5661234 fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum
  • See full diff in compare view

Updates github.com/xraph/grove/kv from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/xraph/grove/kv's releases.

v1.3.1

Changes

  • fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum (5661234)

Installation

go get github.com/xraph/grove@v1.3.1

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.3.1
go get github.com/xraph/grove/drivers/mysqldriver@v1.3.1
go get github.com/xraph/grove/drivers/sqlitedriver@v1.3.1
go get github.com/xraph/grove/drivers/mongodriver@v1.3.1
go get github.com/xraph/grove/drivers/tursodriver@v1.3.1
go get github.com/xraph/grove/drivers/clickhousedriver@v1.3.1
go get github.com/xraph/grove/drivers/esdriver@v1.3.1

Forge extension:

go get github.com/xraph/grove/extension@v1.3.1

KV store:

go get github.com/xraph/grove/kv@v1.3.1

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.3.1

Full Changelog: xraph/grove@v1.3.0...v1.3.1

Commits
  • 5661234 fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum
  • See full diff in compare view

Updates github.com/xraph/grove/kv/drivers/redisdriver from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/xraph/grove/kv/drivers/redisdriver's releases.

v1.3.1

Changes

  • fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum (5661234)

Installation

go get github.com/xraph/grove@v1.3.1

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.3.1
go get github.com/xraph/grove/drivers/mysqldriver@v1.3.1
go get github.com/xraph/grove/drivers/sqlitedriver@v1.3.1
go get github.com/xraph/grove/drivers/mongodriver@v1.3.1
go get github.com/xraph/grove/drivers/tursodriver@v1.3.1
go get github.com/xraph/grove/drivers/clickhousedriver@v1.3.1
go get github.com/xraph/grove/drivers/esdriver@v1.3.1

Forge extension:

go get github.com/xraph/grove/extension@v1.3.1

KV store:

go get github.com/xraph/grove/kv@v1.3.1

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.3.1
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.3.1

Full Changelog: xraph/grove@v1.3.0...v1.3.1

Commits
  • 5661234 fix: update github.com/xraph/forge dependency to v1.3.1 in go.mod and go.sum
  • See full diff in compare view

Updates go.opentelemetry.io/otel from 1.40.0 to 1.42.0

Changelog

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

[1.42.0/0.64.0/0.18.0/0.0.16] 2026-03-06

Added

  • Add go.opentelemetry.io/otel/semconv/v1.40.0 package. The package contains semantic conventions from the v1.40.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.39.0. (#7985)
  • Add Err and SetErr on Record in go.opentelemetry.io/otel/log to attach an error and set record exception attributes in go.opentelemetry.io/otel/log/sdk. (#7924)

Changed

  • TracerProvider.ForceFlush in go.opentelemetry.io/otel/sdk/trace joins errors together and continues iteration through SpanProcessors as opposed to returning the first encountered error without attempting exports on subsequent SpanProcessors. (#7856)

Fixed

  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to correctly handle HTTP2 GOAWAY frame. (#7931)
  • Fix semconv v1.39.0 generated metric helpers skipping required attributes when extra attributes were empty. (#7964)
  • Preserve W3C TraceFlags bitmask (including the random Trace ID flag) during trace context extraction and injection in go.opentelemetry.io/otel/propagation. (#7834)

Removed

  • Drop support for [Go 1.24]. (#7984)

[1.41.0/0.63.0/0.17.0/0.0.15] 2026-03-02

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

Added

  • Support testing of [Go 1.26]. (#7902)

Fixed

  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#7914)
Commits
  • a3941ff Release v1.42.0/v0.64.0/v0.18.0/v0.0.16 (#8006)
  • 6059c47 chore(deps): update golang.org/x/telemetry digest to e526e8a (#8010)
  • 44c7edf chore(deps): update module github.com/mgechev/revive to v1.15.0 (#8009)
  • de5fb3a fix(deps): update module google.golang.org/grpc to v1.79.2 (#8007)
  • 0b82ded chore(deps): update codspeedhq/action action to v4.11.1 (#8001)
  • aa3660f chore(deps): update github/codeql-action action to v4.32.6 (#8004)
  • 9be8c92 chore(deps): update dependency codespell to v2.4.2 (#8003)
  • c9d2015 log: add error field to Record and make SDK to emit exception attributes (#7924)
  • fdd1320 TracerProvider ForceFlush() Error Fix (#7856)
  • 78f9904 chore(deps): update golang.org/x/telemetry digest to 18da590 (#8000)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/trace from 1.40.0 to 1.42.0

Changelog

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

[1.42.0/0.64.0/0.18.0/0.0.16] 2026-03-06

Added

  • Add go.opentelemetry.io/otel/semconv/v1.40.0 package. The package contains semantic conventions from the v1.40.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.39.0. (#7985)
  • Add Err and SetErr on Record in go.opentelemetry.io/otel/log to attach an error and set record exception attributes in go.opentelemetry.io/otel/log/sdk. (#7924)

Changed

  • TracerProvider.ForceFlush in go.opentelemetry.io/otel/sdk/trace joins errors together and continues iteration through SpanProcessors as opposed to returning the first encountered error without attempting exports on subsequent SpanProcessors. (#7856)

Fixed

  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to correctly handle HTTP2 GOAWAY frame. (#7931)
  • Fix semconv v1.39.0 generated metric helpers skipping required attributes when extra attributes were empty. (#7964)
  • Preserve W3C TraceFlags bitmask (including the random Trace ID flag) during trace context extraction and injection in go.opentelemetry.io/otel/propagation. (#7834)

Removed

  • Drop support for [Go 1.24]. (#7984)

[1.41.0/0.63.0/0.17.0/0.0.15] 2026-03-02

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

Added

  • Support testing of [Go 1.26]. (#7902)

Fixed

  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#7914)
Commits
  • a3941ff Release v1.42.0/v0.64.0/v0.18.0/v0.0.16 (#8006)
  • 6059c47 chore(deps): update golang.org/x/telemetry digest to e526e8a (#8010)
  • 44c7edf chore(deps): update module github.com/mgechev/revive to v1.15.0 (#8009)
  • de5fb3a fix(deps): update module google.golang.org/grpc to v1.79.2 (#8007)
  • 0b82ded chore(deps): update codspeedhq/action action to v4.11.1 (#8001)
  • aa3660f chore(deps): update github/codeql-action action to v4.32.6 (#8004)
  • 9be8c92 chore(deps): update dependency codespell to v2.4.2 (#8003)
  • c9d2015 log: add error field to Record and make SDK to emit exception attributes (#7924)
  • fdd1320 TracerProvider ForceFlush() Error Fix (#7856)
  • 78f9904 chore(deps): update golang.org/x/telemetry digest to 18da590 (#8000)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the minor-and-patch group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/a-h/templ](https://github.com/a-h/templ) | `0.3.977` | `0.3.1001` |
| [github.com/xraph/grove](https://github.com/xraph/grove) | `1.3.0` | `1.3.1` |
| [github.com/xraph/grove/drivers/mongodriver](https://github.com/xraph/grove) | `1.3.0` | `1.3.1` |
| [github.com/xraph/grove/drivers/pgdriver](https://github.com/xraph/grove) | `1.3.0` | `1.3.1` |
| [github.com/xraph/grove/drivers/sqlitedriver](https://github.com/xraph/grove) | `1.3.0` | `1.3.1` |
| [github.com/xraph/grove/kv](https://github.com/xraph/grove) | `1.3.0` | `1.3.1` |
| [github.com/xraph/grove/kv/drivers/redisdriver](https://github.com/xraph/grove) | `1.3.0` | `1.3.1` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.42.0` |



Updates `github.com/a-h/templ` from 0.3.977 to 0.3.1001
- [Release notes](https://github.com/a-h/templ/releases)
- [Commits](a-h/templ@v0.3.977...v0.3.1001)

Updates `github.com/xraph/grove` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.3.0...v1.3.1)

Updates `github.com/xraph/grove/drivers/mongodriver` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.3.0...v1.3.1)

Updates `github.com/xraph/grove/drivers/pgdriver` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.3.0...v1.3.1)

Updates `github.com/xraph/grove/drivers/sqlitedriver` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.3.0...v1.3.1)

Updates `github.com/xraph/grove/kv` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.3.0...v1.3.1)

Updates `github.com/xraph/grove/kv/drivers/redisdriver` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.3.0...v1.3.1)

Updates `go.opentelemetry.io/otel` from 1.40.0 to 1.42.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.40.0...v1.42.0)

Updates `go.opentelemetry.io/otel/trace` from 1.40.0 to 1.42.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.40.0...v1.42.0)

---
updated-dependencies:
- dependency-name: github.com/a-h/templ
  dependency-version: 0.3.1001
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/drivers/mongodriver
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/drivers/pgdriver
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/drivers/sqlitedriver
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/kv
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/kv/drivers/redisdriver
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 14, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link

vercel bot commented Mar 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chronicle Ready Ready Preview, Comment Mar 14, 2026 2:57pm

Request Review

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants