Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps the go-mod group with 9 updates:

Package From To
github.com/DIMO-Network/device-definitions-api 1.5.4 1.5.6
github.com/DIMO-Network/model-garage 0.6.1 0.6.8
github.com/DIMO-Network/server-garage 0.0.2 0.0.3
github.com/DIMO-Network/shared 1.0.6 1.0.7
github.com/gofiber/fiber/v2 2.52.8 2.52.9
github.com/golang-jwt/jwt/v5 5.2.2 5.3.0
github.com/swaggo/swag 1.16.4 1.16.6
golang.org/x/sync 0.15.0 0.16.0
google.golang.org/grpc 1.73.0 1.74.2

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

Release notes

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

v1.5.6

What's Changed

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

v1.5.5

What's Changed

Full Changelog: DIMO-Network/device-definitions-api@v1.5.4...v1.5.5

Commits
  • a5df70a Update Image Version to 8e860fe
  • 8e860fe INTG-1849: implement eleva api for kaufmann vin decode (#302)
  • 4376ebd Update Image Version to 7a664d7
  • 7a664d7 remove autoiso since always erroring
  • 14bc374 Update Image Version to value: e591066
  • cd76d30 Update Image Version to e591066
  • e591066 INTG-1858, INTG-1452 update sqlboiler and all deps, track powertrain, track f...
  • b95c5f6 Update Image Version to value: 2d8ee68
  • See full diff in compare view

Updates github.com/DIMO-Network/model-garage from 0.6.1 to 0.6.8

Release notes

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

v0.6.8

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.6.7...v0.6.8

v0.6.7

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.6.6...v0.6.7

v0.6.6

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.6.5...v0.6.6

v0.6.5

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.6.4...v0.6.5

v0.6.4

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.6.3...v0.6.4

v0.6.3

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.6.2...v0.6.3

v0.6.2

What's Changed

... (truncated)

Commits

Updates github.com/DIMO-Network/server-garage from 0.0.2 to 0.0.3

Release notes

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

v0.0.3

What's Changed

Full Changelog: DIMO-Network/server-garage@v0.0.2...v0.0.3

Commits
  • e97a3c9 feat: add env and logging packages (#7)
  • 5c64755 Merge pull request #6 from DIMO-Network/dependabot/go_modules/go-mod-6d51cd7b1e
  • 964ea1e Bump the go-mod group across 1 directory with 2 updates
  • See full diff in compare view

Updates github.com/DIMO-Network/shared from 1.0.6 to 1.0.7

Release notes

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

v1.0.7

What's Changed

Full Changelog: DIMO-Network/shared@v1.0.6...v1.0.7

Commits

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

Release notes

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

v2.52.9

🐛 Bug Fixes

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

Commits

Updates github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.3.0

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.3.0

This release is almost identical to to v5.2.3 but now correctly indicates Go 1.21 as minimum requirement.

What's Changed

Full Changelog: golang-jwt/jwt@v5.2.3...v5.3.0

v5.2.3

What's Changed

New Contributors

Full Changelog: golang-jwt/jwt@v5.2.2...v5.2.3

Commits

Updates github.com/swaggo/swag from 1.16.4 to 1.16.6

Release notes

Sourced from github.com/swaggo/swag's releases.

v1.16.6

What's Changed

New Contributors

Full Changelog: swaggo/swag@v1.16.5...v1.16.6

v1.16.5

What's Changed

New Contributors

... (truncated)

Commits

Updates golang.org/x/sync from 0.15.0 to 0.16.0

Commits

Updates google.golang.org/grpc from 1.73.0 to 1.74.2

Release notes

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

Release 1.74.2

New Features

  • grpc: introduce new DialOptions and ServerOptions (WithStaticStreamWindowSize, WithStaticConnWindowSize, StaticStreamWindowSize, StaticConnWindowSize) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#8283)

API Changes

  • balancer: add ExitIdle method to Balancer interface. Earlier, implementing this method was optional. (#8367)

Behavior Changes

  • xds: Remove the GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)
  • server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (#8439)

Bug Fixes

  • googledirectpath: avoid logging the error message Attempt to set a bootstrap configuration... when creating multiple directpath channels. (#8419)

Performance Improvements

  • transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (#8361)
  • transport: reduce heap allocations by re-using mem.Reader objects. (#8360)

Documentation

  • examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (#8388)

Release 1.74.1

Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.

Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.

Commits

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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/DIMO-Network/device-definitions-api](https://github.com/DIMO-Network/device-definitions-api) | `1.5.4` | `1.5.6` |
| [github.com/DIMO-Network/model-garage](https://github.com/DIMO-Network/model-garage) | `0.6.1` | `0.6.8` |
| [github.com/DIMO-Network/server-garage](https://github.com/DIMO-Network/server-garage) | `0.0.2` | `0.0.3` |
| [github.com/DIMO-Network/shared](https://github.com/DIMO-Network/shared) | `1.0.6` | `1.0.7` |
| [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.52.8` | `2.52.9` |
| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.2` | `5.3.0` |
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.4` | `1.16.6` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.15.0` | `0.16.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.73.0` | `1.74.2` |


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

Updates `github.com/DIMO-Network/model-garage` from 0.6.1 to 0.6.8
- [Release notes](https://github.com/DIMO-Network/model-garage/releases)
- [Commits](DIMO-Network/model-garage@v0.6.1...v0.6.8)

Updates `github.com/DIMO-Network/server-garage` from 0.0.2 to 0.0.3
- [Release notes](https://github.com/DIMO-Network/server-garage/releases)
- [Commits](DIMO-Network/server-garage@v0.0.2...v0.0.3)

Updates `github.com/DIMO-Network/shared` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/DIMO-Network/shared/releases)
- [Commits](DIMO-Network/shared@v1.0.6...v1.0.7)

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

Updates `github.com/golang-jwt/jwt/v5` from 5.2.2 to 5.3.0
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v5.2.2...v5.3.0)

Updates `github.com/swaggo/swag` from 1.16.4 to 1.16.6
- [Release notes](https://github.com/swaggo/swag/releases)
- [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml)
- [Commits](swaggo/swag@v1.16.4...v1.16.6)

Updates `golang.org/x/sync` from 0.15.0 to 0.16.0
- [Commits](golang/sync@v0.15.0...v0.16.0)

Updates `google.golang.org/grpc` from 1.73.0 to 1.74.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.73.0...v1.74.2)

---
updated-dependencies:
- dependency-name: github.com/DIMO-Network/device-definitions-api
  dependency-version: 1.5.6
  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.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/server-garage
  dependency-version: 0.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/shared
  dependency-version: 1.0.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.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/swaggo/swag
  dependency-version: 1.16.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: golang.org/x/sync
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.74.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 1, 2025
@KevinJoiner KevinJoiner merged commit f9efba3 into main Aug 19, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/go-mod-feb8eb0ecd branch August 19, 2025 02:50
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.

2 participants