Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5024)
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] committed Feb 6, 2023
1 parent b09ea28 commit 79afd0b
Show file tree
Hide file tree
Showing 77 changed files with 400 additions and 163 deletions.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-phones-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-socks-clap.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.81

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.40
- @graphql-tools/stitching-directives@2.3.29

## 0.0.80

### 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.80",
"version": "0.0.81",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.3.0",
"@apollo/federation": "0.38.1",
"@graphql-tools/stitch": "8.7.39",
"@graphql-tools/stitching-directives": "2.3.28",
"@graphql-tools/stitch": "8.7.40",
"@graphql-tools/stitching-directives": "2.3.29",
"express": "4.18.2",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
Expand Down
10 changes: 10 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/batch-delegate

## 8.4.19

### Patch Changes

- [#5025](https://github.com/ardatan/graphql-tools/pull/5025) [`b09ea282`](https://github.com/ardatan/graphql-tools/commit/b09ea282f0945fb19f354af57aabddcd23b2a155) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`dataloader@2.2.1` ↗︎](https://www.npmjs.com/package/dataloader/v/2.2.1) (from `2.1.0`, in `dependencies`)
- Updated dependencies [[`b09ea282`](https://github.com/ardatan/graphql-tools/commit/b09ea282f0945fb19f354af57aabddcd23b2a155), [`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
- @graphql-tools/delegate@9.0.26
- @graphql-tools/utils@9.2.1

## 8.4.18

### 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.18",
"version": "8.4.19",
"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.25",
"@graphql-tools/utils": "9.2.0",
"@graphql-tools/delegate": "9.0.26",
"@graphql-tools/utils": "9.2.1",
"dataloader": "2.2.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.15",
"@graphql-tools/stitch": "8.7.39"
"@graphql-tools/schema": "9.0.16",
"@graphql-tools/stitch": "8.7.40"
},
"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.17

### Patch Changes

- [#5025](https://github.com/ardatan/graphql-tools/pull/5025) [`b09ea282`](https://github.com/ardatan/graphql-tools/commit/b09ea282f0945fb19f354af57aabddcd23b2a155) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`dataloader@2.2.1` ↗︎](https://www.npmjs.com/package/dataloader/v/2.2.1) (from `2.1.0`, in `dependencies`)
- Updated dependencies [[`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
- @graphql-tools/utils@9.2.1

## 8.5.16

### 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.16",
"version": "8.5.17",
"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.2.0",
"@graphql-tools/utils": "9.2.1",
"dataloader": "2.2.1",
"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.26

### Patch Changes

- [#5025](https://github.com/ardatan/graphql-tools/pull/5025) [`b09ea282`](https://github.com/ardatan/graphql-tools/commit/b09ea282f0945fb19f354af57aabddcd23b2a155) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`dataloader@2.2.1` ↗︎](https://www.npmjs.com/package/dataloader/v/2.2.1) (from `2.1.0`, in `dependencies`)
- Updated dependencies [[`b09ea282`](https://github.com/ardatan/graphql-tools/commit/b09ea282f0945fb19f354af57aabddcd23b2a155), [`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
- @graphql-tools/batch-execute@8.5.17
- @graphql-tools/utils@9.2.1
- @graphql-tools/executor@0.0.14
- @graphql-tools/schema@9.0.16

## 9.0.25

### 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.25",
"version": "9.0.26",
"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.16",
"@graphql-tools/executor": "0.0.13",
"@graphql-tools/schema": "9.0.15",
"@graphql-tools/utils": "9.2.0",
"@graphql-tools/batch-execute": "8.5.17",
"@graphql-tools/executor": "0.0.14",
"@graphql-tools/schema": "9.0.16",
"@graphql-tools/utils": "9.2.1",
"dataloader": "2.2.1",
"tslib": "~2.5.0",
"value-or-promise": "1.0.12"
Expand Down
7 changes: 7 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor

## 0.0.14

### Patch Changes

- Updated dependencies [[`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
- @graphql-tools/utils@9.2.1

## 0.0.13

### 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.13",
"version": "0.0.14",
"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.2.0",
"@graphql-tools/utils": "9.2.1",
"@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.8

### Patch Changes

- Updated dependencies [[`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
- @graphql-tools/utils@9.2.1

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.2.0",
"@graphql-tools/utils": "9.2.1",
"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.10

### Patch Changes

- Updated dependencies [[`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
- @graphql-tools/utils@9.2.1

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.12.0",
"isomorphic-ws": "5.0.0",
"@graphql-tools/utils": "9.2.0",
"@graphql-tools/utils": "9.2.1",
"@repeaterjs/repeater": "3.0.4",
"graphql-ws": "5.11.3",
"tslib": "^2.4.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/executors/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-tools/executor-http

## 0.1.5

### Patch Changes

- [#5025](https://github.com/ardatan/graphql-tools/pull/5025) [`b09ea282`](https://github.com/ardatan/graphql-tools/commit/b09ea282f0945fb19f354af57aabddcd23b2a155) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.2.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.2.0) (from `9.2.0`, in `dependencies`)
- Updated dependency [`value-or-promise@^1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.12`, in `dependencies`)
- Updated dependency [`@whatwg-node/fetch@^0.6.9` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.6.9) (from `0.6.5`, in `dependencies`)
- Updated dependency [`@repeaterjs/repeater@^3.0.4` ↗︎](https://www.npmjs.com/package/@repeaterjs/repeater/v/3.0.4) (from `3.0.4`, in `dependencies`)
- Updated dependency [`dset@^3.1.2` ↗︎](https://www.npmjs.com/package/dset/v/3.1.2) (from `3.1.2`, in `dependencies`)
- Updated dependency [`meros@^1.2.1` ↗︎](https://www.npmjs.com/package/meros/v/1.2.1) (from `1.2.1`, in `dependencies`)
- Updated dependencies [[`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
- @graphql-tools/utils@9.2.1

## 0.1.4

### 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.1.4",
"version": "0.1.5",
"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.2.0",
"@graphql-tools/utils": "^9.2.1",
"value-or-promise": "^1.0.12",
"@whatwg-node/fetch": "^0.6.9",
"@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.8

### Patch Changes

- Updated dependencies [[`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
- @graphql-tools/utils@9.2.1

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.2.0",
"@graphql-tools/utils": "9.2.1",
"isomorphic-ws": "5.0.0",
"ws": "8.12.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.8

### Patch Changes

- Updated dependencies [[`b5c8f640`](https://github.com/ardatan/graphql-tools/commit/b5c8f6407b74466ed0d2989000458cb59239e9af)]:
- @graphql-tools/utils@9.2.1

## 0.0.7

### Patch Changes
Expand Down

0 comments on commit 79afd0b

Please sign in to comment.