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) #9715

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2023

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

[Compare Source](https://togith


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.

@changeset-bot
Copy link

changeset-bot bot commented Oct 19, 2023

⚠️ No Changeset found

Latest commit: ed8eb92

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 19, 2023

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/time 5.0.1-alpha-20240325112903-2f65e31f00fc38821d42c217141b0353cb49151b npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch 3 times, most recently from bf556e5 to 4132ef3 Compare October 25, 2023 04:15
@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch from 4132ef3 to d90acd0 Compare November 9, 2023 01:25
@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch from d90acd0 to 86d5488 Compare December 19, 2023 01:22
@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch 5 times, most recently from 827b307 to 8a73e18 Compare January 9, 2024 15:37
@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch 5 times, most recently from ae62dd7 to 77f79d7 Compare February 8, 2024 16:27
@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch from 77f79d7 to daa765e Compare February 13, 2024 17:11
@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch 3 times, most recently from 88d8d9d to 49461f3 Compare February 23, 2024 19:42
@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch 2 times, most recently from 37eb604 to e848de2 Compare March 15, 2024 14:50
@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch from e848de2 to 2f65e31 Compare March 25, 2024 11:24
@renovate renovate bot force-pushed the renovate/major-graphql-codegen branch from 2f65e31 to ed8eb92 Compare April 25, 2024 10:55
@dotansimha dotansimha closed this Apr 30, 2024
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

1 participant