Skip to content

Commit

Permalink
Upcoming Release Changes (#5267)
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 May 19, 2023
1 parent e91ec37 commit 6a1206a
Show file tree
Hide file tree
Showing 97 changed files with 632 additions and 221 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-icons-bow.md

This file was deleted.

46 changes: 0 additions & 46 deletions .changeset/moody-days-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-panthers-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-pillows-sip.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.94

### Patch Changes

- Updated dependencies [[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
- @graphql-tools/federation@1.0.0
- @graphql-tools/stitch@9.0.0

## 0.0.93

### 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.93",
"version": "0.0.94",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.4.5",
"@apollo/subgraph": "2.4.5",
"@graphql-tools/stitch": "8.7.50",
"@graphql-tools/federation": "0.0.3",
"@graphql-tools/stitch": "9.0.0",
"@graphql-tools/federation": "1.0.0",
"express": "4.18.2",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-tools/batch-delegate

## 9.0.0

### Major Changes

- [#5274](https://github.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`

### Patch Changes

- Updated dependencies [[`8fba6cc1`](https://github.com/ardatan/graphql-tools/commit/8fba6cc1876e914d587f5b253332aaedbcaa65e6), [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955), [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
- @graphql-tools/delegate@10.0.0
- @graphql-tools/utils@10.0.0

## 8.4.27

### 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.27",
"version": "9.0.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,15 +53,15 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "^9.0.35",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/delegate": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"dataloader": "2.2.2",
"value-or-promise": "^1.0.12",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/stitch": "8.7.50"
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/stitch": "9.0.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
11 changes: 11 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/batch-execute

## 9.0.0

### Major Changes

- [#5274](https://github.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`

### Patch Changes

- Updated dependencies [[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955), [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
- @graphql-tools/utils@10.0.0

## 8.5.22

### 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.22",
"version": "9.0.0",
"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.1",
"@graphql-tools/utils": "^10.0.0",
"dataloader": "^2.2.2",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
Expand Down
16 changes: 16 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphql-tools/delegate

## 10.0.0

### Major Changes

- [#5274](https://github.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`

### Patch Changes

- [`8fba6cc1`](https://github.com/ardatan/graphql-tools/commit/8fba6cc1876e914d587f5b253332aaedbcaa65e6) Thanks [@ardatan](https://github.com/ardatan)! - Workaround for empty results

- Updated dependencies [[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955), [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
- @graphql-tools/batch-execute@9.0.0
- @graphql-tools/executor@1.0.0
- @graphql-tools/schema@10.0.0
- @graphql-tools/utils@10.0.0

## 9.0.35

### 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.35",
"version": "10.0.0",
"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.22",
"@graphql-tools/executor": "^0.0.20",
"@graphql-tools/schema": "^9.0.19",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/batch-execute": "^9.0.0",
"@graphql-tools/executor": "^1.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"dataloader": "^2.2.2",
"tslib": "^2.5.0",
"value-or-promise": "^1.0.12"
Expand Down
6 changes: 6 additions & 0 deletions packages/documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/documents

## 1.0.0

### Major Changes

- [#5274](https://github.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/documents",
"version": "0.1.0",
"version": "1.0.0",
"description": "Utilities for GraphQL documents.",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/executor

## 1.0.0

### Major Changes

- [#5274](https://github.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`

### Patch Changes

- Updated dependencies [[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955), [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
- @graphql-tools/utils@10.0.0

## 0.0.20

### 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.20",
"version": "1.0.0",
"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.1",
"@graphql-tools/utils": "^10.0.0",
"@graphql-typed-document-node/core": "3.2.0",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
Expand Down
11 changes: 11 additions & 0 deletions packages/executors/apollo-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/executor-apollo-link

## 1.0.0

### Major Changes

- [#5274](https://github.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`

### Patch Changes

- Updated dependencies [[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955), [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
- @graphql-tools/utils@10.0.0

## 0.0.9

### 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.9",
"version": "1.0.0",
"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.1",
"@graphql-tools/utils": "^10.0.0",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/executors/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/executor-envelop

## 2.0.0

### Major Changes

- [#5274](https://github.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`

### Patch Changes

- Updated dependencies [[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955), [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
- @graphql-tools/utils@10.0.0

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-envelop",
"version": "1.0.0",
"version": "2.0.0",
"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.1",
"@graphql-tools/utils": "^10.0.0",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 6a1206a

Please sign in to comment.