Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#3156)

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

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
932eee3f 40cdb730

+54 -66
-5
.changeset/afraid-seas-arrive.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Replace `File` and `Blob` objects with `null` in variables if multipart request will be started.
-5
.changeset/gentle-melons-march.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - --- 4 - 5 - Prevent reusal of incoming API data in Graphcache’s produced (“owned”) data. This prevents us from copying the `__typename` and other superfluous fields.
-5
.changeset/good-coins-know.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Strictly deduplicate `cache-and-network` and `network-only` operations, while a non-stale response is being waited for.
-5
.changeset/nervous-forks-drum.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Fix boundary stopping `multipart/mixed` streams when it randomly occurs in response payloads.
-5
.changeset/real-queens-crash.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - --- 4 - 5 - Fix regression which caused `@defer` directives from becoming “sticky” and causing every subsequent cache read to be treated as if the field was deferred.
-5
.changeset/rich-taxis-end.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - --- 4 - 5 - Apply `hasNext: true` and fallthrough logic to cached queries that contain deferred, uncached fields. Deferred query results will now be fetched against the API correctly, even if prior requests have been incomplete.
-5
.changeset/strange-elephants-serve.md
··· 1 - --- 2 - '@urql/exchange-auth': patch 3 - --- 4 - 5 - Fix operations created by `utilities.mutate()` erroneously being retried and sent again like a regular operation
-5
.changeset/warm-poets-battle.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - --- 4 - 5 - Fix `offlineExchange` duplicating offline mutations in failed queue.
-5
.changeset/wicked-eggs-talk.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Improve dispatching of arbitrary operations using `reexecuteOperation`
+1 -1
examples/with-apq/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.4", 9 + "@urql/core": "^4.0.5", 10 10 "@urql/exchange-persisted-fetch": "^1.3.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+2 -2
examples/with-defer-stream-directives/package.json
··· 17 17 }, 18 18 "dependencies": { 19 19 "@graphql-yoga/plugin-defer-stream": "^1.7.1", 20 - "@urql/core": "^4.0.4", 21 - "@urql/exchange-graphcache": "^6.0.1", 20 + "@urql/core": "^4.0.5", 21 + "@urql/exchange-graphcache": "^6.0.2", 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0",
+2 -2
examples/with-graphcache-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.4", 10 - "@urql/exchange-graphcache": "^6.0.1", 9 + "@urql/core": "^4.0.5", 10 + "@urql/exchange-graphcache": "^6.0.2", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0",
+3 -3
examples/with-graphcache-updates/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.4", 10 - "@urql/exchange-auth": "^2.1.0", 11 - "@urql/exchange-graphcache": "^6.0.1", 9 + "@urql/core": "^4.0.5", 10 + "@urql/exchange-auth": "^2.1.1", 11 + "@urql/exchange-graphcache": "^6.0.2", 12 12 "graphql": "^16.6.0", 13 13 "react": "^18.2.0", 14 14 "react-dom": "^18.2.0",
+1 -1
examples/with-multipart/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.4", 9 + "@urql/core": "^4.0.5", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+1 -1
examples/with-next/package.json
··· 3 3 "version": "0.0.0", 4 4 "private": true, 5 5 "dependencies": { 6 - "@urql/core": "^4.0.4", 6 + "@urql/core": "^4.0.5", 7 7 "graphql": "^16.6.0", 8 8 "next": "13.2.4", 9 9 "next-urql": "^5.0.0",
+1 -1
examples/with-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.4", 9 + "@urql/core": "^4.0.5", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+1 -1
examples/with-react-native/package.json
··· 8 8 "start": "react-native start" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.0.4", 11 + "@urql/core": "^4.0.5", 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4",
+1 -1
examples/with-react/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.4", 9 + "@urql/core": "^4.0.5", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+2 -2
examples/with-refresh-auth/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.4", 10 - "@urql/exchange-auth": "^2.1.0", 9 + "@urql/core": "^4.0.5", 10 + "@urql/exchange-auth": "^2.1.1", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0",
+1 -1
examples/with-retry/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.4", 9 + "@urql/core": "^4.0.5", 10 10 "@urql/exchange-retry": "^1.1.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
examples/with-svelte/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.0.4", 11 + "@urql/core": "^4.0.5", 12 12 "@urql/svelte": "^4.0.0", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^3.57.0"
+1 -1
examples/with-vue3/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.0.4", 11 + "@urql/core": "^4.0.5", 12 12 "@urql/vue": "^1.1.0", 13 13 "graphql": "^16.6.0", 14 14 "vue": "^3.2.47"
+7
exchanges/auth/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.1.1 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix operations created by `utilities.mutate()` erroneously being retried and sent again like a regular operation 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3164](https://github.com/urql-graphql/urql/pull/3164)) 9 + 3 10 ## 2.1.0 4 11 5 12 ### Minor Changes
+1 -1
exchanges/auth/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-auth", 3 - "version": "2.1.0", 3 + "version": "2.1.1", 4 4 "description": "An exchange for managing authentication and token refresh in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+13
exchanges/graphcache/CHANGELOG.md
··· 1 1 # @urql/exchange-graphcache 2 2 3 + ## 6.0.2 4 + 5 + ### Patch Changes 6 + 7 + - Prevent reusal of incoming API data in Graphcache’s produced (“owned”) data. This prevents us from copying the `__typename` and other superfluous fields 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3165](https://github.com/urql-graphql/urql/pull/3165)) 9 + - ⚠️ Fix regression which caused `@defer` directives from becoming “sticky” and causing every subsequent cache read to be treated as if the field was deferred 10 + Submitted by [@kitten](https://github.com/kitten) (See [#3167](https://github.com/urql-graphql/urql/pull/3167)) 11 + - Apply `hasNext: true` and fallthrough logic to cached queries that contain deferred, uncached fields. Deferred query results will now be fetched against the API correctly, even if prior requests have been incomplete 12 + Submitted by [@kitten](https://github.com/kitten) (See [#3163](https://github.com/urql-graphql/urql/pull/3163)) 13 + - ⚠️ Fix `offlineExchange` duplicating offline mutations in failed queue 14 + Submitted by [@kitten](https://github.com/kitten) (See [#3158](https://github.com/urql-graphql/urql/pull/3158)) 15 + 3 16 ## 6.0.1 4 17 5 18 ### Patch Changes
+1 -1
exchanges/graphcache/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "6.0.1", 3 + "version": "6.0.2", 4 4 "description": "A normalized and configurable cache exchange for urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",
+13
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 4.0.5 4 + 5 + ### Patch Changes 6 + 7 + - Replace `File` and `Blob` objects with `null` in variables if multipart request will be started 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3169](https://github.com/urql-graphql/urql/pull/3169)) 9 + - Strictly deduplicate `cache-and-network` and `network-only` operations, while a non-stale response is being waited for 10 + Submitted by [@kitten](https://github.com/kitten) (See [#3157](https://github.com/urql-graphql/urql/pull/3157)) 11 + - ⚠️ Fix boundary stopping `multipart/mixed` streams when it randomly occurs in response payloads 12 + Submitted by [@kitten](https://github.com/kitten) (See [#3155](https://github.com/urql-graphql/urql/pull/3155)) 13 + - Improve dispatching of arbitrary operations using `reexecuteOperation` 14 + Submitted by [@kitten](https://github.com/kitten) (See [#3159](https://github.com/urql-graphql/urql/pull/3159)) 15 + 3 16 ## 4.0.4 4 17 5 18 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "4.0.4", 3 + "version": "4.0.5", 4 4 "description": "The shared core for the highly customizable and versatile GraphQL client", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",