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

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
88bed21c 9bf3289b

+157 -68
-8
.changeset/famous-deers-marry.md
··· 1 - --- 2 - '@urql/preact': patch 3 - '@urql/svelte': patch 4 - 'urql': patch 5 - '@urql/vue': patch 6 - --- 7 - 8 - Fix subscription handlers to not receive `null` values.
-5
.changeset/itchy-cups-remember.md
··· 1 - --- 2 - '@urql/vue': patch 3 - --- 4 - 5 - Add missing support for getter functions as input arguments values to `useQuery`, `useSubscription`, and `useMutation`
-18
.changeset/two-hounds-yell.md
··· 1 - --- 2 - '@urql/exchange-request-policy': minor 3 - '@urql/introspection': minor 4 - '@urql/exchange-graphcache': minor 5 - '@urql/preact': minor 6 - '@urql/svelte': minor 7 - '@urql/exchange-persisted': minor 8 - 'urql': minor 9 - '@urql/exchange-populate': minor 10 - '@urql/exchange-context': minor 11 - '@urql/exchange-execute': minor 12 - '@urql/exchange-refocus': minor 13 - '@urql/vue': minor 14 - '@urql/exchange-retry': minor 15 - '@urql/exchange-auth': minor 16 - --- 17 - 18 - Mark `@urql/core` as a peer dependency as well as a regular dependency.
+2 -2
examples/with-apq/package.json
··· 7 7 }, 8 8 "dependencies": { 9 9 "@urql/core": "^5.0.3", 10 - "@urql/exchange-persisted": "^4.2.0", 10 + "@urql/exchange-persisted": "^4.3.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.7" 14 + "urql": "^4.1.0" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-defer-stream-directives/package.json
··· 18 18 "dependencies": { 19 19 "@graphql-yoga/plugin-defer-stream": "^1.7.1", 20 20 "@urql/core": "^5.0.3", 21 - "@urql/exchange-graphcache": "^7.0.2", 21 + "@urql/exchange-graphcache": "^7.1.0", 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0", 25 - "urql": "^4.0.7" 25 + "urql": "^4.1.0" 26 26 }, 27 27 "devDependencies": { 28 28 "@apollo/server": "^4.4.1",
+2 -2
examples/with-graphcache-pagination/package.json
··· 7 7 }, 8 8 "dependencies": { 9 9 "@urql/core": "^5.0.3", 10 - "@urql/exchange-graphcache": "^7.0.2", 10 + "@urql/exchange-graphcache": "^7.1.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.7" 14 + "urql": "^4.1.0" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-graphcache-updates/package.json
··· 7 7 }, 8 8 "dependencies": { 9 9 "@urql/core": "^5.0.3", 10 - "@urql/exchange-auth": "^2.1.6", 11 - "@urql/exchange-graphcache": "^7.0.2", 10 + "@urql/exchange-auth": "^2.2.0", 11 + "@urql/exchange-graphcache": "^7.1.0", 12 12 "graphql": "^16.6.0", 13 13 "react": "^18.2.0", 14 14 "react-dom": "^18.2.0", 15 - "urql": "^4.0.7" 15 + "urql": "^4.1.0" 16 16 }, 17 17 "devDependencies": { 18 18 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-infinite-pagination/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.7" 13 + "urql": "^4.1.0" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-multipart/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.7" 13 + "urql": "^4.1.0" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-next/package.json
··· 9 9 "next": "13.4.2", 10 10 "react": "^18.2.0", 11 11 "react-dom": "^18.2.0", 12 - "urql": "^4.0.7" 12 + "urql": "^4.1.0" 13 13 }, 14 14 "scripts": { 15 15 "dev": "next dev",
+1 -1
examples/with-pagination/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.7" 13 + "urql": "^4.1.0" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-react-native/package.json
··· 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4", 15 - "urql": "^4.0.7" 15 + "urql": "^4.1.0" 16 16 }, 17 17 "devDependencies": { 18 18 "@babel/core": "^7.12.9",
+1 -1
examples/with-react/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.7" 13 + "urql": "^4.1.0" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-refresh-auth/package.json
··· 7 7 }, 8 8 "dependencies": { 9 9 "@urql/core": "^5.0.3", 10 - "@urql/exchange-auth": "^2.1.6", 10 + "@urql/exchange-auth": "^2.2.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.7" 14 + "urql": "^4.1.0" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-retry/package.json
··· 7 7 }, 8 8 "dependencies": { 9 9 "@urql/core": "^5.0.3", 10 - "@urql/exchange-retry": "^1.2.1", 10 + "@urql/exchange-retry": "^1.3.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.7" 14 + "urql": "^4.1.0" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-subscriptions-via-fetch/package.json
··· 9 9 }, 10 10 "dependencies": { 11 11 "@urql/core": "^5.0.3", 12 - "@urql/exchange-graphcache": "^7.0.2", 12 + "@urql/exchange-graphcache": "^7.1.0", 13 13 "graphql": "^16.6.0", 14 14 "react": "^18.2.0", 15 15 "react-dom": "^18.2.0", 16 - "urql": "^4.0.7" 16 + "urql": "^4.1.0" 17 17 }, 18 18 "devDependencies": { 19 19 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-svelte/package.json
··· 9 9 }, 10 10 "dependencies": { 11 11 "@urql/core": "^5.0.3", 12 - "@urql/svelte": "^4.1.1", 12 + "@urql/svelte": "^4.2.0", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^4.0.5" 15 15 },
+1 -1
examples/with-vue3/package.json
··· 9 9 }, 10 10 "dependencies": { 11 11 "@urql/core": "^5.0.3", 12 - "@urql/vue": "^1.1.3", 12 + "@urql/vue": "^1.2.0", 13 13 "graphql": "^16.6.0", 14 14 "vue": "^3.2.47" 15 15 },
+7
exchanges/auth/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.2.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 3 10 ## 2.1.6 4 11 5 12 ### Patch Changes
+1 -1
exchanges/auth/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-auth", 3 - "version": "2.1.6", 3 + "version": "2.2.0", 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/context/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 0.3.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 3 10 ## 0.2.1 4 11 5 12 ### Patch Changes
+1 -1
exchanges/context/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-context", 3 - "version": "0.2.1", 3 + "version": "0.3.0", 4 4 "description": "An exchange for setting (a)synchronous operation-context in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
exchanges/execute/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.3.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 3 10 ## 2.2.2 4 11 5 12 ### Patch Changes
+1 -1
exchanges/execute/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-execute", 3 - "version": "2.2.2", 3 + "version": "2.3.0", 4 4 "description": "An exchange for executing queries against a local schema in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
exchanges/graphcache/CHANGELOG.md
··· 1 1 # @urql/exchange-graphcache 2 2 3 + ## 7.1.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 3 10 ## 7.0.2 4 11 5 12 ### Patch Changes
+1 -1
exchanges/graphcache/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "7.0.2", 3 + "version": "7.1.0", 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",
+7
exchanges/persisted/CHANGELOG.md
··· 1 1 # @urql/exchange-persisted-fetch 2 2 3 + ## 4.3.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 3 10 ## 4.2.0 4 11 5 12 ### Minor Changes
+1 -1
exchanges/persisted/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-persisted", 3 - "version": "4.2.0", 3 + "version": "4.3.0", 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/",
+7
exchanges/populate/CHANGELOG.md
··· 1 1 # @urql/exchange-populate 2 2 3 + ## 1.2.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 3 10 ## 1.1.2 4 11 5 12 ### Patch Changes
+1 -1
exchanges/populate/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-populate", 3 - "version": "1.1.2", 3 + "version": "1.2.0", 4 4 "description": "An exchange that automaticcally populates the mutation selection body", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/advanced/auto-populate-mutations",
+7
exchanges/refocus/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 3 10 ## 1.0.2 4 11 5 12 ### Patch Changes
+1 -1
exchanges/refocus/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-refocus", 3 - "version": "1.0.2", 3 + "version": "1.1.0", 4 4 "description": "An exchange that dispatches active operations when the window regains focus", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
exchanges/request-policy/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.2.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 3 10 ## 1.1.0 4 11 5 12 ### Minor Changes
+1 -1
exchanges/request-policy/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-request-policy", 3 - "version": "1.1.0", 3 + "version": "1.2.0", 4 4 "description": "An exchange for operation request-policy upgrading in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
exchanges/retry/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.3.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 3 10 ## 1.2.1 4 11 5 12 ### Patch Changes
+1 -1
exchanges/retry/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-retry", 3 - "version": "1.2.1", 3 + "version": "1.3.0", 4 4 "description": "An exchange for operation retry support in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/introspection/CHANGELOG.md
··· 1 1 # @urql/introspection 2 2 3 + ## 1.1.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 3 10 ## 1.0.3 4 11 5 12 ### Patch Changes
+1 -1
packages/introspection/package.json
··· 1 1 { 2 2 "name": "@urql/introspection", 3 - "version": "1.0.3", 3 + "version": "1.1.0", 4 4 "description": "Utilities for dealing with Introspection Queries and Client Schemas", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+12
packages/preact-urql/CHANGELOG.md
··· 1 1 # @urql/preact 2 2 3 + ## 4.1.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 10 + ### Patch Changes 11 + 12 + - ⚠️ Fix subscription handlers to not receive `null` values 13 + Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581)) 14 + 3 15 ## 4.0.5 4 16 5 17 ### Patch Changes
+1 -1
packages/preact-urql/package.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.0.5", 3 + "version": "4.1.0", 4 4 "description": "A highly customizable and versatile GraphQL client for Preact", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+12
packages/react-urql/CHANGELOG.md
··· 1 1 # urql 2 2 3 + ## 4.1.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 10 + ### Patch Changes 11 + 12 + - ⚠️ Fix subscription handlers to not receive `null` values 13 + Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581)) 14 + 3 15 ## 4.0.7 4 16 5 17 ### Patch Changes
+1 -1
packages/react-urql/package.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.0.7", 3 + "version": "4.1.0", 4 4 "description": "A highly customizable and versatile GraphQL client for React", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+12
packages/svelte-urql/CHANGELOG.md
··· 1 1 # @urql/svelte 2 2 3 + ## 4.2.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 10 + ### Patch Changes 11 + 12 + - ⚠️ Fix subscription handlers to not receive `null` values 13 + Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581)) 14 + 3 15 ## 4.1.1 4 16 5 17 ### Patch Changes
+1 -1
packages/svelte-urql/package.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.1.1", 3 + "version": "4.2.0", 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/",
+14
packages/vue-urql/CHANGELOG.md
··· 1 1 # @urql/vue 2 2 3 + ## 1.2.0 4 + 5 + ### Minor Changes 6 + 7 + - Mark `@urql/core` as a peer dependency as well as a regular dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) 9 + 10 + ### Patch Changes 11 + 12 + - ⚠️ Fix subscription handlers to not receive `null` values 13 + Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581)) 14 + - Add missing support for getter functions as input arguments values to `useQuery`, `useSubscription`, and `useMutation` 15 + Submitted by [@kitten](https://github.com/kitten) (See [#3582](https://github.com/urql-graphql/urql/pull/3582)) 16 + 3 17 ## 1.1.3 4 18 5 19 ### Patch Changes
+1 -1
packages/vue-urql/package.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.1.3", 3 + "version": "1.2.0", 4 4 "description": "A highly customizable and versatile GraphQL client for vue", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",