Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #4832

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/@graphql-tools_url-loader-4829-dependencies.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/hungry-singers-switch.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/executors/apollo-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @graphql-tools/executor-apollo-link

## 0.0.1

### Patch Changes

- [#4829](https://github.com/ardatan/graphql-tools/pull/4829) [`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff) Thanks [@ardatan](https://github.com/ardatan)! - Break down UrlLoader into different pieces
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.0.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/graphql-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @graphql-tools/executor-graphql-ws

## 0.0.1

### Patch Changes

- [#4829](https://github.com/ardatan/graphql-tools/pull/4829) [`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff) Thanks [@ardatan](https://github.com/ardatan)! - Break down UrlLoader into different pieces
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.0.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @graphql-tools/executor-http

## 0.0.1

### Patch Changes

- [#4829](https://github.com/ardatan/graphql-tools/pull/4829) [`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff) Thanks [@ardatan](https://github.com/ardatan)! - Break down UrlLoader into different pieces
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.0",
"version": "0.0.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/legacy-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @graphql-tools/executor-legacy-ws

## 0.0.1

### Patch Changes

- [#4829](https://github.com/ardatan/graphql-tools/pull/4829) [`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff) Thanks [@ardatan](https://github.com/ardatan)! - Break down UrlLoader into different pieces
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.0.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/urql-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @graphql-tools/executor-urql-exchange

## 0.0.1

### Patch Changes

- [#4829](https://github.com/ardatan/graphql-tools/pull/4829) [`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff) Thanks [@ardatan](https://github.com/ardatan)! - Break down UrlLoader into different pieces
2 changes: 1 addition & 1 deletion packages/executors/urql-exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-urql-exchange",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/prisma-loader

## 7.2.33

### Patch Changes

- Updated dependencies [[`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff), [`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff)]:
- @graphql-tools/url-loader@7.16.13

## 7.2.32

### 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": "7.2.32",
"version": "7.2.33",
"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/url-loader": "7.16.12",
"@graphql-tools/url-loader": "7.16.13",
"@graphql-tools/utils": "9.1.0",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
23 changes: 23 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @graphql-tools/url-loader

## 7.16.13

### Patch Changes

- [#4829](https://github.com/ardatan/graphql-tools/pull/4829) [`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Added dependency [`@graphql-tools/executor-http@0.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-http/v/0.0.0) (to `dependencies`)
- Added dependency [`@graphql-tools/executor-graphql-ws@0.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-graphql-ws/v/0.0.0) (to `dependencies`)
- Added dependency [`@graphql-tools/executor-legacy-ws@0.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-legacy-ws/v/0.0.0) (to `dependencies`)
- Removed dependency [`@types/ws@^8.0.0` ↗︎](https://www.npmjs.com/package/@types/ws/v/8.0.0) (from `dependencies`)
- Removed dependency [`dset@^3.1.2` ↗︎](https://www.npmjs.com/package/dset/v/3.1.2) (from `dependencies`)
- Removed dependency [`extract-files@^11.0.0` ↗︎](https://www.npmjs.com/package/extract-files/v/11.0.0) (from `dependencies`)
- Removed dependency [`graphql-ws@^5.4.1` ↗︎](https://www.npmjs.com/package/graphql-ws/v/5.4.1) (from `dependencies`)
- Removed dependency [`meros@^1.1.4` ↗︎](https://www.npmjs.com/package/meros/v/1.1.4) (from `dependencies`)
- Removed dependency [`ws@^8.3.0` ↗︎](https://www.npmjs.com/package/ws/v/8.3.0) (from `dependencies`)

- [#4829](https://github.com/ardatan/graphql-tools/pull/4829) [`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff) Thanks [@ardatan](https://github.com/ardatan)! - Break down UrlLoader into different pieces

- Updated dependencies [[`61812ccb`](https://github.com/ardatan/graphql-tools/commit/61812ccb97d6e179e74d72661dd0736f6ca0a7ff)]:
- @graphql-tools/executor-graphql-ws@0.0.1
- @graphql-tools/executor-http@0.0.1
- @graphql-tools/executor-legacy-ws@0.0.1

## 7.16.12

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "7.16.12",
"version": "7.16.13",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,9 +67,9 @@
},
"dependencies": {
"@graphql-tools/delegate": "9.0.15",
"@graphql-tools/executor-http": "0.0.0",
"@graphql-tools/executor-graphql-ws": "0.0.0",
"@graphql-tools/executor-legacy-ws": "0.0.0",
"@graphql-tools/executor-http": "0.0.1",
"@graphql-tools/executor-graphql-ws": "0.0.1",
"@graphql-tools/executor-legacy-ws": "0.0.1",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/wrap": "9.2.11",
"@ardatan/sync-fetch": "0.0.1",
Expand Down