Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6646)
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 1, 2024
1 parent b513a28 commit a08a9ea
Show file tree
Hide file tree
Showing 25 changed files with 129 additions and 36 deletions.
7 changes: 0 additions & 7 deletions .changeset/chilled-ads-smash.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.173

### Patch Changes

- Updated dependencies
[[`342e044`](https://github.com/ardatan/graphql-tools/commit/342e044c7da74aaf5df6a90ce68973c525c9aa10)]:
- @graphql-tools/federation@2.2.25
- @graphql-tools/stitch@9.3.3

## 0.0.172

### 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.172",
"version": "0.0.173",
"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.24",
"@graphql-tools/stitch": "9.3.2",
"@graphql-tools/federation": "2.2.25",
"@graphql-tools/stitch": "9.3.3",
"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.13

### Patch Changes

- Updated dependencies
[[`342e044`](https://github.com/ardatan/graphql-tools/commit/342e044c7da74aaf5df6a90ce68973c525c9aa10)]:
- @graphql-tools/delegate@10.1.1

## 9.0.12

### 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.12",
"version": "9.0.13",
"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.0",
"@graphql-tools/delegate": "^10.1.1",
"@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.2"
"@graphql-tools/stitch": "^9.3.3"
},
"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.1

### Patch Changes

- [`342e044`](https://github.com/ardatan/graphql-tools/commit/342e044c7da74aaf5df6a90ce68973c525c9aa10)
Thanks [@ardatan](https://github.com/ardatan)! - Prevent extra queries to the same subgraph
multiple times on the same plan, and merge iterables correctly

## 10.1.0

### Minor 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.1.0",
"version": "10.1.1",
"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.10

### Patch Changes

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

## 3.0.9

### 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.9",
"version": "3.0.10",
"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.14",
"@graphql-tools/wrap": "^10.0.15",
"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.10

### Patch Changes

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

## 3.0.9

### 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.9",
"version": "3.0.10",
"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.9",
"@graphql-tools/executor-envelop": "^3.0.10",
"@graphql-tools/utils": "^10.5.5",
"tslib": "^2.3.1"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-tools/federation

## 2.2.25

### Patch Changes

- [`342e044`](https://github.com/ardatan/graphql-tools/commit/342e044c7da74aaf5df6a90ce68973c525c9aa10)
Thanks [@ardatan](https://github.com/ardatan)! - Prevent extra queries to the same subgraph
multiple times on the same plan, and merge iterables correctly
- Updated dependencies
[[`342e044`](https://github.com/ardatan/graphql-tools/commit/342e044c7da74aaf5df6a90ce68973c525c9aa10)]:
- @graphql-tools/delegate@10.1.1
- @graphql-tools/stitch@9.3.3
- @graphql-tools/wrap@10.0.15

## 2.2.24

### 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.24",
"version": "2.2.25",
"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.1.0",
"@graphql-tools/delegate": "^10.1.1",
"@graphql-tools/executor-http": "^1.1.7",
"@graphql-tools/merge": "^9.0.8",
"@graphql-tools/schema": "^10.0.7",
"@graphql-tools/stitch": "^9.3.2",
"@graphql-tools/stitch": "^9.3.3",
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/wrap": "^10.0.14",
"@graphql-tools/wrap": "^10.0.15",
"@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.11

### Patch Changes

- Updated dependencies
[[`342e044`](https://github.com/ardatan/graphql-tools/commit/342e044c7da74aaf5df6a90ce68973c525c9aa10)]:
- @graphql-tools/delegate@10.1.1

## 9.0.10

### 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.10",
"version": "9.0.11",
"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.1.0",
"@graphql-tools/delegate": "^10.1.1",
"@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.15

### Patch Changes

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

## 8.0.14

### 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.14",
"version": "8.0.15",
"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.12",
"@graphql-tools/url-loader": "^8.0.13",
"@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.13

### Patch Changes

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

## 8.0.12

### 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.12",
"version": "8.0.13",
"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.14",
"@graphql-tools/wrap": "^10.0.15",
"@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.3

### Patch Changes

- Updated dependencies
[[`342e044`](https://github.com/ardatan/graphql-tools/commit/342e044c7da74aaf5df6a90ce68973c525c9aa10)]:
- @graphql-tools/delegate@10.1.1
- @graphql-tools/batch-delegate@9.0.13
- @graphql-tools/wrap@10.0.15

## 9.3.2

### 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.2",
"version": "9.3.3",
"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.12",
"@graphql-tools/delegate": "^10.1.0",
"@graphql-tools/batch-delegate": "^9.0.13",
"@graphql-tools/delegate": "^10.1.1",
"@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.14",
"@graphql-tools/wrap": "^10.0.15",
"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.12

### Patch Changes

- Updated dependencies
[[`342e044`](https://github.com/ardatan/graphql-tools/commit/342e044c7da74aaf5df6a90ce68973c525c9aa10)]:
- @graphql-tools/delegate@10.1.1

## 3.1.11

### 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.11",
"version": "3.1.12",
"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.1.0",
"@graphql-tools/delegate": "^10.1.1",
"@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.15

### Patch Changes

- Updated dependencies
[[`342e044`](https://github.com/ardatan/graphql-tools/commit/342e044c7da74aaf5df6a90ce68973c525c9aa10)]:
- @graphql-tools/delegate@10.1.1

## 10.0.14

### Patch Changes
Expand Down
Loading

0 comments on commit a08a9ea

Please sign in to comment.