Skip to content

chore: update gqlparser to v2#3

Merged
k1LoW merged 2 commits into
mainfrom
update-pkgs
Sep 8, 2025
Merged

chore: update gqlparser to v2#3
k1LoW merged 2 commits into
mainfrom
update-pkgs

Conversation

@k1LoW
Copy link
Copy Markdown
Contributor

@k1LoW k1LoW commented Sep 8, 2025

This pull request updates the dependency on gqlparser to use the newer v2 API and updates import paths accordingly. This ensures compatibility with the latest features and bug fixes from the gqlparser library.

Dependency update and import path changes:

  • Updated the go.mod file to replace github.com/vektah/gqlparser v1.3.1 with github.com/vektah/gqlparser/v2 v2.5.14.
  • Updated import statements in tailor/lint.go to use github.com/vektah/gqlparser/v2/ast and github.com/vektah/gqlparser/v2/parser instead of the v1 paths.

@k1LoW k1LoW self-assigned this Sep 8, 2025
@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Sep 8, 2025

Code Metrics Report

Coverage Code to Test Ratio
33.5% 1:1.5

Code coverage of files in pull request scope (98.5%)

Files Coverage
tailor/lint.go 98.5%

Reported by octocov

@k1LoW k1LoW merged commit 599a976 into main Sep 8, 2025
1 check passed
@k1LoW k1LoW deleted the update-pkgs branch September 8, 2025 06:50
@github-actions github-actions Bot mentioned this pull request Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant