#Plans for Maintenance on the Nuxt Apollo Module/ Work around in the mean time

4 messages · Page 1 of 1 (latest)

last latchBOT
#

Hi @haughty viper. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

topaz summitBOT
#
langsort has been warned

Reason: Mass mention

last latchBOT
#

I appreciate your detailed question, but I have to be transparent: the provided knowledge sources do not contain any information about the Nuxt Apollo module (@nuxtjs/apollo), its maintenance plans, or official recommendations for integrating Apollo Client in Nuxt 3/4 projects.

I cannot responsibly answer your specific questions about:

  1. Official plans for a Nuxt 3/4-compatible release of @nuxtjs/apollo
  2. The recommended workaround for Apollo Client integration in Nuxt 4
  3. Whether using @apollo/client + @vue/apollo-composable directly is the recommended approach

What I can say based on the knowledge sources

Regarding your general concern about npm audit vulnerabilities in transitive dependencies, the Nuxt team's position (based on similar issues) is worth noting:

  • Many npm audit warnings stem from build-time dependencies, not runtime ones. Build-time vulnerabilities are generally considered far less severe than runtime ones. [Dependency warnings]
  • The Nuxt team has previously closed similar vulnerability reports noting they are "not a Nuxt vulnerability" and often "not even a vulnerability given how the package in question is used." [Vulnerability warning]
  • A common workaround for transitive dependency vulnerabilities is to use the overrides (npm) or resolutions (yarn/pnpm) field in package.json to force a patched version of the vulnerable sub-dependency. [Axios vulnerability]

Recommended next steps

#

For accurate, up-to-date information on the Apollo module's status and roadmap, I'd suggest:


Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: