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

Version Packages (#3181)

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

Changed files
+169 -71
.changeset
examples
with-apq
with-defer-stream-directives
with-graphcache-pagination
with-graphcache-updates
with-multipart
with-next
with-pagination
with-react
with-react-native
with-refresh-auth
with-retry
with-svelte
with-vue3
exchanges
packages
-21
.changeset/gold-pumpkins-type.md
···
-
---
-
'@urql/exchange-request-policy': patch
-
'@urql/introspection': patch
-
'@urql/exchange-graphcache': patch
-
'@urql/preact': patch
-
'@urql/svelte': patch
-
'@urql/exchange-persisted': patch
-
'urql': patch
-
'@urql/storage-rn': patch
-
'@urql/exchange-populate': patch
-
'next-urql': patch
-
'@urql/exchange-context': patch
-
'@urql/exchange-execute': patch
-
'@urql/exchange-refocus': patch
-
'@urql/vue': patch
-
'@urql/exchange-retry': patch
-
'@urql/exchange-auth': patch
-
'@urql/core': patch
-
---
-
-
Publish with npm provenance
+2 -2
examples/with-apq/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
+
"@urql/core": "^4.0.7",
"@urql/exchange-persisted-fetch": "^1.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-defer-stream-directives/package.json
···
},
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
-
"@urql/core": "^4.0.6",
-
"@urql/exchange-graphcache": "^6.0.2",
+
"@urql/core": "^4.0.7",
+
"@urql/exchange-graphcache": "^6.0.3",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"devDependencies": {
"@apollo/server": "^4.4.1",
+3 -3
examples/with-graphcache-pagination/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
-
"@urql/exchange-graphcache": "^6.0.2",
+
"@urql/core": "^4.0.7",
+
"@urql/exchange-graphcache": "^6.0.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+4 -4
examples/with-graphcache-updates/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
-
"@urql/exchange-auth": "^2.1.1",
-
"@urql/exchange-graphcache": "^6.0.2",
+
"@urql/core": "^4.0.7",
+
"@urql/exchange-auth": "^2.1.2",
+
"@urql/exchange-graphcache": "^6.0.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-multipart/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
+
"@urql/core": "^4.0.7",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-next/package.json
···
"version": "0.0.0",
"private": true,
"dependencies": {
-
"@urql/core": "^4.0.6",
+
"@urql/core": "^4.0.7",
"graphql": "^16.6.0",
"next": "13.2.4",
-
"next-urql": "^5.0.0",
+
"next-urql": "^5.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"scripts": {
"dev": "next dev",
+2 -2
examples/with-pagination/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
+
"@urql/core": "^4.0.7",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-react-native/package.json
···
"start": "react-native start"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
+
"@urql/core": "^4.0.7",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
+2 -2
examples/with-react/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
+
"@urql/core": "^4.0.7",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-refresh-auth/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
-
"@urql/exchange-auth": "^2.1.1",
+
"@urql/core": "^4.0.7",
+
"@urql/exchange-auth": "^2.1.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-retry/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
-
"@urql/exchange-retry": "^1.1.0",
+
"@urql/core": "^4.0.7",
+
"@urql/exchange-retry": "^1.1.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^4.0.0"
+
"urql": "^4.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-svelte/package.json
···
"serve": "vite preview"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
-
"@urql/svelte": "^4.0.0",
+
"@urql/core": "^4.0.7",
+
"@urql/svelte": "^4.0.1",
"graphql": "^16.6.0",
"svelte": "^3.57.0"
},
+2 -2
examples/with-vue3/package.json
···
"serve": "vite preview"
},
"dependencies": {
-
"@urql/core": "^4.0.6",
-
"@urql/vue": "^1.1.0",
+
"@urql/core": "^4.0.7",
+
"@urql/vue": "^1.1.1",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
+7
exchanges/auth/CHANGELOG.md
···
# Changelog
+
## 2.1.2
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 2.1.1
### Patch Changes
+1 -1
exchanges/auth/package.json
···
{
"name": "@urql/exchange-auth",
-
"version": "2.1.1",
+
"version": "2.1.2",
"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.2.1
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 0.2.0
### Minor Changes
+1 -1
exchanges/context/package.json
···
{
"name": "@urql/exchange-context",
-
"version": "0.2.0",
+
"version": "0.2.1",
"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.2.1
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 2.2.0
### Minor Changes
+1 -1
exchanges/execute/package.json
···
{
"name": "@urql/exchange-execute",
-
"version": "2.2.0",
+
"version": "2.2.1",
"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
+
## 6.0.3
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 6.0.2
### Patch Changes
+1 -1
exchanges/graphcache/package.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "6.0.2",
+
"version": "6.0.3",
"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
+
## 3.0.1
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 3.0.0
### Major Changes
+1 -1
exchanges/persisted/package.json
···
{
"name": "@urql/exchange-persisted",
-
"version": "3.0.0",
+
"version": "3.0.1",
"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.1.2
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 1.1.1
### Patch Changes
+1 -1
exchanges/populate/package.json
···
{
"name": "@urql/exchange-populate",
-
"version": "1.1.1",
+
"version": "1.1.2",
"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.0.2
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 1.0.1
### Patch Changes
+1 -1
exchanges/refocus/package.json
···
{
"name": "@urql/exchange-refocus",
-
"version": "1.0.1",
+
"version": "1.0.2",
"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.0.2
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 1.0.1
### Patch Changes
+1 -1
exchanges/request-policy/package.json
···
{
"name": "@urql/exchange-request-policy",
-
"version": "1.0.1",
+
"version": "1.0.2",
"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.1.1
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 1.1.0
### Minor Changes
+1 -1
exchanges/retry/package.json
···
{
"name": "@urql/exchange-retry",
-
"version": "1.1.0",
+
"version": "1.1.1",
"description": "An exchange for operation retry support in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/core/CHANGELOG.md
···
# @urql/core
+
## 4.0.7
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 4.0.6
### Patch Changes
+1 -1
packages/core/package.json
···
{
"name": "@urql/core",
-
"version": "4.0.6",
+
"version": "4.0.7",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/introspection/CHANGELOG.md
···
# @urql/introspection
+
## 1.0.2
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 1.0.1
### Patch Changes
+1 -1
packages/introspection/package.json
···
{
"name": "@urql/introspection",
-
"version": "1.0.1",
+
"version": "1.0.2",
"description": "Utilities for dealing with Introspection Queries and Client Schemas",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/next-urql/CHANGELOG.md
···
# Changelog
+
## 5.0.1
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 5.0.0
### Patch Changes
+1 -1
packages/next-urql/package.json
···
{
"name": "next-urql",
-
"version": "5.0.0",
+
"version": "5.0.1",
"description": "Convenience wrappers for using urql with NextJS.",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/preact-urql/CHANGELOG.md
···
# @urql/preact
+
## 4.0.1
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 4.0.0
### Major Changes
+1 -1
packages/preact-urql/package.json
···
{
"name": "@urql/preact",
-
"version": "4.0.0",
+
"version": "4.0.1",
"description": "A highly customizable and versatile GraphQL client for Preact",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/react-urql/CHANGELOG.md
···
# urql
+
## 4.0.1
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 4.0.0
### Major Changes
+1 -1
packages/react-urql/package.json
···
{
"name": "urql",
-
"version": "4.0.0",
+
"version": "4.0.1",
"description": "A highly customizable and versatile GraphQL client for React",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/storage-rn/CHANGELOG.md
···
# Changelog
+
## 1.0.2
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 1.0.1
### Patch Changes
+1 -1
packages/storage-rn/package.json
···
{
"name": "@urql/storage-rn",
-
"version": "1.0.1",
+
"version": "1.0.2",
"sideEffects": false,
"description": "Graphcache offline storage for React Native",
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/svelte-urql/CHANGELOG.md
···
# @urql/svelte
+
## 4.0.1
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 4.0.0
### Major Changes
+1 -1
packages/svelte-urql/package.json
···
{
"name": "@urql/svelte",
-
"version": "4.0.0",
+
"version": "4.0.1",
"description": "A highly customizable and versatile GraphQL client for Svelte",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/vue-urql/CHANGELOG.md
···
# @urql/vue
+
## 1.1.1
+
+
### Patch Changes
+
+
- Publish with npm provenance
+
Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180))
+
## 1.1.0
### Minor Changes
+1 -1
packages/vue-urql/package.json
···
{
"name": "@urql/vue",
-
"version": "1.1.0",
+
"version": "1.1.1",
"description": "A highly customizable and versatile GraphQL client for vue",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",