All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- BREAKING: Upgrade
@tanstack/query-coreand@tanstack/react-queryfrom^4.43.0to^5.62.16(#9563)createUIQueryClient'sinvalidateQueriesoverride now matches the TanStack Query v5 signature (filters,options) instead of the v4 overload style that relied onparseFilterArgs.- Consumers must migrate to TanStack Query v5 APIs (for example
gcTimeinstead ofcacheTime, andinitialPageParamfor infinite queries).
- Bump
@metamask/utilsfrom^11.9.0to^11.11.0(#9074) - Make
react-domandreact-nativepeer dependencies optional (#9295)
- Retain queries in cache until GC (#9502)