Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the main group across 1 directory with 4 updates #757

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

Bumps the main group with 2 updates in the / directory: github.com/aiven/go-api-schemas and github.com/aiven/go-client-codegen.

Updates github.com/aiven/go-api-schemas from 1.73.0 to 1.76.0

Release notes

Sourced from github.com/aiven/go-api-schemas's releases.

v1.76.0

auto-generated release for commit ce997fd

v1.75.0

auto-generated release for commit 1cdc786

v1.74.0

auto-generated release for commit 3d741dd

Commits
  • ce997fd chore(updater): bump pkg/dist/*.yml (2024-06-17) (#156)
  • 6ed4525 chore(deps): update deps & go to v1.22 (#155)
  • 4436331 ci(deps): upgrade trunk (#152)
  • 1cdc786 chore(updater): bump pkg/dist/*.yml (2024-06-10) (#153)
  • eb39a71 chore(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 in the main group (#...
  • 3d741dd chore(updater): bump pkg/dist/*.yml (2024-05-27) (#150)
  • See full diff in compare view

Updates github.com/aiven/go-client-codegen from 0.9.0 to 0.10.0

Release notes

Sourced from github.com/aiven/go-client-codegen's releases.

v0.10.0

auto-generated release for commit e4e990c

Commits
  • e4e990c chore(version.go): update go-client-codegen version
  • d6a4ad6 chore(update): bump openapi schema (2024-05-27) (#70)
  • 3d0baeb feat: add operation id to errors (#69)
  • b982025 fix: escape path strings (#68)
  • 2be6c8d chore(update): bump openapi schema (2024-05-22) (#67)
  • d424941 fix: cron job fails with goimports dependency (#66)
  • 59ba804 ci(deps): upgrade trunk (#65)
  • See full diff in compare view

Updates golang.org/x/exp from 0.0.0-20240112132812-db7319d0e0e3 to 0.0.0-20240604190554-fc45aab8b7f8

Commits

Updates golang.org/x/tools from 0.21.0 to 0.22.0

Commits
  • bc6931d go.mod: update golang.org/x dependencies
  • 1767b14 go/ssa: remove code with no effect
  • 2088083 internal/gocommand: add more debug info for hanging go commands
  • f1a3b12 internal/imports: FixImports should be cancellable
  • 4478db0 go/analysis/passes/copylock: suppress error in ill-typed code
  • 018d3b2 gopls: warn about Go 1.19 and Go 1.20
  • 58cc8a4 gopls/internal/filecache: suppress gc in tests
  • b623539 gopls/internal/cache: suppress "internal" import check on Bazel
  • 1e9d12d go/packages: pass -overlay to all 'go list' invocations
  • 3c293ad internal/cache: invalidate broken imports when package files change
  • 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 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

@dependabot dependabot bot requested a review from a team as a code owner June 18, 2024 08:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 18, 2024
@byashimov
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/main-dc44d9fcc1 branch from 42d17c6 to edcee0a Compare June 18, 2024 08:45
@byashimov
Copy link
Contributor

@dependabot recreate

Bumps the main group with 2 updates in the / directory: [github.com/aiven/go-api-schemas](https://github.com/aiven/go-api-schemas) and [github.com/aiven/go-client-codegen](https://github.com/aiven/go-client-codegen).


Updates `github.com/aiven/go-api-schemas` from 1.73.0 to 1.76.0
- [Release notes](https://github.com/aiven/go-api-schemas/releases)
- [Commits](aiven/go-api-schemas@v1.73.0...v1.76.0)

Updates `github.com/aiven/go-client-codegen` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/aiven/go-client-codegen/releases)
- [Commits](aiven/go-client-codegen@v0.9.0...v0.10.0)

Updates `golang.org/x/exp` from 0.0.0-20240112132812-db7319d0e0e3 to 0.0.0-20240604190554-fc45aab8b7f8
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/tools` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/aiven/go-api-schemas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: github.com/aiven/go-client-codegen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/main-dc44d9fcc1 branch from edcee0a to da81a10 Compare June 18, 2024 08:52
@byashimov
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 18, 2024

Superseded by #758.

@dependabot dependabot bot closed this Jun 18, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/main-dc44d9fcc1 branch June 18, 2024 08:56
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