Update module github.com/99designs/gqlgen to v0.17.25 #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.17.20
->v0.17.25
Release Notes
99designs/gqlgen
v0.17.25
Compare Source
ea6a4e6
release v0.17.257e013e1
Freshen dependencies (#2571)c5dfc26b Update lru package (#2570)
update
Adjust example go mod and go sum
ff19a5a
fix typo in dataloaders docs example (#2562)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-type: indirect
...
e36095f
Updated the documentation on using the plugins (#2553)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)
49ac94f
fix introspection doc typo (#2529)e6114a2
remove extra call to packages.Load fix #2505 (#2519)9d22d98
Changelog for v0.17.242d048b3
v0.17.24 postrelease bumpv0.17.24
Compare Source
77c6386
release v0.17.24v0.17.23
Compare Source
9573b59
release v0.17.23866187f
missed a closing parenthesis (#2513)ec3b471
fix #2485 for some types requiring a scalar (#2508)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
43c9a1d
fix: gin sample code error in v0.17.22 (#2503)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-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.0Release notes
Changelog
Commits
Release notes
Changelog
updated-dependencies:
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
e8d6115
plugin/resolvergen: respect named return values (#2488)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
3008f4e
fix #2465 remote model with omitempty (#2468)da43147
Export default modelgen hooks (#2467)6b8c6ee
Fix #2457 update websocket example (#2461)aaf1638
Update Release script to generate after version bumps9543703
Increment version, regenerate, and make changelog99e036b
v0.17.22 postrelease bumpv0.17.22
Compare Source
d657946
release v0.17.229a29229
graphql.Error is not deprecated anymore (#2455)a44685b2 Ability to return multiple errors from resolvers raise than add it to stack. (#2454)
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 version5cfc22d
Add v0.17.21 Release notes5d39046
v0.17.21 postrelease bumpv0.17.21
Compare Source
9deb838
release v0.17.215c083c79 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-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-type: indirect
...
e3af445
docs : embedding schema in generated code (#2351)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
.89e91da1 Add resolver commit (#2434)
Add resolver commit
Add version to comment and re-generate
3087cf3
Fix for #1274. (#2411)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-type: indirect
dependency-type: direct:development
...
b1ca215
Add global typescript (#2390)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.3updated-dependencies:
dependency-type: indirect
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.204c06e6c
v0.17.20 postrelease bumpConfiguration
📅 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.
This PR has been generated by Renovate Bot.
759a31d5ab
to812ba15654
Update module github.com/99designs/gqlgen to v0.17.21to Update module github.com/99designs/gqlgen to v0.17.22812ba15654
toc0ce9e0045
Update module github.com/99designs/gqlgen to v0.17.22to Update module github.com/99designs/gqlgen to v0.17.24c0ce9e0045
to2bab495d86
Update module github.com/99designs/gqlgen to v0.17.24to Update module github.com/99designs/gqlgen to v0.17.25