Skip to content

Commit

Permalink
Upcoming Release Changes (#2229)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
  • Loading branch information
3 people committed May 8, 2024
1 parent dc1222f commit cae6868
Show file tree
Hide file tree
Showing 61 changed files with 318 additions and 505 deletions.
9 changes: 0 additions & 9 deletions .changeset/@envelop_opentelemetry-2218-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-turkeys-leave.md

This file was deleted.

84 changes: 0 additions & 84 deletions .changeset/spotty-files-jam.md

This file was deleted.

10 changes: 5 additions & 5 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"loadtest:start-server": "NODE_ENV=production node ./app.js"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/graphql-jit": "*",
"@envelop/parser-cache": "*",
"@envelop/prometheus": "*",
"@envelop/validation-cache": "*",
"@envelop/core": "workspace:^",
"@envelop/graphql-jit": "workspace:^",
"@envelop/parser-cache": "workspace:^",
"@envelop/prometheus": "workspace:^",
"@envelop/validation-cache": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"faker": "5.5.3",
"fastify": "4.26.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/server": "^4.3.2",
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"compile": "tsc"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"compile": "tsc"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1",
"graphql-helix": "1.13.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/express-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"express": "4.19.1",
"express-graphql": "0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/google-cloud-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "npm run shell"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"firebase-admin": "12.0.0",
"firebase-functions": "4.8.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-helix-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@envelop/auth0": "*",
"@envelop/core": "*",
"@envelop/auth0": "workspace:^",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"fastify": "4.26.2",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix-defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"fastify": "4.26.2",
"graphql": "experimental-stream-defer",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"fastify": "4.26.2",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1",
"graphql-http": "^1.18.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:client": "ts-node test-client.ts"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"@n1ru4l/socket-io-graphql-client": "0.13.0",
"@n1ru4l/socket-io-graphql-server": "0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1",
"graphql-sse": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1",
"graphql-ws": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/lambda-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"compile": "tsc"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"aws-sdk": "2.1584.0",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"fastify": "4.26.2",
"graphql": "16.8.1",
"graphql-helix": "1.13.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"class-validator": "0.14.1",
"fastify": "4.26.2",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "tsup-node src/index.ts --format esm --onSuccess \"node dist/index.mjs\""
},
"dependencies": {
"@envelop/core": "*",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"fastify": "4.26.2",
"graphql": "16.8.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.6"
"pnpm": ">=9.1.0"
},
"scripts": {
"build": "bob build",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @envelop/core

## 5.0.1

### Patch Changes

- [#2215](https://github.com/n1ru4l/envelop/pull/2215)
[`dc1222f`](https://github.com/n1ru4l/envelop/commit/dc1222f440942ec796d72fb7ff0c77e03d29c58b)
Thanks [@benjie](https://github.com/benjie)! - feat: add `useValidationRule()` plugin

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/core",
"version": "5.0.0",
"version": "5.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-datasources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"apollo-datasource": "3.3.2",
"apollo-server-caching": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@apollo/federation": "0.38.1",
"@apollo/gateway": "0.54.1",
"@envelop/core": "^5.0.0",
"@envelop/core": "workspace:^",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-server-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"apollo-server-core": "3.13.0",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "workspace:^",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"dataloader": "2.2.2",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/depth-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "workspace:^",
"@types/graphql-depth-limit": "1.1.6",
"graphql": "16.8.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/disable-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "workspace:^",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/execute-subscription-event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "workspace:^",
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/extended-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1",
"typescript": "5.1.3"
Expand Down

0 comments on commit cae6868

Please sign in to comment.