apollo-client
apollo-client copied to clipboard
chore(deps): update all dependencies - patch updates
This PR contains the following updates:
Release Notes
changesets/changesets (@changesets/changelog-github)
v0.5.1
Patch Changes
- Updated dependencies [
84a4a1b]:
ardatan/graphql-tools (@graphql-tools/merge)
v9.0.24
Patch Changes
- Updated dependencies
[
d123e26]:
v9.0.23
Patch Changes
v9.0.22
Patch Changes
- Updated dependencies
[
155944b]:
v9.0.21
Patch Changes
- Updated dependencies
[
4a2eb14]:
v9.0.20
Patch Changes
- Updated dependencies
[
3547bba]:
v9.0.19
Patch Changes
- Updated dependencies
[
651a5dc]:
v9.0.18
Patch Changes
v9.0.17
Patch Changes
v9.0.16
Patch Changes
- Updated dependencies
[
4912f19]:
v9.0.15
Patch Changes
- Updated dependencies
[
2c70d27]:
v9.0.14
Patch Changes
- Updated dependencies
[
6a8123b]:
v9.0.13
Patch Changes
- Updated dependencies
[
020b9e4]:
v9.0.12
Patch Changes
- #6662
696a0d5Thanks @renovate! - dependencies updates:- Updated dependency
@graphql-tools/utils@^10.6.1↗︎ (from^10.6.0, independencies)
- Updated dependency
- Updated dependencies
[
1b24656]:
v9.0.11
Patch Changes
- Updated dependencies
[
1e02935]:
v9.0.10
Patch Changes
- Updated dependencies
[
414e404]:
v9.0.9
Patch Changes
- Updated dependencies
[
dc5043b]:
v9.0.8
Patch Changes
- Updated dependencies
[
cf2ce5e]:
v9.0.7
Patch Changes
v9.0.6
Patch Changes
-
Updated dependencies [
0286437]:
v9.0.5
Patch Changes
ardatan/graphql-tools (@graphql-tools/schema)
v10.0.23
Patch Changes
- Updated dependencies
[
d123e26]:
v10.0.22
Patch Changes
v10.0.21
Patch Changes
- Updated dependencies
[
155944b]:
v10.0.20
Patch Changes
- Updated dependencies
[
4a2eb14]:
v10.0.19
Patch Changes
- Updated dependencies
[
3547bba]:
v10.0.18
Patch Changes
- Updated dependencies
[
651a5dc]:
v10.0.17
Patch Changes
- #6921
357b2eeThanks @renovate! - dependencies updates:- Removed dependency
value-or-promise@^1.0.12↗︎ (fromdependencies)
- Removed dependency
- Updated dependencies
[
0a3e193,357b2ee]:
v10.0.16
Patch Changes
v10.0.15
Patch Changes
- Updated dependencies
[
4912f19]:
v10.0.14
Patch Changes
- Updated dependencies
[
2c70d27]:
v10.0.13
Patch Changes
- Updated dependencies
[
6a8123b]:
v10.0.12
Patch Changes
-
020b9e4Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and `AbortSignal` in `ExecutionRequest` -
Updated dependencies [
020b9e4]:
v10.0.11
Patch Changes
- #6662
696a0d5Thanks @renovate! - dependencies updates:- Updated dependency
@graphql-tools/merge@^9.0.11↗︎ (from^9.0.10, independencies) - Updated dependency
@graphql-tools/utils@^10.6.1↗︎ (from^10.6.0, independencies)
- Updated dependency
- Updated dependencies
[
696a0d5,1b24656]:
v10.0.10
Patch Changes
- Updated dependencies
[
1e02935]:
v10.0.9
Patch Changes
- Updated dependencies
[
414e404]:
v10.0.8
Patch Changes
- Updated dependencies
[
dc5043b]:
v10.0.7
Patch Changes
- Updated dependencies
[
cf2ce5e]:
v10.0.6
Patch Changes
-
Updated dependencies [
0286437]:
v10.0.5
Patch Changes
testing-library/react-render-stream-testing-library (@testing-library/react-render-stream)
v2.0.1
Bug Fixes
- Make props optional in
rerenderfunction returned fromrenderHookToSnapshotStream(0167414)
graphql/graphql-js (graphql-17-alpha2)
v17.0.0-alpha.9
v17.0.0-alpha.9 (2025-06-11)
Breaking Change 💥
- #4342 Validate against
@streamon different instances of the same field (@robrichard) - #3974 Forbid
@skipand@includedirectives in subscription root selection (@benjie) - #3986 Reject deprecated fields when interface field is not deprecated (@benjie)
- #4354 Make
includeDeprecatednon-null (@martinbonnin) - #4425 feat: pass abortSignal to resolvers via GraphQLResolveInfo (@glasser)
New Feature 🚀
- #4348 Add support for @experimental_disableErrorPropagation (@martinbonnin)
Bug Fix 🐞
- #4389 fix(replaceVariables): preserve sources for fragment variable values (@yaacovCR)
Polish 💅
Internal 🏠
5 PRs were merged
- #4355 Remove website from linting (@JoviDeCroock)
- #4413 internal: refresh port of v16 work to next (@yaacovCR)
- #4420 internal: frontport additional amazing docs work (@yaacovCR)
- #4421 fix(benchmark): fix incorrect merge of original commit from v16 (@yaacovCR)
Committers: 6
- Benjie(@benjie)
- David Glasser(@glasser)
- Jovi De Croock(@JoviDeCroock)
- Martin Bonnin(@martinbonnin)
- Rob Richard(@robrichard)
- Yaacov Rydzinski (@yaacovCR)
v17.0.0-alpha.8
v17.0.0-alpha.8 (2025-01-14)
Breaking Change 💥
- #3814 RFC: Default value validation & coercion (@yaacovCR)
- #4288 introduce GraphQLField, GraphQLInputField, GraphQLArgument, and GraphQLEnumValue (@yaacovCR)
- #4296 ease upgrade path for programmatic default values (@yaacovCR)
- #4322 Make
@streaminitialCount NonNull (@robrichard)
New Feature 🚀
- #4261 feat: pass abortSignal to resolvers (@yaacovCR)
- #4267 cancel execution despite hanging async resolvers (@yaacovCR)
- #4263 stop resolvers after execution ends (@yaacovCR)
- #4275 Add safe schema change for descriptions changing (@JoviDeCroock)
- #4277 Detect directive argument changes (@JoviDeCroock)
- #4274 add cancellation support to async iterable iteration (@yaacovCR)
- #3601 Add KnownOperationTypes rule (@yaacovCR)
Bug Fix 🐞
- #4299 Make deprecated.reason non-nullable (@martinbonnin)
- #4313 type fix for ExperimentalIncrementalExecutionResults (@yaacovCR)
Polish 💅
13 PRs were merged
- #4260 adjust prefix for toError (@yaacovCR)
- #4265 use object for GraphQLWrappedResult instead of tuple (@yaacovCR)
- #4254 Remove typescript enums in favor of plain JS/TS solution (@JoviDeCroock)
- #4273 polish: refactor execution plan functions to match spec (@yaacovCR)
- #4282 rename PromiseCanceller to AbortSignalListener (@yaacovCR)
- #4294 polish: fix lexer state comment (@yaacovCR)
- #4270 refactor: treeshakable kind enum (@jasonkuhrt)
- #4297 introduces mapSchemaConfig utility function (@yaacovCR)
- #4306 polish: fix switched comments in GraphQLScalarTypeConfig (@hayes)
- #4308 move subscription
@defercheck out of collectFields (@yaacovCR) - #4309 use
operation.selectionSetas argument tocollectFields()instead ofoperation(@yaacovCR) - #4307 update validateInputValue to use renamed method (@yaacovCR)
- #4320 polish: skip recollecting a named fragment's selections even when deferred (@yaacovCR)
Internal 🏠
2 PRs were merged
- #4304 internal: update CONTRIBUTING guide (@yaacovCR)
- #4301 frontport v16 work to main (@yaacovCR)
Committers: 6
- Jason Kuhrt(@jasonkuhrt)
- Jovi De Croock(@JoviDeCroock)
- Martin Bonnin(@martinbonnin)
- Michael Hayes(@hayes)
- Rob Richard(@robrichard)
- Yaacov Rydzinski (@yaacovCR)
v17.0.0-alpha.7.canary.pr.4319.e7cfada212d5cdd7dc09890bef82ac9da32026eb
v17.0.0-alpha.7.canary.pr.4319.abe5e8e0bb4a916f37d6d1b7fdcf128155a24a46
v17.0.0-alpha.7.canary.pr.4319.55799077dbb6c5ab0c33471482a66b91f048a516
v17.0.0-alpha.7.canary.pr.4319.09f8d400782ed385ec6f8fb9d151e221414af613
v17.0.0-alpha.7.canary.pr.4297.42bcd01f7c733e255ff9eab84ec8d7500dfd208a
[Compare Source](https://redirect.github.com/graphql/
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ No Changeset found
Latest commit: db15e76117e67383dd4df18b1e9547aea644b680
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
There's a conflict with our patch of react 19 and the newer version. @phryneas I will ignore react(-dom)-19 in the renovate config unless I hear otherwise, since this seems like something we'll want to upgrade manually :)
✅ Docs preview has no changes
The preview was not built because there were no changes.
Build ID: 51f2af278f54332c954ddacb
Deploy Preview for apollo-client-docs ready!
| Name | Link |
|---|---|
| Latest commit | b9777f9dd2fd898e9a40c66177e73bbc4986bca7 |
| Latest deploy log | https://app.netlify.com/sites/apollo-client-docs/deploys/678b669c013ae60008c0e7a9 |
| Deploy Preview | https://deploy-preview-11978--apollo-client-docs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
size-limit report 📦
| Path | Size |
|---|---|
| dist/apollo-client.min.cjs | 40.66 KB (0%) |
| import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" | 50.07 KB (0%) |
| import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) | 47.18 KB (0%) |
| import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" | 36.18 KB (0%) |
| import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) | 33.58 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.29 KB (0%) |
| import { useLazyQuery } from "dist/react/index.js" | 5.7 KB (0%) |
| import { useLazyQuery } from "dist/react/index.js" (production) | 4.78 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.42 KB (0%) |
| import { useSubscription } from "dist/react/index.js" (production) | 3.48 KB (0%) |
| import { useSuspenseQuery } from "dist/react/index.js" | 5.51 KB (0%) |
| import { useSuspenseQuery } from "dist/react/index.js" (production) | 4.17 KB (0%) |
| import { useBackgroundQuery } from "dist/react/index.js" | 5.01 KB (0%) |
| import { useBackgroundQuery } from "dist/react/index.js" (production) | 3.66 KB (0%) |
| import { useLoadableQuery } from "dist/react/index.js" | 5.09 KB (0%) |
| import { useLoadableQuery } from "dist/react/index.js" (production) | 3.74 KB (0%) |
| import { useReadQuery } from "dist/react/index.js" | 3.41 KB (0%) |
| import { useReadQuery } from "dist/react/index.js" (production) | 3.35 KB (0%) |
| import { useFragment } from "dist/react/index.js" | 2.36 KB (0%) |
| import { useFragment } from "dist/react/index.js" (production) | 2.31 KB (0%) |