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

Version Packages (#3580)

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

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