fix(deps): update graphql live query packages #386
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.8.1
->0.10.0
0.5.1
->0.7.0
0.7.3
->0.10.0
0.11.0
->0.13.0
0.11.0
->0.13.0
Release Notes
n1ru4l/graphql-live-queries (@n1ru4l/graphql-live-query)
v0.10.0
Compare Source
Minor Changes
f585fb3
: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-jsv0.9.0
Compare Source
Minor Changes
f555f2f
: GraphQL v16 compatibilityv0.8.2
Compare Source
Patch Changes
31ef74b
: fix esm support for create-react-app and webpackn1ru4l/graphql-live-queries (@n1ru4l/graphql-live-query-patch-json-patch)
v0.7.0
Compare Source
Minor Changes
f585fb3
: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-jsPatch Changes
25ad6d0
]f585fb3
]v0.6.1
Compare Source
Patch Changes
727e806
: unpinfast-json-patch
dependency.727e806
]v0.6.0
Compare Source
Minor Changes
f555f2f
: GraphQL v16 compatibilityPatch Changes
f555f2f
]v0.5.2
Compare Source
Patch Changes
31ef74b
: fix esm support for create-react-app and webpack31ef74b
]n1ru4l/graphql-live-queries (@n1ru4l/in-memory-live-query-store)
v0.10.0
Compare Source
Minor Changes
93239dc
: Drop theexecute
constructor argument option.Please use
InMemoryLiveQueryStore.makeExecute
instead.Old
New
f585fb3
: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-jsPatch Changes
f585fb3
]v0.9.0
Compare Source
Minor Changes
727e806
: The source returned from execute is now lazy and will only start emitting values once it is consumed. This prevents memory leaks.BREAKING: If the wrapped
execute
function returns a stream (e.g. because you forgot to add theNoLiveMixedWithDeferStreamRule
validation rule) it causes theexecute
function to reject instead of publishing a ExecutionResult error payload. This change has been made in order to treat the error as unexpected and not leak any implementation details to the clients.aee5d58
: Allow setting custom invalidation indices.Until now doing granular or very specific index invalidations wasn't possible. Thus invalidation might not have been efficient enough, as either too many or too few live query operation "subscriptions" got invalidated.
The new
indexBy
configuration option for theInMemoryLiveQueryStore
, allows configuring specific indices suitable for the consumed GraphQL schema, resulting more granular and efficient invalidations.Invalidate by single field with arguments:
Invalidation by single field with specific arguments:
v0.8.0
Compare Source
Minor Changes
f555f2f
: BREAKING: Remove support for legacy multi-argumentexecute
calls. From now on you should always callexecute
with a single object instead (e.g.execute({ schema, document })
instead ofexecute(schema, document)
).DEPRECATE: The
InMemoryLiveQueryStore.execute
API has been deprecated. Please use theInMemoryLiveQueryStore.makeExecute
function instead. Also theInMemoryLiveQueryStore
constructor parameter optionexecute
has been deprecated.f555f2f
: GraphQL v16 compatibilityPatch Changes
f555f2f
]v0.7.4
Compare Source
Patch Changes
31ef74b
: fix esm support for create-react-app and webpack31ef74b
]n1ru4l/graphql-live-queries (@n1ru4l/socket-io-graphql-client)
v0.13.0
Compare Source
Minor Changes
f585fb3
: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-jsv0.11.1
Compare Source
Patch Changes
31ef74b
: fix esm support for create-react-app and webpackn1ru4l/graphql-live-queries (@n1ru4l/socket-io-graphql-server)
v0.13.0
Compare Source
Minor Changes
f585fb3
: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-jsv0.12.0
Compare Source
Minor Changes
f555f2f
: GraphQL v16 compatibilityv0.11.1
Compare Source
Patch Changes
31ef74b
: fix esm support for create-react-app and webpackConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.