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

Update module github.com/99designs/gqlgen to v0.17.63 - autoclosed #12

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/99designs/gqlgen v0.17.38 -> 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://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://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://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://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://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 requested a review from a team as a code owner June 7, 2023 05:55
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.32 Update module github.com/99designs/gqlgen to v0.17.33 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch 2 times, most recently from cd11721 to 2cae289 Compare June 14, 2023 15:01
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.33 Update module github.com/99designs/gqlgen to v0.17.34 Jun 24, 2023
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 2cae289 to 5906d46 Compare June 24, 2023 05:02
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 5906d46 to d72358a Compare July 10, 2023 20:08
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.34 Update module github.com/99designs/gqlgen to v0.17.35 Jul 16, 2023
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from d72358a to c535a23 Compare July 16, 2023 04:55
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.35 Update module github.com/99designs/gqlgen to v0.17.36 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from c535a23 to 76fcbd0 Compare July 28, 2023 08:57
@renovate renovate bot requested a review from a team as a code owner July 28, 2023 08:57
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 76fcbd0 to 70a5259 Compare August 16, 2023 18:12
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.36 Update module github.com/99designs/gqlgen to v0.17.37 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 70a5259 to 6e41dd5 Compare September 9, 2023 17:35
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.37 Update module github.com/99designs/gqlgen to v0.17.38 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 6e41dd5 to c250a32 Compare September 19, 2023 23:39
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.38 Update module github.com/99designs/gqlgen to v0.17.39 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from c250a32 to a4e78b1 Compare October 6, 2023 05:19
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from a4e78b1 to 762c90e Compare October 24, 2023 23:57
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.39 Update module github.com/99designs/gqlgen to v0.17.40 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch 2 times, most recently from 91f4dc2 to 0706a92 Compare October 26, 2023 13:59
Copy link
Collaborator

@tylerauerbeck tylerauerbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe @sthwang-metal found an issue bumping to this version before gqlgenc supports some of the new features. So we should hold on this for now.

@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 0706a92 to 67f3c56 Compare October 26, 2023 14:13
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 67f3c56 to 5061057 Compare November 6, 2023 17:00
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.40 Update module github.com/99designs/gqlgen to v0.17.41 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 5061057 to d7cba2b Compare December 4, 2023 00:02
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.41 Update module github.com/99designs/gqlgen to v0.17.42 Dec 30, 2023
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from d7cba2b to bef9b68 Compare December 30, 2023 01:14
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from f65b192 to 6178900 Compare September 15, 2024 02:01
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.50 Update module github.com/99designs/gqlgen to v0.17.51 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 6178900 to e262bd4 Compare September 17, 2024 00:02
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.51 Update module github.com/99designs/gqlgen to v0.17.52 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from e262bd4 to ebef266 Compare September 17, 2024 14:54
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.52 Update module github.com/99designs/gqlgen to v0.17.53 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from ebef266 to 3af888e Compare September 20, 2024 17:06
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.53 Update module github.com/99designs/gqlgen to v0.17.54 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 3af888e to e1c50c8 Compare October 3, 2024 18:41
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.54 Update module github.com/99designs/gqlgen to v0.17.55 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from e1c50c8 to 0572b18 Compare November 9, 2024 01:09
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.55 Update module github.com/99designs/gqlgen to v0.17.56 Nov 9, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 0572b18 to 8c242f4 Compare November 24, 2024 15:13
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.56 Update module github.com/99designs/gqlgen to v0.17.57 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 8c242f4 to df397c0 Compare December 9, 2024 18:09
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.57 Update module github.com/99designs/gqlgen to v0.17.58 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from df397c0 to ca5e64d Compare December 10, 2024 17:39
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.58 Update module github.com/99designs/gqlgen to v0.17.59 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from ca5e64d to 4bf8880 Compare December 10, 2024 22:53
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.59 Update module github.com/99designs/gqlgen to v0.17.60 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 4bf8880 to 221ef38 Compare December 20, 2024 03:12
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.60 Update module github.com/99designs/gqlgen to v0.17.61 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 221ef38 to 7b9414d Compare December 31, 2024 23:06
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.61 Update module github.com/99designs/gqlgen to v0.17.62 Dec 31, 2024
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch from 7b9414d to c1a5cbe Compare January 8, 2025 15:50
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.62 Update module github.com/99designs/gqlgen to v0.17.63 Jan 8, 2025
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.63 Update module github.com/99designs/gqlgen to v0.17.63 - autoclosed Jan 28, 2025
@renovate renovate bot closed this Jan 28, 2025
@renovate renovate bot deleted the renovate/github.jparrowsec.cn-99designs-gqlgen-0.x branch January 28, 2025 01:53
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