chore(deps): bump github.com/vektah/gqlparser/v2 from 2.4.1 to 2.5.0 #17

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/vektah/gqlparser/v2-2.5.0 into main
dependabot[bot] commented 2022-08-30 19:56:47 +00:00 (Migrated from github.com)

Bumps github.com/vektah/gqlparser/v2 from 2.4.1 to 2.5.0.

Release notes

Sourced from github.com/vektah/gqlparser/v2's releases.

v2.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.4.8...v2.5.0

v2.4.8

What's Changed

New Contributors

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.4.7...v2.4.8

v2.4.7

What's Changed

New Contributors

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.4.6...v2.4.7

v2.4.6

What's Changed

New Contributors

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.4.5...v2.4.6

v2.4.5

What's Changed

New Contributors

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.4.4...v2.4.5

v2.4.4

What's Changed

... (truncated)

Commits
  • fe91596 fix : returning error instead of *gqlError.Error (#234)
  • 6d97050 Add UnmarshalJSON implementations. (#232)
  • 6d5506b Fix #229 (#230)
  • 6498086 Replace deprecated ioutil pkg with os & io (#228)
  • 48f5a86 Check for non-enum values on validation (#227)
  • 0e3e4c2 Validate that the operation's root type is valid (#225)
  • 6eec772 Allow doubly-defined builtin directives (#226)
  • 6519773 Report error about null value for any type that cannot be null, not for only ...
  • d3d9eb0 formatter: skip printing insignificant commas in arguments definitions (#220)
  • 5bb131d fix issue #160: validateVarType parsing numbers (#216)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.4.1 to 2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vektah/gqlparser/releases">github.com/vektah/gqlparser/v2's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h2>What's Changed</h2> <ul> <li>fix : returning error instead of *gqlError.Error by <a href="https://github.com/schafle"><code>@​schafle</code></a> in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/234">vektah/gqlparser#234</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/schafle"><code>@​schafle</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/234">vektah/gqlparser#234</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vektah/gqlparser/compare/v2.4.8...v2.5.0">https://github.com/vektah/gqlparser/compare/v2.4.8...v2.5.0</a></p> <h2>v2.4.8</h2> <h2>What's Changed</h2> <ul> <li>Add UnmarshalJSON implementations. by <a href="https://github.com/philipaconrad"><code>@​philipaconrad</code></a> in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/232">vektah/gqlparser#232</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/philipaconrad"><code>@​philipaconrad</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/232">vektah/gqlparser#232</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vektah/gqlparser/compare/v2.4.7...v2.4.8">https://github.com/vektah/gqlparser/compare/v2.4.7...v2.4.8</a></p> <h2>v2.4.7</h2> <h2>What's Changed</h2> <ul> <li>Fix <a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/229">#229</a> by <a href="https://github.com/Aven30"><code>@​Aven30</code></a> in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/230">vektah/gqlparser#230</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Aven30"><code>@​Aven30</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/230">vektah/gqlparser#230</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vektah/gqlparser/compare/v2.4.6...v2.4.7">https://github.com/vektah/gqlparser/compare/v2.4.6...v2.4.7</a></p> <h2>v2.4.6</h2> <h2>What's Changed</h2> <ul> <li>Check for non-enum values on validation by <a href="https://github.com/ameyarao98"><code>@​ameyarao98</code></a> in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/227">vektah/gqlparser#227</a></li> <li>Replace deprecated ioutil pkg with os &amp; io by <a href="https://github.com/abhinavnair"><code>@​abhinavnair</code></a> in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/228">vektah/gqlparser#228</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ameyarao98"><code>@​ameyarao98</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/227">vektah/gqlparser#227</a></li> <li><a href="https://github.com/abhinavnair"><code>@​abhinavnair</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/228">vektah/gqlparser#228</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vektah/gqlparser/compare/v2.4.5...v2.4.6">https://github.com/vektah/gqlparser/compare/v2.4.5...v2.4.6</a></p> <h2>v2.4.5</h2> <h2>What's Changed</h2> <ul> <li>Allow doubly-defined builtin directives by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/226">vektah/gqlparser#226</a></li> <li>Validate that the operation's root type is valid by <a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/225">vektah/gqlparser#225</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/benjaminjkraft"><code>@​benjaminjkraft</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vektah/gqlparser/pull/226">vektah/gqlparser#226</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vektah/gqlparser/compare/v2.4.4...v2.4.5">https://github.com/vektah/gqlparser/compare/v2.4.4...v2.4.5</a></p> <h2>v2.4.4</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vektah/gqlparser/commit/fe91596840cc43e3e55f9ce49563a8e1421bbcc3"><code>fe91596</code></a> fix : returning error instead of *gqlError.Error (<a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/234">#234</a>)</li> <li><a href="https://github.com/vektah/gqlparser/commit/6d97050e566d7f4597992609765ad5bec79cf001"><code>6d97050</code></a> Add UnmarshalJSON implementations. (<a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/232">#232</a>)</li> <li><a href="https://github.com/vektah/gqlparser/commit/6d5506b94dd7f89e0d7b143ee0042315c9bfc605"><code>6d5506b</code></a> Fix <a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/229">#229</a> (<a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/230">#230</a>)</li> <li><a href="https://github.com/vektah/gqlparser/commit/649808616cbaeaa5471286a4995e9ec8f882cca4"><code>6498086</code></a> Replace deprecated ioutil pkg with os &amp; io (<a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/228">#228</a>)</li> <li><a href="https://github.com/vektah/gqlparser/commit/48f5a8659cdde1ce7ae31e48bb46c5b415b325c8"><code>48f5a86</code></a> Check for non-enum values on validation (<a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/227">#227</a>)</li> <li><a href="https://github.com/vektah/gqlparser/commit/0e3e4c27b221adf003ec70eb900e4d51806a9ce8"><code>0e3e4c2</code></a> Validate that the operation's root type is valid (<a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/225">#225</a>)</li> <li><a href="https://github.com/vektah/gqlparser/commit/6eec772a6768fe8bac3115d57874ede2b76a7f35"><code>6eec772</code></a> Allow doubly-defined builtin directives (<a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/226">#226</a>)</li> <li><a href="https://github.com/vektah/gqlparser/commit/6519773d5f8c563bce8bcab19f6a619d9d0dacfd"><code>6519773</code></a> Report error about null value for any type that cannot be null, not for only ...</li> <li><a href="https://github.com/vektah/gqlparser/commit/d3d9eb00157553f2203376295a8686862c41614a"><code>d3d9eb0</code></a> formatter: skip printing insignificant commas in arguments definitions (<a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/220">#220</a>)</li> <li><a href="https://github.com/vektah/gqlparser/commit/5bb131d67faaf79451777aa80c3d39bfcc76084a"><code>5bb131d</code></a> fix issue <a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/160">#160</a>: validateVarType parsing numbers (<a href="https://github-redirect.dependabot.com/vektah/gqlparser/issues/216">#216</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vektah/gqlparser/compare/v2.4.1...v2.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/vektah/gqlparser/v2&package-manager=go_modules&previous-version=2.4.1&new-version=2.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2022-08-30 20:00:04 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconicd#17
No description provided.