Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6678)
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 Nov 13, 2024
1 parent dc5043b commit ce25042
Show file tree
Hide file tree
Showing 75 changed files with 448 additions and 120 deletions.
6 changes: 0 additions & 6 deletions .changeset/weak-cheetahs-hammer.md

This file was deleted.

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

## 0.0.175

### Patch Changes

- Updated dependencies []:
- @graphql-tools/federation@2.2.27
- @graphql-tools/stitch@9.3.4

## 0.0.174

### 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.174",
"version": "0.0.175",
"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.26",
"@graphql-tools/stitch": "9.3.3",
"@graphql-tools/federation": "2.2.27",
"@graphql-tools/stitch": "9.3.4",
"cross-env": "7.0.3",
"express": "4.21.1",
"graphql": "16.9.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/batch-delegate

## 9.0.14

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6
- @graphql-tools/delegate@10.1.2

## 9.0.13

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.13",
"version": "9.0.14",
"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.1.1",
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/delegate": "^10.1.2",
"@graphql-tools/utils": "^10.5.6",
"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.3"
"@graphql-tools/schema": "^10.0.8",
"@graphql-tools/stitch": "^9.3.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/batch-execute

## 9.0.6

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6

## 9.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/batch-execute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-execute",
"version": "9.0.5",
"version": "9.0.6",
"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/utils": "^10.5.5",
"@graphql-tools/utils": "^10.5.6",
"dataloader": "^2.2.2",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
Expand Down
11 changes: 11 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/delegate

## 10.1.2

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6
- @graphql-tools/batch-execute@9.0.6
- @graphql-tools/executor@1.3.3
- @graphql-tools/schema@10.0.8

## 10.1.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "10.1.1",
"version": "10.1.2",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -50,10 +50,10 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/batch-execute": "^9.0.5",
"@graphql-tools/executor": "^1.3.2",
"@graphql-tools/schema": "^10.0.7",
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/batch-execute": "^9.0.6",
"@graphql-tools/executor": "^1.3.3",
"@graphql-tools/schema": "^10.0.8",
"@graphql-tools/utils": "^10.5.6",
"@repeaterjs/repeater": "^3.0.6",
"dataloader": "^2.2.2",
"dset": "^3.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor

## 1.3.3

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6

## 1.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor",
"version": "1.3.2",
"version": "1.3.3",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/utils": "^10.5.6",
"@graphql-typed-document-node/core": "3.2.0",
"@repeaterjs/repeater": "^3.0.4",
"tslib": "^2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/executors/apollo-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-apollo-link

## 1.0.3

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-apollo-link",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/utils": "^10.5.6",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/executors/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/executor-envelop

## 3.0.11

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6
- @graphql-tools/wrap@10.0.16

## 3.0.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "3.0.11",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,8 +51,8 @@
"@envelop/core": "^3.0.4 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/wrap": "^10.0.15",
"@graphql-tools/utils": "^10.5.6",
"@graphql-tools/wrap": "^10.0.16",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/executors/graphql-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-graphql-ws

## 1.3.2

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6

## 1.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/graphql-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-graphql-ws",
"version": "1.3.1",
"version": "1.3.2",
"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/utils": "^10.5.5",
"@graphql-tools/utils": "^10.5.6",
"@types/ws": "^8.0.0",
"graphql-ws": "^5.14.0",
"isomorphic-ws": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/executors/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-http

## 1.1.9

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6

## 1.1.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-http",
"version": "1.1.8",
"version": "1.1.9",
"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/utils": "^10.5.5",
"@graphql-tools/utils": "^10.5.6",
"@repeaterjs/repeater": "^3.0.4",
"@whatwg-node/fetch": "^0.10.0",
"extract-files": "^11.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/executors/legacy-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-legacy-ws

## 1.1.2

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/legacy-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-legacy-ws",
"version": "1.1.1",
"version": "1.1.2",
"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/utils": "^10.5.5",
"@graphql-tools/utils": "^10.5.6",
"@types/ws": "^8.0.0",
"isomorphic-ws": "^5.0.0",
"tslib": "^2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/executors/urql-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-urql-exchange

## 1.0.4

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/urql-exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-urql-exchange",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"description": "",
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"wonka": "^6.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/utils": "^10.5.6",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/executors/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/executor-yoga

## 3.0.11

### Patch Changes

- Updated dependencies
[[`dc5043b`](https://github.com/ardatan/graphql-tools/commit/dc5043bb7c9afaca907c242eb6bf65e8019d79c4)]:
- @graphql-tools/utils@10.5.6
- @graphql-tools/executor-envelop@3.0.11

## 3.0.10

### Patch Changes
Expand Down
Loading

0 comments on commit ce25042

Please sign in to comment.