Skip to content

chore(deps): bump @apollo/client from 4.1.3 to 4.1.7#538

Merged
facundo-herodevs merged 1 commit intomainfrom
dependabot/npm_and_yarn/apollo/client-4.1.7
Apr 16, 2026
Merged

chore(deps): bump @apollo/client from 4.1.3 to 4.1.7#538
facundo-herodevs merged 1 commit intomainfrom
dependabot/npm_and_yarn/apollo/client-4.1.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps @apollo/client from 4.1.3 to 4.1.7.

Release notes

Sourced from @​apollo/client's releases.

@​apollo/client@​4.1.7

Patch Changes

@​apollo/client@​4.1.6

Patch Changes

  • #13128 6c0b8e4 Thanks @​pavelivanov! - Fix useQuery hydration mismatch when ssr: false and skip: true are used together

    When both options were combined, the server would return loading: false (because useSSRQuery checks skip first), but the client's getServerSnapshot was returning ssrDisabledResult with loading: true, causing a hydration mismatch.

@​apollo/client@​4.1.5

Patch Changes

@​apollo/client@​4.1.4

Patch Changes

  • #13124 578081f Thanks @​Re-cool! - Ensure PersistedQueryLink merges http and fetchOptions context values instead of overwriting them.
Changelog

Sourced from @​apollo/client's changelog.

4.1.7

Patch Changes

4.1.6

Patch Changes

  • #13128 6c0b8e4 Thanks @​pavelivanov! - Fix useQuery hydration mismatch when ssr: false and skip: true are used together

    When both options were combined, the server would return loading: false (because useSSRQuery checks skip first), but the client's getServerSnapshot was returning ssrDisabledResult with loading: true, causing a hydration mismatch.

4.1.5

Patch Changes

4.1.4

Patch Changes

  • #13124 578081f Thanks @​Re-cool! - Ensure PersistedQueryLink merges http and fetchOptions context values instead of overwriting them.
Commits
  • be4280a Version Packages (#13192)
  • bb3fd9b Fix RxJS interop issue with observable returned in WebSocketLink (#13187)
  • 98439d7 Add special note for agents opening PRs (#13183)
  • 5eb5cac Tweak migration guide for refetchQueries with all/active meaning (#13178)
  • b98def4 Add distinction in migration guide
  • 1f6decb Version Packages (#13160)
  • 7bb2071 fix(useQuery): prevent hydration mismatch when ssr: false and skip: true are ...
  • ca88f33 update jest config again 🤦
  • 355900a ignore test for React 17
  • 40e5706 revert file to state on main
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 4.1.3 to 4.1.7.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-client/compare/@apollo/client@4.1.3...@apollo/client@4.1.7)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-version: 4.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 14, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2026 18:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 14, 2026
@facundo-herodevs facundo-herodevs merged commit e91f667 into main Apr 16, 2026
12 checks passed
@facundo-herodevs facundo-herodevs deleted the dependabot/npm_and_yarn/apollo/client-4.1.7 branch April 16, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants