Skip to content

Commit 6fb2034

Browse files
Bump @apollo/client from 3.13.8 to 3.13.9 (#3027)
Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.13.8 to 3.13.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/releases"><code>@​apollo/client</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​apollo/client-codemod-migrate-3-to-4</code><a href="https://github.com/1"><code>@​1</code></a>.0.0-rc.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/12775">#12775</a> <a href="https://github.com/apollographql/apollo-client/commit/454ec78b751853da07243174a6f9bdc4535e7e8f"><code>454ec78</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Don't export <code>gql</code> from <code>@apollo/client/react</code> entrypoint. Import from <code>@apollo/client</code> instead.</li> </ul> <h2><code>@​apollo/client-codemod-migrate-3-to-4</code><a href="https://github.com/1"><code>@​1</code></a>.0.0-rc.0</h2> <h3>Major Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/12727">#12727</a> <a href="https://github.com/apollographql/apollo-client/commit/b8459062caae96447b4867be75a853aa1943ec31"><code>b845906</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Add a codemod that renames old import locations from 3.x entrypoint to their 4.x entrypoint.</p> <p>Run the codemod using the following command:</p> <pre lang="sh"><code>npx @apollo/client-codemod-migrate-3-to-4 --parser tsx ./src/**/*.{ts,tsx} </code></pre> <p>The codemod supports <code>.js</code>, <code>.jsx</code>, <code>.ts</code>, and <code>.tsx</code> files.</p> </li> </ul> </blockquote> </details> <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>3.13.9</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/12804">#12804</a> <a href="https://github.com/apollographql/apollo-client/commit/32c9aa9215fab72e9ab68ee71198ce242157f855"><code>32c9aa9</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Fix a possible race condition on queries that were reobserved before they were subscribed to the first time.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/5c202cf3b26dbcffe8314fd6af917dec1b77c65c"><code>5c202cf</code></a> Version Packages (<a href="https://redirect.github.com/apollographql/apollo-client/issues/12807">#12807</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/32c9aa9215fab72e9ab68ee71198ce242157f855"><code>32c9aa9</code></a> Fix a possible race condition on queries that were reobserved before they wer...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/523cd57a15cd3e4344bdb2b30bf3f9b6b3901395"><code>523cd57</code></a> Update ROADMAP.md</li> <li><a href="https://github.com/apollographql/apollo-client/commit/344d1f90cbfd51f0fbab1c0c21fcc5fc52face10"><code>344d1f9</code></a> Update ROADMAP.md</li> <li><a href="https://github.com/apollographql/apollo-client/commit/f85683c6ee63f31addfd30f6194ed9b5171c1237"><code>f85683c</code></a> add a job to build &amp; upload the docmodel (<a href="https://redirect.github.com/apollographql/apollo-client/issues/12779">#12779</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/d4fb0d2d4d806394cbd1d097dffba2a1446c91c2"><code>d4fb0d2</code></a> Update ROADMAP.md</li> <li><a href="https://github.com/apollographql/apollo-client/commit/31d1d1c5ba90e5d2107e09ed827d5cb15d35ebce"><code>31d1d1c</code></a> Fix broken README urls</li> <li><a href="https://github.com/apollographql/apollo-client/commit/bb557ffa850a50cd75d233f68f5d721163d9d45f"><code>bb557ff</code></a> avoid tagging prereleases as <code>next</code> if <code>next</code> is already at a higher semver</li> <li><a href="https://github.com/apollographql/apollo-client/commit/a262961d6d00b0d80535b38081df3a2c254d1f04"><code>a262961</code></a> Update ROADMAP.md</li> <li><a href="https://github.com/apollographql/apollo-client/commit/cacb4e11c2c5b873510f66926cfe4e15ccfd3fb5"><code>cacb4e1</code></a> Update ROADMAP.md</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.13.8...v3.13.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@apollo/client&package-manager=npm_and_yarn&previous-version=3.13.8&new-version=3.13.9)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22bc9b6 commit 6fb2034

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint:fix": "eslint --fix \"**/*.js\" \"**/*.vue\""
1818
},
1919
"dependencies": {
20-
"@apollo/client": "^3.13.8",
20+
"@apollo/client": "^3.13.9",
2121
"@fortawesome/fontawesome-svg-core": "^6.7.2",
2222
"@fortawesome/free-brands-svg-icons": "^6.7.2",
2323
"@fortawesome/free-regular-svg-icons": "^6.7.2",

0 commit comments

Comments
 (0)