Closed dependabot[bot] closed 4 months ago
Latest commit: 45200009128d6dc201b356d871cff719116512b8
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.
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
Path | Size |
---|---|
dist/apollo-client.min.cjs | 38.65 KB (0%) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" | 47.43 KB (0%) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) | 45 KB (0%) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" | 34.2 KB (0%) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) | 32.06 KB (0%) |
import { ApolloProvider } from "dist/react/index.js" | 1.24 KB (0%) |
import { ApolloProvider } from "dist/react/index.js" (production) | 1.22 KB (0%) |
import { useQuery } from "dist/react/index.js" | 5.3 KB (0%) |
import { useQuery } from "dist/react/index.js" (production) | 4.37 KB (0%) |
import { useLazyQuery } from "dist/react/index.js" | 5.58 KB (0%) |
import { useLazyQuery } from "dist/react/index.js" (production) | 4.65 KB (0%) |
import { useMutation } from "dist/react/index.js" | 3.57 KB (0%) |
import { useMutation } from "dist/react/index.js" (production) | 2.79 KB (0%) |
import { useSubscription } from "dist/react/index.js" | 3.21 KB (0%) |
import { useSubscription } from "dist/react/index.js" (production) | 2.41 KB (0%) |
import { useSuspenseQuery } from "dist/react/index.js" | 5.45 KB (0%) |
import { useSuspenseQuery } from "dist/react/index.js" (production) | 4.11 KB (0%) |
import { useBackgroundQuery } from "dist/react/index.js" | 4.96 KB (0%) |
import { useBackgroundQuery } from "dist/react/index.js" (production) | 3.61 KB (0%) |
import { useLoadableQuery } from "dist/react/index.js" | 5.03 KB (0%) |
import { useLoadableQuery } from "dist/react/index.js" (production) | 3.67 KB (0%) |
import { useReadQuery } from "dist/react/index.js" | 3.34 KB (0%) |
import { useReadQuery } from "dist/react/index.js" (production) | 3.28 KB (0%) |
import { useFragment } from "dist/react/index.js" | 2.3 KB (0%) |
import { useFragment } from "dist/react/index.js" (production) | 2.24 KB (0%) |
Bumps ws from 6.2.2 to 6.2.3.
Release notes
Sourced from ws's releases.
Commits
d87f3b6
[dist] 6.2.3eeb76d3
[security] Fix crash when the Upgrade header cannot be read (#2231)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show