Skip to content

Commit 9e80640

Browse files
chore(release): update monorepo packages versions (#4625)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f839bb2 commit 9e80640

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+563
-249
lines changed

.changeset/fifty-experts-unite.md

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

.changeset/fluffy-pianos-know.md

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

.changeset/tiny-zoos-dance.md

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

benchmark/federation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# federation-benchmark
22

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67)]:
8+
- @graphql-tools/stitch@8.7.2
9+
- @graphql-tools/stitching-directives@2.3.2
10+
311
## 0.0.42
412

513
### Patch Changes

benchmark/federation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "federation-benchmark",
3-
"version": "0.0.42",
3+
"version": "0.0.43",
44
"private": true,
55
"scripts": {
66
"start": "cross-env NODE_ENV=production node index.js",
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@apollo/gateway": "2.0.5",
1313
"@apollo/federation": "0.36.1",
14-
"@graphql-tools/stitch": "8.7.1",
15-
"@graphql-tools/stitching-directives": "2.3.1",
14+
"@graphql-tools/stitch": "8.7.2",
15+
"@graphql-tools/stitching-directives": "2.3.2",
1616
"express": "4.18.1",
1717
"graphql": "16.5.0",
1818
"graphql-tag": "2.12.6",

packages/batch-delegate/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-tools/batch-delegate
22

3+
## 8.3.2
4+
5+
### Patch Changes
6+
7+
- [#4624](https://github.com/ardatan/graphql-tools/pull/4624) [`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
9+
- Updated dependencies [[`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67), [`d8dc67aa`](https://github.com/ardatan/graphql-tools/commit/d8dc67aa6cb05bf10f5f16e90690e5ccc87b3426)]:
10+
- @graphql-tools/delegate@9.0.0
11+
- @graphql-tools/utils@8.9.1
12+
313
## 8.3.1
414

515
### Patch Changes

packages/batch-delegate/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-delegate",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -53,14 +53,14 @@
5353
"input": "./src/index.ts"
5454
},
5555
"dependencies": {
56-
"@graphql-tools/delegate": "8.8.1",
57-
"@graphql-tools/utils": "8.9.0",
56+
"@graphql-tools/delegate": "9.0.0",
57+
"@graphql-tools/utils": "8.9.1",
5858
"dataloader": "2.1.0",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
62-
"@graphql-tools/schema": "8.5.1",
63-
"@graphql-tools/stitch": "8.7.1"
62+
"@graphql-tools/schema": "9.0.0",
63+
"@graphql-tools/stitch": "8.7.2"
6464
},
6565
"publishConfig": {
6666
"directory": "dist",

packages/batch-execute/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-tools/batch-execute
22

3+
## 8.5.2
4+
5+
### Patch Changes
6+
7+
- [#4624](https://github.com/ardatan/graphql-tools/pull/4624) [`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
9+
- Updated dependencies [[`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67)]:
10+
- @graphql-tools/utils@8.9.1
11+
312
## 8.5.1
413

514
### Patch Changes

packages/batch-execute/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-execute",
3-
"version": "8.5.1",
3+
"version": "8.5.2",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -53,7 +53,7 @@
5353
"input": "./src/index.ts"
5454
},
5555
"dependencies": {
56-
"@graphql-tools/utils": "8.9.0",
56+
"@graphql-tools/utils": "8.9.1",
5757
"dataloader": "2.1.0",
5858
"tslib": "^2.4.0",
5959
"value-or-promise": "1.0.11"

packages/delegate/CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11
# @graphql-tools/delegate
22

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- [#4566](https://github.com/ardatan/graphql-tools/pull/4566) [`d8dc67aa`](https://github.com/ardatan/graphql-tools/commit/d8dc67aa6cb05bf10f5f16e90690e5ccc87b3426) Thanks [@ardatan](https://github.com/ardatan)! - ## Breaking changes
8+
9+
**Schema generation optimization by removing `transfomedSchema` parameter**
10+
11+
Previously we were applying the transforms multiple times. We needed to introduced some breaking changes to improve the initial wrapped/stitched schema generation performance;
12+
13+
- `Transform.transformSchema` no longer accepts `transformedSchema` which can easily be created with `applySchemaTransforms(schema, subschemaConfig)` instead.
14+
- Proxying resolver factory function that is passed as `createProxyingResolver` to `SubschemaConfig` no longer takes `transformedSchema` which can easily be created with `applySchemaTransforms(schema, subschemaConfig)` instead.
15+
16+
**`stitchSchemas` doesn't take nested arrays of subschemas**
17+
18+
`stitchSchemas` no longer accepts an array of arrays of subschema configuration objects. Instead, it accepts an array of subschema configuration objects or schema objects directly.
19+
20+
**`stitchSchemas` no longer prunes the schema with `pruningOptions`**
21+
22+
You can use `pruneSchema` from `@graphql-tools/utils` to prune the schema instead.
23+
24+
**`stitchSchemas` no longer respect "@computed" directive if stitchingDirectivesTransformer isn't applied**
25+
26+
Also `@graphql-tools/stitch` no longer exports `computedDirectiveTransformer` and `defaultSubschemaConfigTransforms`.
27+
Instead, use `@graphql-tools/stitching-directives` package for `@computed` directive.
28+
[Learn more about setting it up](https://www.graphql-tools.com/docs/schema-stitching/stitch-directives-sdl#directives-glossary)
29+
30+
**`computedFields` has been removed from the merged type configuration**
31+
32+
`MergeTypeConfig.computedFields` setting has been removed in favor of new computed field configuration written as:
33+
34+
```js
35+
merge: {
36+
MyType: {
37+
fields: {
38+
myComputedField: {
39+
selectionSet: '{ weight }',
40+
computed: true,
41+
}
42+
}
43+
}
44+
}
45+
```
46+
47+
A field-level `selectionSet` specifies field dependencies while the `computed` setting structures the field in a way that assures it is always selected with this data provided. The `selectionSet` is intentionally generic to support possible future uses. This new pattern organizes all field-level configuration (including `canonical`) into a single structure.
48+
49+
### Patch Changes
50+
51+
- [#4624](https://github.com/ardatan/graphql-tools/pull/4624) [`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
52+
53+
- Updated dependencies [[`8cc8721f`](https://github.com/ardatan/graphql-tools/commit/8cc8721fbbff3c978fd67d162df833d6973c1860), [`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67)]:
54+
- @graphql-tools/schema@9.0.0
55+
- @graphql-tools/batch-execute@8.5.2
56+
- @graphql-tools/utils@8.9.1
57+
358
## 8.8.1
459

560
### Patch Changes

0 commit comments

Comments
 (0)