Commit 7e3a372
authored
chore(deps): bump @apollo/server from 5.2.0 to 5.3.0 (#987)
Bumps
[@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server)
from 5.2.0 to 5.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apollographql/apollo-server/releases"><code>@apollo/server</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@apollo/server-integration-testsuite</code><a
href="https://github.com/5"><code>@5</code></a>.3.0</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="https://github.com/apollographql/apollo-server/commit/8e54e5827791666e36082ad49d19c77f050355ac"><code>8e54e58</code></a>,
<a
href="https://github.com/apollographql/apollo-server/commit/26320bccd77c6074d4a38119294f153f64e52d96"><code>26320bc</code></a>]:
<ul>
<li><code>@apollo/server</code><a
href="https://github.com/5"><code>@5</code></a>.3.0</li>
</ul>
</li>
</ul>
<h2><code>@apollo/server</code><a
href="https://github.com/5"><code>@5</code></a>.3.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-server/pull/8062">#8062</a>
<a
href="https://github.com/apollographql/apollo-server/commit/8e54e5827791666e36082ad49d19c77f050355ac"><code>8e54e58</code></a>
Thanks <a
href="https://github.com/cristunaranjo"><code>@cristunaranjo</code></a>!
- Allow configuration of graphql execution options
(maxCoercionErrors)</p>
<pre lang="js"><code>const server = new ApolloServer({
typeDefs,
resolvers,
executionOptions: {
maxCoercionErrors: 50,
},
});
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-server/pull/8014">#8014</a>
<a
href="https://github.com/apollographql/apollo-server/commit/26320bccd77c6074d4a38119294f153f64e52d96"><code>26320bc</code></a>
Thanks <a
href="https://github.com/mo4islona"><code>@mo4islona</code></a>! -
Expose <code>graphql</code> validation options.</p>
<pre lang="js"><code>const server = new ApolloServer({
typeDefs,
resolvers,
validationOptions: {
maxErrors: 10,
},
});
</code></pre>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md"><code>@apollo/server</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>5.3.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-server/pull/8062">#8062</a>
<a
href="https://github.com/apollographql/apollo-server/commit/8e54e5827791666e36082ad49d19c77f050355ac"><code>8e54e58</code></a>
Thanks <a
href="https://github.com/cristunaranjo"><code>@cristunaranjo</code></a>!
- Allow configuration of graphql execution options
(maxCoercionErrors)</p>
<pre lang="js"><code>const server = new ApolloServer({
typeDefs,
resolvers,
executionOptions: {
maxCoercionErrors: 50,
},
});
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/apollographql/apollo-server/pull/8014">#8014</a>
<a
href="https://github.com/apollographql/apollo-server/commit/26320bccd77c6074d4a38119294f153f64e52d96"><code>26320bc</code></a>
Thanks <a
href="https://github.com/mo4islona"><code>@mo4islona</code></a>! -
Expose <code>graphql</code> validation options.</p>
<pre lang="js"><code>const server = new ApolloServer({
typeDefs,
resolvers,
validationOptions: {
maxErrors: 10,
},
});
</code></pre>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apollographql/apollo-server/commit/443e54747d44c1d7c213d019936514dec024b450"><code>443e547</code></a>
fix repository urls</li>
<li><a
href="https://github.com/apollographql/apollo-server/commit/28d6d47ff636751807141267c329acb736c177b6"><code>28d6d47</code></a>
Version Packages (<a
href="https://github.com/apollographql/apollo-server/tree/HEAD/packages/server/issues/8172">#8172</a>)</li>
<li><a
href="https://github.com/apollographql/apollo-server/commit/26320bccd77c6074d4a38119294f153f64e52d96"><code>26320bc</code></a>
feat: Allow configuration of graphql validation options <a
href="https://github.com/apollographql/apollo-server/tree/HEAD/packages/server/issues/8014">#8014</a></li>
<li><a
href="https://github.com/apollographql/apollo-server/commit/f2c16a7caff895a8b97c5a800405795cb19ba624"><code>f2c16a7</code></a>
bump dependency</li>
<li><a
href="https://github.com/apollographql/apollo-server/commit/8e54e5827791666e36082ad49d19c77f050355ac"><code>8e54e58</code></a>
feat: Allow configuration of graphql execution
options(maxCoercionErrors)</li>
<li>See full diff in <a
href="https://github.com/apollographql/apollo-server/commits/@apollo/[email protected]/packages/server">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for <code>@apollo/server</code> since your
current version.</p>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c46a33c commit 7e3a372
2 files changed
+6
-6
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 | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments