Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4939)
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
github-actions[bot] and github-actions[bot] authored Jan 12, 2023
1 parent e3ec35e commit 0644fab
Show file tree
Hide file tree
Showing 81 changed files with 397 additions and 165 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_batch-execute-4943-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_delegate-4943-dependencies.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_schema-4943-dependencies.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_wrap-4943-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/early-lemons-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-mugs-smash.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.76

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.35
- @graphql-tools/stitching-directives@2.3.25

## 0.0.75

### 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.75",
"version": "0.0.76",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.2.2",
"@apollo/federation": "0.38.1",
"@graphql-tools/stitch": "8.7.34",
"@graphql-tools/stitching-directives": "2.3.24",
"@graphql-tools/stitch": "8.7.35",
"@graphql-tools/stitching-directives": "2.3.25",
"express": "4.18.2",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
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

## 8.4.15

### Patch Changes

- Updated dependencies [[`a4d36fcc`](https://github.com/ardatan/graphql-tools/commit/a4d36fccce6113843a55b77c96328727f4c748bc), [`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
- @graphql-tools/delegate@9.0.22
- @graphql-tools/utils@9.1.4

## 8.4.14

### 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": "8.4.14",
"version": "8.4.15",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,14 +53,14 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.21",
"@graphql-tools/utils": "9.1.3",
"@graphql-tools/delegate": "9.0.22",
"@graphql-tools/utils": "9.1.4",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.12",
"@graphql-tools/stitch": "8.7.34"
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/stitch": "8.7.35"
},
"publishConfig": {
"directory": "dist",
Expand Down
9 changes: 9 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/batch-execute

## 8.5.15

### Patch Changes

- [#4943](https://github.com/ardatan/graphql-tools/pull/4943) [`a4d36fcc`](https://github.com/ardatan/graphql-tools/commit/a4d36fccce6113843a55b77c96328727f4c748bc) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`value-or-promise@1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.11`, in `dependencies`)
- Updated dependencies [[`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
- @graphql-tools/utils@9.1.4

## 8.5.14

### 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": "8.5.14",
"version": "8.5.15",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/utils": "9.1.3",
"@graphql-tools/utils": "9.1.4",
"dataloader": "2.1.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.12"
Expand Down
12 changes: 12 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-tools/delegate

## 9.0.22

### Patch Changes

- [#4943](https://github.com/ardatan/graphql-tools/pull/4943) [`a4d36fcc`](https://github.com/ardatan/graphql-tools/commit/a4d36fccce6113843a55b77c96328727f4c748bc) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`value-or-promise@1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.11`, in `dependencies`)
- Updated dependencies [[`a4d36fcc`](https://github.com/ardatan/graphql-tools/commit/a4d36fccce6113843a55b77c96328727f4c748bc), [`a4d36fcc`](https://github.com/ardatan/graphql-tools/commit/a4d36fccce6113843a55b77c96328727f4c748bc), [`a4d36fcc`](https://github.com/ardatan/graphql-tools/commit/a4d36fccce6113843a55b77c96328727f4c748bc), [`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
- @graphql-tools/batch-execute@8.5.15
- @graphql-tools/executor@0.0.12
- @graphql-tools/schema@9.0.13
- @graphql-tools/utils@9.1.4

## 9.0.21

### 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": "9.0.21",
"version": "9.0.22",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,10 +53,10 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/batch-execute": "8.5.14",
"@graphql-tools/executor": "0.0.11",
"@graphql-tools/schema": "9.0.12",
"@graphql-tools/utils": "9.1.3",
"@graphql-tools/batch-execute": "8.5.15",
"@graphql-tools/executor": "0.0.12",
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/utils": "9.1.4",
"dataloader": "2.1.0",
"tslib": "~2.4.0",
"value-or-promise": "1.0.12"
Expand Down
9 changes: 9 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/executor

## 0.0.12

### Patch Changes

- [#4943](https://github.com/ardatan/graphql-tools/pull/4943) [`a4d36fcc`](https://github.com/ardatan/graphql-tools/commit/a4d36fccce6113843a55b77c96328727f4c748bc) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`value-or-promise@1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.11`, in `dependencies`)
- Updated dependencies [[`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
- @graphql-tools/utils@9.1.4

## 0.0.11

### 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": "0.0.11",
"version": "0.0.12",
"author": "Saihajpreet Singh <saihajpreet.singh@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@repeaterjs/repeater": "3.0.4",
"@graphql-tools/utils": "9.1.3",
"@graphql-tools/utils": "9.1.4",
"@graphql-typed-document-node/core": "3.1.1",
"tslib": "^2.4.0",
"value-or-promise": "1.0.12"
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/apollo-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-apollo-link

## 0.0.6

### Patch Changes

- Updated dependencies [[`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
- @graphql-tools/utils@9.1.4

## 0.0.5

### 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": "0.0.5",
"version": "0.0.6",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/utils": "9.1.3",
"@graphql-tools/utils": "9.1.4",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/graphql-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-graphql-ws

## 0.0.6

### Patch Changes

- Updated dependencies [[`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
- @graphql-tools/utils@9.1.4

## 0.0.5

### 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": "0.0.5",
"version": "0.0.6",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@types/ws": "^8.0.0",
"ws": "8.11.0",
"isomorphic-ws": "5.0.0",
"@graphql-tools/utils": "9.1.3",
"@graphql-tools/utils": "9.1.4",
"@repeaterjs/repeater": "3.0.4",
"graphql-ws": "5.11.2",
"tslib": "^2.4.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/executors/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-tools/executor-http

## 0.0.9

### Patch Changes

- [#4941](https://github.com/ardatan/graphql-tools/pull/4941) [`0e5d250c`](https://github.com/ardatan/graphql-tools/commit/0e5d250cbac7ab003c45020b5ea464a8924eed01) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

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

- [#4943](https://github.com/ardatan/graphql-tools/pull/4943) [`a4d36fcc`](https://github.com/ardatan/graphql-tools/commit/a4d36fccce6113843a55b77c96328727f4c748bc) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`value-or-promise@1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.11`, in `dependencies`)
- Updated dependencies [[`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
- @graphql-tools/utils@9.1.4

## 0.0.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": "0.0.8",
"version": "0.0.9",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
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": "9.1.3",
"@graphql-tools/utils": "9.1.4",
"value-or-promise": "1.0.12",
"@whatwg-node/fetch": "0.6.1",
"@repeaterjs/repeater": "3.0.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/legacy-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-legacy-ws

## 0.0.6

### Patch Changes

- Updated dependencies [[`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
- @graphql-tools/utils@9.1.4

## 0.0.5

### 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": "0.0.5",
"version": "0.0.6",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@types/ws": "^8.0.0",
"@graphql-tools/utils": "9.1.3",
"@graphql-tools/utils": "9.1.4",
"isomorphic-ws": "5.0.0",
"ws": "8.11.0",
"tslib": "^2.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/urql-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-urql-exchange

## 0.0.6

### Patch Changes

- Updated dependencies [[`e3ec35ed`](https://github.com/ardatan/graphql-tools/commit/e3ec35ed27d4a329739c8da6be06ce74c8f25591)]:
- @graphql-tools/utils@9.1.4

## 0.0.5

### Patch Changes
Expand Down
Loading

0 comments on commit 0644fab

Please sign in to comment.