Skip to content

Commit bb6e9c5

Browse files
chore(deps): update dependency @apollo/server to v5.3.0 (#2990)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [@apollo/server](https://redirect.github.com/apollographql/apollo-server) ([source](https://redirect.github.com/apollographql/apollo-server/tree/HEAD/packages/server)) | [`5.2.0` → `5.3.0`](https://renovatebot.com/diffs/npm/@apollo%2fserver/5.2.0/5.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fserver/5.3.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fserver/5.3.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fserver/5.2.0/5.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fserver/5.2.0/5.3.0?slim=true) | --- ### Release Notes <details> <summary>apollographql/apollo-server (@&#8203;apollo/server)</summary> ### [`v5.3.0`](https://redirect.github.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#530) [Compare Source](https://redirect.github.com/apollographql/apollo-server/compare/@apollo/server@5.2.0...@apollo/server@5.3.0) ##### Minor Changes - [#&#8203;8062](https://redirect.github.com/apollographql/apollo-server/pull/8062) [`8e54e58`](https://redirect.github.com/apollographql/apollo-server/commit/8e54e5827791666e36082ad49d19c77f050355ac) Thanks [@&#8203;cristunaranjo](https://redirect.github.com/cristunaranjo)! - Allow configuration of graphql execution options (maxCoercionErrors) ```js const server = new ApolloServer({ typeDefs, resolvers, executionOptions: { maxCoercionErrors: 50, }, }); ``` - [#&#8203;8014](https://redirect.github.com/apollographql/apollo-server/pull/8014) [`26320bc`](https://redirect.github.com/apollographql/apollo-server/commit/26320bccd77c6074d4a38119294f153f64e52d96) Thanks [@&#8203;mo4islona](https://redirect.github.com/mo4islona)! - Expose `graphql` validation options. ```js const server = new ApolloServer({ typeDefs, resolvers, validationOptions: { maxErrors: 10, }, }); ``` </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/apollographql/rover). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d962649 commit bb6e9c5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/e2e/artifacts/pandas/package-lock.json

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

0 commit comments

Comments
 (0)