Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6664)
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 8, 2024
1 parent d06afe3 commit 0a16843
Show file tree
Hide file tree
Showing 21 changed files with 107 additions and 47 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_executor-http-6663-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_federation-6663-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_github-loader-6663-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_prisma-loader-6663-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_url-loader-6663-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-boats-help.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.174

### Patch Changes

- Updated dependencies
[[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f)]:
- @graphql-tools/federation@2.2.26

## 0.0.173

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.173",
"version": "0.0.174",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.9.3",
"@apollo/subgraph": "2.9.3",
"@graphql-tools/federation": "2.2.25",
"@graphql-tools/federation": "2.2.26",
"@graphql-tools/stitch": "9.3.3",
"cross-env": "7.0.3",
"express": "4.21.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/executors/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @graphql-tools/executor-http

## 1.1.8

### Patch Changes

- [#6663](https://github.com/ardatan/graphql-tools/pull/6663)
[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`@whatwg-node/fetch@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0)
(from `^0.9.0`, in `dependencies`)

- [#6658](https://github.com/ardatan/graphql-tools/pull/6658)
[`04d5cd7`](https://github.com/ardatan/graphql-tools/commit/04d5cd785be759f0327586a75b9a6ef70cbacf95)
Thanks [@enisdenjo](https://github.com/enisdenjo)! - Cancel SSE stream even while waiting for next
event

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "1.1.8",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @graphql-tools/federation

## 2.2.26

### Patch Changes

- [#6663](https://github.com/ardatan/graphql-tools/pull/6663)
[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@whatwg-node/fetch@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0)
(from `^0.9.17`, in `dependencies`)
- Updated dependencies
[[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f),
[`04d5cd7`](https://github.com/ardatan/graphql-tools/commit/04d5cd785be759f0327586a75b9a6ef70cbacf95)]:
- @graphql-tools/executor-http@1.1.8

## 2.2.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.25",
"version": "2.2.26",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@graphql-tools/delegate": "^10.1.1",
"@graphql-tools/executor-http": "^1.1.7",
"@graphql-tools/executor-http": "^1.1.8",
"@graphql-tools/merge": "^9.0.8",
"@graphql-tools/schema": "^10.0.7",
"@graphql-tools/stitch": "^9.3.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/apollo-engine-loader

## 8.0.3

### Patch Changes

- [#6663](https://github.com/ardatan/graphql-tools/pull/6663)
[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@whatwg-node/fetch@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0)
(from `^0.9.0`, in `dependencies`)

## 8.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/apollo-engine-loader",
"version": "8.0.2",
"version": "8.0.3",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/loaders/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @graphql-tools/github-loader

## 8.0.3

### Patch Changes

- [#6663](https://github.com/ardatan/graphql-tools/pull/6663)
[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@whatwg-node/fetch@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0)
(from `^0.9.0`, in `dependencies`)
- Updated dependencies
[[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f),
[`04d5cd7`](https://github.com/ardatan/graphql-tools/commit/04d5cd785be759f0327586a75b9a6ef70cbacf95)]:
- @graphql-tools/executor-http@1.1.8

## 8.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/github-loader",
"version": "8.0.2",
"version": "8.0.3",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@ardatan/sync-fetch": "^0.0.1",
"@graphql-tools/executor-http": "^1.1.7",
"@graphql-tools/executor-http": "^1.1.8",
"@graphql-tools/graphql-tag-pluck": "^8.3.3",
"@graphql-tools/utils": "^10.5.5",
"@whatwg-node/fetch": "^0.10.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-tools/prisma-loader

## 8.0.16

### Patch Changes

- [#6663](https://github.com/ardatan/graphql-tools/pull/6663)
[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@whatwg-node/fetch@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0)
(from `^0.9.0`, in `dependencies`)
- Updated dependencies
[[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f)]:
- @graphql-tools/url-loader@8.0.14

## 8.0.15

### 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.15",
"version": "8.0.16",
"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.13",
"@graphql-tools/url-loader": "^8.0.14",
"@graphql-tools/utils": "^10.5.5",
"@types/js-yaml": "^4.0.0",
"@whatwg-node/fetch": "^0.10.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @graphql-tools/url-loader

## 8.0.14

### Patch Changes

- [#6663](https://github.com/ardatan/graphql-tools/pull/6663)
[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@whatwg-node/fetch@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0)
(from `^0.9.0`, in `dependencies`)
- Updated dependencies
[[`d06afe3`](https://github.com/ardatan/graphql-tools/commit/d06afe3065edb15f4c58c1c155a230d8d542669f),
[`04d5cd7`](https://github.com/ardatan/graphql-tools/commit/04d5cd785be759f0327586a75b9a6ef70cbacf95)]:
- @graphql-tools/executor-http@1.1.8

## 8.0.13

### 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.13",
"version": "8.0.14",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@ardatan/sync-fetch": "^0.0.1",
"@graphql-tools/executor-graphql-ws": "^1.3.1",
"@graphql-tools/executor-http": "^1.1.7",
"@graphql-tools/executor-http": "^1.1.8",
"@graphql-tools/executor-legacy-ws": "^1.1.1",
"@graphql-tools/utils": "^10.5.5",
"@graphql-tools/wrap": "^10.0.15",
Expand Down

0 comments on commit 0a16843

Please sign in to comment.