Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#503)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* 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 Jun 6, 2023
1 parent 8e22ac4 commit 37596cf
Show file tree
Hide file tree
Showing 15 changed files with 460 additions and 595 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/client-add-source-name': patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.78.0) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0`, in `peerDependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphprotocol_client-apollo-503-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/client-apollo': patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/apollo-link@^0.94.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/0.94.0) (from `^0.93.1`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/client-auto-pagination': patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.78.0) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0`, in `peerDependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphprotocol/client-auto-type-merging': patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/transform-type-merging@^0.94.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.94.0) (from `^0.93.0`, in `dependencies`)
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.78.0) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0`, in `peerDependencies`)
6 changes: 6 additions & 0 deletions .changeset/@graphprotocol_client-cli-503-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphprotocol/client-cli': patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/cli@^0.83.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.83.0) (from `^0.82.33`, in `dependencies`)
- Updated dependency [`@graphql-mesh/graphql@^0.94.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.94.0) (from `^0.93.0`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphprotocol_client-urql-503-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/client-urql': patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/urql-exchange@^0.94.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/urql-exchange/v/0.94.0) (from `^0.93.1`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphprotocol/client-cli": "^3.0.0",
"@graphql-mesh/transform-rename": "^0.93.0",
"@graphql-mesh/transform-rename": "^0.94.0",
"concurrently": "^8.0.1",
"graphql": "^16.6.0",
"nodemon": "^2.0.22",
Expand Down
2 changes: 1 addition & 1 deletion examples/transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@graphprotocol/client-cli": "^3.0.0",
"@graphql-mesh/transform-prefix": "^0.93.0",
"@graphql-mesh/transform-prefix": "^0.94.0",
"graphql": "^16.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/add-source-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0"
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0"
},
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/apollo-link": "^0.93.1",
"@graphql-mesh/apollo-link": "^0.94.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@graphql-mesh/transform-prefix": "^0.93.0"
"@graphql-mesh/transform-prefix": "^0.94.0"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0"
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0"
},
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-type-merging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/transform-type-merging": "^0.93.0",
"@graphql-mesh/transform-type-merging": "^0.94.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0"
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0"
},
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/cli": "^0.82.33",
"@graphql-mesh/graphql": "^0.93.0",
"@graphql-mesh/cli": "^0.83.0",
"@graphql-mesh/graphql": "^0.94.0",
"tslib": "^2.4.0",
"@graphprotocol/client-auto-pagination": "^2.0.0",
"@graphprotocol/client-auto-type-merging": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/urql-exchange": "^0.93.1",
"@graphql-mesh/urql-exchange": "^0.94.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 37596cf

Please sign in to comment.