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

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
b0a0f32a b981b388

+264 -143
-9
.changeset/giant-pets-buy.md
··· 1 - --- 2 - '@urql/exchange-persisted': major 3 - '@urql/core': major 4 - --- 5 - 6 - By default leverage GET for queries where the query-string + variables comes down to less than 2048 characters. 7 - When upgrading it's important to see whether your server supports `GET`, if it doesn't ideally adding support for it 8 - or alternatively setting `preferGetMethod` in the `createClient` method as well as `preferGetForPersistedQueries` for 9 - the persisted exchange to `false`.
-5
.changeset/shaggy-taxis-grab.md
··· 1 - --- 2 - '@urql/core': minor 3 - --- 4 - 5 - Fix type definition for `GraphQLRequestParams` to make `variables` field optional if and only if **all** fields are optional or nullish
-5
.changeset/short-crews-retire.md
··· 1 - --- 2 - '@urql/vue': minor 3 - --- 4 - 5 - Fix regression breaking `variables` typing
-5
.changeset/thick-roses-joke.md
··· 1 - --- 2 - '@urql/vue': major 3 - --- 4 - 5 - Bump Vue to 3.2+ and replace getCurrentInstance with getCurrentScope
+3 -3
examples/with-apq/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.2.0", 10 - "@urql/exchange-persisted": "^4.3.1", 9 + "@urql/core": "^6.0.0", 10 + "@urql/exchange-persisted": "^5.0.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.2" 14 + "urql": "^5.0.0" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+3 -3
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": "^5.2.0", 21 - "@urql/exchange-graphcache": "^7.2.4", 20 + "@urql/core": "^6.0.0", 21 + "@urql/exchange-graphcache": "^8.0.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.2.2" 25 + "urql": "^5.0.0" 26 26 }, 27 27 "devDependencies": { 28 28 "@apollo/server": "^4.4.1",
+3 -3
examples/with-graphcache-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.2.0", 10 - "@urql/exchange-graphcache": "^7.2.4", 9 + "@urql/core": "^6.0.0", 10 + "@urql/exchange-graphcache": "^8.0.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.2" 14 + "urql": "^5.0.0" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+4 -4
examples/with-graphcache-updates/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.2.0", 10 - "@urql/exchange-auth": "^2.2.1", 11 - "@urql/exchange-graphcache": "^7.2.4", 9 + "@urql/core": "^6.0.0", 10 + "@urql/exchange-auth": "^3.0.0", 11 + "@urql/exchange-graphcache": "^8.0.0", 12 12 "graphql": "^16.6.0", 13 13 "react": "^18.2.0", 14 14 "react-dom": "^18.2.0", 15 - "urql": "^4.2.2" 15 + "urql": "^5.0.0" 16 16 }, 17 17 "devDependencies": { 18 18 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-infinite-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.2.0", 9 + "@urql/core": "^6.0.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.2" 13 + "urql": "^5.0.0" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-multipart/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.2.0", 9 + "@urql/core": "^6.0.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.2" 13 + "urql": "^5.0.0" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-next/package.json
··· 3 3 "version": "0.0.0", 4 4 "private": true, 5 5 "dependencies": { 6 - "@urql/core": "^5.2.0", 7 - "@urql/next": "^1.1.5", 6 + "@urql/core": "^6.0.0", 7 + "@urql/next": "^2.0.0", 8 8 "graphql": "^16.6.0", 9 9 "next": "13.4.2", 10 10 "react": "^18.2.0", 11 11 "react-dom": "^18.2.0", 12 - "urql": "^4.2.2" 12 + "urql": "^5.0.0" 13 13 }, 14 14 "scripts": { 15 15 "dev": "next dev",
+2 -2
examples/with-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.2.0", 9 + "@urql/core": "^6.0.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.2" 13 + "urql": "^5.0.0" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-react-native/package.json
··· 8 8 "start": "react-native start" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.2.0", 11 + "@urql/core": "^6.0.0", 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4", 15 - "urql": "^4.2.2" 15 + "urql": "^5.0.0" 16 16 }, 17 17 "devDependencies": { 18 18 "@babel/core": "^7.12.9",
+2 -2
examples/with-react/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.2.0", 9 + "@urql/core": "^6.0.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.2.2" 13 + "urql": "^5.0.0" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-refresh-auth/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.2.0", 10 - "@urql/exchange-auth": "^2.2.1", 9 + "@urql/core": "^6.0.0", 10 + "@urql/exchange-auth": "^3.0.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.2" 14 + "urql": "^5.0.0" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-retry/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.2.0", 10 - "@urql/exchange-retry": "^1.3.2", 9 + "@urql/core": "^6.0.0", 10 + "@urql/exchange-retry": "^2.0.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.2.2" 14 + "urql": "^5.0.0" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-subscriptions-via-fetch/package.json
··· 8 8 "start": "run-p client server" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.2.0", 12 - "@urql/exchange-graphcache": "^7.2.4", 11 + "@urql/core": "^6.0.0", 12 + "@urql/exchange-graphcache": "^8.0.0", 13 13 "graphql": "^16.6.0", 14 14 "react": "^18.2.0", 15 15 "react-dom": "^18.2.0", 16 - "urql": "^4.2.2" 16 + "urql": "^5.0.0" 17 17 }, 18 18 "devDependencies": { 19 19 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-svelte/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.2.0", 12 - "@urql/svelte": "^4.2.3", 11 + "@urql/core": "^6.0.0", 12 + "@urql/svelte": "^5.0.0", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^4.0.5" 15 15 },
+2 -2
examples/with-vue3/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.2.0", 12 - "@urql/vue": "^1.4.3", 11 + "@urql/core": "^6.0.0", 12 + "@urql/vue": "^2.0.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 + ## 3.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 2.2.1 4 11 5 12 ### Patch Changes
+1 -1
exchanges/auth/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-auth", 3 - "version": "2.2.1", 3 + "version": "3.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
exchanges/auth/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-auth", 3 - "version": "2.2.1", 3 + "version": "3.0.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/", ··· 49 49 "prepublishOnly": "run-s clean build" 50 50 }, 51 51 "peerDependencies": { 52 - "@urql/core": "^5.0.0" 52 + "@urql/core": "^6.0.0" 53 53 }, 54 54 "dependencies": { 55 - "@urql/core": "workspace:^5.2.0", 55 + "@urql/core": "workspace:^6.0.0", 56 56 "wonka": "^6.3.2" 57 57 }, 58 58 "devDependencies": {
+7
exchanges/context/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 0.3.1 4 11 5 12 ### Patch Changes
+1 -1
exchanges/context/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-context", 3 - "version": "0.3.1", 3 + "version": "1.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
exchanges/context/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-context", 3 - "version": "0.3.1", 3 + "version": "1.0.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/", ··· 48 48 "prepublishOnly": "run-s clean build" 49 49 }, 50 50 "peerDependencies": { 51 - "@urql/core": "^5.0.0" 51 + "@urql/core": "^6.0.0" 52 52 }, 53 53 "dependencies": { 54 - "@urql/core": "workspace:^5.2.0", 54 + "@urql/core": "workspace:^6.0.0", 55 55 "wonka": "^6.3.2" 56 56 }, 57 57 "devDependencies": {
+7
exchanges/execute/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 3.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 2.3.1 4 11 5 12 ### Patch Changes
+1 -1
exchanges/execute/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-execute", 3 - "version": "2.3.1", 3 + "version": "3.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
exchanges/execute/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-execute", 3 - "version": "2.3.1", 3 + "version": "3.0.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/", ··· 49 49 "prepublishOnly": "run-s clean build" 50 50 }, 51 51 "dependencies": { 52 - "@urql/core": "workspace:^5.2.0", 52 + "@urql/core": "workspace:^6.0.0", 53 53 "wonka": "^6.3.2" 54 54 }, 55 55 "peerDependencies": { 56 - "@urql/core": "^5.0.0", 56 + "@urql/core": "^6.0.0", 57 57 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 58 58 }, 59 59 "devDependencies": {
+7
exchanges/graphcache/CHANGELOG.md
··· 1 1 # @urql/exchange-graphcache 2 2 3 + ## 8.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 7.2.4 4 11 5 12 ### Patch Changes
+1 -1
exchanges/graphcache/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "7.2.4", 3 + "version": "8.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./extras": "./src/extras/index.ts",
+3 -3
exchanges/graphcache/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "7.2.4", 3 + "version": "8.0.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", ··· 63 63 "prepublishOnly": "run-s clean build" 64 64 }, 65 65 "peerDependencies": { 66 - "@urql/core": "^5.0.0" 66 + "@urql/core": "^6.0.0" 67 67 }, 68 68 "dependencies": { 69 69 "@0no-co/graphql.web": "^1.0.13", 70 - "@urql/core": "workspace:^5.2.0", 70 + "@urql/core": "workspace:^6.0.0", 71 71 "wonka": "^6.3.2" 72 72 }, 73 73 "devDependencies": {
+15
exchanges/persisted/CHANGELOG.md
··· 1 1 # @urql/exchange-persisted-fetch 2 2 3 + ## 5.0.0 4 + 5 + ### Major Changes 6 + 7 + - By default leverage GET for queries where the query-string + variables comes down to less than 2048 characters. 8 + When upgrading it's important to see whether your server supports `GET`, if it doesn't ideally adding support for it 9 + or alternatively setting `preferGetMethod` in the `createClient` method as well as `preferGetForPersistedQueries` for 10 + the persisted exchange to `false` 11 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3789](https://github.com/urql-graphql/urql/pull/3789)) 12 + 13 + ### Patch Changes 14 + 15 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 16 + - @urql/core@6.0.0 17 + 3 18 ## 4.3.1 4 19 5 20 ### Patch Changes
+1 -1
exchanges/persisted/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-persisted", 3 - "version": "4.3.1", 3 + "version": "5.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
exchanges/persisted/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-persisted", 3 - "version": "4.3.1", 3 + "version": "5.0.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/", ··· 47 47 "prepublishOnly": "run-s clean build" 48 48 }, 49 49 "peerDependencies": { 50 - "@urql/core": "^5.0.0" 50 + "@urql/core": "^6.0.0" 51 51 }, 52 52 "dependencies": { 53 - "@urql/core": "workspace:^5.2.0", 53 + "@urql/core": "workspace:^6.0.0", 54 54 "wonka": "^6.3.2" 55 55 }, 56 56 "devDependencies": {
+7
exchanges/populate/CHANGELOG.md
··· 1 1 # @urql/exchange-populate 2 2 3 + ## 2.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 1.2.1 4 11 5 12 ### Patch Changes
+1 -1
exchanges/populate/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-populate", 3 - "version": "1.2.1", 3 + "version": "2.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
exchanges/populate/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-populate", 3 - "version": "1.2.1", 3 + "version": "2.0.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", ··· 47 47 "prepublishOnly": "run-s clean build" 48 48 }, 49 49 "dependencies": { 50 - "@urql/core": "workspace:^5.2.0", 50 + "@urql/core": "workspace:^6.0.0", 51 51 "wonka": "^6.3.2" 52 52 }, 53 53 "peerDependencies": { 54 - "@urql/core": "^5.0.0", 54 + "@urql/core": "^6.0.0", 55 55 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 56 56 }, 57 57 "devDependencies": {
+7
exchanges/refocus/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 1.1.1 4 11 5 12 ### Patch Changes
+1 -1
exchanges/refocus/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-refocus", 3 - "version": "1.1.1", 3 + "version": "2.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
exchanges/refocus/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-refocus", 3 - "version": "1.1.1", 3 + "version": "2.0.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/", ··· 54 54 "graphql": "^16.0.0" 55 55 }, 56 56 "peerDependencies": { 57 - "@urql/core": "^5.0.0" 57 + "@urql/core": "^6.0.0" 58 58 }, 59 59 "dependencies": { 60 - "@urql/core": "workspace:^5.2.0", 60 + "@urql/core": "workspace:^6.0.0", 61 61 "wonka": "^6.3.2" 62 62 }, 63 63 "publishConfig": {
+7
exchanges/request-policy/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 1.2.1 4 11 5 12 ### Patch Changes
+1 -1
exchanges/request-policy/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-request-policy", 3 - "version": "1.2.1", 3 + "version": "2.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
exchanges/request-policy/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-request-policy", 3 - "version": "1.2.1", 3 + "version": "2.0.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/", ··· 52 52 "graphql": "^16.0.0" 53 53 }, 54 54 "peerDependencies": { 55 - "@urql/core": "^5.0.0" 55 + "@urql/core": "^6.0.0" 56 56 }, 57 57 "dependencies": { 58 - "@urql/core": "workspace:^5.2.0", 58 + "@urql/core": "workspace:^6.0.0", 59 59 "wonka": "^6.3.2" 60 60 }, 61 61 "publishConfig": {
+7
exchanges/retry/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 1.3.2 4 11 5 12 ### Patch Changes
+1 -1
exchanges/retry/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-retry", 3 - "version": "1.3.2", 3 + "version": "2.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
exchanges/retry/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-retry", 3 - "version": "1.3.2", 3 + "version": "2.0.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/", ··· 52 52 "graphql": "^16.0.0" 53 53 }, 54 54 "peerDependencies": { 55 - "@urql/core": "^5.0.0" 55 + "@urql/core": "^6.0.0" 56 56 }, 57 57 "dependencies": { 58 - "@urql/core": "workspace:^5.2.0", 58 + "@urql/core": "workspace:^6.0.0", 59 59 "wonka": "^6.3.2" 60 60 }, 61 61 "publishConfig": {
+7
exchanges/throw-on-error/CHANGELOG.md
··· 1 1 # @urql/exchange-throw-on-error 2 2 3 + ## 1.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 0.1.2 4 11 5 12 ### Patch Changes
+1 -1
exchanges/throw-on-error/jsr.json
··· 1 1 { 2 2 "name": "@urql/exchange-throw-on-error", 3 - "version": "0.1.2", 3 + "version": "1.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
exchanges/throw-on-error/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-throw-on-error", 3 - "version": "0.1.2", 3 + "version": "1.0.0", 4 4 "description": "An exchange for throw-on-error support in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 52 52 "graphql": "^16.0.0" 53 53 }, 54 54 "peerDependencies": { 55 - "@urql/core": "^5.0.0" 55 + "@urql/core": "^6.0.0" 56 56 }, 57 57 "dependencies": { 58 - "@urql/core": "workspace:^5.2.0", 58 + "@urql/core": "workspace:^6.0.0", 59 59 "graphql-toe": "^1.0.0-rc.0", 60 60 "wonka": "^6.3.2" 61 61 },
+15
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 6.0.0 4 + 5 + ### Major Changes 6 + 7 + - By default leverage GET for queries where the query-string + variables comes down to less than 2048 characters. 8 + When upgrading it's important to see whether your server supports `GET`, if it doesn't ideally adding support for it 9 + or alternatively setting `preferGetMethod` in the `createClient` method as well as `preferGetForPersistedQueries` for 10 + the persisted exchange to `false` 11 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3789](https://github.com/urql-graphql/urql/pull/3789)) 12 + 13 + ### Minor Changes 14 + 15 + - Fix type definition for `GraphQLRequestParams` to make `variables` field optional if and only if **all** fields are optional or nullish 16 + Submitted by [@arkandias](https://github.com/arkandias) (See [#3807](https://github.com/urql-graphql/urql/pull/3807)) 17 + 3 18 ## 5.2.0 4 19 5 20 ### Minor Changes
+1 -1
packages/core/jsr.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "5.2.0", 3 + "version": "6.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./internal": "./src/internal/index.ts"
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "5.2.0", 3 + "version": "6.0.0", 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/next-urql/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies 8 + - urql@5.0.0 9 + 3 10 ## 1.1.5 4 11 5 12 ### Patch Changes
+1 -1
packages/next-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/next", 3 - "version": "1.1.5", 3 + "version": "2.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./rsc": "./src/rsc.ts"
+2 -2
packages/next-urql/package.json
··· 1 1 { 2 2 "name": "@urql/next", 3 - "version": "1.1.5", 3 + "version": "2.0.0", 4 4 "description": "Convenience wrappers for using urql with NextJS.", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 59 59 "peerDependencies": { 60 60 "next": ">=13.0.0", 61 61 "react": ">=18.0.0", 62 - "urql": "^4.0.0" 62 + "urql": "^5.0.0" 63 63 }, 64 64 "publishConfig": { 65 65 "access": "public",
+7
packages/preact-urql/CHANGELOG.md
··· 1 1 # @urql/preact 2 2 3 + ## 5.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 4.1.2 4 11 5 12 ### Patch Changes
+1 -1
packages/preact-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.1.2", 3 + "version": "5.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
packages/preact-urql/package.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.1.2", 3 + "version": "5.0.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/", ··· 55 55 "preact": "^10.13.0" 56 56 }, 57 57 "peerDependencies": { 58 - "@urql/core": "^5.0.0", 58 + "@urql/core": "^6.0.0", 59 59 "preact": ">= 10.0.0" 60 60 }, 61 61 "dependencies": { 62 - "@urql/core": "workspace:^5.2.0", 62 + "@urql/core": "workspace:^6.0.0", 63 63 "wonka": "^6.3.2" 64 64 }, 65 65 "publishConfig": {
+7
packages/react-urql/CHANGELOG.md
··· 1 1 # urql 2 2 3 + ## 5.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 4.2.2 4 11 5 12 ### Patch Changes
+1 -1
packages/react-urql/jsr.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.2.2", 3 + "version": "5.0.0", 4 4 "exports": "src/index.ts", 5 5 "exclude": [ 6 6 "node_modules",
+3 -3
packages/react-urql/package.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.2.2", 3 + "version": "5.0.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/", ··· 56 56 "react-test-renderer": "^18.3.1" 57 57 }, 58 58 "peerDependencies": { 59 - "@urql/core": "^5.0.0", 59 + "@urql/core": "^6.0.0", 60 60 "react": ">= 16.8.0" 61 61 }, 62 62 "dependencies": { 63 - "@urql/core": "workspace:^5.2.0", 63 + "@urql/core": "workspace:^6.0.0", 64 64 "wonka": "^6.3.2" 65 65 }, 66 66 "publishConfig": {
+7
packages/solid-urql/CHANGELOG.md
··· 1 1 # @urql/solid 2 2 3 + ## 1.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 0.1.2 4 11 5 12 ### Patch Changes
+1 -1
packages/solid-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/solid", 3 - "version": "0.1.2", 3 + "version": "1.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
packages/solid-urql/package.json
··· 1 1 { 2 2 "name": "@urql/solid", 3 - "version": "0.1.2", 3 + "version": "1.0.0", 4 4 "description": "A highly customizable and versatile GraphQL client for Solid", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 56 56 "vite-plugin-solid": "^2.7.0" 57 57 }, 58 58 "peerDependencies": { 59 - "@urql/core": "^5.0.0", 59 + "@urql/core": "^6.0.0", 60 60 "solid-js": "^1.7.7" 61 61 }, 62 62 "dependencies": { 63 - "@urql/core": "workspace:^5.2.0", 63 + "@urql/core": "workspace:^6.0.0", 64 64 "wonka": "^6.3.2" 65 65 }, 66 66 "publishConfig": {
+7
packages/svelte-urql/CHANGELOG.md
··· 1 1 # @urql/svelte 2 2 3 + ## 5.0.0 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 8 + - @urql/core@6.0.0 9 + 3 10 ## 4.2.3 4 11 5 12 ### Patch Changes
+1 -1
packages/svelte-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.2.3", 3 + "version": "5.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
packages/svelte-urql/package.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.2.3", 3 + "version": "5.0.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/", ··· 49 49 "prepublishOnly": "run-s clean build" 50 50 }, 51 51 "peerDependencies": { 52 - "@urql/core": "^5.0.0", 52 + "@urql/core": "^6.0.0", 53 53 "svelte": "^3.0.0 || ^4.0.0 || ^5.0.0" 54 54 }, 55 55 "dependencies": { 56 - "@urql/core": "workspace:^5.2.0", 56 + "@urql/core": "workspace:^6.0.0", 57 57 "wonka": "^6.3.2" 58 58 }, 59 59 "devDependencies": {
+17
packages/vue-urql/CHANGELOG.md
··· 1 1 # @urql/vue 2 2 3 + ## 2.0.0 4 + 5 + ### Major Changes 6 + 7 + - Bump Vue to 3.2+ and replace getCurrentInstance with getCurrentScope 8 + Submitted by [@arkandias](https://github.com/arkandias) (See [#3806](https://github.com/urql-graphql/urql/pull/3806)) 9 + 10 + ### Minor Changes 11 + 12 + - Fix regression breaking `variables` typing 13 + Submitted by [@arkandias](https://github.com/arkandias) (See [#3734](https://github.com/urql-graphql/urql/pull/3734)) 14 + 15 + ### Patch Changes 16 + 17 + - Updated dependencies (See [#3789](https://github.com/urql-graphql/urql/pull/3789) and [#3807](https://github.com/urql-graphql/urql/pull/3807)) 18 + - @urql/core@6.0.0 19 + 3 20 ## 1.4.3 4 21 5 22 ### Patch Changes
+1 -1
packages/vue-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.4.3", 3 + "version": "2.0.0", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+3 -3
packages/vue-urql/package.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.4.3", 3 + "version": "2.0.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/", ··· 55 55 "vue": "^3.2.47" 56 56 }, 57 57 "peerDependencies": { 58 - "@urql/core": "^5.0.0", 58 + "@urql/core": "^6.0.0", 59 59 "vue": "^3.2.0" 60 60 }, 61 61 "dependencies": { 62 - "@urql/core": "workspace:^5.2.0", 62 + "@urql/core": "workspace:^6.0.0", 63 63 "wonka": "^6.3.2" 64 64 }, 65 65 "publishConfig": {
+15 -15
pnpm-lock.yaml
··· 180 180 exchanges/auth: 181 181 dependencies: 182 182 '@urql/core': 183 - specifier: workspace:^5.2.0 183 + specifier: workspace:^6.0.0 184 184 version: link:../../packages/core 185 185 wonka: 186 186 specifier: ^6.3.2 ··· 193 193 exchanges/context: 194 194 dependencies: 195 195 '@urql/core': 196 - specifier: workspace:^5.2.0 196 + specifier: workspace:^6.0.0 197 197 version: link:../../packages/core 198 198 wonka: 199 199 specifier: ^6.3.2 ··· 206 206 exchanges/execute: 207 207 dependencies: 208 208 '@urql/core': 209 - specifier: workspace:^5.2.0 209 + specifier: workspace:^6.0.0 210 210 version: link:../../packages/core 211 211 wonka: 212 212 specifier: ^6.3.2 ··· 222 222 specifier: ^1.0.13 223 223 version: 1.0.13(graphql@16.9.0) 224 224 '@urql/core': 225 - specifier: workspace:^5.2.0 225 + specifier: workspace:^6.0.0 226 226 version: link:../../packages/core 227 227 wonka: 228 228 specifier: ^6.3.2 ··· 256 256 exchanges/persisted: 257 257 dependencies: 258 258 '@urql/core': 259 - specifier: workspace:^5.2.0 259 + specifier: workspace:^6.0.0 260 260 version: link:../../packages/core 261 261 wonka: 262 262 specifier: ^6.3.2 ··· 269 269 exchanges/populate: 270 270 dependencies: 271 271 '@urql/core': 272 - specifier: workspace:^5.2.0 272 + specifier: workspace:^6.0.0 273 273 version: link:../../packages/core 274 274 wonka: 275 275 specifier: ^6.3.2 ··· 282 282 exchanges/refocus: 283 283 dependencies: 284 284 '@urql/core': 285 - specifier: workspace:^5.2.0 285 + specifier: workspace:^6.0.0 286 286 version: link:../../packages/core 287 287 wonka: 288 288 specifier: ^6.3.2 ··· 298 298 exchanges/request-policy: 299 299 dependencies: 300 300 '@urql/core': 301 - specifier: workspace:^5.2.0 301 + specifier: workspace:^6.0.0 302 302 version: link:../../packages/core 303 303 wonka: 304 304 specifier: ^6.3.2 ··· 311 311 exchanges/retry: 312 312 dependencies: 313 313 '@urql/core': 314 - specifier: workspace:^5.2.0 314 + specifier: workspace:^6.0.0 315 315 version: link:../../packages/core 316 316 wonka: 317 317 specifier: ^6.3.2 ··· 324 324 exchanges/throw-on-error: 325 325 dependencies: 326 326 '@urql/core': 327 - specifier: workspace:^5.2.0 327 + specifier: workspace:^6.0.0 328 328 version: link:../../packages/core 329 329 graphql-toe: 330 330 specifier: ^1.0.0-rc.0 ··· 382 382 packages/preact-urql: 383 383 dependencies: 384 384 '@urql/core': 385 - specifier: workspace:^5.2.0 385 + specifier: workspace:^6.0.0 386 386 version: link:../core 387 387 wonka: 388 388 specifier: ^6.3.2 ··· 401 401 packages/react-urql: 402 402 dependencies: 403 403 '@urql/core': 404 - specifier: workspace:^5.2.0 404 + specifier: workspace:^6.0.0 405 405 version: link:../core 406 406 wonka: 407 407 specifier: ^6.3.2 ··· 550 550 packages/solid-urql: 551 551 dependencies: 552 552 '@urql/core': 553 - specifier: workspace:^5.2.0 553 + specifier: workspace:^6.0.0 554 554 version: link:../core 555 555 solid-js: 556 556 specifier: ^1.7.7 ··· 590 590 packages/svelte-urql: 591 591 dependencies: 592 592 '@urql/core': 593 - specifier: workspace:^5.2.0 593 + specifier: workspace:^6.0.0 594 594 version: link:../core 595 595 wonka: 596 596 specifier: ^6.3.2 ··· 606 606 packages/vue-urql: 607 607 dependencies: 608 608 '@urql/core': 609 - specifier: workspace:^5.2.0 609 + specifier: workspace:^6.0.0 610 610 version: link:../core 611 611 wonka: 612 612 specifier: ^6.3.2