Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/client (source) 4.0.9 -> 4.0.11 age confidence
@apollo/rover 0.35.0 -> 0.37.0 age confidence

Release Notes

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

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
apollographql/rover (@​apollo/rover)

v0.37.0

Compare Source

🚀 Features

🐛 Fixes

📚 Documentation

v0.36.2

Compare Source

🚀 Features

  • Remove claude_desktop_config.json from MCP template and update "Next Steps" UX - @​gocamille, #​2746 fixes apollographql/rover-init-starters#84

    Updates the MCP template to be more flexible and AI-client agnostic. Removes the prescriptive claude_desktop_config.json file and provides more generic "Next Steps" guidance for connecting any AI client to the generated MCP server.

  • Remove mcp-claude shortlink - @​gocamille, #​2747

    Removes the Claude Desktop-specific shortlink to align with the more flexible, AI-client agnostic approach to MCP server setup.

v0.36.1

Compare Source

🐛 Fixes

v0.36.0

Compare Source

🚀 Features


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: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@vercel
Copy link

vercel bot commented Dec 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
ckomop0x-me-site Ready Ready Preview Dec 22, 2025 0:13am
ui-ckomop0x-me Ready Ready Preview Dec 22, 2025 0:13am

@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 22.97%. Comparing base (e19022c) to head (f7a3cfa).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1449   +/-   ##
=======================================
  Coverage   22.97%   22.97%           
=======================================
  Files          79       79           
  Lines        1380     1380           
  Branches       87       87           
=======================================
  Hits          317      317           
  Misses       1063     1063           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 6e760ab to a45b7dc Compare December 17, 2025 09:02
@renovate renovate bot changed the title fix(deps): update dependency @apollo/rover to v0.36.2 fix(deps): update apollo graphql packages Dec 17, 2025
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from a45b7dc to f7a3cfa Compare December 22, 2025 00:11
@ckomop0x ckomop0x merged commit 67d0702 into main Dec 22, 2025
7 checks passed
@ckomop0x ckomop0x deleted the renovate/apollo-graphql-packages branch December 22, 2025 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants