-
Notifications
You must be signed in to change notification settings - Fork 1
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 misc modules #357
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/misc-modules
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update misc modules #357
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
dependencies
Pull requests that update a dependency file
renovate
PR created by RenovateBot
labels
Aug 22, 2024
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/misc-modules
branch
from
August 22, 2024 17:16
ae978ee
to
70079ee
Compare
renovate
bot
changed the title
Update module google.golang.org/api to v0.193.0
Update module google.golang.org/api to v0.194.0
Aug 22, 2024
renovate
bot
force-pushed
the
renovate/misc-modules
branch
from
August 23, 2024 18:12
70079ee
to
89e48f2
Compare
renovate
bot
changed the title
Update module google.golang.org/api to v0.194.0
Update misc modules
Aug 23, 2024
renovate
bot
force-pushed
the
renovate/misc-modules
branch
2 times, most recently
from
August 28, 2024 19:07
a7484cc
to
b97c350
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
3 times, most recently
from
September 5, 2024 20:19
0d90b42
to
593a007
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
6 times, most recently
from
September 17, 2024 16:17
0855522
to
aefabab
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
3 times, most recently
from
September 24, 2024 09:42
13cd4df
to
f4e0e7f
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
2 times, most recently
from
September 26, 2024 22:46
8b1a57f
to
7bb2d4c
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
4 times, most recently
from
October 9, 2024 22:22
dd5dea0
to
5de1476
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
from
October 14, 2024 19:29
5de1476
to
373f0f5
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
3 times, most recently
from
October 17, 2024 19:45
eb4d9dc
to
1685ad4
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
2 times, most recently
from
October 23, 2024 19:11
311ec95
to
56bf615
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
4 times, most recently
from
November 7, 2024 17:05
eccc29d
to
b6986e6
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
3 times, most recently
from
November 9, 2024 01:47
0716936
to
e5c7a13
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
3 times, most recently
from
November 21, 2024 16:00
5636409
to
16b67aa
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
from
November 22, 2024 02:29
16b67aa
to
18ce56a
Compare
renovate
bot
force-pushed
the
renovate/misc-modules
branch
from
November 24, 2024 16:01
18ce56a
to
b23bc7e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.16.0
->v1.17.0
v0.17.49
->v0.17.57
v1.29.2
->v1.30.0
v2.5.16
->v2.5.19
v0.28.0
->v0.31.0
v0.17.0
->v0.20.0
v0.192.0
->v0.209.0
Release Notes
99designs/gqlgen (github.com/99designs/gqlgen)
v0.17.57
Compare Source
What's Changed
worker_limit
option for server code generation by @OldBigBuddha in https://github.com/99designs/gqlgen/pull/3376New Contributors
Full Changelog: 99designs/gqlgen@v0.17.56...v0.17.57
v0.17.56
Compare Source
What's Changed
multipart/mixed
transport support for deferred queries by @giulio-opal in https://github.com/99designs/gqlgen/pull/3341incremental
deferred responses. Fix hanging behavior on last response by @giulio-opal in https://github.com/99designs/gqlgen/pull/3357New Contributors
Full Changelog: 99designs/gqlgen@v0.17.55...v0.17.56
v0.17.55
Compare Source
What's Changed
Handle common initialisms as the non-first word by @noamcohen97 in https://github.com/99designs/gqlgen/pull/3302
Add CSPs to list of common initialisms by @noamcohen97 in https://github.com/99designs/gqlgen/pull/3303
Update subscriptions.md by @HaraldNordgren in https://github.com/99designs/gqlgen/pull/3305
Call
Unalias()
inIsNilable()
to supportgotypesalias=1
by @noamcohen97 in https://github.com/99designs/gqlgen/pull/3304Update gqlparser to v2.5.17 by @StevenACoffman in https://github.com/99designs/gqlgen/pull/3307
chore(deps-dev): bump vite from 5.4.6 to 5.4.7 in /integration by @dependabot in https://github.com/99designs/gqlgen/pull/3296
chore(deps): bump rollup from 4.21.0 to 4.22.4 in /integration in the npm_and_yarn group by @dependabot in https://github.com/99designs/gqlgen/pull/3299
chore(deps-dev): bump vite from 5.4.7 to 5.4.8 in /integration by @dependabot in https://github.com/99designs/gqlgen/pull/3311
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
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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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-depe
Configuration
📅 Schedule: Branch creation - "after 6am on thursday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.