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 #1551

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 0 additions & 5 deletions .changeset/rotten-waves-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-lobsters-fetch.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @envelop/core

## 4.0.0

### Patch Changes

- [#1557](https://github.com/n1ru4l/envelop/pull/1557) [`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419) Thanks [@enisdenjo](https://github.com/enisdenjo)! - useEngine accepts GraphQL's specifiedRules

- Updated dependencies [[`42f2e5c0`](https://github.com/n1ru4l/envelop/commit/42f2e5c0c0bbbce5fa7ffe077e50591acc0d03fc)]:
- @envelop/types@3.0.0

## 3.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/core",
"version": "3.0.0",
"version": "4.0.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
@@ -56,7 +56,7 @@
"definition": "dist/typings/index.d.ts"
},
"dependencies": {
"@envelop/types": "2.4.0",
"@envelop/types": "3.0.0",
"tslib": "2.4.0"
},
"devDependencies": {
7 changes: 7 additions & 0 deletions packages/plugins/apollo-datasources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/apollo-datasources

## 3.0.0

### Major Changes

- Updated dependencies [[`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/core@4.0.0

## 2.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/plugins/apollo-datasources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-datasources",
"version": "2.0.0",
"version": "3.0.0",
"author": "Kamil Kisiela <kamil.kisiela@gmail.com>",
"license": "MIT",
"repository": {
@@ -57,7 +57,7 @@
"tslib": "^2.4.0"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^4.0.0",
"apollo-datasource": "^3",
"apollo-server-caching": "^3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
7 changes: 7 additions & 0 deletions packages/plugins/apollo-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/apollo-federation

## 4.0.0

### Major Changes

- Updated dependencies [[`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/core@4.0.0

## 3.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/plugins/apollo-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-federation",
"version": "3.0.0",
"version": "4.0.0",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"license": "MIT",
"sideEffects": false,
@@ -59,7 +59,7 @@
"graphql-tag": "2.12.6"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^4.0.0",
"@apollo/gateway": "^0.41.0 || ^0.42.0 || ^0.43.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
7 changes: 7 additions & 0 deletions packages/plugins/apollo-server-errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/apollo-server-errors

## 5.0.0

### Major Changes

- Updated dependencies [[`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/core@4.0.0

## 4.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/plugins/apollo-server-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-server-errors",
"version": "4.0.0",
"version": "5.0.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
@@ -56,7 +56,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
13 changes: 13 additions & 0 deletions packages/plugins/apollo-tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @envelop/apollo-tracing

## 5.0.0

### Major Changes

- Updated dependencies [[`42f2e5c0`](https://github.com/n1ru4l/envelop/commit/42f2e5c0c0bbbce5fa7ffe077e50591acc0d03fc), [`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/types@3.0.0
- @envelop/core@4.0.0

### Patch Changes

- Updated dependencies []:
- @envelop/on-resolve@3.0.0

## 4.0.0

### Major Changes
8 changes: 4 additions & 4 deletions packages/plugins/apollo-tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-tracing",
"version": "4.0.0",
"version": "5.0.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"repository": {
@@ -47,7 +47,7 @@
"definition": "dist/typings/index.d.ts"
},
"dependencies": {
"@envelop/on-resolve": "^2.0.0",
"@envelop/on-resolve": "^3.0.0",
"apollo-tracing": "^0.15.0",
"tslib": "^2.4.0"
},
@@ -57,8 +57,8 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/types": "^2.4.0",
"@envelop/core": "^3.0.0",
"@envelop/types": "^3.0.0",
"@envelop/core": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
7 changes: 7 additions & 0 deletions packages/plugins/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/auth0

## 5.0.0

### Major Changes

- Updated dependencies [[`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/core@4.0.0

## 4.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/plugins/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/auth0",
"version": "4.0.0",
"version": "5.0.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
@@ -56,7 +56,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0"
"@envelop/core": "^4.0.0"
},
"buildOptions": {
"input": "./src/index.ts"
7 changes: 7 additions & 0 deletions packages/plugins/dataloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/dataloader

## 5.0.0

### Major Changes

- Updated dependencies [[`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/core@4.0.0

## 4.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/plugins/dataloader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/dataloader",
"version": "4.0.0",
"version": "5.0.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
@@ -57,7 +57,7 @@
},
"peerDependencies": {
"dataloader": "^2.0.0",
"@envelop/core": "^3.0.0"
"@envelop/core": "^4.0.0"
},
"buildOptions": {
"input": "./src/index.ts"
7 changes: 7 additions & 0 deletions packages/plugins/depth-limit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/depth-limit

## 3.0.0

### Major Changes

- Updated dependencies [[`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/core@4.0.0

## 2.0.0

### Major Changes
6 changes: 3 additions & 3 deletions packages/plugins/depth-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/depth-limit",
"version": "2.0.0",
"version": "3.0.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
@@ -51,13 +51,13 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^4.0.0",
"@types/graphql-depth-limit": "1.1.3",
"graphql": "16.3.0",
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
7 changes: 7 additions & 0 deletions packages/plugins/disable-introspection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/disable-introspection

## 5.0.0

### Major Changes

- Updated dependencies [[`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/core@4.0.0

## 4.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/plugins/disable-introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/disable-introspection",
"version": "4.0.0",
"version": "5.0.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
@@ -54,7 +54,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
7 changes: 7 additions & 0 deletions packages/plugins/execute-subscription-event/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/execute-subscription-event

## 4.0.0

### Major Changes

- Updated dependencies [[`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/core@4.0.0

## 3.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/plugins/execute-subscription-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/execute-subscription-event",
"version": "3.0.0",
"version": "4.0.0",
"author": "Laurin Quast <laurinquast@googlemail.com>",
"license": "MIT",
"sideEffects": false,
@@ -55,7 +55,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
7 changes: 7 additions & 0 deletions packages/plugins/extended-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/extended-validation

## 3.0.0

### Major Changes

- Updated dependencies [[`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/core@4.0.0

## 2.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/plugins/extended-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/extended-validation",
"version": "2.0.0",
"version": "3.0.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
@@ -55,7 +55,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
7 changes: 7 additions & 0 deletions packages/plugins/filter-operation-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/filter-operation-type

## 5.0.0

### Major Changes

- Updated dependencies [[`1da52eef`](https://github.com/n1ru4l/envelop/commit/1da52eefcf198150b77db35733ad2b31018f9419)]:
- @envelop/core@4.0.0

## 4.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/plugins/filter-operation-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/filter-operation-type",
"version": "4.0.0",
"version": "5.0.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
@@ -54,7 +54,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.0",
"@envelop/core": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Loading