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 (#3294)

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
76ad6191 657bd0c6

+57 -55
-5
.changeset/curvy-coins-travel.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Re-order `maskTypename` to apply masking earlier in the chain.
-5
.changeset/five-penguins-unite.md
··· 1 - --- 2 - '@urql/exchange-persisted': patch 3 - --- 4 - 5 - Fix `persistedExchange` ignoring teardowns in its initial operation mapping. Since the hash function is promisified, which defers any persisted operation, it needs to respect teardowns.
-5
.changeset/honest-hairs-wave.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Fix `ssrExchange` not formatting query documents using `formatDocument`. Without this call we'd run the risk of not having `__typename` available on the client-side when rehydrating.
-5
.changeset/light-kangaroos-smash.md
··· 1 - --- 2 - '@urql/exchange-auth': patch 3 - --- 4 - 5 - Handle `refreshAuth` rejections and pass the resulting error on to `OperationResult`s on the authentication queue.
-5
.changeset/rich-crews-wink.md
··· 1 - --- 2 - '@urql/svelte': patch 3 - --- 4 - 5 - Updated peer dependency range to include support for Svelte `^4.0.0`
-8
.changeset/swift-camels-draw.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Add deprecation notice for `maskTypename` option. 6 - Masking typenames in a result is no longer recommended. It’s only 7 - useful when multiple pre-conditions are applied and inferior to 8 - mapping to an input object manually.
+1 -1
examples/with-apq/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.10", 9 + "@urql/core": "^4.0.11", 10 10 "@urql/exchange-persisted-fetch": "^1.3.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
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.10", 20 + "@urql/core": "^4.0.11", 21 21 "@urql/exchange-graphcache": "^6.1.4", 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0",
+1 -1
examples/with-graphcache-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.10", 9 + "@urql/core": "^4.0.11", 10 10 "@urql/exchange-graphcache": "^6.1.4", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+2 -2
examples/with-graphcache-updates/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.10", 10 - "@urql/exchange-auth": "^2.1.4", 9 + "@urql/core": "^4.0.11", 10 + "@urql/exchange-auth": "^2.1.5", 11 11 "@urql/exchange-graphcache": "^6.1.4", 12 12 "graphql": "^16.6.0", 13 13 "react": "^18.2.0",
+1 -1
examples/with-infinite-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.10", 9 + "@urql/core": "^4.0.11", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "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.10", 9 + "@urql/core": "^4.0.11", 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.10", 6 + "@urql/core": "^4.0.11", 7 7 "graphql": "^16.6.0", 8 8 "next": "13.2.4", 9 9 "next-urql": "^5.0.2",
+1 -1
examples/with-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.10", 9 + "@urql/core": "^4.0.11", 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.10", 11 + "@urql/core": "^4.0.11", 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.10", 9 + "@urql/core": "^4.0.11", 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.10", 10 - "@urql/exchange-auth": "^2.1.4", 9 + "@urql/core": "^4.0.11", 10 + "@urql/exchange-auth": "^2.1.5", 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.10", 9 + "@urql/core": "^4.0.11", 10 10 "@urql/exchange-retry": "^1.2.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
examples/with-subscriptions-via-fetch/package.json
··· 8 8 "start": "run-p client server" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.0.10", 11 + "@urql/core": "^4.0.11", 12 12 "@urql/exchange-graphcache": "^6.1.4", 13 13 "graphql": "^16.6.0", 14 14 "react": "^18.2.0",
+2 -2
examples/with-svelte/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.0.10", 12 - "@urql/svelte": "^4.0.2", 11 + "@urql/core": "^4.0.11", 12 + "@urql/svelte": "^4.0.3", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^4.0.5" 15 15 },
+1 -1
examples/with-vue3/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.0.10", 11 + "@urql/core": "^4.0.11", 12 12 "@urql/vue": "^1.1.2", 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.5 4 + 5 + ### Patch Changes 6 + 7 + - Handle `refreshAuth` rejections and pass the resulting error on to `OperationResult`s on the authentication queue 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3307](https://github.com/urql-graphql/urql/pull/3307)) 9 + 3 10 ## 2.1.4 4 11 5 12 ### Patch Changes
+1 -1
exchanges/auth/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-auth", 3 - "version": "2.1.4", 3 + "version": "2.1.5", 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/",
+7
exchanges/persisted/CHANGELOG.md
··· 1 1 # @urql/exchange-persisted-fetch 2 2 3 + ## 4.0.1 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix `persistedExchange` ignoring teardowns in its initial operation mapping. Since the hash function is promisified, which defers any persisted operation, it needs to respect teardowns 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3312](https://github.com/urql-graphql/urql/pull/3312)) 9 + 3 10 ## 4.0.0 4 11 5 12 ### Major Changes
+1 -1
exchanges/persisted/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-persisted", 3 - "version": "4.0.0", 3 + "version": "4.0.1", 4 4 "description": "An exchange that allows for persisted queries support when fetching queries", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+14
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 4.0.11 4 + 5 + ### Patch Changes 6 + 7 + - Re-order `maskTypename` to apply masking earlier in the chain 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3298](https://github.com/urql-graphql/urql/pull/3298)) 9 + - ⚠️ Fix `ssrExchange` not formatting query documents using `formatDocument`. Without this call we'd run the risk of not having `__typename` available on the client-side when rehydrating 10 + Submitted by [@kitten](https://github.com/kitten) (See [#3288](https://github.com/urql-graphql/urql/pull/3288)) 11 + - Add deprecation notice for `maskTypename` option. 12 + Masking typenames in a result is no longer recommended. It’s only 13 + useful when multiple pre-conditions are applied and inferior to 14 + mapping to an input object manually 15 + Submitted by [@kitten](https://github.com/kitten) (See [#3299](https://github.com/urql-graphql/urql/pull/3299)) 16 + 3 17 ## 4.0.10 4 18 5 19 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "4.0.10", 3 + "version": "4.0.11", 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/",
+7
packages/svelte-urql/CHANGELOG.md
··· 1 1 # @urql/svelte 2 2 3 + ## 4.0.3 4 + 5 + ### Patch Changes 6 + 7 + - Updated peer dependency range to include support for Svelte `^4.0.0` 8 + Submitted by [@ategen3rt](https://github.com/ategen3rt) (See [#3302](https://github.com/urql-graphql/urql/pull/3302)) 9 + 3 10 ## 4.0.2 4 11 5 12 ### Patch Changes
+1 -1
packages/svelte-urql/package.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.0.2", 3 + "version": "4.0.3", 4 4 "description": "A highly customizable and versatile GraphQL client for Svelte", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",