Skip to content

Commit 9f03698

Browse files
Update all non-major dependencies (#233)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@apollo/server](https://redirect.github.com/apollographql/apollo-server) ([source](https://redirect.github.com/apollographql/apollo-server/tree/HEAD/packages/server)) | [`5.1.0` -> `5.2.0`](https://renovatebot.com/diffs/npm/@apollo%2fserver/5.1.0/5.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fserver/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fserver/5.1.0/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@graphql-hive/gateway](https://the-guild.dev/graphql/hive/docs/gateway) ([source](https://redirect.github.com/graphql-hive/gateway/tree/HEAD/packages/gateway)) | [`2.1.17` -> `2.1.18`](https://renovatebot.com/diffs/npm/@graphql-hive%2fgateway/2.1.17/2.1.18) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-hive%2fgateway/2.1.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-hive%2fgateway/2.1.17/2.1.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [wgc](https://redirect.github.com/wundergraph/cosmo) | [`0.96.2` -> `0.97.1`](https://renovatebot.com/diffs/npm/wgc/0.96.2/0.97.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/wgc/0.97.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/wgc/0.96.2/0.97.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>apollographql/apollo-server (@&#8203;apollo/server)</summary> ### [`v5.2.0`](https://redirect.github.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#520) [Compare Source](https://redirect.github.com/apollographql/apollo-server/compare/@apollo/[email protected]...@apollo/[email protected]) ##### Minor Changes - [#&#8203;8161](https://redirect.github.com/apollographql/apollo-server/pull/8161) [`51acbeb`](https://redirect.github.com/apollographql/apollo-server/commit/51acbebde7cc2759efacaa9eccb10aa3fee6b368) Thanks [@&#8203;jerelmiller](https://redirect.github.com/jerelmiller)! - Fix an issue where some bundlers would fail to build because of the dynamic import for the optional peer dependency on `@yaacovcr/transform` introduced in `@apollo/server` 5.1.0. To provide support for the legacy incremental format, you must now provide the `legacyExperimentalExecuteIncrementally` option to the `ApolloServer` constructor. ```ts import { legacyExecuteIncrementally } from '@&#8203;yaacovcr/transform'; const server = new ApolloServer({ // ... legacyExperimentalExecuteIncrementally: legacyExecuteIncrementally, }); ``` If the `legacyExperimentalExecuteIncrementally` option is not provided and the client sends an `Accept` header with a value of `multipart/mixed; deferSpec=20220824`, an error is returned by the server. </details> <details> <summary>graphql-hive/gateway (@&#8203;graphql-hive/gateway)</summary> ### [`v2.1.18`](https://redirect.github.com/graphql-hive/gateway/blob/HEAD/packages/gateway/CHANGELOG.md#2118) [Compare Source](https://redirect.github.com/graphql-hive/gateway/compare/@graphql-hive/[email protected]...@graphql-hive/[email protected]) ##### Patch Changes - Updated dependencies \[[`d1df7ab`](https://redirect.github.com/graphql-hive/gateway/commit/d1df7ab73cb99f79ae7123b56d44fb9c3d724fd4), [`d1df7ab`](https://redirect.github.com/graphql-hive/gateway/commit/d1df7ab73cb99f79ae7123b56d44fb9c3d724fd4)]: - [@&#8203;graphql-mesh/plugin-prometheus](https://redirect.github.com/graphql-mesh/plugin-prometheus)@&#8203;2.1.4 </details> <details> <summary>wundergraph/cosmo (wgc)</summary> ### [`v0.97.1`](https://redirect.github.com/wundergraph/cosmo/releases/tag/wgc%400.97.1) [Compare Source](https://redirect.github.com/wundergraph/cosmo/compare/[email protected]@0.97.1) **Note:** Version bump only for package wgc ### [`v0.97.0`](https://redirect.github.com/wundergraph/cosmo/releases/tag/wgc%400.97.0) [Compare Source](https://redirect.github.com/wundergraph/cosmo/compare/[email protected]@0.97.0) ##### Features - generate proto from operations and sdl ([#&#8203;2302](https://redirect.github.com/wundergraph/cosmo/issues/2302)) ([4cb22f5](https://redirect.github.com/wundergraph/cosmo/commit/4cb22f517bfd8d4cf2f940ef0c8d8cf5d343f603)) ([@&#8203;asoorm](https://redirect.github.com/asoorm)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/graphql-hive/federation-gateway-audit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a930b31 commit 9f03698

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

package-lock.json

Lines changed: 26 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
},
6969
"devDependencies": {
7070
"@apollo/gateway": "2.12.1",
71-
"@apollo/server": "5.1.0",
72-
"@graphql-hive/gateway": "2.1.17",
71+
"@apollo/server": "5.2.0",
72+
"@graphql-hive/gateway": "2.1.18",
7373
"@graphql-hive/router-runtime": "1.0.1",
7474
"@as-integrations/express5": "1.1.2",
7575
"@types/async-retry": "1.4.9",
@@ -81,7 +81,7 @@
8181
"prettier": "3.6.2",
8282
"tsx": "4.20.6",
8383
"typescript": "5.9.3",
84-
"wgc": "0.96.2"
84+
"wgc": "0.97.1"
8585
},
8686
"overrides": {
8787
"cross-spawn": "7.0.6"

0 commit comments

Comments
 (0)