fix(deps): update graphqlcodegenerator monorepo (major) #346
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^5.0.0
->^6.0.0
^5.0.0
->^6.0.0
^4.0.1
->^5.0.0
^4.0.1
->^5.0.0
^4.0.1
->^5.0.0
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/add)
v6.0.0
Compare Source
Major Changes
140298a
Thanks @eddeee888! - Drop Node 18 supportPatch Changes
140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
]:v5.0.3
Compare Source
Patch Changes
#9987
5501c62
Thanks @taro-28! - Export configuration types (e.g.AddPluginConfig
) from the entry point.v5.0.2
Compare Source
Patch Changes
#9813
4e69568
Thanks @saihaj! - bumping for a releaseUpdated dependencies [
4e69568
]:v5.0.1
Compare Source
Patch Changes
d8364e045
Thanks @saihaj! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)d8364e045
]:dotansimha/graphql-code-generator (@graphql-codegen/cli)
v6.0.0
Compare Source
Major Changes
#10218
140298a
Thanks @eddeee888! - Drop @graphql-tools/prisma-loader#10218
140298a
Thanks @eddeee888! - AddallowPartialOutputs
flag to partially write successful generation to files#10218
140298a
Thanks @eddeee888! - Migrate inquirer to @inquirer/prompts#10218
140298a
Thanks @eddeee888! - Bump dependencies major versions:#10218
140298a
Thanks @eddeee888! - Bump listr2 to v9#10218
140298a
Thanks @eddeee888! - Drop Node 18 supportPatch Changes
140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
]:v5.0.7
Compare Source
Patch Changes
#10150
e324382
Thanks @ArminWiebigke! - Allow functions to be passed as valid values forUrlSchemaOptions.customFetch
. This was already possible, but the type definitions did not reflect that correctly.#10358
157c823
Thanks @eddeee888! - Remove extraneous error stacktrace if fails to load@parcel/watcher
Updated dependencies [
e324382
,98392fc
]:v5.0.6
Compare Source
Patch Changes
#10338
5d1c4e1
Thanks @eddeee888! - Fix ignoreNoDocuments=true swallowing all errors#10333
10ab58d
Thanks @eddeee888! - Improve syntax error messages whilst loading schema/documentUpdated dependencies [
c5efba3
]:v5.0.5
Compare Source
Patch Changes
7d7760d
Thanks @oprypkhantc! - Fix watcher watching project root when schema URL is usedv5.0.4
Compare Source
Patch Changes
#10248
72eb86f
Thanks @renovate! - dependencies updates:@whatwg-node/fetch@^0.10.0
↗︎ (from^0.9.20
, independencies
)#10227
6f1741a
Thanks @eddeee888! - Fix schema pointers type to allow an array of pointersUpdated dependencies [
8737dd8
,ed71811
]:v5.0.3
Compare Source
Patch Changes
#10069
8bb34e7
Thanks @renovate! - dependencies updates:@whatwg-node/fetch@^0.9.20
↗︎ (from^0.8.0
, independencies
)graphql-config@^5.1.1
↗︎ (from^5.0.2
, independencies
)e0092b5
Thanks @ardatan! - Bump whatwg-node and graphql-configUpdated dependencies [
8471a18
,67e7556
]:v5.0.2
Compare Source
Patch Changes
#9813
4e69568
Thanks @saihaj! - bumping for a releaseUpdated dependencies [
4e69568
]:v5.0.1
Compare Source
Patch Changes
#9811
d8364e045
Thanks @saihaj! - dependencies updates:@graphql-codegen/client-preset@^4.1.0
↗︎ (todependencies
)#9811
d8364e045
Thanks @saihaj! - ignore events in.git
directory#9811
d8364e045
Thanks @saihaj! - Surface error occurring during import of @parcel/watcher#9811
d8364e045
Thanks @saihaj! - Include @graphql-codegen/client-preset in @graphql-codegen/cli by default#9811
d8364e045
Thanks @saihaj! - fix watcher unable to find highest common directory on WindowsUpdated dependencies [
d8364e045
,d8364e045
,d8364e045
,d8364e045
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v5.0.2
Compare Source
Patch Changes
8258f1f
]:v5.0.1
Compare Source
Patch Changes
accdab6
]:v5.0.0
Compare Source
Major Changes
#10218
140298a
Thanks @eddeee888! - Remove NameNode override#10218
140298a
Thanks @eddeee888! - Drop Node 18 supportPatch Changes
140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
]:v4.1.6
Compare Source
Patch Changes
f6909d1
]:v4.1.5
Compare Source
Patch Changes
d8566c0
]:v4.1.4
Compare Source
Patch Changes
6d7c1d7
]:v4.1.3
Compare Source
Patch Changes
60dd72f
]:v4.1.2
Compare Source
Patch Changes
1617e3c
,fa64fbf
]:v4.1.1
Compare Source
Patch Changes
55a1e9e
,a235051
]:v4.1.0
Compare Source
Minor Changes
#10077
3f4f546
Thanks @eddeee888! - Extendconfig.avoidOptions
to support query, mutation and subscriptionPreviously,
config.avoidOptions.resolvers
was being used to make query, mutation and subscription fields non-optional.Now,
config.avoidOptions.query
,config.avoidOptions.mutation
andconfig.avoidOptions.subscription
can be used to target the respective types.Patch Changes
3f4f546
]:v4.0.9
Compare Source
Patch Changes
79fee3c
]:v4.0.8
Compare Source
Patch Changes
808ada5
,14ce39e
]:v4.0.7
Compare Source
Patch Changes
dfc5310
,156cc2b
,dfc5310
,b49457b
]:v4.0.6
Compare Source
Patch Changes
920b443
,ed9c205
]:v4.0.5
Compare Source
Patch Changes
53f270a
]:v4.0.4
Compare Source
Patch Changes
#9813
4e69568
Thanks @saihaj! - bumping for a releaseUpdated dependencies [
4e69568
]:v4.0.3
Compare Source
Patch Changes
7718a8113
]:v4.0.2
Compare Source
Patch Changes
d8364e045
Thanks @saihaj! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)d8364e045
,d8364e045
,d8364e045
,d8364e045
,d8364e045
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-operations)
v5.0.2
Compare Source
Patch Changes
8258f1f
]:v5.0.1
Compare Source
Patch Changes
accdab6
]:v5.0.0
Compare Source
Major Changes
#10218
140298a
Thanks @eddeee888! - BREAKING CHANGE: Use Record<PropertyKey, never> instead of {} for empty object type#10218
140298a
Thanks @eddeee888! - Drop Node 18 supportPatch Changes
140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
,140298a
]:v4.6.1
Compare Source
Patch Changes
c5efba3
Thanks @jnoordsij! - Make graphql-sock optional peerDepv4.6.0
Compare Source
Minor Changes
f3cf4df
Thanks @eddeee888! - Add support fornullability.errorHandlingClient
. This allows clients to get stronger types with semantic nullability-enabled schemas.Patch Changes
f6909d1
]:v4.5.1
Compare Source
Patch Changes
#10302
d8566c0
Thanks @eddeee888! - Fix Apollo unmask directive incorrectly generating fragmentRefsUpdated dependencies [
d8566c0
]:v4.5.0
Compare Source
Minor Changes
6d7c1d7
Thanks @adapap! - feat: implementincludeExternalFragments: boolean
optionPatch Changes
6d7c1d7
]:v4.4.1
Compare Source
Patch Changes
60dd72f
]:v4.4.0
Compare Source
Minor Changes
fa64fbf
Thanks @jerelmiller! - Add support for Apollo Client@unmask
directive with fragment masking.Patch Changes
1617e3c
,fa64fbf
]:v4.3.1
Compare Source
Patch Changes
55a1e9e
,a235051
]:v4.3.0
Compare Source
Minor Changes
#10077
3f4f546
Thanks @eddeee888! - Extendconfig.avoidOptions
to support query, mutation and subscriptionPreviously,
config.avoidOptions.resolvers
was being used to make query, mutation and subscription fields non-optional.Now,
config.avoidOptions.query
,config.avoidOptions.mutation
andconfig.avoidOptions.subscription
can be used to target the respective types.Patch Changes
3f4f546
]:v4.2.3
Compare Source
Patch Changes
79fee3c
]:v4.2.2
Compare Source
Patch Changes
808ada5
,14ce39e
]:v4.2.1
Compare Source
Patch Changes
dfc5310
,156cc2b
,dfc5310
,b49457b
]:v4.2.0
Compare Source
Minor Changes
920b443
Thanks @gmurphey! - Added allowUndefinedQueryVariables as config optionConfiguration
📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.