@urql/exchange-graphcache@9.0.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
⚠️ FixrelayPaginationmerging pages in the order they were written to the cache rather than in their cursor order. When multiple pages were requested concurrently and a later page's response was written before an earlier one's, the combinededges/nodescould transiently end up in the wrong order. Pages are now reordered along their cursor chain (viaafter/endCursorandbefore/startCursor) before being concatenated, while pages without a known predecessor keep their original order
Submitted by @moriyuu (See #3877)- Remove the invalid
exportsfield from the generated subpathpackage.jsonfiles (e.g.@urql/exchange-graphcache/extras,@urql/exchange-graphcache/default-storage,@urql/core/internal,@urql/next/rsc). These targets pointed at the parentdist/directory (../dist/...), which violates the Node.js package-exports spec requirement that everyexportstarget begin with./. Metro (Expo 53 / React Native 0.79) validates this and logged a warning for every affected package. Subpath resolution continues to work:exports-aware bundlers resolve through the rootpackage.json, while legacy resolution relies on themain/module/typesfields that remain in place
Submitted by @JoviDeCroock (See #3886) - Updated dependencies (See #3879, #3881, #3885, and #3886)
- @urql/core@6.0.2