Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6640)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Oct 31, 2024
1 parent 6fca4e8 commit a419058
Show file tree
Hide file tree
Showing 25 changed files with 130 additions and 35 deletions.
6 changes: 0 additions & 6 deletions .changeset/tricky-jars-wink.md

This file was deleted.

9 changes: 9 additions & 0 deletions benchmark/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# federation-benchmark

## 0.0.172

### Patch Changes

- Updated dependencies
[[`e9906eb`](https://github.com/ardatan/graphql-tools/commit/e9906eb311132ab902720e75bc787228d67c0e34)]:
- @graphql-tools/federation@2.2.24
- @graphql-tools/stitch@9.3.2

## 0.0.171

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions benchmark/federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "federation-benchmark",
"version": "0.0.171",
"version": "0.0.172",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.9.3",
"@apollo/subgraph": "2.9.3",
"@graphql-tools/federation": "2.2.23",
"@graphql-tools/stitch": "9.3.1",
"@graphql-tools/federation": "2.2.24",
"@graphql-tools/stitch": "9.3.2",
"cross-env": "7.0.3",
"express": "4.21.1",
"graphql": "16.9.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/batch-delegate

## 9.0.12

### Patch Changes

- Updated dependencies
[[`e9906eb`](https://github.com/ardatan/graphql-tools/commit/e9906eb311132ab902720e75bc787228d67c0e34)]:
- @graphql-tools/delegate@10.1.0

## 9.0.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-delegate",
"version": "9.0.11",
"version": "9.0.12",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -50,15 +50,15 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.29",
"@graphql-tools/delegate": "^10.1.0",
"@graphql-tools/utils": "^10.5.5",
"dataloader": "2.2.2",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
},
"devDependencies": {
"@graphql-tools/schema": "^10.0.7",
"@graphql-tools/stitch": "^9.3.1"
"@graphql-tools/stitch": "^9.3.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/delegate

## 10.1.0

### Minor Changes

- [#6619](https://github.com/ardatan/graphql-tools/pull/6619)
[`e9906eb`](https://github.com/ardatan/graphql-tools/commit/e9906eb311132ab902720e75bc787228d67c0e34)
Thanks [@kroupacz](https://github.com/kroupacz)! - Handle shared root field queries with aliases

## 10.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "10.0.29",
"version": "10.1.0",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-envelop

## 3.0.9

### Patch Changes

- Updated dependencies []:
- @graphql-tools/wrap@10.0.14

## 3.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-envelop",
"version": "3.0.8",
"version": "3.0.9",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/wrap": "^10.0.13",
"@graphql-tools/wrap": "^10.0.14",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-yoga

## 3.0.9

### Patch Changes

- Updated dependencies []:
- @graphql-tools/executor-envelop@3.0.9

## 3.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-yoga",
"version": "3.0.8",
"version": "3.0.9",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"graphql-yoga": "^3.5.1 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@graphql-tools/executor-envelop": "^3.0.8",
"@graphql-tools/executor-envelop": "^3.0.9",
"@graphql-tools/utils": "^10.5.5",
"tslib": "^2.3.1"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-tools/federation

## 2.2.24

### Patch Changes

- [#6619](https://github.com/ardatan/graphql-tools/pull/6619)
[`e9906eb`](https://github.com/ardatan/graphql-tools/commit/e9906eb311132ab902720e75bc787228d67c0e34)
Thanks [@kroupacz](https://github.com/kroupacz)! - Handle shared root field queries with aliases

- Updated dependencies
[[`e9906eb`](https://github.com/ardatan/graphql-tools/commit/e9906eb311132ab902720e75bc787228d67c0e34)]:
- @graphql-tools/delegate@10.1.0
- @graphql-tools/stitch@9.3.2
- @graphql-tools/wrap@10.0.14

## 2.2.23

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/federation",
"version": "2.2.23",
"version": "2.2.24",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down Expand Up @@ -50,13 +50,13 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.29",
"@graphql-tools/delegate": "^10.1.0",
"@graphql-tools/executor-http": "^1.1.7",
"@graphql-tools/merge": "^9.0.8",
"@graphql-tools/schema": "^10.0.7",
"@graphql-tools/stitch": "^9.3.1",
"@graphql-tools/stitch": "^9.3.2",
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/wrap": "^10.0.13",
"@graphql-tools/wrap": "^10.0.14",
"@whatwg-node/fetch": "^0.9.17",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
Expand Down
8 changes: 8 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/links

## 9.0.10

### Patch Changes

- Updated dependencies
[[`e9906eb`](https://github.com/ardatan/graphql-tools/commit/e9906eb311132ab902720e75bc787228d67c0e34)]:
- @graphql-tools/delegate@10.1.0

## 9.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/links",
"version": "9.0.9",
"version": "9.0.10",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.29",
"@graphql-tools/delegate": "^10.1.0",
"@graphql-tools/utils": "^10.5.5",
"apollo-upload-client": "17.0.0",
"form-data": "^4.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/prisma-loader

## 8.0.14

### Patch Changes

- Updated dependencies []:
- @graphql-tools/url-loader@8.0.12

## 8.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/prisma-loader",
"version": "8.0.13",
"version": "8.0.14",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/url-loader": "^8.0.11",
"@graphql-tools/url-loader": "^8.0.12",
"@graphql-tools/utils": "^10.5.5",
"@types/js-yaml": "^4.0.0",
"@whatwg-node/fetch": "^0.9.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/url-loader

## 8.0.12

### Patch Changes

- Updated dependencies []:
- @graphql-tools/wrap@10.0.14

## 8.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/url-loader",
"version": "8.0.11",
"version": "8.0.12",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"@graphql-tools/executor-http": "^1.1.7",
"@graphql-tools/executor-legacy-ws": "^1.1.1",
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/wrap": "^10.0.13",
"@graphql-tools/wrap": "^10.0.14",
"@types/ws": "^8.0.0",
"@whatwg-node/fetch": "^0.9.0",
"isomorphic-ws": "^5.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/stitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/stitch

## 9.3.2

### Patch Changes

- Updated dependencies
[[`e9906eb`](https://github.com/ardatan/graphql-tools/commit/e9906eb311132ab902720e75bc787228d67c0e34)]:
- @graphql-tools/delegate@10.1.0
- @graphql-tools/batch-delegate@9.0.12
- @graphql-tools/wrap@10.0.14

## 9.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/stitch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitch",
"version": "9.3.1",
"version": "9.3.2",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -50,13 +50,13 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/batch-delegate": "^9.0.11",
"@graphql-tools/delegate": "^10.0.29",
"@graphql-tools/batch-delegate": "^9.0.12",
"@graphql-tools/delegate": "^10.1.0",
"@graphql-tools/executor": "^1.3.2",
"@graphql-tools/merge": "^9.0.8",
"@graphql-tools/schema": "^10.0.7",
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/wrap": "^10.0.13",
"@graphql-tools/wrap": "^10.0.14",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.11"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/stitching-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/stitching-directives

## 3.1.11

### Patch Changes

- Updated dependencies
[[`e9906eb`](https://github.com/ardatan/graphql-tools/commit/e9906eb311132ab902720e75bc787228d67c0e34)]:
- @graphql-tools/delegate@10.1.0

## 3.1.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stitching-directives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitching-directives",
"version": "3.1.10",
"version": "3.1.11",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.29",
"@graphql-tools/delegate": "^10.1.0",
"@graphql-tools/utils": "^10.5.5",
"tslib": "^2.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/wrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/wrap

## 10.0.14

### Patch Changes

- Updated dependencies
[[`e9906eb`](https://github.com/ardatan/graphql-tools/commit/e9906eb311132ab902720e75bc787228d67c0e34)]:
- @graphql-tools/delegate@10.1.0

## 10.0.13

### Patch Changes
Expand Down
Loading

0 comments on commit a419058

Please sign in to comment.