Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4534)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 23, 2022
1 parent 4914970 commit d8558da
Show file tree
Hide file tree
Showing 60 changed files with 332 additions and 109 deletions.
7 changes: 0 additions & 7 deletions .changeset/angry-bobcats-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-countries-boil.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/gold-timers-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-clouds-grab.md

This file was deleted.

7 changes: 7 additions & 0 deletions benchmark/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# federation-benchmark

## 0.0.40

### Patch Changes

- @graphql-tools/stitch@8.6.14
- @graphql-tools/stitching-directives@2.2.19

## 0.0.39

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions benchmark/federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "federation-benchmark",
"version": "0.0.39",
"version": "0.0.40",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.0.5",
"@apollo/federation": "0.36.1",
"@graphql-tools/stitch": "8.6.13",
"@graphql-tools/stitching-directives": "2.2.18",
"@graphql-tools/stitch": "8.6.14",
"@graphql-tools/stitching-directives": "2.2.19",
"express": "4.18.1",
"graphql": "16.5.0",
"graphql-tag": "2.12.6",
Expand Down
9 changes: 9 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/batch-delegate

## 8.2.21

### Patch Changes

- Updated dependencies [6df204de]
- Updated dependencies [4914970b]
- @graphql-tools/delegate@8.7.12
- @graphql-tools/utils@8.7.0

## 8.2.20

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-delegate",
"version": "8.2.20",
"version": "8.2.21",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,14 +32,14 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "8.7.11",
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/delegate": "8.7.12",
"@graphql-tools/utils": "8.7.0",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "8.3.14",
"@graphql-tools/stitch": "8.6.13"
"@graphql-tools/schema": "8.4.0",
"@graphql-tools/stitch": "8.6.14"
},
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/batch-execute

## 8.4.11

### Patch Changes

- Updated dependencies [4914970b]
- @graphql-tools/utils@8.7.0

## 8.4.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/batch-execute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-execute",
"version": "8.4.10",
"version": "8.4.11",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/utils": "8.7.0",
"dataloader": "2.1.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
Expand Down
10 changes: 10 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/delegate

## 8.7.12

### Patch Changes

- 6df204de: Remove graphql-executor to have smaller bundle size
- Updated dependencies [4914970b]
- @graphql-tools/schema@8.4.0
- @graphql-tools/utils@8.7.0
- @graphql-tools/batch-execute@8.4.11

## 8.7.11

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "8.7.11",
"version": "8.7.12",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,9 +32,9 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/batch-execute": "8.4.10",
"@graphql-tools/schema": "8.3.14",
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/batch-execute": "8.4.11",
"@graphql-tools/schema": "8.4.0",
"@graphql-tools/utils": "8.7.0",
"dataloader": "2.1.0",
"tslib": "~2.4.0",
"value-or-promise": "1.0.11"
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/graphql-tag-pluck

## 7.2.11

### Patch Changes

- Updated dependencies [4914970b]
- @graphql-tools/utils@8.7.0

## 7.2.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "7.2.10",
"version": "7.2.11",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/parser": "^7.16.8",
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8",
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/utils": "8.7.0",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-tools

## 8.2.13

### Patch Changes

- Updated dependencies [4914970b]
- @graphql-tools/schema@8.4.0

## 8.2.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "8.2.12",
"version": "8.2.13",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"directory": "dist"
},
"dependencies": {
"@graphql-tools/schema": "8.3.14",
"@graphql-tools/schema": "8.4.0",
"tslib": "^2.4.0"
}
}
7 changes: 7 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/import

## 6.6.18

### Patch Changes

- Updated dependencies [4914970b]
- @graphql-tools/utils@8.7.0

## 6.6.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/import",
"version": "6.6.17",
"version": "6.6.18",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"directory": "dist"
},
"dependencies": {
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/utils": "8.7.0",
"resolve-from": "5.0.0",
"tslib": "^2.4.0"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/links

## 8.2.19

### Patch Changes

- Updated dependencies [6df204de]
- Updated dependencies [4914970b]
- @graphql-tools/delegate@8.7.12
- @graphql-tools/utils@8.7.0

## 8.2.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/links",
"version": "8.2.18",
"version": "8.2.19",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,8 +44,8 @@
"graphql-upload": "15.0.1"
},
"dependencies": {
"@graphql-tools/delegate": "8.7.11",
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/delegate": "8.7.12",
"@graphql-tools/utils": "8.7.0",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
"form-data": "^4.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/load/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @graphql-tools/load

## 7.6.0

### Minor Changes

- 4914970b: `mergeSchemas` was skipping `defaultFieldResolver` and `defaultMergedResolver` by default while extracting resolvers for each given schema to reduce the overhead. But this doesn't work properly if you mix wrapped schemas and local schemas. So new `includeDefaultMergedResolver` flag is introduced in `getResolversFromSchema` to put default "proxy" resolvers in the extracted resolver map for `mergeSchemas`.

This fixes an issue with alias issue, so nested aliased fields weren't resolved properly because of the missing `defaultMergedResolver` in the final merged schema which should come from the wrapped schema.

### Patch Changes

- 4914970b: No longer call `mergeSchemas` if a single schema is loaded.
Previously all typeDefs and resolvers were extracted and the schema was rebuilt from scratch.
But this is not necessary if there is only one schema loaded with `loadSchema`
- Updated dependencies [4914970b]
- @graphql-tools/schema@8.4.0
- @graphql-tools/utils@8.7.0

## 7.5.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/load",
"version": "7.5.14",
"version": "7.6.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,8 +34,8 @@
"graphql-type-json": "0.3.2"
},
"dependencies": {
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/schema": "8.3.14",
"@graphql-tools/utils": "8.7.0",
"@graphql-tools/schema": "8.4.0",
"p-limit": "3.1.0",
"tslib": "^2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/apollo-engine-loader

## 7.2.20

### Patch Changes

- Updated dependencies [4914970b]
- @graphql-tools/utils@8.7.0

## 7.2.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/apollo-engine-loader",
"version": "7.2.19",
"version": "7.2.20",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/utils": "8.7.0",
"cross-undici-fetch": "^0.4.0",
"sync-fetch": "0.4.1",
"tslib": "^2.4.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/code-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/code-file-loader

## 7.2.19

### Patch Changes

- Updated dependencies [4914970b]
- @graphql-tools/utils@8.7.0
- @graphql-tools/graphql-tag-pluck@7.2.11

## 7.2.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/loaders/code-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/code-file-loader",
"version": "7.2.18",
"version": "7.2.19",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/graphql-tag-pluck": "7.2.10",
"@graphql-tools/utils": "8.7.0",
"@graphql-tools/graphql-tag-pluck": "7.2.11",
"globby": "^11.0.3",
"tslib": "^2.4.0",
"unixify": "^1.0.0"
Expand Down
Loading

0 comments on commit d8558da

Please sign in to comment.