Skip to content

Commit 178db59

Browse files
chore(release): update monorepo packages versions
1 parent 90a717e commit 178db59

Some content is hidden

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

60 files changed

+362
-108
lines changed

.changeset/@graphql-tools_executor-urql-exchange-7020-dependencies.md

-5
This file was deleted.

.changeset/@graphql-tools_graphql-tag-pluck-7023-dependencies.md

-9
This file was deleted.

.changeset/@graphql-tools_relay-operation-optimizer-7023-dependencies.md

-5
This file was deleted.

.changeset/dark-crabs-glow.md

-5
This file was deleted.

.changeset/rotten-turtles-serve.md

-5
This file was deleted.

.changeset/swift-geese-behave.md

-7
This file was deleted.

.changeset/tame-papayas-fetch.md

-5
This file was deleted.

.changeset/whole-hands-smell.md

-5
This file was deleted.

packages/executor/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @graphql-tools/executor
22

3+
## 1.4.5
4+
5+
### Patch Changes
6+
7+
- [#6977](https://github.com/ardatan/graphql-tools/pull/6977)
8+
[`90a717e`](https://github.com/ardatan/graphql-tools/commit/90a717e35a7e4e51da4fe747cb73544f24698fb7)
9+
Thanks [@ardatan](https://github.com/ardatan)! - In executor, do not use leaking
10+
`registerAbortSignalListener`, and handle listeners inside the execution context
11+
- Updated dependencies
12+
[[`90a717e`](https://github.com/ardatan/graphql-tools/commit/90a717e35a7e4e51da4fe747cb73544f24698fb7),
13+
[`26518de`](https://github.com/ardatan/graphql-tools/commit/26518debfcb668e8feb5fb146271a13da92b778a)]:
14+
- @graphql-tools/utils@10.8.5
15+
316
## 1.4.4
417

518
### Patch Changes

packages/executor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/executor",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
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.8.4",
58+
"@graphql-tools/utils": "^10.8.5",
5959
"@graphql-typed-document-node/core": "^3.2.0",
6060
"@repeaterjs/repeater": "^3.0.4",
6161
"@whatwg-node/disposablestack": "^0.0.6",

packages/executors/apollo-link/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-tools/executor-apollo-link
22

3+
## 1.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`90a717e`](https://github.com/ardatan/graphql-tools/commit/90a717e35a7e4e51da4fe747cb73544f24698fb7),
9+
[`26518de`](https://github.com/ardatan/graphql-tools/commit/26518debfcb668e8feb5fb146271a13da92b778a)]:
10+
- @graphql-tools/utils@10.8.5
11+
312
## 1.0.17
413

514
### Patch Changes

packages/executors/apollo-link/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/executor-apollo-link",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
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.8.4",
55+
"@graphql-tools/utils": "^10.8.5",
5656
"tslib": "^2.3.1"
5757
},
5858
"devDependencies": {

packages/executors/envelop/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-tools/executor-envelop
22

3+
## 3.0.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`90a717e`](https://github.com/ardatan/graphql-tools/commit/90a717e35a7e4e51da4fe747cb73544f24698fb7),
9+
[`26518de`](https://github.com/ardatan/graphql-tools/commit/26518debfcb668e8feb5fb146271a13da92b778a)]:
10+
- @graphql-tools/utils@10.8.5
11+
312
## 3.0.25
413

514
### Patch Changes

packages/executors/envelop/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/executor-envelop",
3-
"version": "3.0.25",
3+
"version": "3.0.26",
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.8.4",
54+
"@graphql-tools/utils": "^10.8.5",
5555
"@graphql-tools/wrap": "^10.0.16",
5656
"tslib": "^2.3.1"
5757
},

packages/executors/legacy-ws/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-tools/executor-legacy-ws
22

3+
## 1.1.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`90a717e`](https://github.com/ardatan/graphql-tools/commit/90a717e35a7e4e51da4fe747cb73544f24698fb7),
9+
[`26518de`](https://github.com/ardatan/graphql-tools/commit/26518debfcb668e8feb5fb146271a13da92b778a)]:
10+
- @graphql-tools/utils@10.8.5
11+
312
## 1.1.15
413

514
### Patch Changes

packages/executors/legacy-ws/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/executor-legacy-ws",
3-
"version": "1.1.15",
3+
"version": "1.1.16",
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.8.4",
54+
"@graphql-tools/utils": "^10.8.5",
5555
"@types/ws": "^8.0.0",
5656
"isomorphic-ws": "^5.0.0",
5757
"tslib": "^2.4.0",

packages/executors/urql-exchange/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @graphql-tools/executor-urql-exchange
22

3+
## 1.0.18
4+
5+
### Patch Changes
6+
7+
- [#7020](https://github.com/ardatan/graphql-tools/pull/7020)
8+
[`1428da4`](https://github.com/ardatan/graphql-tools/commit/1428da4f494f2fb42ea45e95a25d7800fb183abb)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
11+
- Added dependency
12+
[`@whatwg-node/promise-helpers@^1.2.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.4)
13+
(to `dependencies`)
14+
15+
- [#7020](https://github.com/ardatan/graphql-tools/pull/7020)
16+
[`1428da4`](https://github.com/ardatan/graphql-tools/commit/1428da4f494f2fb42ea45e95a25d7800fb183abb)
17+
Thanks [@renovate](https://github.com/apps/renovate)! - Fix sync execution for urql exchange
18+
19+
- Updated dependencies
20+
[[`90a717e`](https://github.com/ardatan/graphql-tools/commit/90a717e35a7e4e51da4fe747cb73544f24698fb7),
21+
[`26518de`](https://github.com/ardatan/graphql-tools/commit/26518debfcb668e8feb5fb146271a13da92b778a)]:
22+
- @graphql-tools/utils@10.8.5
23+
324
## 1.0.17
425

526
### Patch Changes

packages/executors/urql-exchange/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/executor-urql-exchange",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"type": "module",
55
"description": "",
66
"repository": {
@@ -48,7 +48,7 @@
4848
"wonka": "^6.0.0"
4949
},
5050
"dependencies": {
51-
"@graphql-tools/utils": "^10.8.4",
51+
"@graphql-tools/utils": "^10.8.5",
5252
"@whatwg-node/promise-helpers": "^1.2.4",
5353
"tslib": "^2.4.0"
5454
},

packages/executors/yoga/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-tools/executor-yoga
22

3+
## 3.0.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`90a717e`](https://github.com/ardatan/graphql-tools/commit/90a717e35a7e4e51da4fe747cb73544f24698fb7),
9+
[`26518de`](https://github.com/ardatan/graphql-tools/commit/26518debfcb668e8feb5fb146271a13da92b778a)]:
10+
- @graphql-tools/utils@10.8.5
11+
- @graphql-tools/executor-envelop@3.0.26
12+
313
## 3.0.25
414

515
### Patch Changes

packages/executors/yoga/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/executor-yoga",
3-
"version": "3.0.25",
3+
"version": "3.0.26",
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.25",
56-
"@graphql-tools/utils": "^10.8.4",
55+
"@graphql-tools/executor-envelop": "^3.0.26",
56+
"@graphql-tools/utils": "^10.8.5",
5757
"tslib": "^2.3.1"
5858
},
5959
"devDependencies": {

packages/graphql-tag-pluck/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @graphql-tools/graphql-tag-pluck
22

3+
## 8.3.18
4+
5+
### Patch Changes
6+
7+
- [#7023](https://github.com/ardatan/graphql-tools/pull/7023)
8+
[`6bb35f4`](https://github.com/ardatan/graphql-tools/commit/6bb35f44d67638e222af9ec68f16a1762d373b0f)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency
11+
[`@babel/core@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.26.10) (from
12+
`^7.22.9`, in `dependencies`)
13+
- Updated dependency
14+
[`@babel/parser@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/parser/v/7.26.10) (from
15+
`^7.16.8`, in `dependencies`)
16+
- Updated dependency
17+
[`@babel/plugin-syntax-import-assertions@^7.26.0` ↗︎](https://www.npmjs.com/package/@babel/plugin-syntax-import-assertions/v/7.26.0)
18+
(from `^7.20.0`, in `dependencies`)
19+
- Updated dependency
20+
[`@babel/traverse@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/traverse/v/7.26.10) (from
21+
`^7.16.8`, in `dependencies`)
22+
- Updated dependency
23+
[`@babel/types@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/types/v/7.26.10) (from
24+
`^7.16.8`, in `dependencies`)
25+
- Updated dependencies
26+
[[`90a717e`](https://github.com/ardatan/graphql-tools/commit/90a717e35a7e4e51da4fe747cb73544f24698fb7),
27+
[`26518de`](https://github.com/ardatan/graphql-tools/commit/26518debfcb668e8feb5fb146271a13da92b778a)]:
28+
- @graphql-tools/utils@10.8.5
29+
330
## 8.3.17
431

532
### Patch Changes

packages/graphql-tag-pluck/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/graphql-tag-pluck",
3-
"version": "8.3.17",
3+
"version": "8.3.18",
44
"type": "module",
55
"description": "Pluck graphql-tag template literals",
66
"repository": {
@@ -55,7 +55,7 @@
5555
"@babel/plugin-syntax-import-assertions": "^7.26.0",
5656
"@babel/traverse": "^7.26.10",
5757
"@babel/types": "^7.26.10",
58-
"@graphql-tools/utils": "^10.8.4",
58+
"@graphql-tools/utils": "^10.8.5",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {

packages/graphql-tools/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# graphql-tools
22

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

512
### Patch Changes

packages/graphql-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-tools",
3-
"version": "9.0.16",
3+
"version": "9.0.17",
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.21",
53+
"@graphql-tools/schema": "^10.0.22",
5454
"tslib": "^2.4.0"
5555
},
5656
"optionalDependencies": {

packages/import/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-tools/import
22

3+
## 7.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`90a717e`](https://github.com/ardatan/graphql-tools/commit/90a717e35a7e4e51da4fe747cb73544f24698fb7),
9+
[`26518de`](https://github.com/ardatan/graphql-tools/commit/26518debfcb668e8feb5fb146271a13da92b778a)]:
10+
- @graphql-tools/utils@10.8.5
11+
312
## 7.0.16
413

514
### Patch Changes

packages/import/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/import",
3-
"version": "7.0.16",
3+
"version": "7.0.17",
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.8.4",
54+
"@graphql-tools/utils": "^10.8.5",
5555
"resolve-from": "5.0.0",
5656
"tslib": "^2.4.0"
5757
},

packages/links/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-tools/links
22

3+
## 9.0.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`90a717e`](https://github.com/ardatan/graphql-tools/commit/90a717e35a7e4e51da4fe747cb73544f24698fb7),
9+
[`26518de`](https://github.com/ardatan/graphql-tools/commit/26518debfcb668e8feb5fb146271a13da92b778a)]:
10+
- @graphql-tools/utils@10.8.5
11+
312
## 9.0.25
413

514
### Patch Changes

0 commit comments

Comments
 (0)