Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2291)
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 Aug 20, 2024
1 parent fbc6d67 commit faeef27
Show file tree
Hide file tree
Showing 43 changed files with 150 additions and 124 deletions.
7 changes: 0 additions & 7 deletions .changeset/@envelop_rate-limiter-2292-dependencies.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/chilled-shirts-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-deers-roll.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/fuzzy-donkeys-walk.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/olive-rings-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-cameras-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-spoons-jam.md

This file was deleted.

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.2

### Patch Changes

- [#2292](https://github.com/n1ru4l/envelop/pull/2292)
[`c3dd2c3`](https://github.com/n1ru4l/envelop/commit/c3dd2c3525b42fcab773e0ae8a637caea5c33558)
Thanks [@ardatan](https://github.com/ardatan)! - Export `mapMaybePromise` and `isPromise`

## 5.0.1

### Patch 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.1",
"version": "5.0.2",
"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 @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"apollo-datasource": "^3",
"apollo-server-caching": "^3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.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 @@ -48,7 +48,7 @@
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@apollo/gateway": "^0.54.0",
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
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 @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/apollo-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"@envelop/types": "^5.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@envelop/on-resolve": "^4.1.0",
"@envelop/on-resolve": "^4.1.1",
"apollo-tracing": "^0.16.0",
"tslib": "^2.5.0"
},
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 @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0"
"@envelop/core": "^5.0.2"
},
"dependencies": {
"jsonwebtoken": "^9.0.0",
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 @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"dataloader": "^2.0.0"
},
"dependencies": {
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 @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
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 @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
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 @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
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 @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/filter-operation-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/fragment-arguments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-jit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-middleware": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-modules": "^1 || ^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/newrelic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"newrelic": ">=7 <12"
},
"dependencies": {
"@envelop/on-resolve": "^4.1.0",
"@envelop/on-resolve": "^4.1.1",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/on-resolve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @envelop/on-resolve

## 4.1.1

### Patch Changes

- [#2292](https://github.com/n1ru4l/envelop/pull/2292)
[`c3dd2c3`](https://github.com/n1ru4l/envelop/commit/c3dd2c3525b42fcab773e0ae8a637caea5c33558)
Thanks [@ardatan](https://github.com/ardatan)! - Refactor the plugin to avoid extra promises with
\`mapMaybePromise\`

- Updated dependencies
[[`c3dd2c3`](https://github.com/n1ru4l/envelop/commit/c3dd2c3525b42fcab773e0ae8a637caea5c33558)]:
- @envelop/core@5.0.2

## 4.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/on-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/on-resolve",
"version": "4.1.0",
"version": "4.1.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.1",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@envelop/on-resolve": "^4.1.0",
"@envelop/on-resolve": "^4.1.1",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/sdk-trace-base": "^1.11.0",
"tslib": "^2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/operation-field-permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/parser-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/persisted-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/preload-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.0"
"@envelop/core": "^5.0.2"
},
"dependencies": {
"tslib": "^2.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^5.0.1",
"@envelop/core": "^5.0.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"prom-client": "^15.0.0"
},
"dependencies": {
"@envelop/on-resolve": "^4.1.0",
"@envelop/on-resolve": "^4.1.1",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit faeef27

Please sign in to comment.