Skip to content
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

fix(deps): update graphql-codegen (major) #9958

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/c-sharp 4.3.1 -> 5.0.0 age adoption passing confidence
@graphql-codegen/c-sharp-operations 2.3.1 -> 3.0.0 age adoption passing confidence
@graphql-codegen/flow (source) 2.3.6 -> 3.0.0 age adoption passing confidence
@graphql-codegen/flow-operations (source) 2.3.6 -> 3.0.1 age adoption passing confidence
@graphql-codegen/flow-resolvers (source) 2.4.4 -> 3.0.0 age adoption passing confidence
@graphql-codegen/flutter-freezed (source) ^3.0.1 -> ^4.0.0 age adoption passing confidence
@graphql-codegen/hasura-allow-list (source) 2.0.0 -> 3.1.0 age adoption passing confidence
@graphql-codegen/import-types-preset (source) 2.2.6 -> 3.0.0 age adoption passing confidence
@graphql-codegen/java (source) 3.3.6 -> 4.0.1 age adoption passing confidence
@graphql-codegen/java-apollo-android (source) 2.3.6 -> 3.0.0 age adoption passing confidence
@graphql-codegen/java-resolvers (source) 2.3.6 -> 3.0.0 age adoption passing confidence
@graphql-codegen/jsdoc (source) 2.3.6 -> 3.0.0 age adoption passing confidence
@graphql-codegen/kotlin (source) 2.3.6 -> 3.0.1 age adoption passing confidence
@graphql-codegen/named-operations-object (source) 2.3.1 -> 3.0.0 age adoption passing confidence
@graphql-codegen/near-operation-file-preset (source) 2.5.0 -> 3.0.0 age adoption passing confidence
@graphql-codegen/typescript-apollo-angular (source) 3.5.6 -> 4.0.0 age adoption passing confidence
@graphql-codegen/typescript-apollo-client-helpers (source) 2.2.6 -> 3.0.0 age adoption passing confidence
@graphql-codegen/typescript-generic-sdk (source) 3.1.0 -> 4.0.1 age adoption passing confidence
@graphql-codegen/typescript-graphql-files-modules (source) 2.2.1 -> 3.0.0 age adoption passing confidence
@graphql-codegen/typescript-graphql-request (source) 5.0.0 -> 6.2.0 age adoption passing confidence
@graphql-codegen/typescript-mongodb (source) 2.4.6 -> 3.0.0 age adoption passing confidence
@graphql-codegen/typescript-react-apollo (source) 3.3.7 -> 4.3.0 age adoption passing confidence
@graphql-codegen/typescript-react-query (source) 4.1.0 -> 6.1.0 age adoption passing confidence
@graphql-codegen/typescript-rtk-query (source) 2.4.1 -> 3.1.1 age adoption passing confidence
@graphql-codegen/typescript-stencil-apollo (source) 2.3.6 -> 3.0.0 age adoption passing confidence
@graphql-codegen/typescript-type-graphql (source) 2.3.6 -> 3.0.0 age adoption passing confidence
@graphql-codegen/typescript-urql (source) 3.7.3 -> 4.0.0 age adoption passing confidence
@graphql-codegen/typescript-vue-apollo (source) 3.3.7 -> 4.1.1 age adoption passing confidence
@graphql-codegen/typescript-vue-apollo-smart-ops (source) 2.3.6 -> 3.0.0 age adoption passing confidence
@graphql-codegen/typescript-vue-urql (source) 2.3.6 -> 3.1.0 age adoption passing confidence
@graphql-codegen/urql-introspection (source) 2.2.1 -> 3.0.0 age adoption passing confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/c-sharp)

v5.0.0

Compare Source

dotansimha/graphql-code-generator-community (@​graphql-codegen/flow)

v3.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/flow-operations)

v3.0.1

Compare Source

Patch Changes
  • #​15
    d13f6cc
    Thanks @​Athelian! - Flow types computed by graphql operations now
    adhere to flow exact configuration specified by the user

v3.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/flow-resolvers)

v3.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/flutter-freezed)

v4.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/hasura-allow-list)

v3.1.0

Compare Source

Minor Changes

v3.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/import-types-preset)

v3.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/java)

v4.0.1

Compare Source

Patch Changes

v4.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/java-apollo-android)

v3.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/java-resolvers)

v3.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/jsdoc)

v3.0.0

Compare Source

dotansimha/graphql-code-generator-community (@​graphql-codegen/kotlin)

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/named-operations-object)

v3.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/near-operation-file-preset)

v3.0.0

Compare Source

Major Changes
  • #​414
    02d487c8c
    Thanks @​saihaj! - accept skipDocumentsValidation config parameter

    ‼️ ‼️ ‼️ Please note ‼️ ‼️ ‼️:

    This is a breaking change since previous versions skips all documents validation and this could
    raise validation errors while generating types.

  • #​411
    218778010
    Thanks @​saihaj! - Drop support for Node.js 12 and 14. Require Node.js
    >= 16

Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/typescript-apollo-angular)

v4.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/typescript-apollo-client-helpers)

v3.0.0

Compare Source

Major Changes
Patch Changes
dotansimha/graphql-code-generator-community (@​graphql-codegen/typescript-generic-sdk)

[v4.0.1](https://togithub.com/dotansimha/graphql-code-generator-community/blob/HEAD/packages/plugins/typescript/generic-sdk/CHANGELOG.md#4


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from dotansimha and saihaj April 30, 2024 12:49
Copy link

changeset-bot bot commented Apr 30, 2024

⚠️ No Changeset found

Latest commit: 5fc3b83

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch from ed8eb92 to 5fc3b83 Compare May 17, 2024 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants