We've tested your project with an updated dependency and the build failed.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
name
version specification
new version
@apollo/client
^3.7.14
3.9.6
Unfortunately, we encountered failing tests after pinning. This means that this new version is not compatible with your project and the test failure will potentially also happen on fresh installs.
If you have correctly specified a semantic versioning version range, you should probably also file an issue with the upstream project as they might have released an update that's breaking SemVer rules, which is not cool. (But then again, not all projects explicitly follow SemVer)
We've left the pull request open for you to investigate this issue. Please don't merge it as is, because, again, we've pinned the version of @apollo/client for this test run.
#11617f1d8bc4 Thanks @phryneas! - Allow Apollo Client instance to intercept hook functionality
#11638bf93ada Thanks @jerelmiller! - Fix issue where calling fetchMore from a suspense-enabled hook inside startTransition caused an unnecessary rerender.
We've tested your project with an updated dependency and the build failed.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
Unfortunately, we encountered failing tests after pinning. This means that this new version is not compatible with your project and the test failure will potentially also happen on fresh installs.
If you have correctly specified a semantic versioning version range, you should probably also file an issue with the upstream project as they might have released an update that's breaking SemVer rules, which is not cool. (But then again, not all projects explicitly follow SemVer)
We've left the pull request open for you to investigate this issue. Please don't merge it as is, because, again, we've pinned the version of @apollo/client for this test run.
What changed?
✳️ @apollo/client (^3.7.14 → 3.9.6) · Repo · Changelog
Release Notes
3.9.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
Version Packages (#11643)
chore(deps): update all dependencies - patch updates (#11619)
Copyedit (#11636)
Fix additional re-render when calling `fetchMore` from `useSuspenseQuery` when using `startTransition`. (#11638)
Allow QueryManager to intercept hook functionality (#11617)
chore(deps): bump es5-ext from 0.10.62 to 0.10.64 in /integration-tests (#11627)
fix(documentation): use correct query names in partial example (#11625)
Update outdate link in advanced-topics.mdx (#11611)
docs: remove errant comma in useSuspenseQuery docs (#11614)
move `createQueryPreloader` example (#11613)
chore(deps): update all devdependencies to v7 (#11607)
chore(deps): update all dependencies - patch updates (#11606)