apollo-utils
apollo-utils copied to clipboard
Monorepo of common utilities related to Apollo and GraphQL
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`5.28.4` -> `6.19.8`](https://renovatebot.com/diffs/npm/undici/5.28.4/6.19.8) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [cosmiconfig](https://redirect.github.com/cosmiconfig/cosmiconfig) | [`^8.1.3` → `^9.0.0`](https://renovatebot.com/diffs/npm/cosmiconfig/8.3.6/9.0.0) |  |  | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [commander](https://togithub.com/tj/commander.js) | [`^11.0.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/commander/11.0.0/12.1.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.57.0` -> `9.2.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.2.0) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/apollographql/apollo-utils). ## Repository Problems These problems occurred while...
Recently while generating a persisted query manifest for a project with 400+ files to scan for operations, I got the following error: ``` Invariant Violation: An error occurred! For more...
Fixes #431 Better reports errors if they originate from Apollo Client itself rather than throwing an obscure error during the manifest generation. This change also adds detects multiple operations in...
I am using @apollo/persisted-query-lists with apollo codegen ``` import type { PersistedQueryManifestConfig } from '@apollo/generate-persisted-query-manifest'; import { fromGraphQLCodegenPersistedDocuments } from '@apollo/generate-persisted-query-manifest'; const config: PersistedQueryManifestConfig = { documents: fromGraphQLCodegenPersistedDocuments('./src/gql/persisted-documents.json'), }; export...
With more and more build tools (vite, nuxt, etc) going towards an esm-first build, it would be nice if a proper [esm interface](https://nodejs.org/api/esm.html) could be provided, i.e. transpile and distribute...