chore(deps): update dependency @graphql-codegen/visitor-plugin-common to v2.13.8#221
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
1925967 to
4454e0a
Compare
4454e0a to
349354e
Compare
349354e to
262c369
Compare
262c369 to
fff0a45
Compare
fff0a45 to
254c2be
Compare
fd1c4a4 to
518b6b1
Compare
ed06be3 to
a70961f
Compare
a70961f to
a669baa
Compare
a669baa to
53ce302
Compare
0860119 to
60e2d70
Compare
60e2d70 to
7422650
Compare
7422650 to
4b4ec9c
Compare
4800341 to
8dd8a30
Compare
8dd8a30 to
ec93f6f
Compare
ec93f6f to
8e44d80
Compare
8e44d80 to
87797a9
Compare
87797a9 to
5fa7f48
Compare
5fa7f48 to
58fbf72
Compare
58fbf72 to
db36fd3
Compare
db36fd3 to
9bfcdd0
Compare
9bfcdd0 to
6c8b79b
Compare
6c8b79b to
2673760
Compare
624baf7 to
0490ee2
Compare
0490ee2 to
1cb4ca8
Compare
10ae023 to
1769053
Compare
1769053 to
6e429ef
Compare
6e429ef to
4b997ed
Compare
4b997ed to
71e3e0d
Compare
71e3e0d to
2a54376
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
2.5.1→2.13.8Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/visitor-plugin-common)
v2.13.8Compare Source
Patch Changes
a98198524Thanks @charle692! - Fix issue where visitor-plugin-common emitted ESM imports for Operations when emitLegacyCommonJSImports is truev2.13.7Compare Source
Patch Changes
eb454d06cThanks @schmod! - avoid using TypeScript namespace imports for enumsv2.13.6Compare Source
Patch Changes
ed87c782bThanks @renovate! - dependencies updates:@graphql-tools/utils@^9.0.0↗︎ (from^8.8.0, independencies)ed87c782b,6c6b6f2df]:v2.13.5Compare Source
Patch Changes
46f75304aThanks @saihaj! - fix the version of@graphql-codegen/plugin-helpers@3.1.1Updated dependencies [
307a5d350]:v2.13.4Compare Source
Patch Changes
a6c2097f4Thanks @renovate! - dependencies updates:change-case-all@1.0.15↗︎ (from1.0.14, independencies)a6c2097f4,f79a00e8a,c802a0c0b]:v2.13.3Compare Source
Patch Changes
62f655452Thanks @jdmoody! - Fix issue where selection set flattening uses the wrong parent typev2.13.2Compare Source
Patch Changes
ef4c2c9c2Thanks @levrik! - Fix incompatibility between@oneOfinput types and declaration kind other thantypev2.13.1Compare Source
Patch Changes
#8525
63dc8f205Thanks @charlypoly! - removeDetailledError, not supported by Listr rendererUpdated dependencies [
63dc8f205]:v2.13.0Compare Source
Minor Changes
a46b8d99cThanks @charlypoly! - Fragment masking$fragmentNameand$fragmentRefsare optionalsv2.12.2Compare Source
Patch Changes
1bd7f771cThanks @mvestergaard! - Remove extension from operations file importv2.12.1Compare Source
Patch Changes
#8189
b408f8238Thanks @n1ru4l! - Fix CommonJS TypeScript resolution withmoduleResolutionnode16ornodenext#8185
47d0a57e2Thanks @chrisands! - Fix emitLegacyCommonJSImports to being passedUpdated dependencies [
b408f8238]:v2.12.0Compare Source
Minor Changes
2cbcbb3: Add new flag to emit legacy common js imports. Default it will betruethis way it ensure that generated code works with non-compliant bundlers.You can use the option in your config:
Alternative you can use the CLI to set this option:
Patch Changes
2cbcbb3]v2.11.1Compare Source
Patch Changes
525ad58: Revert breaking change for Next.js applications that are incapable of resolving an import with a.jsextension.v2.11.0Compare Source
Minor Changes
68bb30e: Attach.jsextension to imports starting with either a.or/character.d84afec: Support TypeScript ESM modules ("module": "node16"and"moduleResolution": "node16").More information on the TypeScript Release Notes.
Patch Changes
d84afec]a4fe500]8e44df5]v2.10.0Compare Source
Minor Changes
aa1e6ea: Add @Deprecated support for inputPatch Changes
a42fcbf: docs: Swapping rootValueType with directiveContextTypes for correctness8b10f22: Ensure falsy enum values are still mappedv2.9.1Compare Source
Patch Changes
d16beba: Update @graphql-tools/relay-operation-optimizer package;graphqlpackage. Now we forked and released v12 under a different name and removed version range forgraphqlinpeerDependenciesofrelay-compilerv2.9.0Compare Source
Minor Changes
c3d7b72: support the@oneOfdirective on input types.v2.8.0Compare Source
Minor Changes
f1fb77b: feat: Add option to squash exactly similar fragment typesv2.7.6Compare Source
Patch Changes
9a5f31c: New optiononlyEnumsfor Typescriptv2.7.5Compare Source
Patch Changes
2966686: Generate $fragmentName for fragment subtypes for fragment maskingv2.7.4Compare Source
Patch Changes
337fd4f: WP: [typescript-resolvers] Add directiveContextTypes optionv2.7.3Compare Source
Patch Changes
54718c0: Improve @Deprecated Enum Type developer experiencev2.7.2Compare Source
Patch Changes
11d05e3: fix(resolvers): fix conflict betweentypesPrefix: trueandenumPrefix: falsev2.7.1Compare Source
Patch Changes
fd55e20: fix incorrect type generation when using the inlineFragmentTypes 'combine' option that resulted in generating masked fragment output.v2.7.0Compare Source
Minor Changes
1479233: Add newinlineFragmentTypesmode'mask', which allows generating masked fragment types.v2.6.0Compare Source
Minor Changes
bef4376: fix: RequireFields generic making all other fields optionalPatch Changes
c8ef37a: fix(typescript-resolvers): Fix optional field typesbe7cb3a: Performance work: resolvers plugins, documents loading754a337]v2.5.2Compare Source
Patch Changes
6002feb: Fix exports in package.json files for react-native projects6002feb]Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.