This repository was archived by the owner on Apr 4, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @apollo/client from 3.4.15 to 3.4.16 (#734)
Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.4.15 to 3.4.16. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>@apollo/client</code>'s changelog</a>.</em></p> <blockquote> <h2>Apollo Client 3.4.16</h2> <h3>Improvements</h3> <ul> <li> <p>Prevent webpack from misresolving the <code>graphql</code> package as the local <code>@apollo/client/utilities/globals/graphql.js</code> module when <code>module.exports.resolve.preferRelative</code> is enabled in <code>webpack.config.js</code>.</p> <blockquote> <p>Note: if you encounter strange module resolution errors like <code>export 'isType' (imported as 'isType') was not found in 'graphql' (possible exports: removeTemporaryGlobals)</code> please try removing <code>preferRelative: true</code> from your <code>webpack.config.js</code> file, or find a way to disable that resolution behavior for packages within <code>node_modules</code>.</p> </blockquote> <p><a href="https://github.com/benjamn"><code>@benjamn</code></a> in <a href="https://github-redirect.dependabot.com/apollographql/apollo-client/pull/8862">#8862</a></p> </li> <li> <p>Avoid importing <code>isType</code> from the <code>graphql</code> package internally, to prevent bundlers from including as much as 3.4kB of unnecessary code. <!-- raw HTML omitted --> <a href="https://github.com/benjamn"><code>@benjamn</code></a> in <a href="https://github-redirect.dependabot.com/apollographql/apollo-client/pull/8891">#8891</a></p> </li> <li> <p>Make <code>client.resetStore</code> and <code>client.clearStore</code> pass appropriate <code>discardWatches</code> option to <code>cache.reset</code>. <!-- raw HTML omitted --> <a href="https://github.com/benjamn"><code>@benjamn</code></a> in <a href="https://github-redirect.dependabot.com/apollographql/apollo-client/pull/8873">#8873</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/eb9f62a9dfebe3e8418a9578ef66948e41a4fd56"><code>eb9f62a</code></a> Bump <code>@apollo/client</code> npm version to 3.4.16.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/58ae8b8660ad16a399b0981c70abf6109ed1a3bc"><code>58ae8b8</code></a> Make <code>client.{reset,clear}Store</code> pass <code>discardWatches</code> to <code>cache.reset</code> (<a href="https://github-redirect.dependabot.com/apollographql/apollo-client/issues/8873">#8873</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/7620b5be639d137b4ac58ea1c3f85966241991c3"><code>7620b5b</code></a> Avoid unnecessarily importing <code>isType</code> from <code>graphql</code> package (<a href="https://github-redirect.dependabot.com/apollographql/apollo-client/issues/8891">#8891</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/b63a3f59700c3401b0921557de73d6a2da35326b"><code>b63a3f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apollographql/apollo-client/issues/8890">#8890</a> from apollographql/sb/docs-rc-notice</li> <li><a href="https://github.com/apollographql/apollo-client/commit/ae8ae50b488a8fcd16f7f3c96ba145490214d6b0"><code>ae8ae50</code></a> Add preview links for new methods</li> <li><a href="https://github.com/apollographql/apollo-client/commit/3304c553fabcdac37ab0a1fb112695aae1a07021"><code>3304c55</code></a> Add a temporary notice about 3.5 release candidate</li> <li><a href="https://github.com/apollographql/apollo-client/commit/17df4713a973d39c30c719fc9643d73eeb7dd58f"><code>17df471</code></a> chore(deps): update dependency <code>@types/react</code> to v17.0.27</li> <li><a href="https://github.com/apollographql/apollo-client/commit/c330051602e79634ec5f94eb9c82893d2fa90006"><code>c330051</code></a> chore(deps): update dependency <code>@types/node</code> to v16.10.2</li> <li><a href="https://github.com/apollographql/apollo-client/commit/e16b67209d54ed343fe64d898f827b36cc4eec93"><code>e16b672</code></a> chore(deps): update dependency <code>@types/react</code> to v17.0.26</li> <li><a href="https://github.com/apollographql/apollo-client/commit/b964d2402c58dbfbcecfdd9c0e6253a73f065afa"><code>b964d24</code></a> chore(deps): update dependency <code>@types/lodash</code> to v4.14.175</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.4.15...v3.4.16">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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>
- Loading branch information