Skip to content

Commit 2eb9756

Browse files
chore(release): update monorepo packages versions
1 parent da88835 commit 2eb9756

27 files changed

+160
-105
lines changed

.changeset/@graphql-tools_import-7229-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-tools_import-7260-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-tools_jest-transform-7243-dependencies.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/@graphql-tools_jest-transform-7246-dependencies.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/@graphql-tools_merge-7249-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-tools_merge-7276-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-schools-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-seals-peel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-melons-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/graphql-tools/CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# graphql-tools
22

3+
## 9.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/schema@10.0.24
9+
310
## 9.0.18
411

512
### Patch Changes
@@ -498,11 +505,9 @@
498505
- a9254491: - Resolver validation options should now be set to `error`, `warn` or `ignore` rather
499506
than `true` or `false`. In previous versions, some of the validators caused errors to be thrown,
500507
while some issued warnings. This changes brings consistency to validator behavior.
501-
502508
- The `allowResolversNotInSchema` has been renamed to `requireResolversToMatchSchema`, to
503509
harmonize the naming convention of all the validators. The default setting of
504510
`requireResolversToMatchSchema` is `error`, matching the previous behavior.
505-
506511
* The `delegateToSchema` return value has matured and been formalized as an `ExternalObject`, in
507512
which all errors are integrated into the GraphQL response, preserving their initial path. Those
508513
advanced users accessing the result directly will note the change in error handling. This also
@@ -530,7 +535,6 @@
530535

531536
* `applySchemaTransforms` parameters have been updated to match and support the `transformSchema`
532537
parameters above.
533-
534538
- `wrapSchema` and `generateProxyingResolvers` now only take a single options argument with named
535539
properties of type `SubschemaConfig`. The previously possible shorthand version with first
536540
argument consisting of a `GraphQLSchema` and second argument representing the transforms should
@@ -564,7 +568,6 @@
564568
parsed SDL rather than strings, to nudge end users to parse these strings at build time (when
565569
possible), rather than at runtime. Parsing of selection set strings can be performed using the
566570
`parseSelectionSet` function from `@graphql-tools/utils`.
567-
568571
* `stitchSchemas`'s `mergeTypes` option is now true by default! This causes the `onTypeConflict`
569572
option to be ignored by default. To use `onTypeConflict` to select a specific type instead of
570573
simply merging, simply set `mergeTypes` to false.
@@ -583,11 +586,9 @@
583586
used. Signatures of the `onTypeConflict`, `fieldConfigMerger`, and `inputFieldConfigMerger` have
584587
been updated to include metadata related to the original and transformed subschemas. Note the
585588
property name change for `onTypeConflict` from `schema` to `subschema`.
586-
587589
- Mocks returning objects with fields set as functions are now operating according to upstream
588590
graphql-js convention, i.e. these functions take three arguments, `args`, `context`, and `info`
589591
with `parent` available as `this` rather than as the first argument.
590-
591592
* `filterSchema`'s `fieldFilter` will now filter _all_ fields across Object, Interface, and Input
592593
types. For the previous Object-only behavior, switch to the `objectFieldFilter` option.
593594
* Unused `fieldNodes` utility functions have been removed.

0 commit comments

Comments
 (0)