Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2023

This PR contains the following updates:

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

Release Notes

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

v0.17.64

Compare Source

What's Changed

New Contributors

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

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.

  • [R

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 27, 2023 15:31
@renovate renovate bot requested a review from a team as a code owner October 27, 2023 15:31
@renovate renovate bot added the patch label Oct 27, 2023
@renovate renovate bot enabled auto-merge (squash) October 27, 2023 15:31
@github-actions
Copy link

github-actions bot commented Oct 27, 2023

GraphQL Schema Check

Compared 0 schema changes against null operations

✅ Found no changes

🔗 View full schema check details

mergify[bot]
mergify bot previously approved these changes Oct 27, 2023
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from c12ecde to 00baaf6 Compare November 1, 2023 21:00
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch 3 times, most recently from 0771dbe to 4f8de42 Compare November 10, 2023 17:16
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 4f8de42 to c2b119c Compare November 17, 2023 16:27
mergify[bot]
mergify bot previously approved these changes Nov 17, 2023
@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 7, 2023
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from c2b119c to ec4fdd0 Compare December 7, 2023 01:00
mergify[bot]
mergify bot previously approved these changes Dec 7, 2023
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from ec4fdd0 to b8f3868 Compare January 2, 2024 03:03
@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 Jan 2, 2024
mergify[bot]
mergify bot previously approved these changes Jan 2, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from b8f3868 to b721abb Compare January 17, 2024 17:54
mergify[bot]
mergify bot previously approved these changes Jan 17, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch 3 times, most recently from b9711b8 to d245d63 Compare January 18, 2024 16:46
@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 16, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 4978bda to 48c1258 Compare September 18, 2024 00:57
@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 18, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 48c1258 to 917bcf6 Compare September 19, 2024 22:57
@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 19, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 917bcf6 to 2b09da3 Compare September 20, 2024 14:05
@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 20, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 2b09da3 to 344b30a Compare September 23, 2024 17:20
@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 23, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 344b30a to 436e28b Compare October 6, 2024 19:42
@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 6, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 436e28b to e7ed46a Compare November 12, 2024 02:10
@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 12, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from e7ed46a to 967ef27 Compare November 27, 2024 17:22
@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 27, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 967ef27 to bc73897 Compare December 12, 2024 16:31
@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 12, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from bc73897 to 8d965b2 Compare December 13, 2024 17:40
@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 13, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 8d965b2 to 95cb21f Compare December 14, 2024 00:40
@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 14, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 95cb21f to feef2fd Compare December 23, 2024 04:32
@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 23, 2024
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from feef2fd to 1da8dd8 Compare January 3, 2025 23:23
@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 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from 1da8dd8 to bce98aa Compare January 11, 2025 02:01
@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 11, 2025
@renovate renovate bot force-pushed the renovate/github.heygears.com-99designs-gqlgen-0.x branch from bce98aa to b608dce Compare January 31, 2025 17:01
@renovate renovate bot changed the title fix(deps): update module github.com/99designs/gqlgen to v0.17.63 fix(deps): update module github.com/99designs/gqlgen to v0.17.64 Jan 31, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants