Commit 9f03698
authored
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)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>apollographql/apollo-server (@​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
-
[#​8161](https://redirect.github.com/apollographql/apollo-server/pull/8161)
[`51acbeb`](https://redirect.github.com/apollographql/apollo-server/commit/51acbebde7cc2759efacaa9eccb10aa3fee6b368)
Thanks [@​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 '@​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 (@​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)]:
-
[@​graphql-mesh/plugin-prometheus](https://redirect.github.com/graphql-mesh/plugin-prometheus)@​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
([#​2302](https://redirect.github.com/wundergraph/cosmo/issues/2302))
([4cb22f5](https://redirect.github.com/wundergraph/cosmo/commit/4cb22f517bfd8d4cf2f940ef0c8d8cf5d343f603))
([@​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
2 files changed
+29
-28
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments