Skip to content

Commit 353be6e

Browse files
Upcoming Release Changes (#4843)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7411a5e commit 353be6e

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

+365
-104
lines changed

.changeset/rotten-pumpkins-grow.md

Lines changed: 0 additions & 5 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.64
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/stitch@8.7.23
9+
- @graphql-tools/stitching-directives@2.3.20
10+
311
## 0.0.63
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.63",
3+
"version": "0.0.64",
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.1.4",
1313
"@apollo/federation": "0.37.1",
14-
"@graphql-tools/stitch": "8.7.22",
15-
"@graphql-tools/stitching-directives": "2.3.19",
14+
"@graphql-tools/stitch": "8.7.23",
15+
"@graphql-tools/stitching-directives": "2.3.20",
1616
"express": "4.18.2",
1717
"graphql": "16.6.0",
1818
"graphql-tag": "2.12.6",

packages/batch-delegate/CHANGELOG.md

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

3+
## 8.4.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
8+
- @graphql-tools/utils@9.1.1
9+
- @graphql-tools/delegate@9.0.17
10+
311
## 8.4.9
412

513
### 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.4.9",
3+
"version": "8.4.10",
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": "9.0.16",
57-
"@graphql-tools/utils": "9.1.0",
56+
"@graphql-tools/delegate": "9.0.17",
57+
"@graphql-tools/utils": "9.1.1",
5858
"dataloader": "2.1.0",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
62-
"@graphql-tools/schema": "9.0.9",
63-
"@graphql-tools/stitch": "8.7.22"
62+
"@graphql-tools/schema": "9.0.10",
63+
"@graphql-tools/stitch": "8.7.23"
6464
},
6565
"publishConfig": {
6666
"directory": "dist",

packages/batch-execute/CHANGELOG.md

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

3+
## 8.5.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
8+
- @graphql-tools/utils@9.1.1
9+
310
## 8.5.11
411

512
### 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.11",
3+
"version": "8.5.12",
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": "9.1.0",
56+
"@graphql-tools/utils": "9.1.1",
5757
"dataloader": "2.1.0",
5858
"tslib": "^2.4.0",
5959
"value-or-promise": "1.0.11"

packages/delegate/CHANGELOG.md

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

3+
## 9.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
8+
- @graphql-tools/utils@9.1.1
9+
- @graphql-tools/batch-execute@8.5.12
10+
- @graphql-tools/executor@0.0.9
11+
- @graphql-tools/schema@9.0.10
12+
313
## 9.0.16
414

515
### Patch Changes

packages/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/delegate",
3-
"version": "9.0.16",
3+
"version": "9.0.17",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -53,10 +53,10 @@
5353
"input": "./src/index.ts"
5454
},
5555
"dependencies": {
56-
"@graphql-tools/batch-execute": "8.5.11",
57-
"@graphql-tools/executor": "0.0.8",
58-
"@graphql-tools/schema": "9.0.9",
59-
"@graphql-tools/utils": "9.1.0",
56+
"@graphql-tools/batch-execute": "8.5.12",
57+
"@graphql-tools/executor": "0.0.9",
58+
"@graphql-tools/schema": "9.0.10",
59+
"@graphql-tools/utils": "9.1.1",
6060
"dataloader": "2.1.0",
6161
"tslib": "~2.4.0",
6262
"value-or-promise": "1.0.11"

packages/executor/CHANGELOG.md

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

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
8+
- @graphql-tools/utils@9.1.1
9+
310
## 0.0.8
411

512
### Patch Changes

packages/executor/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/executor",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"author": "Saihajpreet Singh <saihajpreet.singh@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@repeaterjs/repeater": "3.0.4",
56-
"@graphql-tools/utils": "9.1.0",
56+
"@graphql-tools/utils": "9.1.1",
5757
"@graphql-typed-document-node/core": "3.1.1",
5858
"tslib": "^2.4.0",
5959
"value-or-promise": "1.0.11"

packages/executors/apollo-link/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
8+
- @graphql-tools/utils@9.1.1
9+
310
## 0.0.2
411

512
### Patch Changes

packages/executors/apollo-link/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/executor-apollo-link",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -52,7 +52,7 @@
5252
"access": "public"
5353
},
5454
"dependencies": {
55-
"@graphql-tools/utils": "9.1.0",
55+
"@graphql-tools/utils": "9.1.1",
5656
"tslib": "^2.3.1"
5757
},
5858
"devDependencies": {

packages/executors/graphql-ws/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
8+
- @graphql-tools/utils@9.1.1
9+
310
## 0.0.2
411

512
### Patch Changes

packages/executors/graphql-ws/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/executor-graphql-ws",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -54,7 +54,7 @@
5454
"@types/ws": "^8.0.0",
5555
"ws": "8.11.0",
5656
"isomorphic-ws": "5.0.0",
57-
"@graphql-tools/utils": "9.1.0",
57+
"@graphql-tools/utils": "9.1.1",
5858
"@repeaterjs/repeater": "3.0.4",
5959
"graphql-ws": "5.11.2",
6060
"tslib": "^2.4.0"

packages/executors/http/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
8+
- @graphql-tools/utils@9.1.1
9+
310
## 0.0.2
411

512
### Patch Changes

packages/executors/http/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/executor-http",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/utils": "9.1.0",
54+
"@graphql-tools/utils": "9.1.1",
5555
"value-or-promise": "1.0.11",
5656
"@whatwg-node/fetch": "0.5.1",
5757
"@repeaterjs/repeater": "3.0.4",

packages/executors/legacy-ws/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
8+
- @graphql-tools/utils@9.1.1
9+
310
## 0.0.2
411

512
### Patch Changes

packages/executors/legacy-ws/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/executor-legacy-ws",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@types/ws": "^8.0.0",
55-
"@graphql-tools/utils": "9.1.0",
55+
"@graphql-tools/utils": "9.1.1",
5656
"isomorphic-ws": "5.0.0",
5757
"ws": "8.11.0",
5858
"tslib": "^2.4.0"

packages/executors/urql-exchange/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
8+
- @graphql-tools/utils@9.1.1
9+
310
## 0.0.2
411

512
### Patch Changes

packages/executors/urql-exchange/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/executor-urql-exchange",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -49,7 +49,7 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@graphql-tools/utils": "9.1.0",
52+
"@graphql-tools/utils": "9.1.1",
5353
"tslib": "^2.4.0"
5454
},
5555
"devDependencies": {

packages/graphql-tag-pluck/CHANGELOG.md

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

3+
## 7.3.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
8+
- @graphql-tools/utils@9.1.1
9+
310
## 7.3.11
411

512
### Patch Changes

packages/graphql-tag-pluck/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/graphql-tag-pluck",
3-
"version": "7.3.11",
3+
"version": "7.3.12",
44
"description": "Pluck graphql-tag template literals",
55
"license": "MIT",
66
"repository": {
@@ -53,7 +53,7 @@
5353
"@babel/parser": "^7.16.8",
5454
"@babel/traverse": "^7.16.8",
5555
"@babel/types": "^7.16.8",
56-
"@graphql-tools/utils": "9.1.0",
56+
"@graphql-tools/utils": "9.1.1",
5757
"tslib": "^2.4.0"
5858
},
5959
"devDependencies": {

packages/graphql-tools/CHANGELOG.md

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

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

512
### Patch Changes

packages/graphql-tools/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",
3-
"version": "8.3.11",
3+
"version": "8.3.12",
44
"description": "Useful tools to create and manipulate GraphQL schemas.",
55
"repository": {
66
"type": "git",
@@ -57,7 +57,7 @@
5757
"access": "public"
5858
},
5959
"dependencies": {
60-
"@graphql-tools/schema": "9.0.9",
60+
"@graphql-tools/schema": "9.0.10",
6161
"tslib": "^2.4.0"
6262
},
6363
"type": "module"

0 commit comments

Comments
 (0)