Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-hive/yoga to ^0.38.0 (#7607)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @graphql-hive/yoga to ^0.38.0

* 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 Sep 2, 2024
1 parent d4f23b3 commit 379c9cf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_plugin-hive-7607-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-hive": patch
---
dependencies updates:
- Updated dependency [`@graphql-hive/yoga@^0.38.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.38.0) (from `^0.37.0`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_transform-hive-7607-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transform-hive": patch
---
dependencies updates:
- Updated dependency [`@graphql-hive/yoga@^0.38.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.38.0) (from `^0.37.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/legacy/transforms/hive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-hive/core": "^0.8.0",
"@graphql-hive/yoga": "^0.37.0",
"@graphql-hive/yoga": "^0.38.0",
"@graphql-mesh/string-interpolation": "^0.5.6",
"@graphql-tools/delegate": "^10.0.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/hive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-hive/core": "^0.8.0",
"@graphql-hive/yoga": "^0.37.0",
"@graphql-hive/yoga": "^0.38.0",
"@graphql-mesh/string-interpolation": "0.5.6"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5836,17 +5836,17 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-hive/yoga@npm:^0.37.0":
version: 0.37.0
resolution: "@graphql-hive/yoga@npm:0.37.0"
"@graphql-hive/yoga@npm:^0.38.0":
version: 0.38.0
resolution: "@graphql-hive/yoga@npm:0.38.0"
dependencies:
"@graphql-hive/core": "npm:0.8.0"
"@graphql-yoga/plugin-persisted-operations": "npm:^3.3.1"
tiny-lru: "npm:8.0.2"
peerDependencies:
graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
graphql-yoga: ^5.0.0
checksum: 10c0/43fbf315a7f040dad7b18396ab50e017581be3b9944b49d0d44904979ddfb96e8cfe2538bae2acef18e9bcb067c3211c60cf64e0020bb49ca7bae79f5a091bb6
checksum: 10c0/5f299725a9e7b8a05c53043560b2103ce5dc75be926f8552b8b36af9c2e6518d1cd907aab7fee6a4b9f30d5989f07ae12ece78d56bb7323168f3b66929afbfcc
languageName: node
linkType: hard

Expand Down Expand Up @@ -6377,7 +6377,7 @@ __metadata:
resolution: "@graphql-mesh/plugin-hive@workspace:packages/plugins/hive"
dependencies:
"@graphql-hive/core": "npm:^0.8.0"
"@graphql-hive/yoga": "npm:^0.37.0"
"@graphql-hive/yoga": "npm:^0.38.0"
"@graphql-mesh/string-interpolation": "npm:0.5.6"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.6
Expand Down Expand Up @@ -6959,7 +6959,7 @@ __metadata:
resolution: "@graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive"
dependencies:
"@graphql-hive/core": "npm:^0.8.0"
"@graphql-hive/yoga": "npm:^0.37.0"
"@graphql-hive/yoga": "npm:^0.38.0"
"@graphql-mesh/string-interpolation": "npm:^0.5.6"
"@graphql-tools/delegate": "npm:^10.0.21"
peerDependencies:
Expand Down

0 comments on commit 379c9cf

Please sign in to comment.