Update module github.com/99designs/gqlgen to v0.17.25 #8

Merged
kjuulh merged 1 commits from renovate/all into main 2023-02-28 16:46:13 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
github.com/99designs/gqlgen require patch v0.17.20 -> v0.17.25

Release Notes

99designs/gqlgen

v0.17.25

Compare Source

c5dfc26b Update lru package (#​2570)
  • update

  • Adjust example go mod and go sum


a9e42e16 Move minimum supported version to Go 1.18 (#​2556)
  • Move minimum supported version to Go 1.18

  • Update matrix to use strings instead of floats

  • Change test to match Go order

  • lint on Go 1.19 and Go 1.20

  • Attempt to limit github action concurrency


01d46b85 Bump undici from 5.14.0 to 5.19.1 in /integration (#​2557)

Bumps undici from 5.14.0 to 5.19.1.


updated-dependencies:

  • dependency-name: undici
    dependency-type: indirect
    ...
cf1607ad Add ability to customize resolvergen behavior using additional plugins (#​2516)
  • Add ability to customize resolvergen behavior using additional plugins

  • Add field.GoResultName()


356f4f90 prepend goTag directive on struct tags and omit overridden duplicate struct tags per #​2514 (#​2533)
  • Change to prepend goTag directive

  • Fix test for field_hooks_are_applied to prepend


5b85e93e fix #​2524 basic alias Byte was not binded properly (#​2528)
  • add tests for defined types as []byte and []rune

v0.17.24

Compare Source

v0.17.23

Compare Source

11c3a4da Enable Subscription Resolver to return websocket error message (#​2506)
  • Enanble Subscription Resolver to return websocket error message

  • add PR link

  • lint

  • fmt and regenerate

2bd7cfef Add omit_complexity config option for issue #​2502 (#​2504)
  • Add omit_complexity config option to skip generation of ComplexityRoot struct content and Complexity function

  • fix lint error

867b61a5 fix #​2485 Defined type from a basic type should not need scalar (#​2486)
  • following review

  • better way to compare basic type

f5764a83 Bump json5 from 2.2.1 to 2.2.3 in /integration (#​2500)

Bumps json5 from 2.2.1 to 2.2.3.


updated-dependencies:

  • dependency-name: json5
    dependency-type: indirect
    ...
32bfdfb7 Bump jsonwebtoken and [@​graphql](https://github.com/graphql)-tools/prisma-loader in /integration (#​2501)

Updates jsonwebtoken from 8.5.1 to 9.0.0


updated-dependencies:

  • dependency-name: jsonwebtoken
    dependency-type: indirect
    dependency-type: indirect
    ...
f0a090d0 Add Server-Sent Events transport (#​2498)
  • Add new transport via server-sent events

  • Add graphql-sse option to chat example

  • Add SSE transport to documentation

  • Reorder imports and handle test err to fix golangci-lint remarks

b09608d2 fix misspelling and format code (#​2497)
  • fix: misspelling dont

  • fix: sort import order

  • fix example indent

c2b8eabb feat: support Altair playground (#​2437)
  • feat: support Altair playground

  • fix method params

5cb6e3ec Fix issue #​2470: Incorrect response when errors occurred (#​2471)
  • go generate ./...

  • regenerate examples

v0.17.22

Compare Source

a44685b2 Ability to return multiple errors from resolvers raise than add it to stack. (#​2454)
  • Remove DO NOT EDIT

Sometimes vscode warn about this while editing resolvers code.
Finally the resolver's code is editable and generated at the same time.

  • Ability to return multiple errors from resolver.

  • Multiple errors return example

  • Fix missing import

  • reformat

  • gofmt

  • go generate ./...

  • go generate ./...

  • Regenerate

  • remove trailing period

db1e3b81 Implicit external check (#​2449)
  • Prevent entity resolver generation for stub types.
    In Federation 2 key fields are implicitly external

  • Add more comments to "isResolvable"

  • Check that no resolvers are set for stub "Hello"

  • Run generate with go 1.16

  • Simplify implicit external check

  • Add stricter federation version check.
    Update comment on expected behavior of the resolvable argument.
    Add comment to documentation about external directive.

  • Preallocate keyFields slice

  • Add non stub type to federation v2 test

  • Do not append to preallocated slice

  • Add test coverage for multiple fields in key

  • Fix typo in comment

  • 5065163 Re-generate and update release checklist to regenerate for new version

  • 5cfc22d Add v0.17.21 Release notes

  • 5d39046 v0.17.21 postrelease bump

v0.17.21

Compare Source

5c083c79 use goField directive for getters generation (#​2447)
  • consider goField directive for getters generation

  • Re-generate to pass linting

463d2134 fix: safe http error response (#​2438)
  • safe http error when parsing body

  • fix tests

  • fix linting

  • fix linting

  • Dispatch decoding errors so hook can present them

  • Revert test expectation to original

86c144fc Bump decode-uri-component from 0.2.0 to 0.2.2 in /integration (#​2445)

Bumps decode-uri-component from 0.2.0 to 0.2.2.


updated-dependencies:

  • dependency-name: decode-uri-component
    dependency-type: indirect
    ...
f28ffccd Bump minimatch from 3.0.4 to 3.1.2 in /integration (#​2435)

Bumps minimatch from 3.0.4 to 3.1.2.


updated-dependencies:

  • dependency-name: minimatch
    dependency-type: indirect
    ...
efb31b54 Check if go.mod exists while init (#​2432)
  • Add check go.mod first to prevent cascade errors in "init" directive

  • Fix formatting

  • Fix formatting with gofmt

This reverts commit c23d183.

  • Adjust go.mod file to look in parent directories as well
89e91da1 Add resolver commit (#​2434)
  • Add resolver commit

  • Add version to comment and re-generate

906c0dee optional return pointers in unmarshalInput (#​2397)
  • optional return pointers in unmarshalInput

  • add docs for return_pointers_in_unmarshalinput

a9d06036 Add json.Number support to UnmarshalString (#​2396)
  • Add json.Number support to UnmarshalString

  • Add UnmarshalString tests

  • Remove trailing zeros when calling UnmarshalString with float64

daa44079 Update README.md (#​2391)

fix: execute gqlgen generate command error. eg: systems failed: unable to build object definition: unable to find type: github.com/99designs/gqlgen/graphql/introspection.InputValue. need import github.com/99designs/gqlgen/graphql/introspection .

419dd96c Bump got and [@​graphql](https://github.com/graphql)-codegen/cli in /integration (#​2389)

Removes got


updated-dependencies:

  • dependency-name: got
    dependency-type: indirect
    dependency-type: direct:development
    ...
265888c6 Bump jsdom and jest in /integration (#​2388)

Bumps jsdom and jest. These dependencies needed to be updated together.

Removes jsdom

Updates jest from 24.9.0 to 29.0.3


updated-dependencies:

  • dependency-name: jsdom
    dependency-type: indirect
  • dependency-name: jest
    dependency-type: direct:development
    ...
56f6db04 Update module mitchellh/mapstructure to 1.5.0 (#​2111)
  • Update mitchellh/mapstructure

  • Avoid double pointer

  • ea9590a update changelog for v0.17.20

  • 4c06e6c v0.17.20 postrelease bump


Configuration

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

🚦 Automerge: Enabled.

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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | require | patch | `v0.17.20` -> `v0.17.25` | --- ### Release Notes <details> <summary>99designs/gqlgen</summary> ### [`v0.17.25`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01725-httpsgithubcom99designsgqlgencomparev01724v01725---2023-02-28) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.24...v0.17.25) - <a href="https://github.com/99designs/gqlgen/commit/ea6a4e65f4f07222d723fa13cb786540ea07af72"><tt>[`ea6a4e6`](https://github.com/99designs/gqlgen/commit/ea6a4e65)</tt></a> release v0.17.25 - <a href="https://github.com/99designs/gqlgen/commit/7e013e1d0412f9b33ab82f1ab17eec8b611c5cd9"><tt>[`7e013e1`](https://github.com/99designs/gqlgen/commit/7e013e1d)</tt></a> Freshen dependencies (<a href="https://github.com/99designs/gqlgen/pull/2571">[#&#8203;2571](https://github.com/99designs/gqlgen/issues/2571)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/c5dfc26bd860b1e04dd4db4996e5a5e487230ebc"><tt>c5dfc26b</tt></a> Update lru package (<a href="https://github.com/99designs/gqlgen/pull/2570">#&#8203;2570</a>)</summary> - update - Adjust example go mod and go sum *** </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/ff19a5a553b7f2b5d259d4e69eaa83085fecb098"><tt>[`ff19a5a`](https://github.com/99designs/gqlgen/commit/ff19a5a5)</tt></a> fix typo in dataloaders docs example (<a href="https://github.com/99designs/gqlgen/pull/2562">[#&#8203;2562](https://github.com/99designs/gqlgen/issues/2562)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/a9e42e168ed0de0f0e003abde38fcb62793d2d42"><tt>a9e42e16</tt></a> Move minimum supported version to Go 1.18 (<a href="https://github.com/99designs/gqlgen/pull/2556">#&#8203;2556</a>)</summary> - Move minimum supported version to Go 1.18 - Update matrix to use strings instead of floats - Change test to match Go order - lint on Go 1.19 and Go 1.20 - Attempt to limit github action concurrency *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/01d46b85a2d7432c4d6cf1e700f26ae01d58c79e"><tt>01d46b85</tt></a> Bump undici from 5.14.0 to 5.19.1 in /integration (<a href="https://github.com/99designs/gqlgen/pull/2557">#&#8203;2557</a>)</summary> Bumps [undici](https://github.com/nodejs/undici) from 5.14.0 to 5.19.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.14.0...v5.19.1) *** updated-dependencies: - dependency-name: undici dependency-type: indirect ... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/e36095f54b4d6e5037127de11bb12792d5adffce"><tt>[`e36095f`](https://github.com/99designs/gqlgen/commit/e36095f5)</tt></a> Updated the documentation on using the plugins (<a href="https://github.com/99designs/gqlgen/pull/2553">[#&#8203;2553](https://github.com/99designs/gqlgen/issues/2553)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/cf1607ad8fe83ccc8322a0a77dc82b0fa3ff8489"><tt>cf1607ad</tt></a> Add ability to customize resolvergen behavior using additional plugins (<a href="https://github.com/99designs/gqlgen/pull/2516">#&#8203;2516</a>)</summary> - Add ability to customize resolvergen behavior using additional plugins - Add field.GoResultName() *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/356f4f909624f787060cea14deb905b643246085"><tt>356f4f90</tt></a> prepend goTag directive on struct tags and omit overridden duplicate struct tags per <a href="https://github.com/99designs/gqlgen/pull/2514">#&#8203;2514</a> (<a href="https://github.com/99designs/gqlgen/pull/2533">#&#8203;2533</a>)</summary> - Change to prepend goTag directive - Fix test for field_hooks_are_applied to prepend *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/5b85e93e79d7698a749d69a00d60e283a699dcbb"><tt>5b85e93e</tt></a> fix <a href="https://github.com/99designs/gqlgen/pull/2524">#&#8203;2524</a> basic alias Byte was not binded properly (<a href="https://github.com/99designs/gqlgen/pull/2528">#&#8203;2528</a>)</summary> - add tests for defined types as \[]byte and \[]rune </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/49ac94faf27baefd7efeca3c3ca2924ee16761ff"><tt>[`49ac94f`](https://github.com/99designs/gqlgen/commit/49ac94fa)</tt></a> fix introspection doc typo (<a href="https://github.com/99designs/gqlgen/pull/2529">[#&#8203;2529](https://github.com/99designs/gqlgen/issues/2529)</a>) - <a href="https://github.com/99designs/gqlgen/commit/e6114a2c6af22bcdc92180660a58e6125e7946ad"><tt>[`e6114a2`](https://github.com/99designs/gqlgen/commit/e6114a2c)</tt></a> remove extra call to packages.Load fix <a href="https://github.com/99designs/gqlgen/pull/2505">[#&#8203;2505](https://github.com/99designs/gqlgen/issues/2505)</a> (<a href="https://github.com/99designs/gqlgen/pull/2519">[#&#8203;2519](https://github.com/99designs/gqlgen/issues/2519)</a>) - <a href="https://github.com/99designs/gqlgen/commit/9d22d98c792ba7214dc1aad4366e3f7eba0299f7"><tt>[`9d22d98`](https://github.com/99designs/gqlgen/commit/9d22d98c)</tt></a> Changelog for v0.17.24 - <a href="https://github.com/99designs/gqlgen/commit/2d048b382b642fb1767116916c42dd9118b6f709"><tt>[`2d048b3`](https://github.com/99designs/gqlgen/commit/2d048b38)</tt></a> v0.17.24 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.24`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01724-httpsgithubcom99designsgqlgencomparev01723v01724---2023-01-23) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.23...v0.17.24) - <a href="https://github.com/99designs/gqlgen/commit/77c63865f2df7ee6d4475861b3f57d37a7ef1787"><tt>[`77c6386`](https://github.com/99designs/gqlgen/commit/77c63865)</tt></a> release v0.17.24 <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.23`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01723-httpsgithubcom99designsgqlgencomparev01722v01723---2023-01-23) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.22...v0.17.23) - <a href="https://github.com/99designs/gqlgen/commit/9573b5955a5aa18c180ec6f4a213a1472e36b112"><tt>[`9573b59`](https://github.com/99designs/gqlgen/commit/9573b595)</tt></a> release v0.17.23 - <a href="https://github.com/99designs/gqlgen/commit/866187fd2510121d1b5f0d0636c8d37d80191c91"><tt>[`866187f`](https://github.com/99designs/gqlgen/commit/866187fd)</tt></a> missed a closing parenthesis (<a href="https://github.com/99designs/gqlgen/pull/2513">[#&#8203;2513](https://github.com/99designs/gqlgen/issues/2513)</a>) - <a href="https://github.com/99designs/gqlgen/commit/ec3b4711662704e7231ed8dc9ba008b5ceaaa75c"><tt>[`ec3b471`](https://github.com/99designs/gqlgen/commit/ec3b4711)</tt></a> fix <a href="https://github.com/99designs/gqlgen/pull/2485">[#&#8203;2485](https://github.com/99designs/gqlgen/issues/2485)</a> for some types requiring a scalar (<a href="https://github.com/99designs/gqlgen/pull/2508">[#&#8203;2508](https://github.com/99designs/gqlgen/issues/2508)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/11c3a4da9d995c39bee01a4009530564148b42a5"><tt>11c3a4da</tt></a> Enable Subscription Resolver to return websocket error message (<a href="https://github.com/99designs/gqlgen/pull/2506">#&#8203;2506</a>)</summary> - Enanble Subscription Resolver to return websocket error message - add PR link - lint - fmt and regenerate </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/2bd7cfefc603159b9188a0a76a0336123edc7783"><tt>2bd7cfef</tt></a> Add omit_complexity config option for issue <a href="https://github.com/99designs/gqlgen/pull/2502">#&#8203;2502</a> (<a href="https://github.com/99designs/gqlgen/pull/2504">#&#8203;2504</a>)</summary> - Add omit_complexity config option to skip generation of ComplexityRoot struct content and Complexity function - fix lint error </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/867b61a5c6b5efa083b0aa384732be343be5bef8"><tt>867b61a5</tt></a> fix <a href="https://github.com/99designs/gqlgen/pull/2485">#&#8203;2485</a> Defined type from a basic type should not need scalar (<a href="https://github.com/99designs/gqlgen/pull/2486">#&#8203;2486</a>)</summary> - following review - better way to compare basic type </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/43c9a1d217309b1bfe2ad408ada4e131e267432c"><tt>[`43c9a1d`](https://github.com/99designs/gqlgen/commit/43c9a1d2)</tt></a> fix: gin sample code error in v0.17.22 (<a href="https://github.com/99designs/gqlgen/pull/2503">[#&#8203;2503](https://github.com/99designs/gqlgen/issues/2503)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/f5764a83d54d1f645c942f7a3cf74f1eade34d82"><tt>f5764a83</tt></a> Bump json5 from 2.2.1 to 2.2.3 in /integration (<a href="https://github.com/99designs/gqlgen/pull/2500">#&#8203;2500</a>)</summary> Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3) *** updated-dependencies: - dependency-name: json5 dependency-type: indirect ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/32bfdfb7d32839ac0298c2e34cf8da290083f0c7"><tt>32bfdfb7</tt></a> Bump jsonwebtoken and [@&#8203;graphql](https://github.com/graphql)-tools/prisma-loader in /integration (<a href="https://github.com/99designs/gqlgen/pull/2501">#&#8203;2501</a>)</summary> Updates `jsonwebtoken` from 8.5.1 to 9.0.0 - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.0) - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/prisma/CHANGELOG.md) *** updated-dependencies: - dependency-name: jsonwebtoken dependency-type: indirect dependency-type: indirect ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/f0a090d0c282105e67e41c9ca45f8904f65920da"><tt>f0a090d0</tt></a> Add Server-Sent Events transport (<a href="https://github.com/99designs/gqlgen/pull/2498">#&#8203;2498</a>)</summary> - Add new transport via server-sent events - Add graphql-sse option to chat example - Add SSE transport to documentation - Reorder imports and handle test err to fix golangci-lint remarks </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/b09608d2f4c74f068e8925ce2d5a1643c9cc106e"><tt>b09608d2</tt></a> fix misspelling and format code (<a href="https://github.com/99designs/gqlgen/pull/2497">#&#8203;2497</a>)</summary> - fix: misspelling dont - fix: sort import order - fix example indent </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/e8d61150d7b222f7e1212c727ed7159ccd857919"><tt>[`e8d6115`](https://github.com/99designs/gqlgen/commit/e8d61150)</tt></a> plugin/resolvergen: respect named return values (<a href="https://github.com/99designs/gqlgen/pull/2488">[#&#8203;2488](https://github.com/99designs/gqlgen/issues/2488)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/c2b8eabb4e863ffc1c81a49e711c7eb4689b6bea"><tt>c2b8eabb</tt></a> feat: support Altair playground (<a href="https://github.com/99designs/gqlgen/pull/2437">#&#8203;2437</a>)</summary> - feat: support Altair playground - fix method params </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/5cb6e3ecb07a292daa37f5ce8e5bcf364e1190af"><tt>5cb6e3ec</tt></a> Fix issue <a href="https://github.com/99designs/gqlgen/pull/2470">#&#8203;2470</a>: Incorrect response when errors occurred (<a href="https://github.com/99designs/gqlgen/pull/2471">#&#8203;2471</a>)</summary> - go generate ./... - regenerate examples </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/3008f4e292741cb9d083c182caaa21b030af6c81"><tt>[`3008f4e`](https://github.com/99designs/gqlgen/commit/3008f4e2)</tt></a> fix <a href="https://github.com/99designs/gqlgen/pull/2465">[#&#8203;2465](https://github.com/99designs/gqlgen/issues/2465)</a> remote model with omitempty (<a href="https://github.com/99designs/gqlgen/pull/2468">[#&#8203;2468](https://github.com/99designs/gqlgen/issues/2468)</a>) - <a href="https://github.com/99designs/gqlgen/commit/da43147fcafd0bab9759fbdd5810ed9483df2d9d"><tt>[`da43147`](https://github.com/99designs/gqlgen/commit/da43147f)</tt></a> Export default modelgen hooks (<a href="https://github.com/99designs/gqlgen/pull/2467">[#&#8203;2467](https://github.com/99designs/gqlgen/issues/2467)</a>) - <a href="https://github.com/99designs/gqlgen/commit/6b8c6ee7b136a54738a40f19bc25b56ecec8d91d"><tt>[`6b8c6ee`](https://github.com/99designs/gqlgen/commit/6b8c6ee7)</tt></a> Fix <a href="https://github.com/99designs/gqlgen/pull/2457">[#&#8203;2457](https://github.com/99designs/gqlgen/issues/2457)</a> update websocket example (<a href="https://github.com/99designs/gqlgen/pull/2461">[#&#8203;2461](https://github.com/99designs/gqlgen/issues/2461)</a>) - <a href="https://github.com/99designs/gqlgen/commit/aaf1638b861b1fcf44f5d4da8bc764105a00d334"><tt>[`aaf1638`](https://github.com/99designs/gqlgen/commit/aaf1638b)</tt></a> Update Release script to generate after version bumps - <a href="https://github.com/99designs/gqlgen/commit/95437035bb160aca25e89e7fb000a3579cd58215"><tt>[`9543703`](https://github.com/99designs/gqlgen/commit/95437035)</tt></a> Increment version, regenerate, and make changelog - <a href="https://github.com/99designs/gqlgen/commit/99e036bedfba79c52b6cd788953d8824c0d4f871"><tt>[`99e036b`](https://github.com/99designs/gqlgen/commit/99e036be)</tt></a> v0.17.22 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.22`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01722-httpsgithubcom99designsgqlgencomparev01721v01722---2022-12-08) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.21...v0.17.22) - <a href="https://github.com/99designs/gqlgen/commit/d6579466a12896270f8b96543f8b9490ce3626e1"><tt>[`d657946`](https://github.com/99designs/gqlgen/commit/d6579466)</tt></a> release v0.17.22 - <a href="https://github.com/99designs/gqlgen/commit/9a2922997512939cd116983d267720505d45584b"><tt>[`9a29229`](https://github.com/99designs/gqlgen/commit/9a292299)</tt></a> graphql.Error is not deprecated anymore (<a href="https://github.com/99designs/gqlgen/pull/2455">[#&#8203;2455](https://github.com/99designs/gqlgen/issues/2455)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/a44685b258710d56e1ce9f2374ca7ee577d37295"><tt>a44685b2</tt></a> Ability to return multiple errors from resolvers raise than add it to stack. (<a href="https://github.com/99designs/gqlgen/pull/2454">#&#8203;2454</a>)</summary> - Remove DO NOT EDIT Sometimes vscode warn about this while editing resolvers code. Finally the resolver's code is editable and generated at the same time. - Ability to return multiple errors from resolver. - Multiple errors return example - Fix missing import - reformat - gofmt - go generate ./... - go generate ./... - Regenerate - remove trailing period </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/db1e3b81e71adcbad5143cf4b91fb402bb7ceba6"><tt>db1e3b81</tt></a> Implicit external check (<a href="https://github.com/99designs/gqlgen/pull/2449">#&#8203;2449</a>)</summary> - Prevent entity resolver generation for stub types. In Federation 2 key fields are implicitly external - Add more comments to "isResolvable" - Check that no resolvers are set for stub "Hello" - Run generate with go 1.16 - Simplify implicit external check - Add stricter federation version check. Update comment on expected behavior of the resolvable argument. Add comment to documentation about external directive. - Preallocate keyFields slice - Add non stub type to federation v2 test - Do not append to preallocated slice - Add test coverage for multiple fields in key - Fix typo in comment </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/5065163c99cda23ae9d789da5cdd5896107540a3"><tt>[`5065163`](https://github.com/99designs/gqlgen/commit/5065163c)</tt></a> Re-generate and update release checklist to regenerate for new version - <a href="https://github.com/99designs/gqlgen/commit/5cfc22de31bbcb17ca15d090d9c2565f825950bd"><tt>[`5cfc22d`](https://github.com/99designs/gqlgen/commit/5cfc22de)</tt></a> Add v0.17.21 Release notes - <a href="https://github.com/99designs/gqlgen/commit/5d39046df9cea9cb83e3fca08e2f60e972adbb96"><tt>[`5d39046`](https://github.com/99designs/gqlgen/commit/5d39046d)</tt></a> v0.17.21 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.21`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01721-httpsgithubcom99designsgqlgencomparev01720v01721---2022-12-03) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.20...v0.17.21) - <a href="https://github.com/99designs/gqlgen/commit/9deb8381725196dc2a7f2234457d8f6b0e145aab"><tt>[`9deb838`](https://github.com/99designs/gqlgen/commit/9deb8381)</tt></a> release v0.17.21 <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/5c083c792afa0b0ab9fd61221df7681922b6c723"><tt>5c083c79</tt></a> use goField directive for getters generation (<a href="https://github.com/99designs/gqlgen/pull/2447">#&#8203;2447</a>)</summary> - consider goField directive for getters generation - Re-generate to pass linting </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/463d213465bb561fbceb1374cf1ea89bd8e54705"><tt>463d2134</tt></a> fix: safe http error response (<a href="https://github.com/99designs/gqlgen/pull/2438">#&#8203;2438</a>)</summary> - safe http error when parsing body - fix tests - fix linting - fix linting - Dispatch decoding errors so hook can present them - Revert test expectation to original </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/86c144fc7cd2772ae9bf5137cc9c521a7fc8b242"><tt>86c144fc</tt></a> Bump decode-uri-component from 0.2.0 to 0.2.2 in /integration (<a href="https://github.com/99designs/gqlgen/pull/2445">#&#8203;2445</a>)</summary> Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) *** updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/f28ffccd265e7f9eeb3c921459d7162decf94645"><tt>f28ffccd</tt></a> Bump minimatch from 3.0.4 to 3.1.2 in /integration (<a href="https://github.com/99designs/gqlgen/pull/2435">#&#8203;2435</a>)</summary> Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) *** updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/e3af4459021800e71f5c48246ada4fc43f43ba3d"><tt>[`e3af445`](https://github.com/99designs/gqlgen/commit/e3af4459)</tt></a> docs : embedding schema in generated code (<a href="https://github.com/99designs/gqlgen/pull/2351">[#&#8203;2351](https://github.com/99designs/gqlgen/issues/2351)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/efb31b54320f1311aec963fd751cfee874c353cf"><tt>efb31b54</tt></a> Check if go.mod exists while init (<a href="https://github.com/99designs/gqlgen/pull/2432">#&#8203;2432</a>)</summary> - Add check go.mod first to prevent cascade errors in "init" directive - Fix formatting - Fix formatting with gofmt This reverts commit [`c23d183`](https://github.com/99designs/gqlgen/commit/c23d183d9da4e33993e600beefcccd1fc4ec6264). - Adjust go.mod file to look in parent directories as well </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/89e91da1b724073d1c723ba1d90d8ad0cb610499"><tt>89e91da1</tt></a> Add resolver commit (<a href="https://github.com/99designs/gqlgen/pull/2434">#&#8203;2434</a>)</summary> - Add resolver commit - Add version to comment and re-generate </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/3087cf3a9830f80d01f508cf49d55e2370f60a19"><tt>[`3087cf3`](https://github.com/99designs/gqlgen/commit/3087cf3a)</tt></a> Fix for <a href="https://github.com/99designs/gqlgen/pull/1274">[#&#8203;1274](https://github.com/99designs/gqlgen/issues/1274)</a>. (<a href="https://github.com/99designs/gqlgen/pull/2411">[#&#8203;2411](https://github.com/99designs/gqlgen/issues/2411)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/906c0dee5abe3e173f0cac7b7c9e207f9471755e"><tt>906c0dee</tt></a> optional return pointers in unmarshalInput (<a href="https://github.com/99designs/gqlgen/pull/2397">#&#8203;2397</a>)</summary> - optional return pointers in unmarshalInput - add docs for return_pointers_in_unmarshalinput </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/a9d06036ff999ce6245f4b730c38cf69422e6937"><tt>a9d06036</tt></a> Add json.Number support to UnmarshalString (<a href="https://github.com/99designs/gqlgen/pull/2396">#&#8203;2396</a>)</summary> - Add json.Number support to UnmarshalString - Add UnmarshalString tests - Remove trailing zeros when calling UnmarshalString with float64 </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/daa440791ff2377bb5f3b0f5c61bb4d7ab5ce119"><tt>daa44079</tt></a> Update README.md (<a href="https://github.com/99designs/gqlgen/pull/2391">#&#8203;2391</a>)</summary> fix: execute gqlgen generate command error. eg: systems failed: unable to build object definition: unable to find type: github.com/99designs/gqlgen/graphql/introspection.InputValue. need import github.com/99designs/gqlgen/graphql/introspection . </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/419dd96c96975be33ae35d016ad272ac72392135"><tt>419dd96c</tt></a> Bump got and [@&#8203;graphql](https://github.com/graphql)-codegen/cli in /integration (<a href="https://github.com/99designs/gqlgen/pull/2389">#&#8203;2389</a>)</summary> Removes `got` - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md) *** updated-dependencies: - dependency-name: got dependency-type: indirect dependency-type: direct:development ... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/b1ca215aa7f9dcbd167e1354c7a40925ee59c909"><tt>[`b1ca215`](https://github.com/99designs/gqlgen/commit/b1ca215a)</tt></a> Add global typescript (<a href="https://github.com/99designs/gqlgen/pull/2390">[#&#8203;2390](https://github.com/99designs/gqlgen/issues/2390)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/265888c6812c6f0784a020b5082c142a387d4776"><tt>265888c6</tt></a> Bump jsdom and jest in /integration (<a href="https://github.com/99designs/gqlgen/pull/2388">#&#8203;2388</a>)</summary> Bumps [jsdom](https://github.com/jsdom/jsdom) and [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies needed to be updated together. Removes `jsdom` Updates `jest` from 24.9.0 to 29.0.3 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.0.3/packages/jest) *** updated-dependencies: - dependency-name: jsdom dependency-type: indirect - dependency-name: jest dependency-type: direct:development ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/56f6db04b9d90b4a8de5f0177c787b99d9386e52"><tt>56f6db04</tt></a> Update module mitchellh/mapstructure to 1.5.0 (<a href="https://github.com/99designs/gqlgen/pull/2111">#&#8203;2111</a>)</summary> - Update mitchellh/mapstructure - Avoid double pointer </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/ea9590a44419b9d56ea8c2afcdfa6a7fc7a55699"><tt>[`ea9590a`](https://github.com/99designs/gqlgen/commit/ea9590a4)</tt></a> update changelog for v0.17.20 - <a href="https://github.com/99designs/gqlgen/commit/4c06e6c6287fef6ad619abd3ca86f96c62afa67f"><tt>[`4c06e6c`](https://github.com/99designs/gqlgen/commit/4c06e6c6)</tt></a> v0.17.20 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTU0LjAifQ==-->
kjuulh force-pushed renovate/all from 759a31d5ab to 812ba15654 2022-12-08 23:37:14 +01:00 Compare
kjuulh changed title from Update module github.com/99designs/gqlgen to v0.17.21 to Update module github.com/99designs/gqlgen to v0.17.22 2022-12-08 23:37:15 +01:00
kjuulh force-pushed renovate/all from 812ba15654 to c0ce9e0045 2023-01-23 16:41:09 +01:00 Compare
kjuulh changed title from Update module github.com/99designs/gqlgen to v0.17.22 to Update module github.com/99designs/gqlgen to v0.17.24 2023-01-23 16:41:09 +01:00
kjuulh force-pushed renovate/all from c0ce9e0045 to 2bab495d86 2023-02-28 16:20:33 +01:00 Compare
kjuulh changed title from Update module github.com/99designs/gqlgen to v0.17.24 to Update module github.com/99designs/gqlgen to v0.17.25 2023-02-28 16:20:34 +01:00
kjuulh merged commit 2bab495d86 into main 2023-02-28 16:46:13 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/acc-server#8
No description provided.