Skip to content

Commit 8e15907

Browse files
chore(release): update monorepo packages versions (#6798)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ddfef2c commit 8e15907

Some content is hidden

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

55 files changed

+301
-84
lines changed

.changeset/hip-bikes-hunt.md

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

.changeset/selfish-worms-decide.md

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

.changeset/swift-readers-fail.md

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

packages/executor/CHANGELOG.md

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

3+
## 1.3.10
4+
5+
### Patch Changes
6+
7+
- [#6789](https://github.com/ardatan/graphql-tools/pull/6789)
8+
[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Surpress the "possible EventEmitter memory leak
10+
detected." warning occuring on Node.js when passing a `AbortSignal` to `execute`.
11+
12+
Each execution will now only set up a single listener on the supplied `AbortSignal`. While the
13+
warning is harmless it can be misleading, which is the main motivation of this change.
14+
15+
- Updated dependencies
16+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
17+
- @graphql-tools/utils@10.7.0
18+
319
## 1.3.9
420

521
### 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": "1.3.9",
3+
"version": "1.3.10",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -55,7 +55,7 @@
5555
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5656
},
5757
"dependencies": {
58-
"@graphql-tools/utils": "^10.6.4",
58+
"@graphql-tools/utils": "^10.7.0",
5959
"@graphql-typed-document-node/core": "^3.2.0",
6060
"@repeaterjs/repeater": "^3.0.4",
6161
"@whatwg-node/disposablestack": "^0.0.5",

packages/executors/apollo-link/CHANGELOG.md

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

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
9+
- @graphql-tools/utils@10.7.0
10+
311
## 1.0.8
412

513
### 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": "1.0.8",
3+
"version": "1.0.9",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -52,7 +52,7 @@
5252
"graphql": "^15.2.0 || ^16.0.0"
5353
},
5454
"dependencies": {
55-
"@graphql-tools/utils": "^10.6.4",
55+
"@graphql-tools/utils": "^10.7.0",
5656
"tslib": "^2.3.1"
5757
},
5858
"devDependencies": {

packages/executors/envelop/CHANGELOG.md

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

3+
## 3.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
9+
- @graphql-tools/utils@10.7.0
10+
311
## 3.0.16
412

513
### Patch Changes

packages/executors/envelop/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-envelop",
3-
"version": "3.0.16",
3+
"version": "3.0.17",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,7 +51,7 @@
5151
"@envelop/core": "^3.0.4 || ^4.0.0 || ^5.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/utils": "^10.6.4",
54+
"@graphql-tools/utils": "^10.7.0",
5555
"@graphql-tools/wrap": "^10.0.16",
5656
"tslib": "^2.3.1"
5757
},

packages/executors/legacy-ws/CHANGELOG.md

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

3+
## 1.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
9+
- @graphql-tools/utils@10.7.0
10+
311
## 1.1.7
412

513
### 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": "1.1.7",
3+
"version": "1.1.8",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -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": "^10.6.4",
54+
"@graphql-tools/utils": "^10.7.0",
5555
"@types/ws": "^8.0.0",
5656
"isomorphic-ws": "^5.0.0",
5757
"tslib": "^2.4.0",

packages/executors/urql-exchange/CHANGELOG.md

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

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
9+
- @graphql-tools/utils@10.7.0
10+
311
## 1.0.9
412

513
### 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": "1.0.9",
3+
"version": "1.0.10",
44
"type": "module",
55
"description": "",
66
"repository": {
@@ -48,7 +48,7 @@
4848
"wonka": "^6.0.0"
4949
},
5050
"dependencies": {
51-
"@graphql-tools/utils": "^10.6.4",
51+
"@graphql-tools/utils": "^10.7.0",
5252
"tslib": "^2.4.0"
5353
},
5454
"devDependencies": {

packages/executors/yoga/CHANGELOG.md

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

3+
## 3.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
9+
- @graphql-tools/utils@10.7.0
10+
- @graphql-tools/executor-envelop@3.0.17
11+
312
## 3.0.16
413

514
### Patch Changes

packages/executors/yoga/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/executor-yoga",
3-
"version": "3.0.16",
3+
"version": "3.0.17",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -52,8 +52,8 @@
5252
"graphql-yoga": "^3.5.1 || ^4.0.0 || ^5.0.0"
5353
},
5454
"dependencies": {
55-
"@graphql-tools/executor-envelop": "^3.0.16",
56-
"@graphql-tools/utils": "^10.6.4",
55+
"@graphql-tools/executor-envelop": "^3.0.17",
56+
"@graphql-tools/utils": "^10.7.0",
5757
"tslib": "^2.3.1"
5858
},
5959
"devDependencies": {

packages/graphql-tag-pluck/CHANGELOG.md

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

3+
## 8.3.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
9+
- @graphql-tools/utils@10.7.0
10+
311
## 8.3.9
412

513
### 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": "8.3.9",
3+
"version": "8.3.10",
44
"type": "module",
55
"description": "Pluck graphql-tag template literals",
66
"repository": {
@@ -55,7 +55,7 @@
5555
"@babel/plugin-syntax-import-assertions": "^7.20.0",
5656
"@babel/traverse": "^7.16.8",
5757
"@babel/types": "^7.16.8",
58-
"@graphql-tools/utils": "^10.6.4",
58+
"@graphql-tools/utils": "^10.7.0",
5959
"tslib": "^2.4.0"
6060
},
6161
"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+
## 9.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/schema@10.0.14
9+
310
## 9.0.8
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": "9.0.8",
3+
"version": "9.0.9",
44
"type": "module",
55
"description": "Useful tools to create and manipulate GraphQL schemas.",
66
"repository": {
@@ -50,7 +50,7 @@
5050
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151
},
5252
"dependencies": {
53-
"@graphql-tools/schema": "^10.0.13",
53+
"@graphql-tools/schema": "^10.0.14",
5454
"tslib": "^2.4.0"
5555
},
5656
"optionalDependencies": {

packages/import/CHANGELOG.md

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

3+
## 7.0.9
4+
5+
### Patch Changes
6+
7+
- [#6796](https://github.com/ardatan/graphql-tools/pull/6796)
8+
[`ddfef2c`](https://github.com/ardatan/graphql-tools/commit/ddfef2c322ba66a8dd06f28a5c8006348f1dc0a9)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Avoid importing `process` and use it from
10+
`globalThis`. In some cases, `cwd` is not exported with this name in the environment in ESM scope.
11+
- Updated dependencies
12+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
13+
- @graphql-tools/utils@10.7.0
14+
315
## 7.0.8
416

517
### Patch Changes

packages/import/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/import",
3-
"version": "7.0.8",
3+
"version": "7.0.9",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -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": "^10.6.4",
54+
"@graphql-tools/utils": "^10.7.0",
5555
"resolve-from": "5.0.0",
5656
"tslib": "^2.4.0"
5757
},

packages/links/CHANGELOG.md

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

3+
## 9.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
9+
- @graphql-tools/utils@10.7.0
10+
311
## 9.0.17
412

513
### Patch Changes

packages/links/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/links",
3-
"version": "9.0.17",
3+
"version": "9.0.18",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@graphql-tools/delegate": "^10.1.2",
55-
"@graphql-tools/utils": "^10.6.4",
55+
"@graphql-tools/utils": "^10.7.0",
5656
"apollo-upload-client": "17.0.0",
5757
"form-data": "^4.0.0",
5858
"node-fetch": "^2.6.5",

packages/load/CHANGELOG.md

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

3+
## 8.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
9+
- @graphql-tools/utils@10.7.0
10+
- @graphql-tools/schema@10.0.14
11+
312
## 8.0.9
413

514
### Patch Changes

packages/load/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/load",
3-
"version": "8.0.9",
3+
"version": "8.0.10",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,8 +51,8 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/schema": "^10.0.13",
55-
"@graphql-tools/utils": "^10.6.4",
54+
"@graphql-tools/schema": "^10.0.14",
55+
"@graphql-tools/utils": "^10.7.0",
5656
"p-limit": "3.1.0",
5757
"tslib": "^2.4.0"
5858
},

packages/loaders/apollo-engine/CHANGELOG.md

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

3+
## 8.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`2c70d27`](https://github.com/ardatan/graphql-tools/commit/2c70d276c510be18f7ce9e966c4653ff3c9b2641)]:
9+
- @graphql-tools/utils@10.7.0
10+
311
## 8.0.9
412

513
### Patch Changes

0 commit comments

Comments
 (0)