Skip to content

Commit

Permalink
fix(deps): update envelop (major) (#8399)
Browse files Browse the repository at this point in the history
* fix(deps): update envelop

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Feb 19, 2025
1 parent cfd76ce commit acde564
Show file tree
Hide file tree
Showing 20 changed files with 162 additions and 72 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-live-query": patch
---
dependencies updates:
- Updated dependency [`@envelop/[email protected]` ↗︎](https://www.npmjs.com/package/@envelop/live-query/v/8.0.0) (from `7.0.0`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_plugin-newrelic-8399-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-newrelic": patch
---
dependencies updates:
- Updated dependency [`@envelop/newrelic@^8.0.0` ↗︎](https://www.npmjs.com/package/@envelop/newrelic/v/8.0.0) (from `^7.0.0`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-operation-field-permissions": patch
---
dependencies updates:
- Updated dependency [`@envelop/[email protected]` ↗︎](https://www.npmjs.com/package/@envelop/operation-field-permissions/v/7.0.0) (from `6.0.0`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-rate-limit": patch
---
dependencies updates:
- Updated dependency [`@envelop/rate-limiter@^7.0.0` ↗︎](https://www.npmjs.com/package/@envelop/rate-limiter/v/7.0.0) (from `^6.2.1`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-response-cache": patch
---
dependencies updates:
- Updated dependency [`@envelop/response-cache@^7.0.0` ↗︎](https://www.npmjs.com/package/@envelop/response-cache/v/7.0.0) (from `^6.1.1`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_plugin-statsd-8399-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-statsd": patch
---
dependencies updates:
- Updated dependency [`@envelop/[email protected]` ↗︎](https://www.npmjs.com/package/@envelop/statsd/v/6.0.0) (from `5.0.1`, in `dependencies`)
6 changes: 6 additions & 0 deletions .changeset/@graphql-mesh_runtime-8399-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@graphql-mesh/runtime": patch
---
dependencies updates:
- Updated dependency [`@envelop/extended-validation@^5.0.0` ↗︎](https://www.npmjs.com/package/@envelop/extended-validation/v/5.0.0) (from `^4.0.0`, in `dependencies`)
- Updated dependency [`@envelop/graphql-jit@^9.0.0` ↗︎](https://www.npmjs.com/package/@envelop/graphql-jit/v/9.0.0) (from `^8.0.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@envelop/auth0": "6.0.0",
"@envelop/auth0": "7.0.0",
"@graphql-mesh/cli": "0.98.23",
"@graphql-mesh/json-schema": "0.108.20",
"@graphql-mesh/plugin-operation-field-permissions": "0.103.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@examples/spacex-cfw",
"private": true,
"dependencies": {
"@envelop/depth-limit": "4.0.0",
"@envelop/depth-limit": "5.0.0",
"@graphql-mesh/cache-cfw-kv": "0.104.17",
"@graphql-mesh/cli": "0.98.23",
"@graphql-mesh/graphql": "0.103.18",
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest"
},
"dependencies": {
"@envelop/auth0": "^6.0.0",
"@envelop/auth0": "^7.0.0",
"@graphql-hive/gateway": "^1.8.0",
"@graphql-mesh/compose-cli": "workspace:^",
"@graphql-mesh/plugin-operation-field-permissions": "^0.103.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-spacex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "wrangler dev"
},
"dependencies": {
"@envelop/depth-limit": "^4.0.0",
"@envelop/depth-limit": "^5.0.0",
"@graphql-hive/gateway": "^1.8.0",
"@graphql-mesh/cache-cfw-kv": "workspace:^",
"@graphql-mesh/plugin-rate-limit": "^0.103.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@envelop/core": "^5.0.0",
"@envelop/extended-validation": "^4.0.0",
"@envelop/graphql-jit": "^8.0.0",
"@envelop/extended-validation": "^5.0.0",
"@envelop/graphql-jit": "^9.0.0",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/string-interpolation": "^0.5.8",
"@graphql-mesh/types": "^0.103.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/jwt-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@envelop/generic-auth": "8.0.1",
"@envelop/generic-auth": "9.0.0",
"@graphql-hive/gateway-runtime": "^1.3.5",
"graphql-yoga": "^5.7.0",
"jsonwebtoken": "9.0.2"
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 @@ -36,7 +36,7 @@
},
"dependencies": {
"@envelop/core": "^5.0.0",
"@envelop/live-query": "7.0.0",
"@envelop/live-query": "8.0.0",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/string-interpolation": "0.5.8",
"@graphql-mesh/types": "^0.103.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/newrelic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@envelop/core": "^5.0.0",
"@envelop/newrelic": "^7.0.0",
"@envelop/newrelic": "^8.0.0",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/string-interpolation": "^0.5.8",
"@graphql-mesh/types": "^0.103.17",
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 @@ -35,7 +35,7 @@
"graphql": "*"
},
"dependencies": {
"@envelop/operation-field-permissions": "6.0.0",
"@envelop/operation-field-permissions": "7.0.0",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/types": "^0.103.17",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"graphql": "*"
},
"dependencies": {
"@envelop/rate-limiter": "^6.2.1",
"@envelop/rate-limiter": "^7.0.0",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/string-interpolation": "0.5.8",
"@graphql-mesh/types": "^0.103.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@envelop/core": "^5.0.0",
"@envelop/response-cache": "^6.1.1",
"@envelop/response-cache": "^7.0.0",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/string-interpolation": "0.5.8",
"@graphql-mesh/types": "^0.103.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/statsd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"graphql": "*"
},
"dependencies": {
"@envelop/statsd": "5.0.1",
"@envelop/statsd": "6.0.0",
"@graphql-mesh/types": "^0.103.17",
"@graphql-mesh/utils": "^0.103.17",
"hot-shots": "^10.2.1",
Expand Down
Loading

0 comments on commit acde564

Please sign in to comment.