Skip to content

Commit 3c27f9a

Browse files
chore(release): update monorepo packages versions (#8284)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 615c1a2 commit 3c27f9a

57 files changed

Lines changed: 301 additions & 79 deletions

Some content is hidden

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

.changeset/@ardatan_relay-compiler-8272-dependencies.md

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

.changeset/@graphql-tools_executor-8272-dependencies.md

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

.changeset/fix-merge-deep-null-handling.md

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

packages/executor/CHANGELOG.md

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

3+
## 1.5.6
4+
5+
### Patch Changes
6+
7+
- [#8272](https://github.com/ardatan/graphql-tools/pull/8272)
8+
[`16096f7`](https://github.com/ardatan/graphql-tools/commit/16096f7e566fc6dda420067be218019f2aea271f)
9+
Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
10+
- Updated dependency
11+
[`@repeaterjs/repeater@^3.1.0` ↗︎](https://www.npmjs.com/package/@repeaterjs/repeater/v/3.1.0)
12+
(from `^3.0.4`, in `dependencies`)
13+
- Updated dependencies
14+
[[`615c1a2`](https://github.com/ardatan/graphql-tools/commit/615c1a27f2a379eac74127815effc8e062bdc47c)]:
15+
- @graphql-tools/utils@11.2.1
16+
317
## 1.5.5
418

519
### 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.5.5",
3+
"version": "1.5.6",
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": "^11.2.0",
58+
"@graphql-tools/utils": "^11.2.1",
5959
"@graphql-typed-document-node/core": "^3.2.0",
6060
"@repeaterjs/repeater": "^3.1.0",
6161
"@whatwg-node/disposablestack": "^0.0.6",

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+
## 2.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`615c1a2`](https://github.com/ardatan/graphql-tools/commit/615c1a27f2a379eac74127815effc8e062bdc47c)]:
9+
- @graphql-tools/utils@11.2.1
10+
311
## 2.0.10
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": "2.0.10",
3+
"version": "2.0.11",
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": "^11.2.0",
55+
"@graphql-tools/utils": "^11.2.1",
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+
## 4.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`615c1a2`](https://github.com/ardatan/graphql-tools/commit/615c1a27f2a379eac74127815effc8e062bdc47c)]:
9+
- @graphql-tools/utils@11.2.1
10+
311
## 4.0.10
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": "4.0.10",
3+
"version": "4.0.11",
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": "^11.2.0",
54+
"@graphql-tools/utils": "^11.2.1",
5555
"@graphql-tools/wrap": "^11.0.0",
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.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`615c1a2`](https://github.com/ardatan/graphql-tools/commit/615c1a27f2a379eac74127815effc8e062bdc47c)]:
9+
- @graphql-tools/utils@11.2.1
10+
311
## 1.1.30
412

513
### Patch Changes

0 commit comments

Comments
 (0)