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

fix(deps): update module github.com/99designs/gqlgen to v0.17.63 #25

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/99designs/gqlgen v0.17.36 -> v0.17.63 age adoption passing confidence

Release Notes

99designs/gqlgen (github.com/99designs/gqlgen)

v0.17.63

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.62...v0.17.63

v0.17.62

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.61...v0.17.62

v0.17.61

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.60...v0.17.61

v0.17.60

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.59...v0.17.60

v0.17.59

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.58...v0.17.59

v0.17.58

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.57...v0.17.58

v0.17.57

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.56...v0.17.57

v0.17.56

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.55...v0.17.56

v0.17.55

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.54...v0.17.55

v0.17.54

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.53...v0.17.54

v0.17.53

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.52...v0.17.53

v0.17.52

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.51...v0.17.52

v0.17.51

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.50...v0.17.51

v0.17.50

Compare Source

1855758d chore(deps): bump dset in /integration in the npm_and_yarn group (#​3268)

Bumps the npm_and_yarn group in /integration with 1 update: dset.

Updates dset from 3.1.3 to 3.1.4


updated-dependencies:

  • dependency-name: dset
    dependency-type: indirect
    dependency-group: npm_and_yarn
    ...
fda0539e Bump some more module versions (#​3262)
  • Bump some more module versions

  • Update aurora

  • Avoid upgrade to go 1.23

  • downgrade goquery to support pre-Go 1.23 for now

  • Downgrade moq to support pre-Go 1.23 as well


cf42b253 chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 (#​3259)

Bumps golang.org/x/text from 0.17.0 to 0.18.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
b728c12f chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 in /_examples (#​3256)

Bumps golang.org/x/text from 0.17.0 to 0.18.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
cba40a38 chore(deps-dev): bump vite from 5.4.2 to 5.4.3 in /integration (#​3257)

Bumps vite from 5.4.2 to 5.4.3.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
f7bee06f chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3258)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

81ac627d chore(deps): bump robherley/go-test-action from 0.4.1 to 0.5.0 (#​3255)

Bumps robherley/go-test-action from 0.4.1 to 0.5.0.


updated-dependencies:

  • dependency-name: robherley/go-test-action
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
86ac6b36 internal/code: `Unalias` element of pointer (#​3250) (closes #​3247)

This reverts commit 4c4be0a.

  • code: Unalias element of pointer

  • chore: added comment

ab1781b1 codegen: Go 1.23 alias support (#​3246)
  • code: added Unalias for Go 1.22

  • codegen: Go 1.23 alias support

814f7c71 chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#​3235)

Bumps actions/upload-artifact from 4.3.6 to 4.4.0.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
1cbbc120 chore(deps): bump github.com/rs/cors from 1.11.0 to 1.11.1 in /_examples (#​3236)

Bumps github.com/rs/cors from 1.11.0 to 1.11.1.


updated-dependencies:

  • dependency-name: github.com/rs/cors
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
2da2ac36 chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3237)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

0b9bd5ee refactor: don't extract [@​goField](https://redirect.github.com/goField) twice (#​3234)

We already extract the values in config.Init(). Remove the duplicate logic in the modelgen plugin.

We leave the reference to GoFieldHook even though it's a noop since it's public. This makes this a non-breaking change. We will remove this during the next breaking release.

18378f90 feat: allow argument directives to be called even if the argument is null (#​3233) (closes #​3188)

The existing implementation assumes that if an input argument is null, you don't want to call the directive. This is a very constraining assumption — directives may want to not just mutate an argument but to actually outright set it.

This is a breaking change as argument directives now need to handle null input values. Added a new config switch:

call_argument_directives_with_nulls: bool

to control this new behavior.

  • Run go generate ./...
256794aa chore(deps-dev): bump vite from 5.4.0 to 5.4.2 in /integration (#​3229)

Bumps vite from 5.4.0 to 5.4.2.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
6acc182c Go 1.23 support (#​3226)
  • Added support for go 1.23

  • Added handling for *types.Alias

  • Updated golang ci lint to 1.60.2

  • Fixed lint issues and ignore SA1019 on generated test files

  • Update coverage.yml

  • Update fmt-and-generate.yml

  • Update integration.yml

  • Update lint.yml

  • Update test.yml


f6a82204 chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 (#​3219)
  • chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0

Bumps golang.org/x/tools from 0.23.0 to 0.24.0.


updated-dependencies:

  • dependency-name: golang.org/x/tools
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
  • _examples fixup

1849e124 chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (#​3218)

Bumps golang.org/x/text from 0.16.0 to 0.17.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
2f7772c9 [proposal] Add [@​concurrent](https://redirect.github.com/concurrent) directive for types (#​3203)
  • Issue 3202

  • Issue 3202

  • Issue 3202

  • Make optional concurrent for fields of objects

  • Make optional concurrent for fields of objects

3556475a Fix marshaling interfaces and union types (#​3211)
  • Fixed marshaling interfaces and union

  • Fixed marshaling interfaces and union

23abdc56 chore(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 (#​3217)

Bumps github.com/urfave/cli/v2 from 2.27.3 to 2.27.4.


updated-dependencies:

  • dependency-name: github.com/urfave/cli/v2
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
  • bbc354c Add local toolchain for matrix
3fe8329d chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3215)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

edca7992 chore(deps-dev): bump vite from 5.3.5 to 5.4.0 in /integration (#​3216)

Bumps vite from 5.3.5 to 5.4.0.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...
f0b7ee3f chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#​3220)

Bumps actions/upload-artifact from 4.3.5 to 4.3.6.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
719b7af3 chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 in /_examples (#​3221)

Bumps golang.org/x/text from 0.16.0 to 0.17.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
d14fd791 chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 (#​3208)

Bumps actions/upload-artifact from 4.3.4 to 4.3.5.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
564e2dc5 chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#​3207)

Bumps golangci/golangci-lint-action from 6.0.1 to 6.1.0.


updated-dependencies:

  • dependency-name: golangci/golangci-lint-action
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
d3d147e6 chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0 (#​3172)
  • chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0

Bumps golang.org/x/tools from 0.22.0 to 0.23.0.


updated-dependencies:

  • dependency-name: golang.org/x/tools
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.37 fix(deps): update module github.com/99designs/gqlgen to v0.17.38 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from c2d9cff to 7fce8e4 Compare September 19, 2023 15:09
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.38 fix(deps): update module github.com/99designs/gqlgen to v0.17.39 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 7fce8e4 to 81b747f Compare October 5, 2023 18:22
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.39 fix(deps): update module github.com/99designs/gqlgen to v0.17.40 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 81b747f to 26ad322 Compare October 24, 2023 17:44
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.40 fix(deps): update module github.com/99designs/gqlgen to v0.17.41 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 26ad322 to 284c907 Compare December 4, 2023 02:24
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.41 fix(deps): update module github.com/99designs/gqlgen to v0.17.42 Dec 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 284c907 to f688631 Compare December 30, 2023 03:45
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from f688631 to 43d0114 Compare January 18, 2024 20:13
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.42 fix(deps): update module github.com/99designs/gqlgen to v0.17.43 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 43d0114 to a3222e4 Compare February 15, 2024 19:07
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.43 fix(deps): update module github.com/99designs/gqlgen to v0.17.44 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from a3222e4 to b791768 Compare March 12, 2024 00:45
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.44 fix(deps): update module github.com/99designs/gqlgen to v0.17.45 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from b791768 to 85926ed Compare May 7, 2024 22:34
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.45 fix(deps): update module github.com/99designs/gqlgen to v0.17.46 May 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 85926ed to 5c4fc85 Compare May 18, 2024 15:50
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.46 fix(deps): update module github.com/99designs/gqlgen to v0.17.47 May 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 5c4fc85 to 63cc95d Compare June 7, 2024 03:34
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.47 fix(deps): update module github.com/99designs/gqlgen to v0.17.48 Jun 7, 2024
Copy link
Contributor Author

renovate bot commented Jun 7, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 14 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.0 -> 1.23.4
github.com/stretchr/testify v1.8.4 -> v1.10.0
github.com/urfave/cli/v2 v2.25.7 -> v2.27.5
github.com/vektah/gqlparser/v2 v2.5.8 -> v2.5.21
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/agnivade/levenshtein v1.1.1 -> v1.2.0
github.com/cpuguy83/go-md2man/v2 v2.0.2 -> v2.0.5
github.com/google/uuid v1.3.1 -> v1.6.0
github.com/hashicorp/golang-lru/v2 v2.0.3 -> v2.0.7
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 -> v0.0.0-20240521201337-686a1a2994c1
golang.org/x/mod v0.10.0 -> v0.20.0
golang.org/x/sys v0.12.0 -> v0.28.0
golang.org/x/text v0.13.0 -> v0.21.0
golang.org/x/tools v0.9.3 -> v0.24.0

@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 63cc95d to 21cf91c Compare June 13, 2024 17:40
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.48 fix(deps): update module github.com/99designs/gqlgen to v0.17.49 Jun 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 21cf91c to 1c0e007 Compare September 13, 2024 20:17
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.49 fix(deps): update module github.com/99designs/gqlgen to v0.17.50 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 1c0e007 to a54ce25 Compare September 15, 2024 01:34
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.50 fix(deps): update module github.com/99designs/gqlgen to v0.17.51 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from a54ce25 to d7b9a27 Compare September 17, 2024 00:29
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.51 fix(deps): update module github.com/99designs/gqlgen to v0.17.52 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from d7b9a27 to 81e0a93 Compare September 17, 2024 16:29
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.52 fix(deps): update module github.com/99designs/gqlgen to v0.17.53 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 81e0a93 to 4c04344 Compare September 20, 2024 16:22
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.53 fix(deps): update module github.com/99designs/gqlgen to v0.17.54 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 4c04344 to bfe4540 Compare October 3, 2024 21:23
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.54 fix(deps): update module github.com/99designs/gqlgen to v0.17.55 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from bfe4540 to 69e8447 Compare November 9, 2024 01:52
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.55 fix(deps): update module github.com/99designs/gqlgen to v0.17.56 Nov 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 69e8447 to 3d5d528 Compare November 24, 2024 16:30
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.56 fix(deps): update module github.com/99designs/gqlgen to v0.17.57 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 3d5d528 to 7dc7b1e Compare December 9, 2024 14:46
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.57 fix(deps): update module github.com/99designs/gqlgen to v0.17.58 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 7dc7b1e to 466cdce Compare December 10, 2024 16:37
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.58 fix(deps): update module github.com/99designs/gqlgen to v0.17.59 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 466cdce to f51ec9d Compare December 10, 2024 22:33
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.59 fix(deps): update module github.com/99designs/gqlgen to v0.17.60 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from f51ec9d to 8a57162 Compare December 20, 2024 04:17
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.60 fix(deps): update module github.com/99designs/gqlgen to v0.17.61 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 8a57162 to b9c528a Compare December 31, 2024 22:17
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.61 fix(deps): update module github.com/99designs/gqlgen to v0.17.62 Dec 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from b9c528a to a8b2b99 Compare January 8, 2025 15:03
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.62 fix(deps): update module github.com/99designs/gqlgen to v0.17.63 Jan 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.

0 participants