Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#436)
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 Apr 26, 2023
1 parent 1bc6fe6 commit 5085a87
Show file tree
Hide file tree
Showing 19 changed files with 484 additions and 390 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` ↗︎](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`, in `peerDependencies`)
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` ↗︎](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`, 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.93.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.93.0) (from `^0.5.22`, 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` ↗︎](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`, in `peerDependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphprotocol_client-cli-436-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/client-cli': patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/graphql@^0.93.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.93.0) (from `^0.34.17`, in `dependencies`)
6 changes: 3 additions & 3 deletions examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.21",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vitejs/plugin-react": "4.0.0",
"typescript": "5.0.4",
"vite": "4.3.1"
"vite": "4.3.2"
}
}
2 changes: 1 addition & 1 deletion examples/auto-pagination-multiple-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"typescript": "5.0.4"
},
"devDependencies": {
"@types/node": "18.16.0"
"@types/node": "18.16.1"
}
}
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": "^2.2.21",
"@graphql-mesh/transform-rename": "^0.14.24",
"@graphql-mesh/transform-rename": "^0.93.0",
"concurrently": "^8.0.1",
"graphql": "^16.6.0",
"nodemon": "^2.0.22",
Expand Down
6 changes: 3 additions & 3 deletions examples/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.21",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vitejs/plugin-react": "4.0.0",
"typescript": "5.0.4",
"vite": "4.3.1"
"vite": "4.3.2"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.21",
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"typescript": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"typescript": "5.0.4"
},
"devDependencies": {
"@types/node": "18.16.0"
"@types/node": "18.16.1"
}
}
8 changes: 4 additions & 4 deletions examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@tanstack/react-query": "4.29.3",
"@tanstack/react-query": "4.29.5",
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.21",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vitejs/plugin-react": "4.0.0",
"typescript": "5.0.4",
"vite": "4.3.1"
"vite": "4.3.2"
}
}
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": "^2.2.21",
"@graphql-mesh/transform-prefix": "^0.12.24",
"@graphql-mesh/transform-prefix": "^0.93.0",
"graphql": "^16.6.0"
}
}
8 changes: 4 additions & 4 deletions examples/urql-live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "4.0.0"
"urql": "4.0.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.21",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vitejs/plugin-react": "4.0.0",
"typescript": "5.0.4",
"vite": "4.3.1"
"vite": "4.3.2"
}
}
8 changes: 4 additions & 4 deletions examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"graphql": "16.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "4.0.0"
"urql": "4.0.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.21",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vitejs/plugin-react": "4.0.0",
"typescript": "5.0.4",
"vite": "4.3.1"
"vite": "4.3.2"
}
}
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",
"@graphql-tools/wrap": "^9.4.2",
"@graphql-tools/utils": "^9.2.1",
"@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"
"@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"
},
"type": "module"
}
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.12.24"
"@graphql-mesh/transform-prefix": "^0.93.0"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"@graphql-tools/delegate": "^9.0.32",
"@graphql-tools/wrap": "^9.4.2",
"@graphql-tools/utils": "^9.2.1",
"@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"
"@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"
},
"type": "module"
}
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.5.22",
"@graphql-mesh/transform-type-merging": "^0.93.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"@graphql-tools/delegate": "^9.0.32",
"@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"
"@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"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "^0.82.33",
"@graphql-mesh/graphql": "^0.34.17",
"@graphql-mesh/graphql": "^0.93.0",
"tslib": "^2.4.0",
"@graphprotocol/client-auto-pagination": "^1.1.17",
"@graphprotocol/client-auto-type-merging": "^1.0.24",
Expand Down
Loading

0 comments on commit 5085a87

Please sign in to comment.