chore(deps): bump the go-dependencies group in /cmd/saga with 11 updates#286
Conversation
8a6812f to
0842813
Compare
There was a problem hiding this comment.
@oscarmuhr please have a quick look at this (https://github.com/einride/extend/pull/286/files#diff-d7ec4e0c2b5c7be5b5268933a63117c9bb5dc9d9d631f2071a7d8631cffe1d86) swagger file change (following a make proto). Does this look right to you?
There was a problem hiding this comment.
It does look rather strange to consider the shipment on the same level in required paths as the other values that are in fact nested inside the shipment. But I'm not 100% sure about the OpenAPI syntax 🤔
perhaps @alethenorio or @radhus would know?
There was a problem hiding this comment.
I believe this is the culprit PR that caused this change. Sounds like it should be the case
There was a problem hiding this comment.
@alethenorio you were right, this change happens in github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0.
There was a problem hiding this comment.
I downgraded grpc-gateway (for now), so that we don't get this change merged in as part of this PR.
79bdd9c to
304866a
Compare
| module github.com/einride/saga/cmd/saga | ||
|
|
||
| go 1.22.4 | ||
| go 1.23 |
There was a problem hiding this comment.
Please note this got bumped because;
$ go mod tidy
go: go.einride.tech/aip-cli@v0.31.0 requires go >= 1.23; switching to go1.23.6
304866a to
a4f10bf
Compare
Bumps the go-dependencies group in /cmd/saga with 11 updates: | Package | From | To | | --- | --- | --- | | [github.com/adrg/xdg](https://github.com/adrg/xdg) | `0.4.0` | `0.5.3` | | [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.20.0` | `2.26.1` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` | | [go.einride.tech/aip-cli](https://github.com/einride/aip-cli-go) | `0.29.0` | `0.31.0` | | [go.einride.tech/grpc-service-config](https://github.com/einride/grpc-service-config-go) | `0.11.0` | `0.12.0` | | [go.einride.tech/iam](https://github.com/einride/iam-go) | `0.54.0` | `0.56.0` | | [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | `0.0.0-20240521202816-d264139d666e` | `0.0.0-20241021214115-324edc3d5d38` | | [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20240521202816-d264139d666e` | `0.0.0-20250204164813-702378808489` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.64.1` | `1.70.0` | | google.golang.org/protobuf | `1.34.1` | `1.36.5` | | [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) | `3.5.1` | `3.5.2` | Updates `github.com/adrg/xdg` from 0.4.0 to 0.5.3 - [Release notes](https://github.com/adrg/xdg/releases) - [Commits](adrg/xdg@v0.4.0...v0.5.3) Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.20.0 to 2.26.1 - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml) - [Commits](grpc-ecosystem/grpc-gateway@v2.20.0...v2.26.1) Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.1...v1.9.1) Updates `go.einride.tech/aip-cli` from 0.29.0 to 0.31.0 - [Release notes](https://github.com/einride/aip-cli-go/releases) - [Commits](einride/aip-cli-go@v0.29.0...v0.31.0) Updates `go.einride.tech/grpc-service-config` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/einride/grpc-service-config-go/releases) - [Changelog](https://github.com/einride/grpc-service-config-go/blob/master/.goreleaser.yml) - [Commits](einride/grpc-service-config-go@v0.11.0...v0.12.0) Updates `go.einride.tech/iam` from 0.54.0 to 0.56.0 - [Release notes](https://github.com/einride/iam-go/releases) - [Changelog](https://github.com/einride/iam-go/blob/master/.goreleaser.yml) - [Commits](einride/iam-go@v0.54.0...v0.56.0) Updates `google.golang.org/genproto` from 0.0.0-20240521202816-d264139d666e to 0.0.0-20241021214115-324edc3d5d38 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240521202816-d264139d666e to 0.0.0-20250204164813-702378808489 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/grpc` from 1.64.1 to 1.70.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.64.1...v1.70.0) Updates `google.golang.org/protobuf` from 1.34.1 to 1.36.5 Updates `gotest.tools/v3` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/gotestyourself/gotest.tools/releases) - [Commits](gotestyourself/gotest.tools@v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: github.com/adrg/xdg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.einride.tech/aip-cli dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.einride.tech/grpc-service-config dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.einride.tech/iam dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: google.golang.org/genproto dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: google.golang.org/genproto/googleapis/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: gotest.tools/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
a4f10bf to
6504533
Compare
Bumps the go-dependencies group in /cmd/saga with 11 updates:
0.4.00.5.32.20.02.26.11.8.11.9.10.29.00.31.00.11.00.12.00.54.00.56.00.0.0-20240521202816-d264139d666e0.0.0-20241021214115-324edc3d5d380.0.0-20240521202816-d264139d666e0.0.0-20250204164813-7023788084891.64.11.70.01.34.11.36.53.5.13.5.2Updates
github.com/adrg/xdgfrom 0.4.0 to 0.5.3Release notes
Sourced from github.com/adrg/xdg's releases.
Commits
aa865a5Merge pull request #101 from adrg/update-search-runtime-file71a81ecMinor xdg.SearchRuntimeFile function documentation update88111ebMinor example update in README.md and doc.god9f76beImprove non-existent runtime directory test case800775aUpdate xdg.SearchRuntimeFile to also look in temporary directory2335a68Merge pull request #99 from adrg/improve-runtime-file221e506Minor non-existent runtime directory test case fix on macOS9bbb602Minor error format improvement in pathutil.Create and pathutil.Search987b3ceMinor README.md update3c39d55Add non-existent runtime directory test caseUpdates
github.com/grpc-ecosystem/grpc-gateway/v2from 2.20.0 to 2.26.1Release notes
Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.
... (truncated)
Commits
3b8ac9f5113. Validation of oneof nested objects (#5211)4f1457dchore(deps): update googleapis digest to 2431239 (#5214)fb17f6echore(deps): update googleapis digest to 8e62267 (#5213)2fd9128chore(deps): update googleapis digest to ad99638 (#5212)3d82775fix(deps): update module google.golang.org/protobuf to v1.36.5 (#5210)801f278chore(deps): update googleapis digest to fed8c26 (#5209)9cbbcafchore(deps): update googleapis digest to 2f843e2 (#5208)9adca76fix(deps): update module golang.org/x/text to v0.22.0 (#5206)72f360dchore(deps): update golang docker tag to v1.23.6 (#5205)ce46021chore(deps): update googleapis digest to f426820 (#5204)Updates
github.com/spf13/cobrafrom 1.8.1 to 1.9.1Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
40b5bc1Revert "Make detection for test-binary more universal (#2173)" (#2235)a97f9fdfix CompletionFunc implementation (#2234)5f9c408chore: Upgrade dependencies for v1.9.0 (#2233)24ada7fRemove the default "completion" cmd if it is alone (#1559)680936aNew logo8cb30f9feat: add CompletionWithDesc helper (#2231)17b6dcadoc: add Conduit (#2230)ab5cadcAllow to reset the templates to the default (#2229)4ba5566fix(bash): nounset unbound file filter variable on empty extension (#2228)41b26ecPrint ActiveHelp for bash along other completions (#2076)Updates
go.einride.tech/aip-clifrom 0.29.0 to 0.31.0Release notes
Sourced from go.einride.tech/aip-cli's releases.
Commits
24debccfeat: enable --force-trace on insecure connections34352e7feat: bump depsc1e18b5chore(deps): bump the all group with 5 updatesdaec866docs(security): add Security Policyfcdd7b7chore(deps): bump the all group with 6 updatesd06f6adchore(deps): bump go.einride.tech/sage from 0.286.0 to 0.294.0 in /.sage5de7fc2chore(deps): bump the all group with 4 updates345e4bbfeat: bump depsccca984chore(deps): bump go.einride.tech/sage from 0.281.0 to 0.285.0 in /.sage85c4811chore(deps): bump the all group with 6 updatesUpdates
go.einride.tech/grpc-service-configfrom 0.11.0 to 0.12.0Release notes
Sourced from go.einride.tech/grpc-service-config's releases.
Commits
fb583e7feat: bump depsa55474cchore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0b29abc1chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.1532eb15chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.2be6cd9cchore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0bfbfe36ci: add stale workflowe19f53bchore(deps): bump google.golang.org/grpc from 1.61.0 to 1.62.193c70c1chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.041d7988chore(deps): bump go.einride.tech/sage from 0.266.1 to 0.272.0 in /.sageUpdates
go.einride.tech/iamfrom 0.54.0 to 0.56.0Release notes
Sourced from go.einride.tech/iam's releases.
Commits
404468afeat: mark raw identity tokens as redacted45b26bbfeat: bump all deps5cc0e72chore(deps): bump sagef7c5a0echore(deps): bump go.einride.tech/sage from 0.309.0 to 0.323.0 in /.sage9453ebfdocs(security): add Security Policyeceec60chore(deps): bump the all group with 3 updates048ad9dchore(deps): bump the all group across 1 directory with 8 updatesdb8f7a2chore(deps): bump go.einride.tech/sage from 0.297.0 to 0.309.0 in /.sage7226602chore(deps): bump the all group across 1 directory with 8 updatesa30e076chore(deps): bump the all group across 1 directory with 9 updatesUpdates
google.golang.org/genprotofrom 0.0.0-20240521202816-d264139d666e to 0.0.0-20241021214115-324edc3d5d38Commits
Updates
google.golang.org/genproto/googleapis/apifrom 0.0.0-20240521202816-d264139d666e to 0.0.0-20250204164813-702378808489Commits
Updates
google.golang.org/grpcfrom 1.64.1 to 1.70.0Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
98a0092Change version to 1.70.0 (#7984)bf380deCherrypick #7998, #8011, #8010 into 1.70.x (#8028)54b3eb9experimental/credentials: Add credentials that don't enforce ALPN (#7980) (#8...62b9185clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid dat...724f450examples/features/csm_observability: use helloworld client and server instead...e8d5febrbac: add method name to :path in headers (#7965)e912015cleanup: Fix usages of non-constant format strings (#7959)681334acleanup: replace dial with newclient (#7943)063d352internal/resolver: introduce a new resolver to handle target URI and proxy ad...10c7e13outlierdetection: Support health listener for ejection updates (#7908)Updates
google.golang.org/protobuffrom 1.34.1 to 1.36.5Updates
gotest.tools/v3from 3.5.1 to 3.5.2Release notes
Sourced from gotest.tools/v3's releases.
Commits
0b81523Merge pull request #286 from thaJeztah/undeprecate_ErrorTypec5dad8fMerge pull request #285 from thaJeztah/update_go_versions160ab0eRemove go1.18 and go1.198569bbcMerge pull request #284 from thaJeztah/cleanup_readme4256834assert, assert/cmp: un-deprecate assert.ErrorType for noweb32186circleci: update golangci-lint to v1.60.35fc8473circleci: add go1.21, go1.22, go1.236f26df9circleci: test generics on go1.20 and windows as well732dfcfinternal/difflib: rename funcs that collided with built-ins7d95f55internal/difflib: gofmtDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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