Update all dependencies #32
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.47
->v0.17.54
v2.5.12
->v2.5.17
Release Notes
99designs/gqlgen (github.com/99designs/gqlgen)
v0.17.54
Compare Source
What's Changed
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.53...v0.17.54
v0.17.53
Compare Source
What's Changed
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.52...v0.17.53
v0.17.52
Compare Source
What's Changed
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.51...v0.17.52
v0.17.51
Compare Source
What's Changed
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.50...v0.17.51
v0.17.50
Compare Source
a6d5d84
release v0.17.50f154d99
Fix Nancy to use Go 1.226b9e40e
make rewrite default for resolver layout single-file (#3243)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.4updated-dependencies:
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
59f0d04
Bump golang.org/x/net 0.29 (#3261)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-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-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-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-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 pointerchore: added comment
4c4be0a
codegen: Unalias before lookup type (#3247)ab1781b1 codegen: Go 1.23 alias support (#3246)
code: added
Unalias
for Go 1.22codegen: 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-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-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.
3e76e7e
only close websocket once (#3231)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-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)
Bumps golang.org/x/tools from 0.23.0 to 0.24.0.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-minor
...
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-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-type: direct:production
update-type: version-update:semver-patch
...
bbc354c
Add local toolchain for matrix3fe8329d 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-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-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-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-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-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)
Bumps golang.org/x/tools from 0.22.0 to 0.23.0.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-minor
...
2d7e00b5 chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /integration (#3196)
Bumps typescript from 5.5.3 to 5.5.4.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
5f86c55a chore(deps-dev): bump [@graphql](https://github.com/graphql)-codegen/client-preset in /integration (#3197)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
552bb4b9 chore(deps-dev): bump vite from 5.3.4 to 5.3.5 in /integration (#3199)
Bumps vite from 5.3.4 to 5.3.5.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
45a29fe0 chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 (#3200)
Bumps github.com/urfave/cli/v2 from 2.27.2 to 2.27.3.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-patch
...
3c2443e4 chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /_examples (#3206)
Bumps golang.org/x/sync from 0.7.0 to 0.8.0.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-minor
...
52f65d0f chore(deps-dev): bump vitest from 2.0.4 to 2.0.5 in /integration (#3209)
Bumps vitest from 2.0.4 to 2.0.5.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
1beac8b7 chore(deps-dev): bump [@apollo](https://github.com/apollo)/client in /integration (#3210)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-minor
...
9b031e4
chore: fix typos in comments, tests and unexported vars (#3193)892c484
refactor: decrease indentation in api.ReplacePlugin (#3194)d1682f7c chore(deps-dev): bump vite from 5.3.3 to 5.3.4 in /integration (#3190)
Bumps vite from 5.3.3 to 5.3.4.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
cfc9863a chore(deps-dev): bump vitest from 2.0.2 to 2.0.4 in /integration (#3189)
Bumps vitest from 2.0.2 to 2.0.4.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
1cc0a17b Revert "feat: allow argument directives to be called even if the argument is …" (#3191)
This reverts commit
0fb31a3
.0fb31a3e feat: allow argument directives to be called even if the argument is null (#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.
cd82be01 refactor: significantly clean up the federation.gotpl template (#3187) (closes #2991)
Some configurations weren't working due to a missing resolver.
This enables engineers to more easily run the debugger on the Federation example. Updated README to show how to use it.
There were a number of inline structs and inline functions that made it extremely hard to reason about what the code is doing. Split these out into smaller functions with less closures and mutation.
a63f94bb chore(deps-dev): bump vitest from 1.6.0 to 2.0.2 in /integration (#3185)
Bumps vitest from 1.6.0 to 2.0.2.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-major
...
de315d3d chore: Refactor federation.go to make it easier to read (#3183) (closes #2991)
Easier to reason about and read this way.
Re-run go generate ./...
regenerate
4d8d93cd Make cache generic to avoid casting (#3179)
Make cache generic to avoid casting
Update handler/handler.go
f2cf11e5 chore(deps-dev): bump [@graphql](https://github.com/graphql)-codegen/client-preset in /integration (#3174)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
fc150db0 chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 in /integration (#3175)
Bumps typescript from 5.5.2 to 5.5.3.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
60c9f671 chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (#3176)
Bumps actions/upload-artifact from 4.3.3 to 4.3.4.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-patch
...
59bdde19 chore(deps-dev): bump vite from 5.3.2 to 5.3.3 in /integration (#3173)
Bumps vite from 5.3.2 to 5.3.3.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
0ca3b19e chore(deps): bump github.com/rs/cors (#3171)
Bumps the go_modules group with 1 update in the /_examples/websocket-initfunc/server directory: github.com/rs/cors.
Updates
github.com/rs/cors
from 1.9.0 to 1.11.0updated-dependencies:
dependency-type: direct:production
dependency-group: go_modules
...
d0e68928 Nulls are now unmarshalled as zero values for primitive types (#3162)
Nulls are now unmarshalled as zero values for primitive types
Address uint and run gofumpt
dce2e353 chore(deps): bump test-summary/action from 2.3 to 2.4 (#3163)
Bumps test-summary/action from 2.3 to 2.4.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-minor
...
2afa0c22 chore(deps-dev): bump [@apollo](https://github.com/apollo)/client in /integration (#3164)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
2aeb1518 chore(deps-dev): bump [@graphql](https://github.com/graphql)-codegen/client-preset in /integration (#3165)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
28b2f494 chore(deps-dev): bump vite from 5.3.1 to 5.3.2 in /integration (#3166)
Bumps vite from 5.3.1 to 5.3.2.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
f82d604a chore(deps-dev): bump [@graphql](https://github.com/graphql)-codegen/schema-ast in /integration (#3167)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-minor
...
dd37ea00 chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 in /integration (#3157)
Bumps typescript from 5.4.5 to 5.5.2.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-minor
...
7b9c3223 chore(deps-dev): bump graphql from 16.8.2 to 16.9.0 in /integration (#3158)
Bumps graphql from 16.8.2 to 16.9.0.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-minor
...
b822c2c0 chore(deps): bump mikepenz/action-junit-report from 4.3.0 to 4.3.1 (#3159)
Bumps mikepenz/action-junit-report from 4.3.0 to 4.3.1.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-patch
...
c1525831 chore(deps-dev): bump [@apollo](https://github.com/apollo)/client in /integration (#3156)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
feab5f5
fix bug: POST Insufficient rigorous judgment leads to invalid SSE (#3153)7c8bc50
Add failing test as example (#3151)d00ace38 Add prettier test results (#3148)
641377d7 chore(deps-dev): bump ws in /integration in the npm_and_yarn group (#3147)
Bumps the npm_and_yarn group in /integration with 1 update: ws.
Updates
ws
from 8.16.0 to 8.17.1updated-dependencies:
dependency-type: indirect
dependency-group: npm_and_yarn
...
e724bde
docs: missing 'repeatable' in @goExtraField directive (#3150)85459a3
Fix typo in config field names (#3149)1422ff2
feat: Change plugin signatures (#2011)04b13fdb chore(deps-dev): bump vite from 5.2.13 to 5.3.1 in /integration (#3144)
Bumps vite from 5.2.13 to 5.3.1.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-minor
...
a1ccf971 chore(deps-dev): bump [@apollo](https://github.com/apollo)/client in /integration (#3143)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
8a59a2c4 chore(deps-dev): bump graphql from 16.8.1 to 16.8.2 in /integration (#3142)
Bumps graphql from 16.8.1 to 16.8.2.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
80098c67 chore(deps-dev): bump [@graphql](https://github.com/graphql)-codegen/client-preset in /integration (#3141)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-minor
...
fc90169b chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#3140)
Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-patch
...
fb67b70
v0.17.49 postrelease bumpv0.17.49
Compare Source
d093c6e
release v0.17.49a4f997f
refactor: add missed file.Close() and use t.TempDir() (#3137)f813598b #3118 Add token limit option to fix CVE-2023-49559 (#3136)
Use ParseQueryWithLmit and add parserTokenLimit to executor
add parser token limit test
remove failing test
move default token limit to const
ee1e18c7 chore(deps-dev): bump braces in /integration in the npm_and_yarn group (#3134)
Bumps the npm_and_yarn group in /integration with 1 update: braces.
Updates
braces
from 3.0.2 to 3.0.3updated-dependencies:
dependency-type: indirect
dependency-group: npm_and_yarn
...
d6226db6 chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.12 to 2.5.14 in the go_modules group (#3133)
Bumps the go_modules group with 1 update: github.com/vektah/gqlparser/v2.
Updates
github.com/vektah/gqlparser/v2
from 2.5.12 to 2.5.14updated-dependencies:
dependency-type: direct:production
dependency-group: go_modules
...
6daceaf3 Linter update + add revive rules (#3127)
Linter update + add revive rules
More revive lints
e6860c35 chore(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 (#3125)
Bumps golang.org/x/tools from 0.21.0 to 0.22.0.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-minor
...
3bad9617 chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 (#3124)
Bumps golang.org/x/text from 0.15.0 to 0.16.0.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-minor
...
4492b3c0 chore(deps-dev): bump vite from 5.2.12 to 5.2.13 in /integration (#3126)
Bumps vite from 5.2.12 to 5.2.13.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
8ec8d795 chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 in /_examples (#3123)
Bumps golang.org/x/text from 0.15.0 to 0.16.0.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-minor
...
d9ba340
v0.17.48 postrelease bumpv0.17.48
Compare Source
621350a
release v0.17.48fbf73ee1 chore(deps-dev): bump vite from 5.2.11 to 5.2.12 in /integration (#3117)
Bumps vite from 5.2.11 to 5.2.12.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
e07134ab add option to omit panic handlers during development (#3114)
see docs for motivation
1a7c609
refactor: fix gocritic lint issues (#3113)4114515
refactor: use errors.New instead of fmt.Errorf (#3112)93f6366
Omit gqlgen version in config files used for tests (#3111)dae915d2 Correct dataloader example (#3110)
Dataloader requires the value and error slice to be of equal length, in order to correctly return the values.
Link:
7de6ebe3d8/dataloadgen_test.go (L19-L20)
bd9219dd Go template function to split string into array of strings. (#3108)
added new template function to split string
StrSplit func to upper
6c83b9e
Remove duplicated return_pointers_in_unmarshalinput explanation (#3109)d2a6bd5
refactor: fix testifylint.go-require lint issues (#3107)b18d0287 testifylint v1.3.0 fixes (#3103)
Resolve Merge conflict
Autofixes
Lots more fixes and formatting
Add one more
Apply suggestions from code review
bbb0c95
chore: fix tests, pin golangci-lint version (#3105)57e88b2
Forgot the examples portion (#3101)ff77f8b
Some minor test lint (#3102)90f2271e refactor: use t.Log instead of fmt.Print (#3099)
refactor: use t.Log instead of fmt.Printf
Add back failure context as to what errors happened and where
d7447c6
refactor: rename local variables to match Go codestyle (#3100)834d832
refactor: avoid panic in tests (#3098)7184585
Ignore gorilla/websocket 1.5.1 in dependabot (#3097)4ecfec9
Fix go install gqlgen binary (#3095)866075c
refactor: simplify with strconv.FormatBool (#3094)ab19907
refactor: UnmarshalID implementation (#3093)a9965fb
refactor: use 'any' instead of 'interface{}' for consistency (#3090)d5c9f896 Embed extra fields config (#3088)
0b9e6f9c chore(deps-dev): bump [@apollo](https://github.com/apollo)/client in /integration (#3085)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
33aad657 chore(deps-dev): bump [@graphql](https://github.com/graphql)-codegen/client-preset in /integration (#3084)
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
58d6978
v0.17.47 postrelease bumpvektah/gqlparser (github.com/vektah/gqlparser/v2)
v2.5.17
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.16...v2.5.17
v2.5.16
Compare Source
Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.15...v2.5.16
v2.5.15
Compare Source
What's Changed
Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.14...v2.5.15
v2.5.14
Compare Source
What's Changed
Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.13...v2.5.14
v2.5.13
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.12...v2.5.13
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
1942bdc85a
to2e11a03e65
ℹ 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):go
directive was updated for compatibility reasonsDetails:
go
1.19
->1.23.2
github.com/matryer/moq
v0.3.4
->v0.4.0
github.com/urfave/cli/v2
v2.27.2
->v2.27.4
github.com/xrash/smetrics
v0.0.0-20240312152122-5f08fbb34913
->v0.0.0-20240521201337-686a1a2994c1
golang.org/x/mod
v0.17.0
->v0.20.0
golang.org/x/sys
v0.20.0
->v0.25.0
golang.org/x/tools
v0.21.0
->v0.24.0
2e11a03e65
tof0cde2d8fa
f0cde2d8fa
toce8d94f412
ce8d94f412
to321f6aa468
321f6aa468
to7047c8ebeb
7047c8ebeb
tod729e06d7c
d729e06d7c
tobd5dec7035