Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 6, 2023
1 parent a20f1fa commit 8d77812
Show file tree
Hide file tree
Showing 49 changed files with 198 additions and 99 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.

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
7 changes: 7 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/batch-delegate

## 8.4.15

### Patch Changes

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

## 8.4.14

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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/delegate": "9.0.22",
"@graphql-tools/utils": "9.1.3",
"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
7 changes: 7 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @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`)

## 8.5.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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
11 changes: 11 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @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)]:
- @graphql-tools/batch-execute@8.5.15
- @graphql-tools/executor@0.0.12
- @graphql-tools/schema@9.0.13

## 9.0.21

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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,9 +53,9 @@
"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/batch-execute": "8.5.15",
"@graphql-tools/executor": "0.0.12",
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/utils": "9.1.3",
"dataloader": "2.1.0",
"tslib": "~2.4.0",
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.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`)

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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
11 changes: 11 additions & 0 deletions packages/executors/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @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`)

## 0.0.8

### 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": "0.0.8",
"version": "0.0.9",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-tools

## 8.3.15

### Patch Changes

- Updated dependencies [[`a4d36fcc`](https://github.com/ardatan/graphql-tools/commit/a4d36fccce6113843a55b77c96328727f4c748bc)]:
- @graphql-tools/schema@9.0.13

## 8.3.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "8.3.14",
"version": "8.3.15",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,7 +57,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/schema": "9.0.12",
"@graphql-tools/schema": "9.0.13",
"tslib": "^2.4.0"
},
"type": "module"
Expand Down
7 changes: 7 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/links

## 8.3.26

### Patch Changes

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

## 8.3.25

### 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": "8.3.25",
"version": "8.3.26",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,7 +64,7 @@
"graphql-upload": "16.0.2"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.21",
"@graphql-tools/delegate": "9.0.22",
"@graphql-tools/utils": "9.1.3",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/load/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/load

## 7.8.9

### Patch Changes

- Updated dependencies [[`a4d36fcc`](https://github.com/ardatan/graphql-tools/commit/a4d36fccce6113843a55b77c96328727f4c748bc)]:
- @graphql-tools/schema@9.0.13

## 7.8.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/load",
"version": "7.8.8",
"version": "7.8.9",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@graphql-tools/utils": "9.1.3",
"@graphql-tools/schema": "9.0.12",
"@graphql-tools/schema": "9.0.13",
"p-limit": "3.1.0",
"tslib": "^2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/apollo-engine-loader

## 7.3.22

### 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.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.6.0) (from `^0.5.0`, in `dependencies`)

## 7.3.21

### 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": "7.3.21",
"version": "7.3.22",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/github-loader

## 7.3.23

### 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.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.6.0) (from `^0.5.0`, in `dependencies`)

## 7.3.22

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

## 7.2.51

### Patch Changes

- [#4930](https://github.com/ardatan/graphql-tools/pull/4930) [`cbc2fa8b`](https://github.com/ardatan/graphql-tools/commit/cbc2fa8b9f057f32f56088742c02e7b6628d84cb) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@types/jsonwebtoken@^9.0.0` ↗︎](https://www.npmjs.com/package/@types/jsonwebtoken/v/9.0.0) (from `^8.5.0`, in `dependencies`)
- Updated dependencies [[`0e5d250c`](https://github.com/ardatan/graphql-tools/commit/0e5d250cbac7ab003c45020b5ea464a8924eed01)]:
- @graphql-tools/url-loader@7.16.30

## 7.2.50

### Patch Changes
Expand Down
Loading

0 comments on commit 8d77812

Please sign in to comment.