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

Version Packages (#3645)

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

Changed files
+34 -30
.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
packages
-5
.changeset/good-walls-obey.md
···
-
---
-
'@urql/core': patch
-
---
-
-
Allow empty error messages when re-hydrating GraphQL errors
···
-5
.changeset/old-humans-knock.md
···
-
---
-
'@urql/vue': patch
-
---
-
-
Use `shallowRef` for data variable to avoid extra overhead for heavy objects
···
+1 -1
examples/with-apq/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"@urql/exchange-persisted": "^4.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
···
"start": "vite"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"@urql/exchange-persisted": "^4.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
+1 -1
examples/with-defer-stream-directives/package.json
···
},
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
-
"@urql/core": "^5.0.5",
"@urql/exchange-graphcache": "^7.1.2",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
···
},
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
+
"@urql/core": "^5.0.6",
"@urql/exchange-graphcache": "^7.1.2",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
+1 -1
examples/with-graphcache-pagination/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"@urql/exchange-graphcache": "^7.1.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
···
"start": "vite"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"@urql/exchange-graphcache": "^7.1.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
+1 -1
examples/with-graphcache-updates/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"@urql/exchange-auth": "^2.2.0",
"@urql/exchange-graphcache": "^7.1.2",
"graphql": "^16.6.0",
···
"start": "vite"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"@urql/exchange-auth": "^2.2.0",
"@urql/exchange-graphcache": "^7.1.2",
"graphql": "^16.6.0",
+1 -1
examples/with-infinite-pagination/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
···
"start": "vite"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-multipart/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
···
"start": "vite"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-next/package.json
···
"version": "0.0.0",
"private": true,
"dependencies": {
-
"@urql/core": "^5.0.5",
"@urql/next": "^1.1.1",
"graphql": "^16.6.0",
"next": "13.4.2",
···
"version": "0.0.0",
"private": true,
"dependencies": {
+
"@urql/core": "^5.0.6",
"@urql/next": "^1.1.1",
"graphql": "^16.6.0",
"next": "13.4.2",
+1 -1
examples/with-pagination/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
···
"start": "vite"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-react-native/package.json
···
"start": "react-native start"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
···
"start": "react-native start"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
+1 -1
examples/with-react/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
···
"start": "vite"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-refresh-auth/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"@urql/exchange-auth": "^2.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
···
"start": "vite"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"@urql/exchange-auth": "^2.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
+1 -1
examples/with-retry/package.json
···
"start": "vite"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"@urql/exchange-retry": "^1.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
···
"start": "vite"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"@urql/exchange-retry": "^1.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
+1 -1
examples/with-subscriptions-via-fetch/package.json
···
"start": "run-p client server"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"@urql/exchange-graphcache": "^7.1.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
···
"start": "run-p client server"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"@urql/exchange-graphcache": "^7.1.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
+1 -1
examples/with-svelte/package.json
···
"serve": "vite preview"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
"@urql/svelte": "^4.2.1",
"graphql": "^16.6.0",
"svelte": "^4.0.5"
···
"serve": "vite preview"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
"@urql/svelte": "^4.2.1",
"graphql": "^16.6.0",
"svelte": "^4.0.5"
+2 -2
examples/with-vue3/package.json
···
"serve": "vite preview"
},
"dependencies": {
-
"@urql/core": "^5.0.5",
-
"@urql/vue": "^1.4.0",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
···
"serve": "vite preview"
},
"dependencies": {
+
"@urql/core": "^5.0.6",
+
"@urql/vue": "^1.4.1",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
+7
packages/core/CHANGELOG.md
···
# @urql/core
## 5.0.5
### Patch Changes
···
# @urql/core
+
## 5.0.6
+
+
### Patch Changes
+
+
- Allow empty error messages when re-hydrating GraphQL errors
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3650](https://github.com/urql-graphql/urql/pull/3650))
+
## 5.0.5
### Patch Changes
+1 -1
packages/core/jsr.json
···
{
"name": "@urql/core",
-
"version": "5.0.5",
"exports": {
".": "./src/index.ts",
"./internal": "./src/internal/index.ts"
···
{
"name": "@urql/core",
+
"version": "5.0.6",
"exports": {
".": "./src/index.ts",
"./internal": "./src/internal/index.ts"
+1 -1
packages/core/package.json
···
{
"name": "@urql/core",
-
"version": "5.0.5",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
{
"name": "@urql/core",
+
"version": "5.0.6",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/vue-urql/CHANGELOG.md
···
# @urql/vue
## 1.4.0
### Minor Changes
···
# @urql/vue
+
## 1.4.1
+
+
### Patch Changes
+
+
- Use `shallowRef` for data variable to avoid extra overhead for heavy objects
+
Submitted by [@yurks](https://github.com/yurks) (See [#3641](https://github.com/urql-graphql/urql/pull/3641))
+
## 1.4.0
### Minor Changes
+1 -1
packages/vue-urql/jsr.json
···
{
"name": "@urql/vue",
-
"version": "1.4.0",
"exports": {
".": "./src/index.ts"
},
···
{
"name": "@urql/vue",
+
"version": "1.4.1",
"exports": {
".": "./src/index.ts"
},
+1 -1
packages/vue-urql/package.json
···
{
"name": "@urql/vue",
-
"version": "1.4.0",
"description": "A highly customizable and versatile GraphQL client for vue",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
{
"name": "@urql/vue",
+
"version": "1.4.1",
"description": "A highly customizable and versatile GraphQL client for vue",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",