Skip to content

Commit 1c8bd90

Browse files
chore(release): update monorepo packages versions (#6564)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6f0cdc5 commit 1c8bd90

Some content is hidden

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

78 files changed

+1689
-609
lines changed

.changeset/fair-rats-design.md

-6
This file was deleted.

.changeset/serious-pants-shave.md

-5
This file was deleted.

.changeset/thirty-parents-walk.md

-6
This file was deleted.

.changeset/wise-parrots-walk.md

-5
This file was deleted.

benchmark/federation/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# federation-benchmark
22

3+
## 0.0.159
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`dcb3e27`](https://github.com/ardatan/graphql-tools/commit/dcb3e276cce59340596156542bcede9d8b143d44)]:
9+
- @graphql-tools/stitch@9.2.11
10+
- @graphql-tools/federation@2.2.11
11+
312
## 0.0.158
413

514
### Patch Changes

benchmark/federation/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "federation-benchmark",
3-
"version": "0.0.158",
3+
"version": "0.0.159",
44
"private": true,
55
"scripts": {
66
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@apollo/gateway": "2.9.2",
1313
"@apollo/subgraph": "2.9.2",
14-
"@graphql-tools/federation": "2.2.10",
15-
"@graphql-tools/stitch": "9.2.10",
14+
"@graphql-tools/federation": "2.2.11",
15+
"@graphql-tools/stitch": "9.2.11",
1616
"cross-env": "7.0.3",
1717
"express": "4.21.1",
1818
"graphql": "16.9.0",

packages/batch-delegate/CHANGELOG.md

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

3+
## 9.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`cf2ce5e`](https://github.com/ardatan/graphql-tools/commit/cf2ce5ed4773087cc324599f2812f4fb91398b21)]:
9+
- @graphql-tools/utils@10.5.5
10+
- @graphql-tools/delegate@10.0.22
11+
312
## 9.0.3
413

514
### Patch Changes

packages/batch-delegate/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-delegate",
3-
"version": "9.0.3",
3+
"version": "9.0.4",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -50,15 +50,15 @@
5050
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151
},
5252
"dependencies": {
53-
"@graphql-tools/delegate": "^10.0.11",
54-
"@graphql-tools/utils": "^10.2.1",
53+
"@graphql-tools/delegate": "^10.0.22",
54+
"@graphql-tools/utils": "^10.5.5",
5555
"dataloader": "2.2.2",
5656
"tslib": "^2.4.0",
5757
"value-or-promise": "^1.0.12"
5858
},
5959
"devDependencies": {
60-
"@graphql-tools/schema": "^10.0.4",
61-
"@graphql-tools/stitch": "^9.2.9"
60+
"@graphql-tools/schema": "^10.0.7",
61+
"@graphql-tools/stitch": "^9.2.11"
6262
},
6363
"publishConfig": {
6464
"directory": "dist",

packages/batch-execute/CHANGELOG.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
11
# @graphql-tools/batch-execute
22

3+
## 9.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`cf2ce5e`](https://github.com/ardatan/graphql-tools/commit/cf2ce5ed4773087cc324599f2812f4fb91398b21)]:
9+
- @graphql-tools/utils@10.5.5
10+
311
## 9.0.4
412

513
### Patch Changes
614

7-
- [#5913](https://github.com/ardatan/graphql-tools/pull/5913) [`83c0af0`](https://github.com/ardatan/graphql-tools/commit/83c0af0713ff2ce55ccfb97a1810ecfecfeab703) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
8-
- Updated dependency [`@graphql-tools/utils@^10.0.13` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.13) (from `^10.0.5`, in `dependencies`)
15+
- [#5913](https://github.com/ardatan/graphql-tools/pull/5913)
16+
[`83c0af0`](https://github.com/ardatan/graphql-tools/commit/83c0af0713ff2ce55ccfb97a1810ecfecfeab703)
17+
Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
18+
- Updated dependency
19+
[`@graphql-tools/utils@^10.0.13` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.13)
20+
(from `^10.0.5`, in `dependencies`)
921

1022
## 9.0.3
1123

1224
### Patch Changes
1325

14-
- [#5906](https://github.com/ardatan/graphql-tools/pull/5906) [`f3809d4`](https://github.com/ardatan/graphql-tools/commit/f3809d4defa60678fd013017a60320be7a793870) Thanks [@ikenox](https://github.com/ikenox)! - Avoid for.in loop for arrays to avoid unwanted property access
26+
- [#5906](https://github.com/ardatan/graphql-tools/pull/5906)
27+
[`f3809d4`](https://github.com/ardatan/graphql-tools/commit/f3809d4defa60678fd013017a60320be7a793870)
28+
Thanks [@ikenox](https://github.com/ikenox)! - Avoid for.in loop for arrays to avoid unwanted
29+
property access
1530

1631
## 9.0.2
1732

packages/batch-execute/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-execute",
3-
"version": "9.0.4",
3+
"version": "9.0.5",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
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/utils": "^10.0.13",
53+
"@graphql-tools/utils": "^10.5.5",
5454
"dataloader": "^2.2.2",
5555
"tslib": "^2.4.0",
5656
"value-or-promise": "^1.0.12"

packages/delegate/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-tools/delegate
22

3+
## 10.0.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`cf2ce5e`](https://github.com/ardatan/graphql-tools/commit/cf2ce5ed4773087cc324599f2812f4fb91398b21)]:
9+
- @graphql-tools/utils@10.5.5
10+
- @graphql-tools/batch-execute@9.0.5
11+
- @graphql-tools/executor@1.3.2
12+
- @graphql-tools/schema@10.0.7
13+
314
## 10.0.21
415

516
### Patch Changes

packages/delegate/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/delegate",
3-
"version": "10.0.21",
3+
"version": "10.0.22",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -50,10 +50,10 @@
5050
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151
},
5252
"dependencies": {
53-
"@graphql-tools/batch-execute": "^9.0.4",
54-
"@graphql-tools/executor": "^1.3.1",
55-
"@graphql-tools/schema": "^10.0.4",
56-
"@graphql-tools/utils": "^10.3.4",
53+
"@graphql-tools/batch-execute": "^9.0.5",
54+
"@graphql-tools/executor": "^1.3.2",
55+
"@graphql-tools/schema": "^10.0.7",
56+
"@graphql-tools/utils": "^10.5.5",
5757
"@repeaterjs/repeater": "^3.0.6",
5858
"dataloader": "^2.2.2",
5959
"tslib": "^2.5.0"

packages/executor/CHANGELOG.md

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

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`cf2ce5e`](https://github.com/ardatan/graphql-tools/commit/cf2ce5ed4773087cc324599f2812f4fb91398b21)]:
9+
- @graphql-tools/utils@10.5.5
10+
311
## 1.3.1
412

513
### 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.3.1",
3+
"version": "1.3.2",
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.3.4",
58+
"@graphql-tools/utils": "^10.5.5",
5959
"@graphql-typed-document-node/core": "3.2.0",
6060
"@repeaterjs/repeater": "^3.0.4",
6161
"tslib": "^2.4.0",
+40-13
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,106 @@
11
# @graphql-tools/executor-apollo-link
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`cf2ce5e`](https://github.com/ardatan/graphql-tools/commit/cf2ce5ed4773087cc324599f2812f4fb91398b21)]:
9+
- @graphql-tools/utils@10.5.5
10+
311
## 1.0.1
412

513
### Patch Changes
614

7-
- [#5913](https://github.com/ardatan/graphql-tools/pull/5913) [`83c0af0`](https://github.com/ardatan/graphql-tools/commit/83c0af0713ff2ce55ccfb97a1810ecfecfeab703) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
8-
- Updated dependency [`@graphql-tools/utils@^10.0.13` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.13) (from `^10.0.0`, in `dependencies`)
15+
- [#5913](https://github.com/ardatan/graphql-tools/pull/5913)
16+
[`83c0af0`](https://github.com/ardatan/graphql-tools/commit/83c0af0713ff2ce55ccfb97a1810ecfecfeab703)
17+
Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
18+
- Updated dependency
19+
[`@graphql-tools/utils@^10.0.13` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.13)
20+
(from `^10.0.0`, in `dependencies`)
921

1022
## 1.0.0
1123

1224
### Major Changes
1325

14-
- [#5274](https://github.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`
26+
- [#5274](https://github.com/ardatan/graphql-tools/pull/5274)
27+
[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)
28+
Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`
1529

1630
### Patch Changes
1731

18-
- Updated dependencies [[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955), [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
32+
- Updated dependencies
33+
[[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955),
34+
[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
1935
- @graphql-tools/utils@10.0.0
2036

2137
## 0.0.9
2238

2339
### Patch Changes
2440

25-
- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies
41+
- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41)
42+
Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies
2643

2744
## 0.0.8
2845

2946
### Patch Changes
3047

31-
- Updated dependencies [[`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
48+
- Updated dependencies
49+
[[`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
3250
- @graphql-tools/utils@9.2.1
3351

3452
## 0.0.7
3553

3654
### Patch Changes
3755

38-
- Updated dependencies [[`a94217e9`](https://github.com/ardatan/graphql-tools/commit/a94217e920c5d6237471ab6ad4d96cf230984177), [`62d074be`](https://github.com/ardatan/graphql-tools/commit/62d074be48779b1e096e056ca1233822c421dc99)]:
56+
- Updated dependencies
57+
[[`a94217e9`](https://github.com/ardatan/graphql-tools/commit/a94217e920c5d6237471ab6ad4d96cf230984177),
58+
[`62d074be`](https://github.com/ardatan/graphql-tools/commit/62d074be48779b1e096e056ca1233822c421dc99)]:
3959
- @graphql-tools/utils@9.2.0
4060

4161
## 0.0.6
4262

4363
### Patch Changes
4464

45-
- Updated dependencies [[`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
65+
- Updated dependencies
66+
[[`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
4667
- @graphql-tools/utils@9.1.4
4768

4869
## 0.0.5
4970

5071
### Patch Changes
5172

52-
- Updated dependencies [[`904fe770`](https://github.com/ardatan/graphql-tools/commit/904fe770a355ee3d79464c3bbf0375d2dcd64759)]:
73+
- Updated dependencies
74+
[[`904fe770`](https://github.com/ardatan/graphql-tools/commit/904fe770a355ee3d79464c3bbf0375d2dcd64759)]:
5375
- @graphql-tools/utils@9.1.3
5476

5577
## 0.0.4
5678

5779
### Patch Changes
5880

59-
- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
81+
- Updated dependencies
82+
[[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
6083
- @graphql-tools/utils@9.1.2
6184

6285
## 0.0.3
6386

6487
### Patch Changes
6588

66-
- Updated dependencies [[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
89+
- Updated dependencies
90+
[[`7411a5e7`](https://github.com/ardatan/graphql-tools/commit/7411a5e71a8138d9ccfe907b1fb01e62fcbb0cdb)]:
6791
- @graphql-tools/utils@9.1.1
6892

6993
## 0.0.2
7094

7195
### Patch Changes
7296

73-
- [`e2fc041e`](https://github.com/ardatan/graphql-tools/commit/e2fc041e6f751c70efc20e8a02cbf88da0b905d2) Thanks [@ardatan](https://github.com/ardatan)! - Improve typings
97+
- [`e2fc041e`](https://github.com/ardatan/graphql-tools/commit/e2fc041e6f751c70efc20e8a02cbf88da0b905d2)
98+
Thanks [@ardatan](https://github.com/ardatan)! - Improve typings
7499

75100
## 0.0.1
76101

77102
### Patch Changes
78103

79-
- [#4829](https://github.com/ardatan/graphql-tools/pull/4829) [`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff) Thanks [@ardatan](https://github.com/ardatan)! - Break down UrlLoader into different pieces
104+
- [#4829](https://github.com/ardatan/graphql-tools/pull/4829)
105+
[`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff)
106+
Thanks [@ardatan](https://github.com/ardatan)! - Break down UrlLoader into different pieces

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.1",
3+
"version": "1.0.2",
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.0.13",
55+
"@graphql-tools/utils": "^10.5.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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`cf2ce5e`](https://github.com/ardatan/graphql-tools/commit/cf2ce5ed4773087cc324599f2812f4fb91398b21)]:
9+
- @graphql-tools/utils@10.5.5
10+
- @graphql-tools/wrap@10.0.6
11+
312
## 3.0.0
413

514
### Major Changes

packages/executors/envelop/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/executor-envelop",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,8 +51,8 @@
5151
"@envelop/core": "^3.0.4 || ^4.0.0 || ^5.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/utils": "^10.0.13",
55-
"@graphql-tools/wrap": "^10.0.2",
54+
"@graphql-tools/utils": "^10.5.5",
55+
"@graphql-tools/wrap": "^10.0.6",
5656
"tslib": "^2.3.1"
5757
},
5858
"devDependencies": {

0 commit comments

Comments
 (0)