Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/urql-graphql/urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://github.com/urql-graphql/urql

Fix broken link (#1915)

9cf9de8b7e77ee67bef06981235cd19dc498a063 authored over 3 years ago by Malcolm <[email protected]>
Version Packages (#1912)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

f273446c8730d952391d4fb9904d2ba4dc5d9ccc authored over 3 years ago by urql-ci <[email protected]>
(graphcache) - Remove hasNext from stale results (#1911)

b6b6baa54c93682a18e04a6787ba76e406f9d42b authored over 3 years ago by Phil Pluckthun <[email protected]>
Version Packages (#1897)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

01d5fa692048a4e68732dddfa7492dd9b54cbd82 authored over 3 years ago by urql-ci <[email protected]>
fix issue with next where staleWhileRevalidate would loop (#1895)

3eaed7ea172e7f7b2cf91ee12af239806e9f8cc2 authored over 3 years ago by Jovi De Croock <[email protected]>
only allow for one onOnline listener at a given time (#1896)

dbb52bd2ee29e1443b845823b1379549d637b520 authored over 3 years ago by Jovi De Croock <[email protected]>
Version Packages (#1871)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

66d7fb789c7fe4b2dc7314e6835d94f592d9301f authored over 3 years ago by urql-ci <[email protected]>
chore: hacks not needed here (#1886)

This hack was for Relay, as it wasnt exactly "spec" compliant.

7f49b6b0b269b713b9a850eee1f45bc4dc11bdc1 authored over 3 years ago by Marais Rossouw <[email protected]>
(core) - update toPromise to exclude `hasNext` results (#1880)

* update toPromise to exclude `hasNext` results

This change ensures that when we call `toProm...

96cfe9ebedb37a9d0b950570d56899a436ab3855 authored over 3 years ago by Jovi De Croock <[email protected]>
(graphcache) - Fix previous result's null values spilling into next result (#1885)

* Fix typo in operations/query.ts resolveLink

* Separate input from output data

* Fix skipped ...

30eb794196149d6329cbbf31e1becdc55be3f9e9 authored over 3 years ago by Phil Pluckthun <[email protected]>
(retry) - Add retryWith option to update operations (#1881)

* (retry) - Add retryWith option to update operations

* Allow retryWith to return falsy value...

ab7ac600a05f49af3b4bb8430c970d125b317c55 authored over 3 years ago by Phil Pluckthun <[email protected]>
(core) - mark query.__key as non-enumerable (#1870)

* mark query.__key as non-enumerable

* add test

792c6a11394309ea23131b309ae1bc1817cc71a0 authored over 3 years ago by Jovi De Croock <[email protected]>
Version Packages (#1864)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

07ace8a5d9d67a4287fc6cb9fa4802d43e4042bc authored over 3 years ago by urql-ci <[email protected]>
(chore) - Update #1859's changeset

bdc352f0bb86682be71970ebbee99a4ea76bb0e2 authored over 3 years ago by Phil Pluckthun <[email protected]>
(graphcache) - Add missing partial mark to null cascading into list (#1869)

* (graphcache) - Add missing partial mark to null cascading into list

* Add changeset

* Ad...

33f122c819df2d20fbdd041a4ae36d78e6a10fff authored over 3 years ago by Phil Pluckthun <[email protected]>
(experimental) - Add full support for multipart/mixed defer and stream directive responses (#1854)

* Add initial (isomorphic) incremental multipart support

This adds support for "multipart/mix...

d8bcc88a69f8b62be2e58c68062c9a6bfaaca63f authored over 3 years ago by Phil Pluckthun <[email protected]>
(docs) - Update context docs in Basics and increase consistency (#1866)

* (docs) - Update context docs in Basics and increase consistency

* Add some notes on Polling

...

6cc8a24c99d4f6c633f5cd02099a569d4a317c33 authored over 3 years ago by Phil Pluckthun <[email protected]>
(hotfix) - Fix typo in Graphcache query from #1859

334888bebf06f50937793dcb5135d638f6e53bc3 authored over 3 years ago by Phil Pluckthun <[email protected]>
(graphcache) - Increase structural (deep) equality in normalized query results (#1859)

* Refactor dataFieldValue assignment in readSelection

* Add initial reusal of data logic

*...

37d7e798f53476bb1c814a31dd02114066347ecf authored over 3 years ago by Phil Pluckthun <[email protected]>
Version Packages (#1838)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

7bec707a554011012704874e5170e7d6c5a2dc00 authored over 3 years ago by urql-ci <[email protected]>
(core) - Add staleWhileRevalidate option to ssrExchange (#1852)

* (core) - Add staleWhileRevalidate to ssrExchange

* Add staleWhileRevalidate to next-urql

...

f77b46ac3178cf09a8b4cdb8c8db96b042b7b08d authored over 3 years ago by Phil Pluckthun <[email protected]>
fix single-source behavior in react (#1850)

f7ad668a68e70f371865c895ca1ed69c3dd8526e authored over 3 years ago by Jovi De Croock <[email protected]>
Fix prevent mangling embedded strings in queries sent using the GET-method (#1851)

5f9f8025f46e22a2cd0629955a2da04d98330113 authored over 3 years ago by Jovi De Croock <[email protected]>
(auth) - Fix willAuthError causing duplicate operations (#1849)

ef96adddd9baf7a53f47661fbb870612385c94c8 authored over 3 years ago by Yanko Valera <[email protected]>
(chore) - Handover codeowners security entries

3455401e6f680a6ecdf704ee4c21933f6ec5a6d2 authored over 3 years ago by Phil Pluckthun <[email protected]>
(next) - leverage the next package to provide the types for our withUrqlClient (#1812)

* leverage the next package to provide the types for our withUrqlClient

* fix test types

13c2f9f0d606bed33aea6fdd620d411ef611fccc authored over 3 years ago by Jovi De Croock <[email protected]>
Version Packages (#1830)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

fe6f70f38c63d08067e79e6536ba2dd622adf9eb authored over 3 years ago by urql-ci <[email protected]>
Make "async fetchOptionsExchange" example copy-able (#1835)

* Fix typescript errors in fetchOptionsExchange example

* Allow both sync and async fetch opt...

a01563329ceb1c40305d6170a64bd69ac2bb4645 authored over 3 years ago by Alexander Shepelin <[email protected]>
expose ExecuteExchangeArgs (#1837)

49e877d8b955f35467a5f9c21998450fc2bddac6 authored over 3 years ago by Yoshihiro Nakamura <[email protected]>
(auth) - expose AuthConfig type (#1828)

* (auth) - expose AuthConfig type

* Update .changeset/spicy-suits-tease.md

Co-authored-by:...

b56dc0ee548b5bbe8d5421cd25470c0ad556f7c7 authored over 3 years ago by Andrew Rempe <[email protected]>
(core) - error for invalid operation passed to query/mutation/subscription (#1829)

* warn for invalid operation passed to query/mutation/subscription

* add test case

* updat...

1773e6ee509e514da9b34cb023d4d1b7a43cbe93 authored over 3 years ago by Jovi De Croock <[email protected]>
fixed mutation test example (#1824)

30447ec77a8c44e0585db5af4febf58e1c253f35 authored over 3 years ago by Yoshihiro Nakamura <[email protected]>
Version Packages (#1797)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

63927d2c262dfd5529de7b9cc652c6f816125eee authored over 3 years ago by urql-ci <[email protected]>
Update subscriptions.md (#1821)

* Update subscriptions.md

* Revert deletion of additional info

* Update docs/advanced/subs...

48fa13a8172139533b03f4737647fd7657e4c48e authored over 3 years ago by Andy Richardson <[email protected]>
(vue) - unwrap the proxy variables before we send it to the urql-client (#1810)

59017519dca24d5569b3d702c6ece0fca994d058 authored over 3 years ago by Jovi De Croock <[email protected]>
(docs) - update svelte for the reexecute change of 1.3.0 (#1808)

* update svelte docs for the reexecute change of 1.3.0

* correct typo

* use $ notation for...

4396469385ae61abc0853ee9e1691ab5d18e4ead authored over 3 years ago by Jovi De Croock <[email protected]>
(auth) - Allow mutate from the getAuth to accept a TypedDocumentNode (#1796)

* Allow mutate to infer mutation Data and Variables by using TypedDocumentNode

* Update .change...

77f1916fecbfbc85063436bd220ff64d3553b985 authored over 3 years ago by younes meliani <[email protected]>
(multipart-fetch) - Upgrade extract-files (#1795)

* Upgrade extract-files package version

* Update lock file

* Add changeset

3589c9a563db5849e557ec69b93077cf12462936 authored over 3 years ago by Harry Walter <[email protected]>
Version Packages (#1790)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

7c5e8696dff6f9af1a2d79a3fe01634fea77a66d authored over 3 years ago by urql-ci <[email protected]>
(graphcache) - hydration issue in storage restoration (#1789)

* fix hydration running into issues when there are operations added synchronously after the read...

da92b1cc4145ed5384a0e018eb0a5c2290544663 authored over 3 years ago by Jovi De Croock <[email protected]>
Fix typo in docs docs/basics/vue.md (#1787)

d2b8277e32b63ee609ca4ef14b0663337f8c8f65 authored over 3 years ago by Mehari Mamo <[email protected]>
Version Packages (#1756)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

7ec183808b2e766fbe1964c8d1ad6c8bc999d715 authored over 3 years ago by urql-ci <[email protected]>
(svelte) - Refactor OperationStore update logic to be more granular (#1780)

* Add more granular Svelte updates

* Add docs for reexecute method on operationStore

* Fix...

d35de956e9d86467b3b9f8cb01575b0131221cb8 authored over 3 years ago by Phil Pluckthun <[email protected]>
(svelte) - Loosen subscription type further (#1779)

42b52ca45c5ab84ffd1a66e486e373a5d8721c27 authored over 3 years ago by Phil Pluckthun <[email protected]>
(graphcache) - Type extras helpers as returning all-matching Resolver (#1778)

Fix #1770

daa9fec25c804c95e2b06a03dce33a718bbb55cf authored over 3 years ago by Phil Pluckthun <[email protected]>
(docs) - Fix missing executeMutation call in Vue docs

Fix #1770

377b6ef8d5b1e79189aa0b0201be0fd8feb4e835 authored over 3 years ago by Phil Pluckthun <[email protected]>
(next) - Prevent restoring SSR data when client has been reset (#1715)

* Use latest client and don't use old ssr cache on resetUrqlClient

* Refactor version check
...

53eff853c329a403e15cbb8c06d0a13b21242da0 authored over 3 years ago by Biboswan Roy <[email protected]>
add the swan logo to the showcase (#1741)

Co-authored-by: Phil Pluckthun <[email protected]>

6231f32acc78010e66ceeaace0eb03af377c5d7c authored over 3 years ago by Mathieu Acthernoene <[email protected]>
(docs) - Add Open Social logo to showcase (#1748)

afb1334b2a4b7c80b7ba4e32f2f8fbe78db919ad authored over 3 years ago by Alexander Varwijk <[email protected]>
(core) - Fix ssrExchange.restoreData adding invalidated results (#1776)

* (core) - Fix ssrExchange.restoreData adding invalidated results

* Update tests with new cas...

354749181f9072f9c887027c01855c015fdb01bd authored over 3 years ago by Phil Pluckthun <[email protected]>
(vue) - Simplify useQuery implementation (#1758)

* Replace useQuery implementation

* Fix fetching.value timings in useQuery and useSubscriptio...

a0fcea4bacaa8b1f74053df314f1ead87a2d7d2e authored over 3 years ago by Phil Pluckthun <[email protected]>
OptimisticMutationResolver could return scalar (#1765)

891a17a0a22e3b4d5b301a779330336efc79d1b0 authored over 3 years ago by Yoshihiro Nakamura <[email protected]>
Spelling micro-fix in local-resolvers.md (#1759)

d80b5243be72b643529f98276f90d0e215fdf329 authored over 3 years ago by Ross Gardiner <[email protected]>
(exchange-persisted-fetch) - Make indirect eval call to optimize for minifiers (#1744)

* Make indirect eval call to optimize for minifiers

* Use Function constructor and remove ter...

00ad6421b8f08ce41892b14c91e12464f59d4202 authored over 3 years ago by _nderscore <[email protected]>
(request-policy) - Fix requestPolicyExchange usage with persisted caching (#1742)

* Ignore files generated by JetBrains IDEs like Intellij

* (request-policy) - Fix TTL being s...

616ac76c8719ff544f60848c121caa29e2de328e authored over 3 years ago by Malcolm <[email protected]>
update formidable icon on the docs (#1757)

b5c6166699ed19a31df5ecc164c8d1da2d36b9fc authored over 3 years ago by Jovi De Croock <[email protected]>
(core) - Fix stale on reexecute being skipped for cache-first (#1755)

* (core) - Fix stale on reexectuted operation being skipped for cache-first

* Fix stale reexe...

c9cfa589b7db15b2cd29e42ebc8224c1acd1987c authored over 3 years ago by Phil Pluckthun <[email protected]>
add the loveholidays logo to our showcase (#1740)

67e1526342183e857861defa5749288e3073714c authored over 3 years ago by Jovi De Croock <[email protected]>
Version Packages (#1712)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

351ca815cf59949fd6770464971327db1fe3143b authored over 3 years ago by urql-ci <[email protected]>
(graphcache) - apply bivarianceHack for type-generated graphCache configs (#1687)

* test graphcache generic usage

* make more concise

* apply bivariance

* fix tests

*...

f4266f29cc9e55affe4c952701c8a034435bbb16 authored over 3 years ago by Jovi De Croock <[email protected]>
Rename "Basics" > "Core" page (#1733)

ec61177828943fcaf18368311ec236cf4e6666d3 authored over 3 years ago by Phil Pluckthun <[email protected]>
(svelte) - use executeMutation over mutation (#1732)

* use executeMutation over mutation

* remove commented out line

be364fb8f5d7a20b05c860981b1b3e1b4d7d9972 authored over 3 years ago by Jovi De Croock <[email protected]>
(vue) - use executeMutation in useMutation (#1680)

* use executeMutation in @urql/vue

* fix tests and add changeset

* use gql helper

* tes...

8825865d4ac35b4c9f047f4157f433fcc4073479 authored over 3 years ago by Jovi De Croock <[email protected]>
limit `cache` methods to be within operations and add discloser (#1726)

b9e173eedbe3684e251f5ba3088919dc060daf56 authored over 3 years ago by Jovi De Croock <[email protected]>
(svelte) - Fix typings for subscription's differing results (#1731)

db28dda446e1048ebee08ccb0fbc871da52476c6 authored over 3 years ago by Phil Pluckthun <[email protected]>
(react) - Fix pause + executeQuery issue in useQuery (#1722)

Fix #1698

395788e2865d0643cf4f5acaa9bf9387167a580e authored over 3 years ago by Phil Pluckthun <[email protected]>
(core) - Prevent stale results from promisified sources (#1709)

eed490619f263879ac1f8f67e0eb65595fb08e80 authored over 3 years ago by Phil Pluckthun <[email protected]>
Version Packages (#1686)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

64312999ef1f96981a5f4630415e42696770aa96 authored over 3 years ago by urql-ci <[email protected]>
(chore) - Fix release workflow

1e12b23c41238687892cd1a91ea7af08d7389931 authored over 3 years ago by Phil Pluckthun <[email protected]>
(core) - Fix empty and no variables resulting in differing keys (#1695)

b27c39442a54a336591d538cb3f6c3f89d1fb8e0 authored over 3 years ago by Phil Pluckthun <[email protected]>
(graphcache) - add the ENTRIES_STORE_NAME to the clear transaction (#1685)

f5e0b88c65c28518f0a3a8ae33ad9adff5c86ea3 authored over 3 years ago by Jovi De Croock <[email protected]>
Version Packages (#1649)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

276762c030acb22b4138fcd8ca12f851fe04ef2c authored over 3 years ago by urql-ci <[email protected]>
(graphcache) - loosen type constraint on the graphCache generic (#1675)

* loosen type constraint on graphCahce generic

* apply change to resolver as well

441505cb54cd266bbaddc123377ceac966c2af62 authored over 3 years ago by Jovi De Croock <[email protected]>
Fix typo in `docs/basics/core.md`. (#1667)

* Fix typo in `docs/basics/core.md`.

Change `urql` to `@urql/core` in the import statement.
...

00539ff282c8c61854cd2a805cbd9b8e5cae4d24 authored over 3 years ago by Ejez <[email protected]>
(graphcache) - Loosen ScalarObject type constraint (#1648)

720f60c6b118b80dc2bef2fc0a0b22aab23e5415 authored over 3 years ago by Phil Pluckthun <[email protected]>
(chore) - use different transpiler for tests (#1646)

* use esbuild to transpile tests

* dedupe deps

* reorder pkg.json alphabetically

* add ...

1857c19ba2d4dd945002e37a8c7b14485a2d9c0a authored over 3 years ago by Jovi De Croock <[email protected]>
Version Packages (#1635)

d1a2adba7bbd7b513213b1a3118d17118456bd81 authored over 3 years ago by urql-ci <[email protected]>
(request-policy) - Fix TTL being erased and renewed on cache hits (#1641)

* Limit updating operation timestamp to cache misses

* Fix default behaviour on first load

...

0f91f6a51348ac232dac9550e576afc32c9402cc authored over 3 years ago by Phil Pluckthun <[email protected]>
(core) - Refactor Client to hide some impl details and reduce size (#1638)

a6be344282b24b435d3927d71351a33a496d9e51 authored over 3 years ago by Phil Pluckthun <[email protected]>
(core) - Fix Client hang on promisified sources (#1634)

2c295df362c97657797c1d10272ad6c5f19805fa authored over 3 years ago by Phil Pluckthun <[email protected]>
Version Packages (#1632)

f596f657160061d59ba8efbfe90ff6ca784bc1e4 authored over 3 years ago by urql-ci <[email protected]>
(graphcache) - Fix edge-case of erroring introspection on schema-awareness (#1631)

* Add edge case test for introspection querying on Graphcache

* Add exceptions for built-in t...

20c6e7183c0ba7eba66db2379d8bd8734b00f821 authored over 3 years ago by Phil Pluckthun <[email protected]>
(examples) - Migrate to Vite and update some examples (#1630)

4c1a9d9bd3df55207aeff1ffc3e2b3262f27cbc9 authored over 3 years ago by Phil Pluckthun <[email protected]>
(docs) - Fix various links and upgrade react-static-plugin-md-pages

8ec778d2b3aaf0f398bb48af665c49a0c633bc30 authored over 3 years ago by Phil Pluckthun <[email protected]>
(docs) - Fix basepath for homepage links

83a0ddcf5a30916fd517f5abfaec04c8659e823d authored over 3 years ago by Phil Pluckthun <[email protected]>
(docs) - use formideploy and change base-path (#1625)

12d49d3feccc830c95ef07f488f27655d4010b58 authored over 3 years ago by Jovi De Croock <[email protected]>
Version Packages (#1628)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

48113e109b80afd907014dfa305eb83f74a6952a authored over 3 years ago by urql-ci <[email protected]>
(chore) - Update CI user for Changesets Action

10e9c3b697eb0e8f466a63e8984b39a3924be2b6 authored over 3 years ago by Phil Pluckthun <[email protected]>
(core) - Fix concurrent operations not respecting request policies (#1626)

* Fix up implementation of shared single-source results

* Add test for new request policy beh...

69bf236e0d4d4ee15198a35159a648bf54cf683d authored over 3 years ago by Phil Pluckthun <[email protected]>
Version Packages (#1511)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

7d74097fa89240fe01a66643492a2de579d0a207 authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(chore) - Add artifacts to GitHub Actions CI workflow (#1568)

* Add pack script to imitate yarn-pack

* Refactor placement of scripts and commands

* Add ...

69847811ed5518f2e5616c326ce26ba888a23be4 authored over 3 years ago by Phil Pluckthun <[email protected]>
(examples) - Add readme and increase consistency (#1616)

76043cb99cd557c3359fe742686d2d1ac5222355 authored over 3 years ago by Phil Pluckthun <[email protected]>
(graphcache) - Add generics for codegen to store and cacheExchange (#1562)

* add generics for graphCache store/exchange

* disable all packages apart from graphcache

...

367d1985028f6df35adbbd548a3c7b0398ba30f6 authored over 3 years ago by Jovi De Croock <[email protected]>
(examples) - Delete all old nested examples (#1615)

aa5685b390e733fe2a6f46655502ea31df0daded authored over 3 years ago by Phil Pluckthun <[email protected]>
(examples) - Add updated Svelte example to toplevel examples (#1613)

* Add updated Svelte + Vite example

* Delete obsolete svelte-urql/example

8a120723a707815185d40c9b4cbc26d20c8eb3fe authored over 3 years ago by Phil Pluckthun <[email protected]>
(examples) - Add updated Vue 3 example to toplevel examples (#1614)

* Remove obsolete vue-urql example

* Add updated vue-urql example to examples

4e673d884f900269ada4e80eb82bc6655a4fd59e authored over 3 years ago by Phil Pluckthun <[email protected]>
(examples) Add with-cache-updates example (#1611)

* (examples) Add with-cache-updates example

a171bd00bd49b601ae8e26c88896b018b1d2a64f authored over 3 years ago by Yanko Valera <[email protected]>
(docs) - Expand willAuthError section with more notes on usage (#1601)

* (docs) - Expand willAuthError section with more notes on usage

* Update docs/advanced/authe...

1bed86d3820aef65eae6457e84649c25cfc989e6 authored over 3 years ago by Phil Pluckthun <[email protected]>
(docs) Review cacheExchange code example (#1610)

5bd87828c818ae980387d7b6992cf3eed228b177 authored over 3 years ago by Yanko Valera <[email protected]>
(examples) - Add willAuthError to with-refresh-token example (#1608)

277e86946b77850b44eafaf78681f6f774b61252 authored over 3 years ago by Yanko Valera <[email protected]>