Skip to content

chore(deps): update dependency @graphql-codegen/visitor-plugin-common to v2.13.8 #221

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/visitor-plugin-common (source) 2.5.1 -> 2.13.8 age adoption passing confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/visitor-plugin-common)

v2.13.8

Compare Source

Patch Changes
  • #​8816 a98198524 Thanks @​charle692! - Fix issue where visitor-plugin-common emitted ESM imports for Operations when emitLegacyCommonJSImports is true

v2.13.7

Compare Source

Patch Changes

v2.13.6

Compare Source

Patch Changes

v2.13.5

Compare Source

Patch Changes

v2.13.4

Compare Source

Patch Changes

v2.13.3

Compare Source

Patch Changes

v2.13.2

Compare Source

Patch Changes

v2.13.1

Compare Source

Patch Changes

v2.13.0

Compare Source

Minor Changes

v2.12.2

Compare Source

Patch Changes

v2.12.1

Compare Source

Patch Changes

v2.12.0

Compare Source

Minor Changes
  • 2cbcbb3: Add new flag to emit legacy common js imports. Default it will be true this way it ensure that generated code works with non-compliant bundlers.

    You can use the option in your config:

    schema: 'schema.graphql'
     documents:
       - 'src/**/*.graphql'
     emitLegacyCommonJSImports: true

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --emit-legacy-common-js-imports
Patch Changes

v2.11.1

Compare Source

Patch Changes
  • 525ad58: Revert breaking change for Next.js applications that are incapable of resolving an import with a .js extension.

v2.11.0

Compare Source

Minor Changes
Patch Changes

v2.10.0

Compare Source

Minor Changes
Patch Changes
  • a42fcbf: docs: Swapping rootValueType with directiveContextTypes for correctness
  • 8b10f22: Ensure falsy enum values are still mapped

v2.9.1

Compare Source

Patch Changes
  • d16beba: Update @​graphql-tools/relay-operation-optimizer package;

    • Previously that package used relay-compiler@12 which has graphql v15 as a peer dependency and it was causing peer dependency warnings if user installs a different version of graphql package. Now we forked and released v12 under a different name and removed version range for graphql in peerDependencies of relay-compiler

v2.9.0

Compare Source

Minor Changes
  • c3d7b72: support the @oneOf directive on input types.

v2.8.0

Compare Source

Minor Changes
  • f1fb77b: feat: Add option to squash exactly similar fragment types

v2.7.6

Compare Source

Patch Changes
  • 9a5f31c: New option onlyEnums for Typescript

v2.7.5

Compare Source

Patch Changes
  • 2966686: Generate $fragmentName for fragment subtypes for fragment masking

v2.7.4

Compare Source

Patch Changes
  • 337fd4f: WP: [typescript-resolvers] Add directiveContextTypes option

v2.7.3

Compare Source

Patch Changes

v2.7.2

Compare Source

Patch Changes
  • 11d05e3: fix(resolvers): fix conflict between typesPrefix: true and enumPrefix: false

v2.7.1

Compare Source

Patch Changes
  • fd55e20: fix incorrect type generation when using the inlineFragmentTypes 'combine' option that resulted in generating masked fragment output.

v2.7.0

Compare Source

Minor Changes
  • 1479233: Add new inlineFragmentTypes mode 'mask', which allows generating masked fragment types.

v2.6.0

Compare Source

Minor Changes
  • bef4376: fix: RequireFields generic making all other fields optional
Patch Changes

v2.5.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/graphql-codegen-visitor-plugin-common-2.x-lockfile branch from 1925967 to 4454e0a Compare August 7, 2023 10:52
@renovate renovate bot force-pushed the renovate/graphql-codegen-visitor-plugin-common-2.x-lockfile branch from 4454e0a to 349354e Compare January 23, 2025 17:41
@renovate renovate bot force-pushed the renovate/graphql-codegen-visitor-plugin-common-2.x-lockfile branch from 349354e to 262c369 Compare January 30, 2025 18:05
@renovate renovate bot force-pushed the renovate/graphql-codegen-visitor-plugin-common-2.x-lockfile branch from 262c369 to fff0a45 Compare February 9, 2025 14:45
@renovate renovate bot force-pushed the renovate/graphql-codegen-visitor-plugin-common-2.x-lockfile branch from fff0a45 to 254c2be Compare March 3, 2025 12:37
@renovate renovate bot force-pushed the renovate/graphql-codegen-visitor-plugin-common-2.x-lockfile branch 3 times, most recently from fd1c4a4 to 518b6b1 Compare March 17, 2025 17:08
@renovate renovate bot force-pushed the renovate/graphql-codegen-visitor-plugin-common-2.x-lockfile branch 2 times, most recently from ed06be3 to a70961f Compare April 8, 2025 10:06
@renovate renovate bot force-pushed the renovate/graphql-codegen-visitor-plugin-common-2.x-lockfile branch from a70961f to a669baa Compare April 24, 2025 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
0 participants