Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the go-mod group with 11 updates in the / directory:

Package From To
github.com/DIMO-Network/device-definitions-api 1.5.6 1.6.2
github.com/DIMO-Network/fetch-api 0.0.12 0.0.16
github.com/DIMO-Network/model-garage 0.7.2 0.8.4
github.com/DIMO-Network/token-exchange-api 0.3.7 0.3.8
github.com/ethereum/go-ethereum 1.16.4 1.16.7
github.com/gofiber/fiber/v2 2.52.9 2.52.10
github.com/grpc-ecosystem/go-grpc-middleware/v2 2.3.2 2.3.3
github.com/uber/h3-go/v4 4.3.0 4.4.0
golang.org/x/sync 0.17.0 0.19.0
google.golang.org/grpc 1.75.0 1.78.0
google.golang.org/protobuf 1.36.10 1.36.11

Updates github.com/DIMO-Network/device-definitions-api from 1.5.6 to 1.6.2

Release notes

Sourced from github.com/DIMO-Network/device-definitions-api's releases.

v1.6.2

Full Changelog: DIMO-Network/device-definitions-api@v1.6.1...v1.6.2

v1.6.1

Full Changelog: DIMO-Network/device-definitions-api@v1.6.0...v1.6.1

v1.6.0

Full Changelog: DIMO-Network/device-definitions-api@v1.5.9...v1.6.0

v1.5.9

What's Changed

Full Changelog: DIMO-Network/device-definitions-api@v1.5.8...v1.5.9

v1.5.8

Full Changelog: DIMO-Network/device-definitions-api@v1.5.7...v1.5.8

  • support japan vin upsert

v1.5.7

What's Changed

Full Changelog: DIMO-Network/device-definitions-api@v1.5.6...v1.5.7

Commits
  • 712891f Update Image Version to 1174cf4
  • 1174cf4 build fix
  • a570d92 use identity for definition check
  • 68c321c Update Image Version to value: 9e6da7e
  • b5cb248 Update Image Version to 9e6da7e
  • 9e6da7e control for not found vin
  • bb58249 Update Image Version to value: 1473000
  • f5efe1f Update Image Version to 1473000
  • 1473000 script to load bulk vins with csv
  • eaca1b8 Update Image Version to value: 45b8837
  • Additional commits viewable in compare view

Updates github.com/DIMO-Network/fetch-api from 0.0.12 to 0.0.16

Release notes

Sourced from github.com/DIMO-Network/fetch-api's releases.

v0.0.16

Full Changelog: DIMO-Network/fetch-api@v0.0.15...v0.0.16

v0.0.15

What's Changed

Full Changelog: DIMO-Network/fetch-api@v0.0.14...v0.0.15

v0.0.14

What's Changed

Full Changelog: DIMO-Network/fetch-api@v0.0.13...v0.0.14

v0.0.13

What's Changed

Full Changelog: DIMO-Network/fetch-api@v0.0.12...v0.0.13

Commits

Updates github.com/DIMO-Network/model-garage from 0.7.2 to 0.8.4

Release notes

Sourced from github.com/DIMO-Network/model-garage's releases.

v0.8.4

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.8.3...v0.8.4

v0.8.3

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.8.2...v0.8.3

v0.8.2

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.8.1...v0.8.2

v0.8.0

What's Changed

New Contributors

Full Changelog: DIMO-Network/model-garage@v0.7.10...v0.8.0

v0.7.10

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.7.9...v0.7.10

v0.7.9

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.7.8...v0.7.9

v0.7.8

What's Changed

... (truncated)

Commits

Updates github.com/DIMO-Network/token-exchange-api from 0.3.7 to 0.3.8

Release notes

Sourced from github.com/DIMO-Network/token-exchange-api's releases.

v0.3.8

Full Changelog: DIMO-Network/token-exchange-api@v0.3.7...v0.3.8

Commits

Updates github.com/ethereum/go-ethereum from 1.16.4 to 1.16.7

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Ballistic Drift Stabilizer (v1.16.7)

This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.

This release enables the Fusaka hardfork on Ethereum mainnet.

The Fusaka fork is scheduled to occur at 2025-12-03 21:49:11 UTC. Please upgrade your node to v1.16.7 in time for the fork.

This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.

  • BPO1 on2025-12-09
  • BPO2 on 2026-01-07

Fusaka

  • Set mainnet timestamps for Osaka (#33063)
  • Enable Fusaka for geth --dev mode (#32917)

RPC

  • Add eth_sendRawTransactionSync which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (#32830, #32930, #32929)
  • Add support for eth_simulateV1 in ethclient (#32856)
  • Fix for an issue that might crash debug_traceCall (#33015)
  • Fix for an issuer where local transactions were not persisted to the journal (#32921)

Core

  • Fix for a cryptographic vulnerability in c-kzg-4844. This is only exploitable post-Fusaka. (#33093)
  • Add geth --genesis flag as an alternative to running geth init genesis.json (#32844)
  • Fix for receipt insertion during ERA file import. (#32934)
  • Work on getting the trie node history in order to serve historical eth_getProof request with the new path-based archive node. (#32907, #32914, #32937)
  • Further work on cmd/keeper, our guest program for zkVMs (#32816)
  • Various optimizations (#32971, #32916, #32965, #32946)

Networking

  • New metrics for tracking slow peers (#32964)
  • Fix for an issue where disconnected peers were not removed in txFetcher (#32947)

For a full rundown of the changes please consult the Geth 1.16.6 and 1.16.7 release milestones.

As with all our previous releases, you can find the:

... (truncated)

Commits
  • b9f3a3d Merge branch 'master' into release/1.16
  • 07129d2 version: release go-ethereum v1.16.7 stable
  • 653f8d4 go.mod: update to c-kzg v2.1.5 (#33093)
  • 5b77af3 version: begin v1.16.7 release cycle
  • 386c3de Merge branch 'master' into release/1.16
  • 044828e version: release go-ethereum v1.16.6
  • 0250724 params: set osaka and BPO1 & BPO2 mainnet dates (#33063)
  • 28c59b7 core/rawdb: fix db inspector by supporting trienode history (#33087)
  • 18a9027 common: fix duration comparison in PrettyAge (#33064)
  • e6d34c1 eth/tracers: fix prestateTracer for EIP-6780 SELFDESTRUCT (#33050)
  • Additional commits viewable in compare view

Updates github.com/gofiber/fiber/v2 from 2.52.9 to 2.52.10

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.52.10

🐛 Bug Fixes

📚 Documentation

New Contributors

Full Changelog: gofiber/fiber@v2.52.9...v2.52.10

Commits
  • e334f54 Update version to 2.52.10
  • aa2f7c5 🐛 bug: Fix enforcement of Immutable config for some edge cases (#3835)
  • fa098a7 Fix recover middleware panic output formatting (#3818)
  • 8141d09 Merge remote-tracking branch 'origin/v2' into v2
  • b01c425 add note for deprecated etag setting
  • a0c4f89 docs: document RoutePatternMatch (#3723)
  • ea9ba1d 🐛 bug: Handle invalid path in filesystem (#3688)
  • 81feed9 Update faq.md
  • See full diff in compare view

Updates github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.3.2 to 2.3.3

Release notes

Sourced from github.com/grpc-ecosystem/go-grpc-middleware/v2's releases.

v2.3.3

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.2...v2.3.3

Commits
  • 390bcef avoid unnecessary logging field creation when payload logging is disabled (#809)
  • 748e2b2 fix metric label initialize (#810)
  • af451d0 fix(ci): tidy module before linting (#808)
  • 2dc9821 feat: add ContextLabels to ClientMetrics (#798)
  • 2338d5a fix(#794): Wrapping codes.OK should not cause panic (#795)
  • 6ec6dd3 chore: use actions/setup-go native cache (#787)
  • f7911cc chore: enable hugeParam rule from go-critic (#786)
  • e2d5773 build(deps): bump google.golang.org/grpc from 1.67.1 to 1.74.2 (#785)
  • d75e7d9 chore: enable usetesting linter (#784)
  • c8a612b chore: enable promlinter linter (#771)
  • Additional commits viewable in compare view

Updates github.com/uber/h3-go/v4 from 4.3.0 to 4.4.0

Release notes

Sourced from github.com/uber/h3-go/v4's releases.

v4.4.0

What's Changed

Full Changelog: uber/h3-go@v4.3.0...v4.4.0

Changelog

Sourced from github.com/uber/h3-go/v4's changelog.

4.4.0 (10 Dec 2025)

Breaking Changes

  • #96: Vertex mode was updated to have its own typedef.

Added

  • #95: Introduced CellFromString and CellToString.
  • #99: Introduced IndexDigit.
  • #100: Introduced DirectedEdgeFromString.
  • #103: Introduced IsValidIndex.

Changed

  • #100: Used generics for some internal implementations.

Updated

  • #98: H3 Core was updated to v4.4.0.
  • #101: Updated error codes to match H3 Core.
Commits
  • 0626a15 feat: add IsValidIndex (#103)
  • b0036af chore: update Go to v1.23, fix lint (#102)
  • 1e8b8a3 feat: update error codes to match H3 core (#101)
  • 68c58b9 feat: use generics to avoid code duplication, add DirectedEdgeFromString (#100)
  • c18b8b6 feat: introduce IndexDigit (#99)
  • e9534db feat: bump H3 Core to 4.4.0 (#98)
  • 0617172 feat: breaking: introduce Vertex typedef (#96)
  • e3ab92b feat: introduce CellFrom/ToString (#95)
  • 4d04ed6 docs: revert img to align, update links to avoid redirects (#94)
  • caef3cf docs: update cov badge, attempt fix logo right align (#93)
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.17.0 to 0.19.0

Commits
  • 2a180e2 errgroup: use consistent read for SetLimit panic
  • 1966f53 errgroup: fix some typos in comment
  • See full diff in compare view

Updates google.golang.org/grpc from 1.75.0 to 1.78.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.78.0

Behavior Changes

  • client: Reject target URLs containing unbracketed colons in the hostname in Go version 1.26+. (#8716)

New Features

  • stats/otel: Add backend service label to wrr metrics as part of A89. (#8737)
  • stats/otel: Add subchannel metrics (without the disconnection reason) to eventually replace the pickfirst metrics. (#8738)
  • client: Wait for all pending goroutines to complete when closing a graceful switch balancer. (#8746)

Bug Fixes

  • transport/client : Return status code Unknown on malformed grpc-status. (#8735)
  • client: Add experimental.AcceptCompressors so callers can restrict the grpc-accept-encoding header advertised for a call. (#8718)
  • xds: Fix a bug in StringMatcher where regexes would match incorrectly when ignore_case is set to true. (#8723)
  • xds/resolver:
    • Drop previous route resources and report an error when no matching virtual host is found.
    • Only log LDS/RDS configuration errors following a successful update and retain the last valid resource to prevent transient failures. (#8711)
  • client:
    • Change connectivity state to CONNECTING when creating the name resolver (as part of exiting IDLE).
    • Change connectivity state to TRANSIENT_FAILURE if name resolver creation fails (as part of exiting IDLE).
    • Change connectivity state to IDLE after idle timeout expires even when current state is TRANSIENT_FAILURE.
    • Fix a bug that resulted in OnFinish call option not being invoked for RPCs where stream creation failed. (#8710)
  • xdsclient: Fix a race in the xdsClient that could lead to resource-not-found errors. (#8627)

Performance Improvements

  • mem: Round up to nearest 4KiB for pool allocations larger than 1MiB. (#8705)

Release 1.77.0

API Changes

  • mem: Replace the Reader interface with a struct for better performance and maintainability. (#8669)

Behavior Changes

  • balancer/pickfirst: Remove support for the old pick_first LB policy via the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The new pick_first has been the default since v1.71.0. (#8672)

Bug Fixes

  • xdsclient: Fix a race condition in the ADS stream implementation that could result in resource-not-found errors, causing the gRPC client channel to move to TransientFailure. (#8605)
  • client: Ignore HTTP status header for gRPC streams. (#8548)
  • client: Set a read deadline when closing a transport to prevent it from blocking indefinitely on a broken connection. (#8534)

... (truncated)

Commits
  • 9df039e Change version to 1.78.0 (#8761)
  • 9b990b6 gracefulswitch: Wait for all goroutines on close (#8746)
  • 6677d9a xds: Fixing a typo (#8760)
  • d35cedd xds/resolver: pass route's auto_host_rewrite to LB picker (gRFC A81) (#8740)
  • d931fdc client: allow overriding grpc-accept-encoding header (#8718)
  • 0800ec7 xds/clusterimpl: update TestChildPolicyChangeOnConfigUpdate to use custom lb ...
  • 6553ea1 stats/otel: Add subchannel metrics (A94) (#8738)
  • 81a00ce grpc: Fixing spelling typo (#8756)
  • e413838 client: Change connectivity state to CONNECTING when creating the name resolv...
  • f9d2bdb stats/otel: Add grpc.lb.backend_service label to wrr metrics (A89) (#8737)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.36.10 to 1.36.11

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the go-mod group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/DIMO-Network/device-definitions-api](https://github.com/DIMO-Network/device-definitions-api) | `1.5.6` | `1.6.2` |
| [github.com/DIMO-Network/fetch-api](https://github.com/DIMO-Network/fetch-api) | `0.0.12` | `0.0.16` |
| [github.com/DIMO-Network/model-garage](https://github.com/DIMO-Network/model-garage) | `0.7.2` | `0.8.4` |
| [github.com/DIMO-Network/token-exchange-api](https://github.com/DIMO-Network/token-exchange-api) | `0.3.7` | `0.3.8` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.16.4` | `1.16.7` |
| [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.52.9` | `2.52.10` |
| [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://github.com/grpc-ecosystem/go-grpc-middleware) | `2.3.2` | `2.3.3` |
| [github.com/uber/h3-go/v4](https://github.com/uber/h3-go) | `4.3.0` | `4.4.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.17.0` | `0.19.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.75.0` | `1.78.0` |
| google.golang.org/protobuf | `1.36.10` | `1.36.11` |



Updates `github.com/DIMO-Network/device-definitions-api` from 1.5.6 to 1.6.2
- [Release notes](https://github.com/DIMO-Network/device-definitions-api/releases)
- [Commits](DIMO-Network/device-definitions-api@v1.5.6...v1.6.2)

Updates `github.com/DIMO-Network/fetch-api` from 0.0.12 to 0.0.16
- [Release notes](https://github.com/DIMO-Network/fetch-api/releases)
- [Commits](DIMO-Network/fetch-api@v0.0.12...v0.0.16)

Updates `github.com/DIMO-Network/model-garage` from 0.7.2 to 0.8.4
- [Release notes](https://github.com/DIMO-Network/model-garage/releases)
- [Commits](DIMO-Network/model-garage@v0.7.2...v0.8.4)

Updates `github.com/DIMO-Network/token-exchange-api` from 0.3.7 to 0.3.8
- [Release notes](https://github.com/DIMO-Network/token-exchange-api/releases)
- [Commits](DIMO-Network/token-exchange-api@v0.3.7...v0.3.8)

Updates `github.com/ethereum/go-ethereum` from 1.16.4 to 1.16.7
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.16.4...v1.16.7)

Updates `github.com/gofiber/fiber/v2` from 2.52.9 to 2.52.10
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](gofiber/fiber@v2.52.9...v2.52.10)

Updates `github.com/grpc-ecosystem/go-grpc-middleware/v2` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases)
- [Commits](grpc-ecosystem/go-grpc-middleware@v2.3.2...v2.3.3)

Updates `github.com/uber/h3-go/v4` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/uber/h3-go/releases)
- [Changelog](https://github.com/uber/h3-go/blob/master/CHANGELOG.md)
- [Commits](uber/h3-go@v4.3.0...v4.4.0)

Updates `golang.org/x/sync` from 0.17.0 to 0.19.0
- [Commits](golang/sync@v0.17.0...v0.19.0)

Updates `google.golang.org/grpc` from 1.75.0 to 1.78.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.75.0...v1.78.0)

Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11

---
updated-dependencies:
- dependency-name: github.com/DIMO-Network/device-definitions-api
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/fetch-api
  dependency-version: 0.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/model-garage
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/token-exchange-api
  dependency-version: 0.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.16.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/gofiber/fiber/v2
  dependency-version: 2.52.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/grpc-ecosystem/go-grpc-middleware/v2
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/uber/h3-go/v4
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 1, 2026
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant