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 go group across 1 directory with 5 updates #22

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the go group with 5 updates in the / directory:

Package From To
github.com/blevesearch/bleve/v2 2.4.0 2.4.2
github.com/hasura/go-graphql-client 0.12.1 0.13.0
github.com/lmittmann/tint 1.0.4 1.0.5
go-simpler.org/sloggen 0.2.0 0.2.1
golang.org/x/oauth2 0.20.0 0.22.0

Updates github.com/blevesearch/bleve/v2 from 2.4.0 to 2.4.2

Release notes

Sourced from github.com/blevesearch/bleve/v2's releases.

v2.4.2

Bug Fixes
  • Set MaxSegmentFileSize for force merge when SingleSegmentMergePlanOptions goes into use (#2050)
  • Protect code against any bolt failures (#2043)
  • Fix size estimation for various field types (#2052)
  • Address an out-of-bounds panic that could occur with zapx/v16 in the event of a single non-vector field (#2058)
Improvements
  • Support new search params for vector search queries - [ivf_probe_pct, ivf_max_codes_pct] (#2049)
Milestone

v2.4.1

Bug Fixes
Improvements
Milestone
Commits

Updates github.com/hasura/go-graphql-client from 0.12.1 to 0.13.0

Release notes

Sourced from github.com/hasura/go-graphql-client's releases.

v0.13.0

What's Changed

New Contributors

Full Changelog: hasura/go-graphql-client@v0.12.2...v0.13.0

v0.12.2

What's Changed

Full Changelog: hasura/go-graphql-client@v0.12.1...v0.12.2

Commits
  • 1d68c4a feat: decode extensions from response via BindExtensions option (#146)
  • 5a8b2ec ci: skip reporting coverage from forked repositories (#145)
  • 132b131 feat: add ExecRawWithExtensions method for retrieving extensions in response ...
  • fa97047 throw NetworkError when the server returns a non-200 http status (#143)
  • 4f88d35 bump nhooyr.io/websocket v1.8.11 (#142)
  • See full diff in compare view

Updates github.com/lmittmann/tint from 1.0.4 to 1.0.5

Release notes

Sourced from github.com/lmittmann/tint's releases.

v1.0.5

What's Changed

New Contributors

Full Changelog: lmittmann/tint@v1.0.4...v1.0.5

Commits

Updates go-simpler.org/sloggen from 0.2.0 to 0.2.1

Release notes

Sourced from go-simpler.org/sloggen's releases.

v0.2.1

  • 2780299 fix: default package name (#33)
  • 07ec3cb feat: use goimports to format generated code (#21)
Commits
  • 2780299 fix: default package name (#33)
  • 6dd67f4 chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 (#31)
  • a397426 chore(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 (#30)
  • cb00959 chore(deps): bump go-simpler.org/assert from 0.7.0 to 0.9.0 (#29)
  • f2d5d3b chore(ci): run on both stable and oldstable
  • 00c6d83 chore: add Makefile
  • ce26518 chore(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 (#28)
  • 148f060 chore(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0 (#27)
  • a8ef182 chore(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0 (#26)
  • fcfcdc9 chore(deps): bump go-simpler.org/errorsx from 0.8.0 to 0.9.0 (#25)
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.20.0 to 0.22.0

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 group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) | `2.4.0` | `2.4.2` |
| [github.com/hasura/go-graphql-client](https://github.com/hasura/go-graphql-client) | `0.12.1` | `0.13.0` |
| [github.com/lmittmann/tint](https://github.com/lmittmann/tint) | `1.0.4` | `1.0.5` |
| [go-simpler.org/sloggen](https://github.com/go-simpler/sloggen) | `0.2.0` | `0.2.1` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.20.0` | `0.22.0` |



Updates `github.com/blevesearch/bleve/v2` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/blevesearch/bleve/releases)
- [Commits](blevesearch/bleve@v2.4.0...v2.4.2)

Updates `github.com/hasura/go-graphql-client` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/hasura/go-graphql-client/releases)
- [Commits](hasura/go-graphql-client@v0.12.1...v0.13.0)

Updates `github.com/lmittmann/tint` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](lmittmann/tint@v1.0.4...v1.0.5)

Updates `go-simpler.org/sloggen` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/go-simpler/sloggen/releases)
- [Commits](go-simpler/sloggen@v0.2.0...v0.2.1)

Updates `golang.org/x/oauth2` from 0.20.0 to 0.22.0
- [Commits](golang/oauth2@v0.20.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/blevesearch/bleve/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/hasura/go-graphql-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/lmittmann/tint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: go-simpler.org/sloggen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

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 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Superseded by #23.

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-8ffd550929 branch September 9, 2024 07:11
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