Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6309)
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] committed Jul 1, 2024
1 parent 7eab4ce commit 0081f3e
Show file tree
Hide file tree
Showing 17 changed files with 107 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-pans-study.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eleven-plums-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-avocados-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-mayflies-retire.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thirty-tigers-jump.md

This file was deleted.

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

## 0.0.144

### Patch Changes

- Updated dependencies
[[`3f301dc`](https://github.com/ardatan/graphql-tools/commit/3f301dc74a99ea1db28fe75923fa26ba2736d9f7),
[`66c99d9`](https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c),
[`3f301dc`](https://github.com/ardatan/graphql-tools/commit/3f301dc74a99ea1db28fe75923fa26ba2736d9f7),
[`66c99d9`](https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c)]:
- @graphql-tools/federation@2.1.1
- @graphql-tools/stitch@9.2.10

## 0.0.143

### 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.143",
"version": "0.0.144",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.8.2",
"@apollo/subgraph": "2.8.2",
"@graphql-tools/federation": "2.1.0",
"@graphql-tools/stitch": "9.2.9",
"@graphql-tools/federation": "2.1.1",
"@graphql-tools/stitch": "9.2.10",
"cross-env": "7.0.3",
"express": "4.19.2",
"graphql": "16.9.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-tools/delegate

## 10.0.12

### Patch Changes

- [#6278](https://github.com/ardatan/graphql-tools/pull/6278)
[`66c99d9`](https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c)
Thanks [@ardatan](https://github.com/ardatan)! - Handle `@defer`

- Updated dependencies
[[`66c99d9`](https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c),
[`74f995f`](https://github.com/ardatan/graphql-tools/commit/74f995f17dfea6385e08bcdd662e7ad6fcfb5dfa)]:
- @graphql-tools/utils@10.2.3
- @graphql-tools/executor@1.2.8

## 10.0.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0.11",
"version": "10.0.12",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,9 +51,9 @@
},
"dependencies": {
"@graphql-tools/batch-execute": "^9.0.4",
"@graphql-tools/executor": "^1.2.1",
"@graphql-tools/executor": "^1.2.8",
"@graphql-tools/schema": "^10.0.4",
"@graphql-tools/utils": "^10.2.1",
"@graphql-tools/utils": "^10.2.3",
"dataloader": "^2.2.2",
"tslib": "^2.5.0"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @graphql-tools/executor

## 1.2.8

### Patch Changes

- [#6306](https://github.com/ardatan/graphql-tools/pull/6306)
[`74f995f`](https://github.com/ardatan/graphql-tools/commit/74f995f17dfea6385e08bcdd662e7ad6fcfb5dfa)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Properly propagate the original error in custom
scalars.

Errors thrown in the `parseValue` function for custom scalars were not propagated correctly using
the `originalError` property of the `GraphQLError` on invalid input. As a result, error codes from
the `extensions.code` were not propagated correctly.

- Updated dependencies
[[`66c99d9`](https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c)]:
- @graphql-tools/utils@10.2.3

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.1.1",
"@graphql-tools/utils": "^10.2.3",
"@graphql-typed-document-node/core": "3.2.0",
"@repeaterjs/repeater": "^3.0.4",
"tslib": "^2.4.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @graphql-tools/federation

## 2.1.1

### Patch Changes

- [#6293](https://github.com/ardatan/graphql-tools/pull/6293)
[`3f301dc`](https://github.com/ardatan/graphql-tools/commit/3f301dc74a99ea1db28fe75923fa26ba2736d9f7)
Thanks [@ardatan](https://github.com/ardatan)! - Do not use `entryPoints` for `MergedTypeConfig`
if there is only one

- [#6278](https://github.com/ardatan/graphql-tools/pull/6278)
[`66c99d9`](https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c)
Thanks [@ardatan](https://github.com/ardatan)! - Exclude `@defer` in the subgraph requests

- Updated dependencies
[[`66c99d9`](https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c),
[`3f301dc`](https://github.com/ardatan/graphql-tools/commit/3f301dc74a99ea1db28fe75923fa26ba2736d9f7)]:
- @graphql-tools/delegate@10.0.12
- @graphql-tools/stitch@9.2.10
- @graphql-tools/utils@10.2.3

## 2.1.0

### Minor 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.1.0",
"version": "2.1.1",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down Expand Up @@ -50,12 +50,12 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.11",
"@graphql-tools/delegate": "^10.0.12",
"@graphql-tools/executor-http": "^1.0.9",
"@graphql-tools/merge": "^9.0.3",
"@graphql-tools/schema": "^10.0.4",
"@graphql-tools/stitch": "^9.2.9",
"@graphql-tools/utils": "^10.2.2",
"@graphql-tools/stitch": "^9.2.10",
"@graphql-tools/utils": "^10.2.3",
"@graphql-tools/wrap": "^10.0.3",
"@whatwg-node/fetch": "^0.9.17",
"tslib": "^2.4.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/stitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @graphql-tools/stitch

## 9.2.10

### Patch Changes

- [#6278](https://github.com/ardatan/graphql-tools/pull/6278)
[`66c99d9`](https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c)
Thanks [@ardatan](https://github.com/ardatan)! - Handle `@defer`

- [#6293](https://github.com/ardatan/graphql-tools/pull/6293)
[`3f301dc`](https://github.com/ardatan/graphql-tools/commit/3f301dc74a99ea1db28fe75923fa26ba2736d9f7)
Thanks [@ardatan](https://github.com/ardatan)! - Do not apply isolation for Mutation fields

- Updated dependencies
[[`66c99d9`](https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c),
[`74f995f`](https://github.com/ardatan/graphql-tools/commit/74f995f17dfea6385e08bcdd662e7ad6fcfb5dfa)]:
- @graphql-tools/delegate@10.0.12
- @graphql-tools/utils@10.2.3
- @graphql-tools/executor@1.2.8

## 9.2.9

### 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.2.9",
"version": "9.2.10",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,11 +51,11 @@
},
"dependencies": {
"@graphql-tools/batch-delegate": "^9.0.3",
"@graphql-tools/delegate": "^10.0.11",
"@graphql-tools/executor": "^1.2.1",
"@graphql-tools/delegate": "^10.0.12",
"@graphql-tools/executor": "^1.2.8",
"@graphql-tools/merge": "^9.0.4",
"@graphql-tools/schema": "^10.0.4",
"@graphql-tools/utils": "^10.2.1",
"@graphql-tools/utils": "^10.2.3",
"@graphql-tools/wrap": "^10.0.2",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.11"
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/utils

## 10.2.3

### Patch Changes

- [#6278](https://github.com/ardatan/graphql-tools/pull/6278)
[`66c99d9`](https://github.com/ardatan/graphql-tools/commit/66c99d9c9e480cc4e1569b032952caea0ff69c0c)
Thanks [@ardatan](https://github.com/ardatan)! - Handle `@defer`

## 10.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/utils",
"version": "10.2.2",
"version": "10.2.3",
"type": "module",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
Expand Down

0 comments on commit 0081f3e

Please sign in to comment.