Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages (major) (#4296)
Browse files Browse the repository at this point in the history
* fix(deps): update apollo graphql packages

* Go

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 17, 2022
1 parent 8710a44 commit a863ea1
Show file tree
Hide file tree
Showing 12 changed files with 250 additions and 484 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-prometheus": patch
---
dependencies updates:
- Updated dependency [`@envelop/prometheus@7.0.2` ↗︎](https://www.npmjs.com/package/@envelop/prometheus/v/7.0.2) (from `6.6.0`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_plugin-statsd-4296-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/statsd@3.0.2` ↗︎](https://www.npmjs.com/package/@envelop/statsd/v/3.0.2) (from `2.6.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/federation-example/services/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node index.js"
},
"dependencies": {
"apollo-server": "2.26.0",
"apollo-server": "3.10.3",
"graphql": "16.6.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node index.js"
},
"dependencies": {
"@apollo/subgraph": "0.5.1",
"@apollo/subgraph": "2.1.3",
"apollo-server": "3.10.3",
"graphql": "16.6.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/federation-example/services/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "node index.js"
},
"dependencies": {
"@apollo/subgraph": "0.5.1",
"apollo-server": "2.26.0",
"@apollo/subgraph": "2.1.3",
"apollo-server": "3.10.3",
"graphql": "16.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/federation-example/services/reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "node index.js"
},
"dependencies": {
"@apollo/subgraph": "0.5.1",
"apollo-server": "2.26.0",
"@apollo/subgraph": "2.1.3",
"apollo-server": "3.10.3",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs-apollo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@graphql-mesh/config": "8.0.21",
"@graphql-mesh/openapi": "0.33.26",
"@graphql-mesh/runtime": "0.44.21",
"apollo-server-micro": "2.26.0",
"apollo-server-micro": "3.10.3",
"graphql": "16.6.0",
"next": "12.3.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-sdk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-mesh/config": "8.0.21",
"@graphql-mesh/openapi": "0.33.26",
"@graphql-mesh/runtime": "0.44.21",
"apollo-server-micro": "2.26.0",
"apollo-server-micro": "3.10.3",
"graphql": "16.6.0",
"next": "12.3.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-location-weather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphql-mesh/runtime": "0.44.21",
"@graphql-mesh/transform-cache": "0.12.57",
"@graphql-mesh/transform-rename": "0.12.93",
"apollo-server": "2.26.0",
"apollo-server": "3.10.3",
"graphql": "16.6.0"
}
}
17 changes: 0 additions & 17 deletions patches/apollo-graphql+0.9.5.patch

This file was deleted.

32 changes: 0 additions & 32 deletions patches/apollo-server-core+2.26.0.patch

This file was deleted.

Loading

0 comments on commit a863ea1

Please sign in to comment.