Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#809)
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 Nov 6, 2024
1 parent dfed9de commit 3aac0bd
Show file tree
Hide file tree
Showing 18 changed files with 421 additions and 963 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphprotocol_client-apollo-809-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.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/0.104.0) (from `^0.103.0`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/client-block-tracking': patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/fusion-runtime@^0.10.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/fusion-runtime/v/0.10.0) (from `^0.8.0`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphprotocol_client-cli-809-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/cli@^0.97.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.97.0) (from `^0.96.0`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphprotocol_client-urql-809-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.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/urql-exchange/v/0.104.0) (from `^0.103.0`, in `dependencies`)
10 changes: 5 additions & 5 deletions examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@apollo/client": "3.11.5",
"@apollo/client": "3.11.8",
"@graphprotocol/client-apollo": "2.0.7",
"graphql": "16.9.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"typescript": "5.6.3",
"vite": "5.4.2"
"vite": "5.4.10"
}
}
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 @@ -12,7 +12,7 @@
"@graphprotocol/client-cli": "3.0.7",
"concurrently": "9.1.0",
"graphql": "16.9.0",
"nodemon": "3.1.4",
"nodemon": "3.1.7",
"ts-node": "10.9.2",
"typescript": "5.6.3"
},
Expand Down
8 changes: 4 additions & 4 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": "3.0.7",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"typescript": "5.6.3",
"vite": "5.4.2"
"vite": "5.4.10"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@types/node": "22.9.0",
"@types/react": "18.3.4",
"eslint": "9.9.1",
"@types/react": "18.3.12",
"eslint": "9.14.0",
"eslint-config-next": "15.0.2",
"typescript": "5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@graphprotocol/client-cli": "3.0.7",
"concurrently": "9.1.0",
"graphql": "16.9.0",
"nodemon": "3.1.4",
"nodemon": "3.1.7",
"ts-node": "10.9.2",
"typescript": "5.6.3"
},
Expand Down
10 changes: 5 additions & 5 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": "5.52.2",
"@tanstack/react-query": "5.59.19",
"graphql": "16.9.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"typescript": "5.6.3",
"vite": "5.4.2"
"vite": "5.4.10"
}
}
10 changes: 5 additions & 5 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.9.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"urql": "4.1.0"
"urql": "4.2.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"typescript": "5.6.3",
"vite": "5.4.2"
"vite": "5.4.10"
}
}
10 changes: 5 additions & 5 deletions examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"graphql": "16.9.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"urql": "4.1.0"
"urql": "4.2.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "3.0.7",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"typescript": "5.6.3",
"vite": "5.4.2"
"vite": "5.4.10"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
],
"homepage": "https://github.com/graphprotocol/graph-client#readme",
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/preset-env": "7.25.4",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@changesets/cli": "2.27.9",
"@changesets/changelog-github": "0.5.0",
"@types/babel__core": "7.20.5",
"@types/babel__preset-env": "7.9.7",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"babel-jest": "29.7.0",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"bob-the-bundler": "7.0.1",
"graphql": "16.9.0",
"husky": "9.1.5",
"husky": "9.1.6",
"jest": "29.7.0",
"prettier": "3.3.3",
"pretty-quick": "4.0.0",
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.103.0",
"@graphql-mesh/apollo-link": "^0.104.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^10.0.0",
"@graphql-mesh/fusion-runtime": "^0.8.0",
"@graphql-mesh/fusion-runtime": "^0.10.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/cli": "^0.96.0",
"@graphql-mesh/cli": "^0.97.0",
"@graphql-mesh/graphql": "^0.102.0",
"tslib": "^2.4.0",
"@graphprotocol/client-auto-pagination": "^2.0.7",
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.103.0",
"@graphql-mesh/urql-exchange": "^0.104.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3aac0bd

Please sign in to comment.