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

chore(deps): update graphqlcodegenerator monorepo #161

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/add 2.0.1 -> 2.0.2 age adoption passing confidence
@graphql-codegen/typescript 1.17.9 -> 1.23.0 age adoption passing confidence
@graphql-codegen/typescript-operations 1.17.8 -> 1.18.4 age adoption passing confidence
@graphql-codegen/typescript-react-apollo 2.0.6 -> 2.3.1 age adoption passing confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/add)

v2.0.2

Compare Source

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

v1.23.0

Compare Source

Minor Changes
  • 9005cc1: add allowEnumStringTypes option for allowing string literals as valid return types from resolvers in addition to enum values._
Patch Changes

v1.22.4

Compare Source

Patch Changes

v1.22.3

Compare Source

Patch Changes

v1.22.2

Compare Source

Patch Changes

v1.22.1

Compare Source

Patch Changes

v1.22.0

Compare Source

Minor Changes
  • f0b5ea5: Add entireFieldWrapperValue configuration option, to wrap arrays
  • 097bea2: Added new configuration settings for scalars: strictScalars and defaultScalarType
Patch Changes

v1.21.1

Compare Source

Patch Changes

v1.21.0

Compare Source

Minor Changes
  • 34b8087: Adds futureProofUnion option to account for a possible unknown new type added to union types
Patch Changes

v1.20.2

Compare Source

Patch Changes

v1.20.1

Compare Source

Patch Changes

v1.20.0

Compare Source

Minor Changes
  • d95db95: feat(typescript): bump visitor-plugin-common

v1.19.0

Compare Source

Minor Changes
  • 1d6a593: Added useImplementingTypes flag for generating code that uses implementing types instead of interfaces
Patch Changes

v1.18.1

Compare Source

Patch Changes

v1.18.0

Compare Source

Minor Changes
Patch Changes

v1.17.11

Compare Source

Patch Changes

v1.17.10

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v1.18.4

Compare Source

Patch Changes

v1.18.3

Compare Source

Patch Changes

v1.18.2

Compare Source

Patch Changes

v1.18.1

Compare Source

Patch Changes

v1.18.0

Compare Source

Minor Changes
  • 0a90986: Add arrayInputCoercion option
Patch Changes

v1.17.16

Compare Source

Patch Changes

v1.17.15

Compare Source

Patch Changes

v1.17.14

Compare Source

Patch Changes

v1.17.13

Compare Source

Patch Changes

v1.17.12

Compare Source

Patch Changes

v1.17.11

Compare Source

Patch Changes

v1.17.10

Compare Source

Patch Changes

v1.17.9

Compare Source

Patch Changes
dotansimha/graphql-code-generator-community

v2.3.1

Patch Changes

v2.3.0

Minor Changes
  • 0538923: feat(react-apollo): add hooksSuffix option

v2.2.8

Patch Changes

v2.2.7

Patch Changes

v2.2.6

Patch Changes

v2.2.5

Patch Changes

v2.2.4

Patch Changes

v2.2.3

Patch Changes

v2.2.2

Patch Changes

v2.2.1

Patch Changes

v2.2.0

Minor Changes
  • bd3bd29: Improve DocumentNode optimizations, to reduce bundle size when consumed as pre-compiled
Patch Changes

v2.1.1

Patch Changes
  • b31ce77: prevent baseOptions from being required when Mutation is used

v2.1.0

Minor Changes
  • 9f2a4e2: Improved type-safety: in generated React Hooks, baseOptions will be non-optional in case there when there is a required variables with no default value
Patch Changes

v2.0.7

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.

👻 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 force-pushed the renovate/graphqlcodegenerator-monorepo branch from 42c388e to 4babbe2 Compare October 19, 2020 08:54
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 2 times, most recently from ceb22a3 to 1828201 Compare November 5, 2020 12:26
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 1828201 to e467809 Compare November 17, 2020 18:38
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 3 times, most recently from 0c3dc65 to ee13f0d Compare November 29, 2020 12:48
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 3 times, most recently from 163447f to 2849720 Compare December 30, 2020 13:39
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 2 times, most recently from 5e6aa9f to 1580f09 Compare January 26, 2021 15:47
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 1580f09 to 3b1eb59 Compare February 10, 2021 13:31
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 3b1eb59 to 79318a9 Compare April 26, 2021 16:24
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 79318a9 to 775cb46 Compare June 6, 2021 19:58
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 775cb46 to cefe837 Compare October 19, 2021 01:34
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant