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_modules group across 1 directory with 2 updates #838

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the go_modules group with 2 updates in the / directory: github.com/99designs/gqlgen and golang.org/x/crypto.

Updates github.com/99designs/gqlgen from 0.17.61 to 0.17.62

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.62

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.61...v0.17.62

Commits
  • 7458d57 release v0.17.62
  • ae225ea Update LICENSE, fix license year (#3464)
  • 400e6c8 codegen: move templates comments from generated code (#3463)
  • 4b06405 chore(deps-dev): bump vite from 6.0.5 to 6.0.6 in /integration (#3460)
  • e8a1624 chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 (#3462)
  • 858078f gqlparser update to github.com/vektah/gqlparser/v2@v2.5.21 (#3458)
  • dc565aa [BUG] fix disable suggestion bug (#3456)
  • 663d013 chore(deps-dev): bump vite from 6.0.3 to 6.0.5 in /integration (#3453)
  • 09c07d2 chore(deps-dev): bump cross-fetch from 4.0.0 to 4.1.0 in /integration (#3452)
  • e79ed4d chore(deps-dev): bump @​apollo/client in /integration (#3451)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.31.0 to 0.32.0

Commits
  • 8929309 go.mod: update golang.org/x dependencies
  • 4a75ba5 all: make function and struct comments match the names
  • See full diff 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

Bumps the go_modules group with 2 updates in the / directory: [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) and [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `github.com/99designs/gqlgen` from 0.17.61 to 0.17.62
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.61...v0.17.62)

Updates `golang.org/x/crypto` from 0.31.0 to 0.32.0
- [Commits](golang/crypto@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2025 15:26
@dependabot dependabot bot added the dependencies Dependency updates label Jan 6, 2025
Copy link

github-actions bot commented Jan 6, 2025

Manual Tests

ℹ️ Remember to ask team members to perform manual tests and to assign tested label after testing.

1 similar comment
Copy link

github-actions bot commented Jan 6, 2025

Manual Tests

ℹ️ Remember to ask team members to perform manual tests and to assign tested label after testing.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.19%. Comparing base (e776a4b) to head (2326a9b).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #838   +/-   ##
=======================================
  Coverage   46.19%   46.19%           
=======================================
  Files         371      371           
  Lines       17881    17881           
=======================================
  Hits         8261     8261           
  Misses       8999     8999           
  Partials      621      621           
Flag Coverage Δ
unittests 46.19% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa3b616...2326a9b. Read the comment docs.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/main/go_modules-e3230fb9df branch January 10, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant