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

[TT-13176]: update gql tools #6591

Merged
merged 2 commits into from
Sep 30, 2024
Merged

[TT-13176]: update gql tools #6591

merged 2 commits into from
Sep 30, 2024

Conversation

kofoworola
Copy link
Contributor

@kofoworola kofoworola commented Sep 26, 2024

User description

Description

TT-13176

Related Issue

Motivation and Context

How This Has Been Tested

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactoring or add test (improvements in base code or adds test coverage to functionality)

Checklist

  • I ensured that the documentation is up to date
  • I explained why this PR updates go.mod in detail with reasoning why it's required
  • I would like a code coverage CI quality gate exception and have explained why

PR Type

enhancement, dependencies


Description

  • Updated the graphql-go-tools dependency to a newer version in go.mod.
  • Added several new indirect dependencies in go.mod, including jennifer, mousetrap, properties, go-toml, cobra, jwalterweatherman, pflag, and viper.
  • Updated go.sum to include new checksum entries for the updated and new dependencies.

Changes walkthrough 📝

Relevant files
Dependencies
go.mod
Update `graphql-go-tools` and add new indirect dependencies

go.mod

  • Updated the graphql-go-tools dependency to a newer version.
  • Added several new indirect dependencies.
  • +9/-1     
    go.sum
    Update checksums for new and updated dependencies               

    go.sum

    • Added new checksum entries for updated and new dependencies.
    +32/-0   

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    @github-actions github-actions bot added enhancement dependencies Pull requests that update a dependency file Review effort [1-5]: 2 labels Sep 26, 2024
    Copy link
    Contributor

    PR Reviewer Guide 🔍

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No key issues to review

    Copy link
    Contributor

    API Changes

    no api changes detected

    Copy link
    Contributor

    github-actions bot commented Sep 26, 2024

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    Copy link

    sonarcloud bot commented Sep 30, 2024

    @pvormste pvormste merged commit 63083e3 into release-5.6 Sep 30, 2024
    28 of 39 checks passed
    @pvormste pvormste deleted the chore/update-gotools branch September 30, 2024 14:24
    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 enhancement Review effort [1-5]: 2
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants