Skip to content

Conversation

phryneas
Copy link
Member

This PR is filed against (and can be considered as part of) the __DEV__ PR #10915 - I separated it out to make review easier.

Checklist:

  • If this PR contains changes to the library itself (not necessary for e.g. docs updates), please include a changeset (see CONTRIBUTING.md)
  • If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)
  • Make sure all of the significant new logic is covered by tests

phryneas added 2 commits June 20, 2023 14:29
to apply external fix for `process.env.NODE_ENV` usage in that package
@changeset-bot
Copy link

changeset-bot bot commented Jun 20, 2023

🦋 Changeset detected

Latest commit: 5d9b0e6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@apollo/client Minor

Not sure what this means? Click here to learn what changesets are.

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

@github-actions
Copy link
Contributor

github-actions bot commented Jun 20, 2023

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 36.51 KB (-0.06% 🔽)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 43.03 KB (+0.18% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 41.68 KB (+0.13% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 32.39 KB (-0.21% 🔽)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 31.28 KB (-0.12% 🔽)
import { ApolloProvider } from "dist/react/index.js" 1.23 KB (-4.47% 🔽)
import { ApolloProvider } from "dist/react/index.js" (production) 1.22 KB (-4.53% 🔽)
import { useQuery } from "dist/react/index.js" 4.26 KB (-1.32% 🔽)
import { useQuery } from "dist/react/index.js" (production) 4.08 KB (-1.47% 🔽)
import { useLazyQuery } from "dist/react/index.js" 4.58 KB (-1.18% 🔽)
import { useLazyQuery } from "dist/react/index.js" (production) 4.4 KB (-1.32% 🔽)
import { useMutation } from "dist/react/index.js" 2.5 KB (-2.26% 🔽)
import { useMutation } from "dist/react/index.js" (production) 2.48 KB (-2.39% 🔽)
import { useSubscription } from "dist/react/index.js" 2.26 KB (-2.53% 🔽)
import { useSubscription } from "dist/react/index.js" (production) 2.22 KB (-2.58% 🔽)
import { useSuspenseQuery } from "dist/react/index.js" 3.39 KB (-1.56% 🔽)
import { useSuspenseQuery } from "dist/react/index.js" (production) 2.8 KB (-1.92% 🔽)
import { useBackgroundQuery } from "dist/react/index.js" 2.81 KB (-2.01% 🔽)
import { useBackgroundQuery } from "dist/react/index.js" (production) 2.23 KB (-2.53% 🔽)
import { useReadQuery } from "dist/react/index.js" 1.57 KB (-3.67% 🔽)
import { useReadQuery } from "dist/react/index.js" (production) 1.54 KB (-3.43% 🔽)
import { useFragment } from "dist/react/index.js" 2.04 KB (-2.97% 🔽)
import { useFragment } from "dist/react/index.js" (production) 2 KB (-2.9% 🔽)

@phryneas phryneas modified the milestones: Release 3.9, Release 3.8 Jun 20, 2023
@phryneas
Copy link
Member Author

graphql published 16.7.1 which does access globalThis.process instead of process, which probably means we won't need this workaround.

@phryneas phryneas closed this Jun 23, 2023
@phryneas phryneas mentioned this pull request Jun 30, 2023
3 tasks
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant