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

chore(deps): bump the go group with 2 updates #5

Merged
merged 2 commits into from
May 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2024

Bumps the go group with 2 updates: github.com/hasura/go-graphql-client and github.com/stretchr/testify.

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

Release notes

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

v0.12.1

What's Changed

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

v0.12.0

What's Changed

New Contributors

Full Changelog: hasura/go-graphql-client@v0.11.0...v0.12.0

v0.11.0

What's Changed

New Contributors

Full Changelog: hasura/go-graphql-client@v0.10.2...v0.11.0

v0.10.2

Changelog

  • feat: update latest dependencies (#118) @​hgiasac
  • fix: skip ErrClosed errors when closing the WebSocket connection and retry when the connection is closed unexpectedly (#119) @​hgiasac

v0.10.1

Changelog

Commits

Updates github.com/stretchr/testify from 1.8.4 to 1.9.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.9.0

What's Changed

... (truncated)

Commits
  • bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...
  • 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  • e045612 Merge pull request #1339 from bogdandrutu/uintptr
  • 5b6926d Merge pull request #1385 from hslatman/not-implements
  • 9f97d67 Merge pull request #1550 from stretchr/release-notes
  • bcb0d3f Include the auto-release notes in releases
  • fb770f8 Merge pull request #1247 from ccoVeille/typos
  • 85d8bb6 fix typos in comments, tests and github templates
  • e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs
  • 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  • 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 May 3, 2024 14:57
@dependabot dependabot bot requested a review from mvantellingen May 3, 2024 14:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 3, 2024
Copy link

changeset-bot bot commented May 3, 2024

⚠️ No Changeset found

Latest commit: d13deff

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/go_modules/go-3d2d127b56 branch from 32220a8 to 4e99c67 Compare May 10, 2024 04:25
Bumps the go group with 2 updates: [github.com/hasura/go-graphql-client](https://github.com/hasura/go-graphql-client) and [github.com/stretchr/testify](https://github.com/stretchr/testify).


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

Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.9.0)

---
updated-dependencies:
- 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/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-3d2d127b56 branch from 43fdca6 to 1fa4655 Compare May 10, 2024 14:20
@demeyerthom demeyerthom merged commit 394d6f4 into main May 10, 2024
@demeyerthom demeyerthom deleted the dependabot/go_modules/go-3d2d127b56 branch May 10, 2024 14:45
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