Releases: apollographql/apollo-utils
@apollo/[email protected]
Patch Changes
-
#266
ba46d81
Thanks @renovate! - Start building packages with TypeScript v5, which should have no effect for consumers -
Updated dependencies [
ba46d81
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#266
ba46d81
Thanks @renovate! - Start building packages with TypeScript v5, which should have no effect for consumers -
Updated dependencies [
ba46d81
]:- @apollo/[email protected]
@apollo/[email protected]
@apollo/[email protected]
@apollo/[email protected]
@apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#266
ba46d81
Thanks @renovate! - Start building packages with TypeScript v5, which should have no effect for consumers -
Updated dependencies [
ba46d81
]:- @apollo/[email protected]
@apollo/[email protected]
Patch Changes
-
#260
957493f
Thanks @trevor-scheer! - Fix issue with KeyvAdapter whereKeyv.getMany
returnsundefined
,
causingKeyvAdapter
to violate theDataLoader
contract.DataLoader always expects a
Promise<Array<V>>
having the same length
as thekeys
that were given to it. This problem stems from a
shortcoming of theKeyv
typings, since it doesn't declare that a
get([...keys])
can return a singularundefined
(but it can in
the case of errors /Store.getMany
can return a singularundefined
).
@apollo/[email protected]
@apollo/[email protected]
Patch Changes
- #226
bcf0981
Thanks @trevor-scheer! - Fix the version range specified forlru-cache
which was previously invalid. Unpin the range now that we've dropped support for node@12
and this was originally a@types/node@12
issue.