Skip to content

chore(all): update all #15

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

Merged
merged 1 commit into from
Jun 20, 2023
Merged

chore(all): update all #15

merged 1 commit into from
Jun 20, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 7, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v3.5.2 -> v3.5.3
github.com/99designs/gqlgen require patch v0.17.31 -> v0.17.33
github.com/vektah/gqlparser/v2 require patch v2.5.1 -> v2.5.3
golang.org/x/crypto require minor v0.9.0 -> v0.10.0

Release Notes

actions/checkout

v3.5.3

Compare Source

99designs/gqlgen

v0.17.33

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.32...v0.17.33

v0.17.32

Compare Source

5c19c841 Addressing few issues in defer feature (#​2656)

And fixed hasNext to only appear in the payload when there is deferred usage

  • Regenerate

  • Use go 1.18 compatible atomic operations

  • Regenerate

8e295024 Update extra fields type definition and plus docs about the feature (#​2655)
  • Update extra fields type definition and plus docs about the feature

  • Update docs

adf5da27 Make usage of omitempty tag optional (#​2649)
  • Make usage of omitempty tag optional

  • adding probably good enough test

  • some kinda docs

  • lintersssssssssssssssssssssssssssss

  • removing unnecessary fields from config

22deb8bd allow binding a GraphQL `Any` field to a struct method returning `*any` (#​2644)
  • allow binding GQL Any field to struct method returning *any

  • add singlefile tests for binding to *any case

  • add followschema tests for binding to *any case

  • make ptr_to_any binding tests follow binding conventions better

c313bf3d `[@defer](https://togithub.com/defer)` initial support (#​2642)
  • support returning errors with deferred fragments.

  • update integration tests.

  • fix gotpl indent and pass the correct context to deferred .Dispatch().

  • Added hasNext in the tests

  • Added back root_.gotpl

  • Regenerate

  • Regenerate recursively

  • Updated schema-expected.graphql

  • Fixed starwars_test.go

  • Cleanup

  • Add graphql response hasnext omitempty and update tests to match


4d945da2 feat(federation): update Apollo Federation v2 definitions (#​2635)
  • feat(federation): update Apollo Federation v2 definitions

Fix Apollo Federation v2 directive definitions:

  • _FieldSet was renamed FieldSet

  • regenerate examples

33fdd1b5 fix enum capitalization (#​2630)
  • fix enum capitalization

  • apply suggestion: adding comment

82a110ce Fix uint32 unmarshal (#​2631)

The string unmarshal for uint32 used ParseInt instead of ParseUint,
which would parse the wrong range of valid numbers.

  • e62a027 Add Changelog entries for v0.17.31

  • f707aa8 v0.17.31 postrelease bump

vektah/gqlparser

v2.5.3

Compare Source

What's Changed

Full Changelog: vektah/gqlparser@v2.5.2...v2.5.3

v2.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.5.1...v2.5.2


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate
Copy link
Author

renovate bot commented Jun 7, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/ef2cb9/8ee4c5/repos/github/AndriyKalashnykov/graphql-golang":"/tmp/worker/ef2cb9/8ee4c5/repos/github/AndriyKalashnykov/graphql-golang" -v "/tmp/worker/ef2cb9/8ee4c5/cache":"/tmp/worker/ef2cb9/8ee4c5/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/ef2cb9/8ee4c5/repos/github/AndriyKalashnykov/graphql-golang" ghcr.io/containerbase/sidecar bash -l -c "install-tool golang 1.20.5 && go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/99designs/gqlgen v0.17.33
go: downloading github.com/go-chi/chi v4.1.2+incompatible
go: downloading github.com/go-sql-driver/mysql v1.7.1
go: downloading github.com/golang-migrate/migrate v3.5.4+incompatible
go: downloading golang.org/x/crypto v0.10.0
go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible
go: downloading github.com/urfave/cli/v2 v2.25.5
go: downloading github.com/vektah/gqlparser/v2 v2.5.3
go: downloading golang.org/x/tools v0.9.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.3
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading golang.org/x/text v0.10.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
go: downloading github.com/agnivade/levenshtein v1.1.1
go: downloading golang.org/x/sys v0.9.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading golang.org/x/mod v0.10.0
github.com/AndriyKalashnykov/graphlq-golang imports
	github.com/AndriyKalashnykov/graphlq-golang/graph/generated: cannot find module providing package github.com/AndriyKalashnykov/graphlq-golang/graph/generated
github.com/AndriyKalashnykov/graphlq-golang/graph imports
	github.com/AndriyKalashnykov/graphlq-golang/graph/model: cannot find module providing package github.com/AndriyKalashnykov/graphlq-golang/graph/model

@renovate renovate bot changed the title chore(all): update module github.com/99designs/gqlgen to v0.17.32 chore(all): update all Jun 9, 2023
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 295e0a2 to 88e362e Compare June 13, 2023 11:36
@AndriyKalashnykov AndriyKalashnykov merged commit 7da1715 into master Jun 20, 2023
@renovate renovate bot deleted the renovate/all branch June 20, 2023 13:52
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