Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Diffend
@apollo/client (source) 4.0.94.0.13 age adoption passing confidence Diff

Release Notes

apollographql/apollo-client (@​apollo/client)

v4.0.13

Compare Source

Patch Changes
  • #​13094 9cbe2c2 Thanks @​phryneas! - Ensure that compact and mergeOptions preserve symbol keys.

    This fixes an issue where the change introduced in 4.0.11 via #​13049 would not
    be applied if defaultOptions for watchQuery were declared.

    Please note that compact and mergeOptions are considered internal utilities
    and they might have similar behavior changes in future releases.
    Do not use them in your application code - a change like this is not considered
    breaking and will not be announced as such.

v4.0.12

Compare Source

Patch Changes

v4.0.11

Compare Source

Patch Changes
  • #​13050 8020829 Thanks @​phryneas! - Replace usage of findLast with more backwards-compatible methods.

  • #​13049 05638de Thanks @​phryneas! - Fixes an issue where queries starting with skipToken or lazy queries from useLazyQuery were included in client.refetchQueries() before they had been executed for the first time. While generally queries with a standby fetchPolicy should be included in refetch, these queries never had variables passed in, so they should be excluded until they have run once and received their actual variables.

    These queries are now properly excluded from refetch operations until after their initial execution.

    This change adds a new hidden option to client.watchQuery, [variablesUnknownSymbol], which may be set true for queries starting with a fetchPolicy of standby. It will only be applied when creating the ObservableQuery instance and cannot be changed later. This flag indicates that the query's variables are not yet known, and thus it should be excluded from refetch operations until they are.
    This option is not meant for everyday use and is intended for framework integrations only.

v4.0.10

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies This updates dependency files label Dec 10, 2025
@github-actions
Copy link

github-actions bot commented Dec 10, 2025

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/sculptor/-/pipelines/2261205776

Status: Failed
Duration: 2 minutes

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 877611f to 171a6ad Compare December 16, 2025 18:46
@renovate renovate bot changed the title Update dependency @apollo/client to v4.0.10 Update dependency @apollo/client to v4.0.11 Dec 16, 2025
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 171a6ad to 33e4d4d Compare December 31, 2025 14:14
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 8bc3e0f to db0b361 Compare January 11, 2026 14:46
@renovate renovate bot changed the title Update dependency @apollo/client to v4.0.11 Update dependency @apollo/client to v4.0.12 Jan 12, 2026
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from db0b361 to 4cdd0a4 Compare January 12, 2026 09:40
@renovate renovate bot changed the title Update dependency @apollo/client to v4.0.12 Update dependency @apollo/client to v4.0.13 Jan 13, 2026
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 4cdd0a4 to 8016d16 Compare January 13, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants