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 dependency graphql-tools-fork to v9 #373

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql-tools-fork ^8.1.0 -> ^9.0.0 age adoption passing confidence

Release Notes

yaacovCR/graphql-tools-fork

v9.0.1

Compare Source

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • stitching: Allow specification of args even with root field transformations. Includes changes to createRequestFromInfo and createRequest signatures and related interfaces, streamlining them to only use the targetOperation and targetFieldName, returning to the original upstream graphql-tools behavior of adding args later as a transform.

args passed to delegateToSchema, however, are still optional. All args passed to delegateToSchema are serialized using the targetSchema serialization, if available.

Bug Fixes

v8.10.0

Compare Source

Features
  • transforms: add interface transforms (48d9cd9)
8.9.9 (2020-03-23)
8.9.8 (2020-03-23)
Bug Fixes
8.9.7 (2020-03-23)
Bug Fixes
  • tests: v15 test failure (e7f901c)
  • toConfig: accept field or inputField as arguments (29c222d), closes #​44
  • toConfig: in older versions of graphql (2c4df59)
  • transforms: fix nested field name changes (3020c3c), closes #​43
8.9.6 (2020-03-12)
Bug Fixes
  • tests: v12 and v13 extensionASTNode support (ce6a22b)
8.9.5 (2020-03-12)
Bug Fixes
  • SchemaDirectiveVisitor: visit directives added via extend (27b39ad)
8.9.4 (2020-03-11)
Bug Fixes
  • mapSchema: rewire directives last (b50b4ce)
8.9.3 (2020-03-10)
Bug Fixes
  • MapperKind: export MapperKind (03c57dc)
  • mapSchema: fix rewiring (e26da10)
8.9.2 (2020-03-10)
Bug Fixes
  • mapSchema: fix rewiring (4150064)
  • toConfig: touch up types (b87344c)
8.9.1 (2020-03-09)
Bug Fixes
  • tests: use toConfig polyfill for all tests (f19d865)

v8.9.9

Compare Source

v8.9.8

Compare Source

v8.9.7

Compare Source

v8.9.6

Compare Source

v8.9.5

Compare Source

v8.9.4

Compare Source

v8.9.3

Compare Source

v8.9.2

Compare Source

v8.9.1

Compare Source

v8.9.0

Compare Source

Features
  • mapSchema: initial version (dfe07b6)
8.8.1 (2020-03-08)
Bug Fixes
  • RenameRootTypes: to work when stitching (619c8b7)

v8.8.1

Compare Source

v8.8.0

Compare Source

Features
  • stitching: allow specification of custom root object names (49ab7bf)
Bug Fixes
  • stitching: do not reproxy a nested root field (dd3bae0)

v8.7.0

Compare Source

Features
  • RenameRootTypes: add new transform (a0362ae)
8.6.4 (2020-03-01)
Bug Fixes
  • extendSchema: adjust polyfill (9ea9521)
  • instanceof: use graphql predicates (9011fad)
  • mergeSchemas: remove unnecessarily healing (6e88b89)
8.6.3 (2020-02-28)
Bug Fixes
  • ci: properly polyfill graphql v14.1 and 14.2 (c3d6515)
8.6.2 (2020-02-27)
8.6.1 (2020-02-17)
Bug Fixes
  • typescript: remove dom requirement (90093c6)

v8.6.4

Compare Source

v8.6.3

Compare Source

v8.6.2

Compare Source

v8.6.1

Compare Source

v8.6.0

Compare Source

Features
  • graphql: initial v15 support. (4034560)
  • graphql: interfaces implementing interfaces (b0241b7)
Bug Fixes
8.5.5 (2020-02-16)
Bug Fixes
  • transformSchema: handle schemaConfig objects (0c796b7)
8.5.4 (2020-02-13)
8.5.3 (2020-02-13)
8.5.2 (2020-02-06)
Bug Fixes
  • generation: allow modification of default scalar types (722abfa)
8.5.1 (2020-02-04)
Bug Fixes

v8.5.5

Compare Source

v8.5.4

Compare Source

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0

Compare Source

Features
  • delegation: selectionSet option (338fdd0)
  • merging: allow keys for merged types to also include subfields (cc0cc91)
  • merging: check subschema rather than fragment for merging (299a21f)
  • merging: merge additional types besides GraphQLObjectTypes (574ff85)
  • merging: set up default mergeTypeResolver (eea77bb)
Bug Fixes
  • merging: fixes merging for non root types (7093f10)
  • merging: use proper collectFields when possible (5b6b082)
  • stitching: add arguments as variables (82ed841)

v8.4.0

Compare Source

Features
  • stitching: support advanced type merging (3bdc30e)
8.3.4 (2020-01-22)
8.3.3 (2020-01-21)
8.3.2 (2020-01-21)
Bug Fixes
8.3.1 (2020-01-20)
Bug Fixes
  • transforms: refactor TransformRootFields to allow flexible transform ordering (aa02c47), closes #​27

v8.3.4

Compare Source

v8.3.3

Compare Source

v8.3.2

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

Features
  • stitching: add returnType option to delegateToSchema (abe0ee8), closes #​33
  • stitching: export createDelegatingRequest and delegateRequest methods. (a665eb9)
Bug Fixes
  • healing: empty types should be pruned even if fields of those types still exist (3545d73), closes #​37
8.2.2 (2020-01-15)
Bug Fixes
  • stitching: do not make sync delegation async (cb61a36), closes #​36
8.2.1 (2020-01-09)
Bug Fixes
  • stitching: custom scalars/enums (fd1bd8f)

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

Features
  • transforms: add HoistField transform (becf901)
8.1.1 (2020-01-05)
Bug Fixes
  • TransformObjectFields/MapFields: allow more transformations (daef1e3)
  • wrapping: wrapped field names must be unique. (98601f7)

v8.1.1

Compare Source


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, click this checkbox.

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

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.

1 participant