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 support for inline arguments (#702)

17b2247998b8ca8652476a3735e3537d47ce6838 authored almost 5 years ago
Version Packages

bc655e433edd7a8e1a13de231e3c5e25e190dc2a authored almost 5 years ago
Add babel-plugin-modular-graphql to rewrite graphql imports (#700)

268d880f83ab9c687a62726d7c959a9c90cb69dc authored almost 5 years ago
add Phoenix to the docs footer (#701)

8b5481171863827ec9572a21f528a1dae7335d33 authored almost 5 years ago
Enhance testing page (#695)

* Improve doc about mocking the urql client

* remove repetition

* add subscription 's section
...

522736606028fafcb8a313b2b2c3160a6400a852 authored almost 5 years ago
(fix) - invalidate null link (#694)

* account for null values in invalidation, move check to undefined instead of truthy

* add ch...

f232ca10141b01cbd087726f7addd3f977a141f2 authored almost 5 years ago
Fix typo in normalized example (#692)

fcfde24c1203c875f4d5d491771731e8ef137008 authored almost 5 years ago
Use CircleCI Workspaces to speed up workflow startups (#689)

* Replace repeated restore_cache with workspaces

* Fall back to master yarn cache

5a34b9eaff4ddd18f32dcd24ba1df6cf3e3d55ee authored almost 5 years ago
Reduce number of CircleCI tasks

72ca9cf017e9dd7dc722788bfa0edd0522a1418e authored almost 5 years ago
Version Packages

1b2c6aba575e28d63e9e457959cc77b864886b04 authored almost 5 years ago
Fix typos in docs/concepts (#687)

* Fix typo in docs/concepts/philosophy/

```
- toopls
+ tools
```

* Fix typo in docs/con...

ded6f4355a948135652062e56aef2d0e1da70c63 authored almost 5 years ago
Bump direct and transitive dependencies (#688)

* Bump direct dependencies

* Bump transitive dependencies

* Bump graphql to ^15.0.0 (peer ...

e09780e5d95118343d54a75d238a88df6f37c12f authored almost 5 years ago
Bump @urql/core in urql, @urql/preact, @urql/svelte, Graphcache (#684)

7c4009f261ed349b54dcc19bf38781a99736d73a authored almost 5 years ago
Fix typo in normalized-caching.md (#680)

49a0aa9fff911362b497dfbdf64673e10df5510e authored almost 5 years ago
Fix non-2xx GraphQL responses on fetch exchanges (#678)

* Fix fetch exchanges to always parse JSON

When we have a valid JSON result we should use the...

e8e54e6517b4b396e2d5bdcd9c7565b91b8b430c authored almost 5 years ago
Implement new persistence logic compatible with commutativity (#674)

* Remove PoC-stage persistence implementation

* Refactor garbage collection run to rely on da...

a4688eb51c00eb56bcc8b576433221b4fbe6a5a6 authored almost 5 years ago
Version Packages

51ae6806a6adf5a9fc7f17c43ca2dbe066f9c9c3 authored almost 5 years ago
Fix cache-and-network/stale on client.reexecuteOperation queue (#669)

* Fix isDispatching not being set on first operation

We need to designate the first dispatch to...

d385454112ddab44cd07e4886cdbfe79832c911e authored almost 5 years ago
Docs: fix relative links and isActive highlighting (#667)

* remove trailing slash logic to fix relative links

* amend pathname regex used when determin...

09c0a6a7cebf24f713727862c80a7756204d8936 authored almost 5 years ago
(core) - Golf some bytes in typenames (#666)

* golf some bytes in typenames

* inline hasTypename

* add missing inversion

ec8c318e86b154bebaf11de3d8f08c1ccd638fd4 authored almost 5 years ago
Update react-static-plugin-md-pages, remove useMarkdownPage dependency from sidebar, loading sidebar now shows routes

c791f00036ffa58daa07cdffb6c109ebd05a7a57 authored almost 5 years ago
Version Packages

e8f3ba604d245a969687c61922652e37190b9372 authored almost 5 years ago
Fix operation queue to only affect reexecuteOperation (#662)

* Fix operation queue to only affect reexecuteOperation

Previously any call that dispatches a...

7351407915cdc7b3b1dc462298f164a11045a44b authored almost 5 years ago
Version Packages

11746f2eb2db03b9400a6f5c605995bfff093e8b authored almost 5 years ago
(core) - Refactor parts of core helpers for minor size savings (#658)

* Replace ciruclar items in stringifyVariables with null

* Remove immutable spread in formatD...

2da657b8dd30f8737822b4950a4d0284413c1f46 authored almost 5 years ago
(graphcache) - Remove dictionary data from results (#651)

* Remove dictionary data from results

* Add changeset

e4c6ea1ba35003e672f10fd54bb5a49e95ebfec1 authored almost 5 years ago
(core) - Fix stringifyVariables (and thus operation keys) for Fi… (#650)

* Fix stringifyVariables for Files

* Add changeset

* Fix hashing by generating random, sta...

e3754da4efb4e5c05bb788e2999c371f109c6b52 authored almost 5 years ago
(graphcache) - optimistic support for mutations without selection (#657)

* support optimistic scalars (optimistic mutations without a selectionset)

* add changeset

...

f328f50665fab24fa71e3568ac74b94134541351 authored almost 5 years ago
Remove package.json:exports from suspense package

69025822f4e57f0ccccf1a6f9347118314f0e6a2 authored almost 5 years ago
(graphcache) - fix no selectionset mutation updates in optimistic phase (#654)

* add test and fix edge case

* cleanup fix

* add changeset

* fix linting

56193e4b8ca1bcac7db5309b68374f3363e28a49 authored almost 5 years ago
Fix react warning (#656)

* fix react unmounted warning

* add mounted check to useMutation

* add changeset

* run ...

f2431a102433fa1630bffc39762b470597482215 authored almost 5 years ago
fix match usage (#652)

9d15bc5eb7e9fd3b6860103ae4508df64e18e9cc authored almost 5 years ago
Remove old section from Graphcache readme

954a715666e2d290ee010b19256911f4fc49015b authored almost 5 years ago
Version Packages

aaa85a5ea596953f63c669af8655aab14ed35967 authored almost 5 years ago
Fix bundling for packages depending on React (#646)

* Add bundle exceptions for packages depending on React

* Add changeset

* Fix typo

* Ad...

bd6ce592d487a3244a26b598e002491c20f97361 authored almost 5 years ago
Version Packages

a8e7f682d12a5de1ee02aca54fdd3f58233a9a75 authored almost 5 years ago
Fix node-resolution for Webpack (#642)

* fix node-resolution for cra

* add changeset

* Update scripts/prepare/index.js

* Bump ...

91f711096f34701a96e74d6e54f1e6b5ef46f4a6 authored almost 5 years ago
Update Bug_report.md

4a8f08584742b60d3bfe68f63285b24b1e64d8a0 authored almost 5 years ago
Update Question.md

311fa7103c74a32f7f9e1e188a02266cb53bfeb7 authored almost 5 years ago
Fix issue-templates (#645)

* change casing of bug_report

* change casing of question

62de6eff73c60589a180914b20bc2e0512d1217d authored almost 5 years ago
Update config.yml

78fee1f0cd078a515d560431ccada6c21c77f0fb authored almost 5 years ago
(GH) - update issue template (#641)

621c6f6229a93531fce3da17d05af668634933b8 authored almost 5 years ago
Version Packages

6c9869ec6f54fa2f97dbff22dba8ffb09741d8eb authored almost 5 years ago
(graphcache) - Fix edge cases in operation ordering (#638)

* Fix edge cases in operation ordering

- Ensure that reserveLayer can be called repeatedly
- Ap...

42549575af065d301155bb70ab952d379f0cec14 authored almost 5 years ago
(graphcache) - fix multipart/graphcache combination (#639)

* fix multipart-transformation, extract-files checks for variables.constructor === object

* add...

d5ec0a42a7634c8bda304e62a6bbeeb0f9f0bea9 authored almost 5 years ago
Fix the Node.js ESM import support for all packages (#637)

* fix the import-map syntax

* refactor to use mjs

* add to prepare script as well

* account f...

a2a3e91199088b72c86e95a9afafb2d359993f1f authored almost 5 years ago
Version Packages

12f40a26c082856258b3712c57f79235f1629fe6 authored almost 5 years ago
Upgrade transitive dependencies

6f2aa889ae0319aeb5342ba2d3ec70be30a93f88 authored almost 5 years ago
Upgrade dependencies (#631)

7cdafb422cb875c00ebb2be3a7642aecb8b3e58d authored almost 5 years ago
Set logo fixed height for safari bug (#632)

7e2d209d5574a764b07522a62d1fc193baf10ff9 authored almost 5 years ago
(react-urql) - Fix React warning on cross-component updates (#630)

* Ignore results from other sources in useSource

* Remove unnecessary hasUpdate reset from su...

eb949047ba016c0a0dbe33042941b752894198e9 authored almost 5 years ago
(graphcache) - Fix variables being filtered in operations (#629)

* Refactor cacheExchange logic

* Add additional test for cache-only opeations

* Move forma...

9263c7ef57e6b5f26e14de2a87613e896d82fa5f authored almost 5 years ago
(graphcache) - Add support for field-level invalidation to cache.invalidate (#627)

* Add support for field invaldation to store.invalidate

* Update public type for Cache

* Add c...

caedd0fcb381038773947e7c682b6bfc90cba375 authored almost 5 years ago
(graphcache) - Fix inspectFields for uninitialized layers (#626)

* Fix store.inspectFields undefined error for commutative layers

* Add changeset

* Add tes...

ee83f8c2e2dbda55a37423e3f6e96e9677758d3b authored almost 5 years ago
add graphql-code-generator to the showcase

4d787a08ae4f8d8838cfab90826c4d51ea41ae75 authored almost 5 years ago
(integrations) - upgrade dependencies (#623)

* bump @urql/core in React, Preact and Svelte

* add changeset

* bump some deps

* update...

b9d2c440d33eb21b7ad5cb8991642c99829110dc authored almost 5 years ago
(graphcache) - Change Store constructor to accept options object (#622)

* Update Store constructor to accept options

* Adjust tests for change

* Move null-ish che...

3a99b2e6d2759826f1c862a2537d3ac5af772b4d authored almost 5 years ago
remove linked option from changeset

f0737ab2fde2816b46b7c1a2e366dbfcf7c2fcb7 authored almost 5 years ago
Revert "update changeset linked package to include svelte and preact"

This reverts commit b5a0798f3bfaca0fa914eb78b9d62c36aaca9b3f.

66233d1f0646f7c0faa42447cfdc02bf50d6f05b authored almost 5 years ago
update changeset linked package to include svelte and preact

b5a0798f3bfaca0fa914eb78b9d62c36aaca9b3f authored almost 5 years ago
(core) - fix maskTypenames clauses (#621)

* Fix clauses

* add changeset

a5be30f5be9f2d414dbdce3fbe952b0e16ee648f authored almost 5 years ago
Bump acorn from 6.4.0 to 6.4.1 in /packages/preact-urql/example (#618)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://...

c5d36d5d6e688cf4fa482701224b9c5d560afbe7 authored almost 5 years ago
Bump acorn in /exchanges/graphcache/examples/subscriptions (#619)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.0 to 6.4.1.
- [Release notes](https://...

2173b6258d5ab6986663e927dd2f01932ce97575 authored almost 5 years ago
Bump acorn in /exchanges/graphcache/examples/persisted-store (#617)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.0 to 6.4.1.
- [Release notes](https://...

b4d5f1f442e742f5b2d3a7b313f55e0a96886c9d authored almost 5 years ago
Bump acorn from 6.4.0 to 6.4.1 (#614)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://g...

15357b9e5e507c27ed5e158e4b88796459a06c9f authored almost 5 years ago
Correct error in context.fetchOptions (#616)

* Correct error in context.fetchOptions

* remove accidental char

290217beff89a387ca8475261f2321ce97f0a64a authored almost 5 years ago
(graphcache) - Expose data on write and writeOptimistic results (#613)

* Expose data on write and writeOptimistic results

* Add changeset

717b956c609e631fbf84fea133c4cb75f184b182 authored almost 5 years ago
Version Packages

4c1a9c206fb541745471b684bfdd26a80ee43e93 authored almost 5 years ago
(graphcache) - Reduce overall bundle-size (#611)

* Replace invalidate operation with shim based on query

Instead of fully traversing a query t...

42657babc0b8fcfffb9d89ff2da5d19f91da7ec5 authored almost 5 years ago
Version Packages

64d4664e89b89c4ca2f27dc3b60be6463f131799 authored almost 5 years ago
Fix Rollup bundle output being written to .es.js instead of .esm… (#609)

* Fix rollup format string change

* Add changeset

bafd2df80a1f45abb50d36ff4e9d0a00fff74826 authored almost 5 years ago
Add check for package.json:publishConfig.access to prepare script

8cd5416311599b5430c56ff81cb477b6269cf88a authored almost 5 years ago
Version Packages

5fed46d51494ca7d3c05add5b45f2ab0eef3f324 authored almost 5 years ago
Upgrade dependencies

2a43d9e42fdb69cbd297036f4421f11640c4f62b authored almost 5 years ago
(next-urql) - call init once browser side (#589)

* prevent initUrqlClient from getting called twice

* add changeset

a90426247486af85656e4f95c6685161fbfa4901 authored almost 5 years ago
(next-urql) - Allow user to configure `suspense` client config. (#603)

* Always enable suspense on the server

* Small fix to suspenseExchange warning message

* A...

8fc698c13ddaa7b5e697c8ad990155ae9a22a30a authored almost 5 years ago
(docs) - Add docs for the retryExchange (#599)

* add docs for the retry-exchange

* Apply suggestions from code review

Co-Authored-By: Wil...

541bcaa3aaa71acf86df80e66eef3d467903792b authored almost 5 years ago
(graphcache) - Apply commutativity to all operations (#593)

* Simplify while loop in clearDataState further

* Implement initial commutative mutation logi...

8506ea174ba6bd198a4e2202d47ea316ac0c317e authored almost 5 years ago
(core) - Fix ssrExchange not serializing extensions or path on G… (#607)

* Serialise path and extensions on ssrExchange for GraphQLError

* Add changeset

* Update n...

f9fb49b36f95e3ca0c8c44a3cc3e46259e4ee276 authored almost 5 years ago
(docs) - Post-release update (#605)

* fix min-height on article and offset markdown links to allow for fixed header

* relocate ta...

f1a6267ab3610cbfe8294bdcca1e0150bc1876bf authored almost 5 years ago
Update CoNTRIBUTING guide

5409c462e632bfc6c6bd3c245d8f197aa7b906fc authored almost 5 years ago
Add additionalTypes option to context for default cache invalidation (#601)

* make proposal for additional invalidation possibilities, this could help solve the empty array...

a41acd2412a1e1f0a03c9cb7a21df0c8c60a19ff authored almost 5 years ago
Update readmes with links to new docs (#597)

* convert links

* update main readme

* clean up readme, refer to docs

* mention svelte ...

1ae7988fc1cda780edabf9267602bb3930f850e9 authored almost 5 years ago
Deploy updated site to production

72483b3268f131720c127bff020c114c12d2cf99 authored almost 5 years ago
Add template for sandbox config (#602)

66abf4b05df957b0248be055b502cd65fd32d5cc authored almost 5 years ago
Update docs site design after review (#595)

* Update typography colours

All headings are now #444444 (heading)
All sidebar/legend items ...

468f9445e1b49025972bdbbc95eb2a9a5df585b2 authored almost 5 years ago
Codesandboxify examples (#598)

* Add service worker

* Add mutations

* Update dependency versions

* Setup tsconfig for ...

f8b60fcefa0323d9158eb3a8a554aa315b4ff1b3 authored almost 5 years ago
Fix relative links and adapt to base path in production (#594)

* Fix relative links and adapt to base path in production

* Add prod:serve task to packages/s...

9d9b90f367e26763e74c055ad8d9c3a1c409e48f authored almost 5 years ago
Add multipartFetchExchange package (#585)

* start the multipart-fetch-exchange

* add test for multipartFetchExchange

* add upload te...

b7a36c0b7bac86333c85a076a9e6dfc4ee38ecfb authored almost 5 years ago
Filter results that are being retried from retryExchange's output (#592)

* retryExchange now only returns an error if the max number of attempts has been exceeded

* r...

e66c1962a06091c1533852097f55f2bd27a8ba0a authored almost 5 years ago
Enable AWS deploy script (#591)

* Enable AWS deploy script

* Add dryrun to Circle config for AWS deploy

981b6465ab6a64a2704cdadaa576799a247cc5df authored almost 5 years ago
Add retryExchange package (#564)

* Create retryExchange as a separate package, allows operations to be retried based on passed op...

81893771defaf8c80ca06abd2bff50a5aef7273f authored almost 5 years ago
Version Packages

ca39b6098b58141bc44416abffb05cb105ee6c92 authored almost 5 years ago
Add @urql/exchange-populate as dependency to @urql/exchange-grap… (#590)

* Add @urql/exchange-populate as dependency to @urql/exchange-graphcache

* Add changeset

cb9e8cef93862beea5e13cf89c0208ee930b4905 authored almost 5 years ago
Add data clearing for empty results

e17648f3441775178aa39860e23e3903aceea4be authored almost 5 years ago
Fix teardown operation breaking commutative layers (#588)

* Fix teardown operations destroying commutative order

* Add changeset

* Expand added data...

890040a88b758f90131d2682256f16e305f3671d authored almost 5 years ago
Remove it.only in data.test.ts

82566f508bac1d19b5e7baaaeed6f3a09829a3c9 authored almost 5 years ago
Fix commutative squashing failing when lowest layer resolved ear… (#587)

* Add writeFragment dependencies test

* Update test cases

* Fix commutative squashing only...

687e375f3d5b4e8e9b4f4aed2cd971a66618cd9c authored almost 5 years ago
Version Packages

cc372aed9fe1cc2036a540e37ac78f65dfe6ed8e authored almost 5 years ago
shorten help urls (#581)

17e0c0b278026d403883b372b5620884a81ab294 authored almost 5 years ago