apollographql / apollo-client

:rocket:  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.
https://apollographql.com/client
MIT License
19.34k stars 2.66k forks source link

chore(deps): update all devdependencies #12001

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/utils (source) 10.3.2 -> 10.5.0 age adoption passing confidence
eslint-plugin-testing-library 6.2.2 -> 6.3.0 age adoption passing confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/utils) ### [`v10.5.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1050) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.4.0...@graphql-tools/utils@10.5.0) ##### Minor Changes - [`8fd7703`](https://togithub.com/ardatan/graphql-tools/commit/8fd77030b0acf385b845b354f327069c78369d2a) Thanks [@​ardatan](https://togithub.com/ardatan)! - Export `getDirectiveExtensions` ### [`v10.4.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1040) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.3.4...@graphql-tools/utils@10.4.0) ##### Minor Changes - [`b8bf584`](https://togithub.com/ardatan/graphql-tools/commit/b8bf584fde87d3064c204d8ac2f9da5b869249c0) Thanks [@​ardatan](https://togithub.com/ardatan)! - Introduce \`getDirectiveExtensions\` and refactor directive handling in the extensions ### [`v10.3.4`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1034) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.3.3...@graphql-tools/utils@10.3.4) ##### Patch Changes - [#​6420](https://togithub.com/ardatan/graphql-tools/pull/6420) [`a867bbc`](https://togithub.com/ardatan/graphql-tools/commit/a867bbc9b5b91e89a09447797b4c02e22e47ddb4) Thanks [@​ardatan](https://togithub.com/ardatan)! - `mapAsyncIterator` now accepts `AsyncIterable` ### [`v10.3.3`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1033) [Compare Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.3.2...@graphql-tools/utils@10.3.3) ##### Patch Changes - [#​6385](https://togithub.com/ardatan/graphql-tools/pull/6385) [`d0f7d75`](https://togithub.com/ardatan/graphql-tools/commit/d0f7d75558a79c48a143fdce745488ef82886c39) Thanks [@​tobiasdiez](https://togithub.com/tobiasdiez)! - remove generic package export - Updated dependencies \[[`d0f7d75`](https://togithub.com/ardatan/graphql-tools/commit/d0f7d75558a79c48a143fdce745488ef82886c39)]: - cross-inspect@1.0.1
testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library) ### [`v6.3.0`](https://togithub.com/testing-library/eslint-plugin-testing-library/compare/v6.2.2...4dc7caa86b880d7b762a5df23f4ec736a548b502) [Compare Source](https://togithub.com/testing-library/eslint-plugin-testing-library/compare/v6.2.2...v6.3.0)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



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

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: d3ae7799d0b61bb5f00f6ce132a8d58e1d32292b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 1 month ago

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 39.33 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 47.99 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 45.57 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 34.4 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 32.28 KB (0%)
import { ApolloProvider } from "dist/react/index.js" 1.26 KB (0%)
import { ApolloProvider } from "dist/react/index.js" (production) 1.24 KB (0%)
import { useQuery } from "dist/react/index.js" 5.21 KB (0%)
import { useQuery } from "dist/react/index.js" (production) 4.3 KB (0%)
import { useLazyQuery } from "dist/react/index.js" 5.69 KB (0%)
import { useLazyQuery } from "dist/react/index.js" (production) 4.77 KB (0%)
import { useMutation } from "dist/react/index.js" 3.62 KB (0%)
import { useMutation } from "dist/react/index.js" (production) 2.84 KB (0%)
import { useSubscription } from "dist/react/index.js" 4.41 KB (0%)
import { useSubscription } from "dist/react/index.js" (production) 3.46 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" 5.49 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.15 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" 4.99 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.64 KB (0%)
import { useLoadableQuery } from "dist/react/index.js" 5.07 KB (0%)
import { useLoadableQuery } from "dist/react/index.js" (production) 3.72 KB (0%)
import { useReadQuery } from "dist/react/index.js" 3.39 KB (0%)
import { useReadQuery } from "dist/react/index.js" (production) 3.33 KB (0%)
import { useFragment } from "dist/react/index.js" 2.32 KB (0%)
import { useFragment } from "dist/react/index.js" (production) 2.27 KB (0%)