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): update module github.com/99designs/gqlgen to v0.17.2 #703

Merged
merged 1 commit into from
Apr 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/99designs/gqlgen require minor v0.16.0 -> v0.17.2

Release Notes

99designs/gqlgen

v0.17.2

Compare Source

v0.17.1

Compare Source

9f520a28 Update golangci-lint and fix resource leak (#​2024)
  • Fix golangci-lint in CI

  • Fix resource leak

v0.17.0

Compare Source

082bbff6 Revert "Update quickstart (#​1850](https://togithub.com/99designs/gqlgen/issues/1850))" ([#​2014)

This reverts commit 0ab6361.

45e192ea Clean up docs to clarify how to use a particular version (#​2015) (closes #​1851)

This reverts commit 57a148f.

  • Update getting-started.md

  • Update getting-started.md

5236fb09 fix introspection for description to be nullable (#​2008)
  • fixed introspection for description to be nullable

  • regenerated for integration

  • regenerated

  • fixed introspection package

  • regenerated

82fefdb5 support to generate model for intermediate interface (#​1982)
  • support to generate model for intermediate interface

  • go generate ./... in example

  • fixed filepath generation

3ec83635 Bump ajv from 6.10.2 to 6.12.6 in /integration (#​2007)

Bumps ajv from 6.10.2 to 6.12.6.


updated-dependencies:

  • dependency-name: ajv
    dependency-type: indirect
    ...
9546de2c Web Socket initialization message timeout (#​2006)
  • Added an optional timeout to the web socket initialization message read operation.

  • Added a fail message to a web socket init read timeout test.

f6ea6230 fixed introspection for schema description and specifiedByhttps://github.com/99designs/gqlgen (#​1986)
  • fixed introspection for schema description and specifiedByURL

  • updated to the master latest

  • fixed Description resolver

  • updated integration go file

  • fixed codegen tests for the latest gqlparser

  • updated go mod in example

  • go generate

  • skip specifiedBy

  • regenerate

  • fixed schema-expected.graphql for the latest

  • fixed integration test to use latest tools

  • fixed integration workflow

  • use v2.4.0

  • fixed sum

ffa857ef Websocket i/o timeout fix (#​1973)
  • Renamed "pingMesageType" to "pingMessageType" and refactored websocket_graphqlws.go to look more like websocket_graphql_transport_ws.go for the sake of consistency.

  • Made the keep-alive messages graphql-ws only, and the ping-pong messages graphql-transport-ws only (and added tests for it).

  • gofmt

d7da5b0d Merge pull request #​1958 from 99designs/cleanup-main

Cleanup main

42f32432 Merge pull request #​1957 from 99designs/move-init-ci

Upate init CI step

213a085b rename "example" dir to "_examples" (#​1734)
  • rename "example" dir to "_examples"

  • fix lint

  • Adjust permissions

9262b358 fix: typo in dataloader code sample (#​1954)
  • fix: typo in dataloader code sample

  • rename k to key for sample to compile

06bbca37 docs: migrate dataloaders sample to graph-gophers/dataloader (#​1871)
  • docs: add dataloader sample

  • finish example

  • add example

  • simplify method

  • replace old example

  • styling

  • Update docs/content/reference/dataloaders.md

  • Update docs/content/reference/dataloaders.md

  • Update docs/content/reference/dataloaders.md

  • Update docs/content/reference/dataloaders.md

f9fcfa16 Comment out autobind in the sample config file (#​1872)

The reason is that many people using it for the first time copy exactly that configuration example and then open the issues to say it doesn't work.

76a533b8 Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.8 (#​1858)
  • Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.8

Bumps gopkg.in/yaml.v2 from 2.2.4 to 2.2.8.


updated-dependencies:

  • dependency-name: gopkg.in/yaml.v2
    dependency-type: direct:production
    ...
  • Update go sum for example
eed4301c Bump node-fetch from 2.6.1 to 2.6.7 in /integration (#​1859)

Bumps node-fetch from 2.6.1 to 2.6.7.


updated-dependencies:

  • dependency-name: node-fetch
    dependency-type: direct:development
    ...
57a148f6 Remove outdated version reference so example is always for latest (#​1851)
  • Also update version reference to next

  • Update getting-started.md

a8eba26d Fix #​1777](https://togithub.com/99designs/gqlgen/issues/1777) by updating version constant and adding release checklist ([#​1848)
  • Revise to use script 🤦

Configuration

📅 Schedule: "every weekend" in timezone Asia/Tokyo.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 76ca2c6 to 5f3d18c Compare April 9, 2022 00:26
@codecov
Copy link

codecov bot commented Apr 9, 2022

Codecov Report

Merging #703 (5f3d18c) into master (6ea4a7e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #703   +/-   ##
=======================================
  Coverage   43.83%   43.83%           
=======================================
  Files           3        3           
  Lines          73       73           
  Branches        6        6           
=======================================
  Hits           32       32           
  Misses         41       41           
Flag Coverage Δ
frontend 43.83% <ø> (ø)

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


Continue to review full report at Codecov.

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

@oinume oinume merged commit 579c2a1 into master Apr 9, 2022
@oinume oinume deleted the renovate/github.com-99designs-gqlgen-0.x branch April 9, 2022 11:12
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.

2 participants