#117925876c35 Thanks @phryneas! - AutoCleanedCache: only schedule batched cache cleanup if the cache is full (fixes #11790)
#117991aca7ed Thanks @phryneas! - RenderPromises: use canonicalStringify to serialize variables to ensure query deduplication is properly applied even when variables are specified in a different order.
#1175480d2ba5 Thanks @alessbell! - Export WatchFragmentOptions and WatchFragmentResult from main entrypoint and fix bug where this wasn't bound to the watchFragment method on ApolloClient.
v3.10.0-rc.1
Minor Changes
#11760acd1982 Thanks @alessbell! - createTestSchema now uses graphql-tools mergeResolvers to merge resolvers instead of a shallow merge.
#11764f046aa9 Thanks @alessbell! - Rename createProxiedSchema to createTestSchema and createMockFetch to createSchemaFetch.
#117925876c35 Thanks @phryneas! - AutoCleanedCache: only schedule batched cache cleanup if the cache is full (fixes #11790)
#117991aca7ed Thanks @phryneas! - RenderPromises: use canonicalStringify to serialize variables to ensure query deduplication is properly applied even when variables are specified in a different order.
#1175480d2ba5 Thanks @alessbell! - Export WatchFragmentOptions and WatchFragmentResult from main entrypoint and fix bug where this wasn't bound to the watchFragment method on ApolloClient.
3.10.0-rc.1
Minor Changes
#11760acd1982 Thanks @alessbell! - createTestSchema now uses graphql-tools mergeResolvers to merge resolvers instead of a shallow merge.
#787118a3827 Thanks @tninesling! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.
#787118a3827 Thanks @tninesling! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.
4.10.3
Patch Changes
#78665f335a5 Thanks @tninesling! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the graphql group with 5 updates:
3.9.10
3.10.1
4.10.2
4.10.4
9.0.3
9.0.4
10.1.3
10.2.0
0.12.1
0.14.1
Updates
@apollo/client
from 3.9.10 to 3.10.1Release notes
Sourced from
@apollo/client
's releases.... (truncated)
Changelog
Sourced from
@apollo/client
's changelog.... (truncated)
Commits
7f53db9
Version Packages (#11810)1aca7ed
RenderPromises
: usecanonicalStringify
to serialize data, useTrie
(#11...60592e9
Fix operation.setContext() type (#11756)5876c35
AutoCleanedCache: only schedule batched cache cleanup if the cache is full (#...bf9dd17
Update therehackt
dependency to^0.1.0
(#11803)5f65439
Version Packages (#11809)0fbd073
Merge pull request #11698 from apollographql/release-3.10004b176
Exit prerelease mode0843bf4
Testing utility docs (#11805)a26aacc
add return type towithinDOM
implementation (#11802)Updates
@apollo/server
from 4.10.2 to 4.10.4Release notes
Sourced from
@apollo/server
's releases.Changelog
Sourced from
@apollo/server
's changelog.Commits
268687d
Version Packages (#7873)18a3827
Eagerly start subscription heartbeats (#7871)7e64902
Version Packages (#7867)5f335a5
Handle failed subscription payloads (#7866)80afc33
Update codegen config to prevent naming collision of enum values (#7854)Updates
@graphql-tools/merge
from 9.0.3 to 9.0.4Changelog
Sourced from
@graphql-tools/merge
's changelog.Commits
36913ee
chore(release): update monorepo packages versions (#6113)a06dbd2
add changeset for previous PR 5973 (#6111)b281dd6
fix(stitch): handle isolated root fields in correct order (#6107)c02eb60
Add tests for merging the directives with the same name and arguments (#6097)0b43440
fix: check directive isNode on merge if inherited from obj (#5973)Updates
@graphql-tools/utils
from 10.1.3 to 10.2.0Changelog
Sourced from
@graphql-tools/utils
's changelog.Commits
7ef2ad7
chore(release): update monorepo packages versions (#6106)5567347
fix(stitch): do not remove unmerged fields from both isolated and non-isolate...Updates
graphql-codegen-typescript-validation-schema
from 0.12.1 to 0.14.1Release notes
Sourced from graphql-codegen-typescript-validation-schema's releases.
... (truncated)
Commits
70e956a
0.14.158b8451
Merge pull request #612 from Code-Hex/add/enum-support898f824
updated READMEfc60a37
added support for URI format in directive config190056d
0.14.0d106f7c
updated first-label-interaction versione17fdfd
Merge pull request #610 from Code-Hex/remove/with-interface-type7d82b8d
removed withInterfaceType option24518ad
Merge pull request #609 from Code-Hex/issue-47408dbfa0
lint-fixDependabot 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