Skip to content

avoid building jest config as part of the compile step #12608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release-4.0
Choose a base branch
from

Conversation

phryneas
Copy link
Member

@phryneas phryneas commented May 5, 2025

Fixes #12604

Copy link

changeset-bot bot commented May 5, 2025

⚠️ No Changeset found

Latest commit: b9b6a13

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

Copy link

pkg-pr-new bot commented May 5, 2025

npm i https://pkg.pr.new/@apollo/client@12608

commit: b9b6a13

Copy link
Contributor

github-actions bot commented May 5, 2025

size-limit report 📦

Path Size
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (CJS) 42.36 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (production) (CJS) 37.96 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" 32.41 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "@apollo/client" (production) 27.34 KB (0%)
import { ApolloProvider } from "@apollo/client/react" 5.2 KB (0%)
import { ApolloProvider } from "@apollo/client/react" (production) 963 B (0%)
import { useQuery } from "@apollo/client/react" 10.93 KB (0%)
import { useQuery } from "@apollo/client/react" (production) 6.66 KB (0%)
import { useLazyQuery } from "@apollo/client/react" 6.37 KB (0%)
import { useLazyQuery } from "@apollo/client/react" (production) 2.13 KB (0%)
import { useMutation } from "@apollo/client/react" 5.79 KB (0%)
import { useMutation } from "@apollo/client/react" (production) 1.53 KB (0%)
import { useSubscription } from "@apollo/client/react" 6.08 KB (0%)
import { useSubscription } from "@apollo/client/react" (production) 1.82 KB (0%)
import { useSuspenseQuery } from "@apollo/client/react" 7.81 KB (0%)
import { useSuspenseQuery } from "@apollo/client/react" (production) 3.58 KB (0%)
import { useBackgroundQuery } from "@apollo/client/react" 7.63 KB (0%)
import { useBackgroundQuery } from "@apollo/client/react" (production) 3.42 KB (0%)
import { useLoadableQuery } from "@apollo/client/react" 7.61 KB (0%)
import { useLoadableQuery } from "@apollo/client/react" (production) 3.4 KB (0%)
import { useReadQuery } from "@apollo/client/react" 5.86 KB (0%)
import { useReadQuery } from "@apollo/client/react" (production) 1.62 KB (0%)
import { useFragment } from "@apollo/client/react" 5.93 KB (0%)
import { useFragment } from "@apollo/client/react" (production) 1.67 KB (0%)

@phryneas phryneas requested a review from jerelmiller May 5, 2025 08:37
@phryneas phryneas linked an issue May 5, 2025 that may be closed by this pull request
Copy link
Member

@jerelmiller jerelmiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a bunch!

@github-actions github-actions bot added the auto-cleanup 🤖 label May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[4.0] config/jest/*.ts files are getting bundled
2 participants