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

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
f596dd31 812385d4

+42 -44
-5
.changeset/fast-jeans-pay.md
··· 1 - --- 2 - "@urql/core": patch 3 - --- 4 - 5 - Implement new `@defer` / `@stream` transport protocol spec changes.
-5
.changeset/hungry-rings-switch.md
··· 1 - --- 2 - '@urql/next': patch 3 - --- 4 - 5 - Fix invalid CJS by importing react with import-all semantics
-5
.changeset/kind-trains-wink.md
··· 1 - --- 2 - '@urql/next': minor 3 - --- 4 - 5 - Support a `nonce` prop on `DataHydrationContextProvider` that passes it onto its script tags' attributes
-6
.changeset/olive-schools-prove.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Support non spec-compliant error bodies, i.e. the Shopify API does return `errors` but as an object. Adding 6 - a check whether we are really dealing with an Array of errors enables this.
-5
.changeset/real-emus-sneeze.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Fix `preferGetMethod: 'force' | 'within-url-limit'` not being applied correctly by the `Client`
+1 -1
examples/with-apq/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.3", 9 + "@urql/core": "^4.1.4", 10 10 "@urql/exchange-persisted": "^4.1.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
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": "^4.1.3", 20 + "@urql/core": "^4.1.4", 21 21 "@urql/exchange-graphcache": "^6.3.3", 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0",
+1 -1
examples/with-graphcache-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.3", 9 + "@urql/core": "^4.1.4", 10 10 "@urql/exchange-graphcache": "^6.3.3", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
examples/with-graphcache-updates/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.3", 9 + "@urql/core": "^4.1.4", 10 10 "@urql/exchange-auth": "^2.1.6", 11 11 "@urql/exchange-graphcache": "^6.3.3", 12 12 "graphql": "^16.6.0",
+1 -1
examples/with-infinite-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.3", 9 + "@urql/core": "^4.1.4", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+1 -1
examples/with-multipart/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.3", 9 + "@urql/core": "^4.1.4", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+2 -2
examples/with-next/package.json
··· 3 3 "version": "0.0.0", 4 4 "private": true, 5 5 "dependencies": { 6 - "@urql/core": "^4.1.3", 7 - "@urql/next": "^1.0.0", 6 + "@urql/core": "^4.1.4", 7 + "@urql/next": "^1.1.0", 8 8 "graphql": "^16.6.0", 9 9 "next": "13.4.2", 10 10 "react": "^18.2.0",
+1 -1
examples/with-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.3", 9 + "@urql/core": "^4.1.4", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+1 -1
examples/with-react-native/package.json
··· 8 8 "start": "react-native start" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.1.3", 11 + "@urql/core": "^4.1.4", 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4",
+1 -1
examples/with-react/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.3", 9 + "@urql/core": "^4.1.4", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+1 -1
examples/with-refresh-auth/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.3", 9 + "@urql/core": "^4.1.4", 10 10 "@urql/exchange-auth": "^2.1.6", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
examples/with-retry/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.3", 9 + "@urql/core": "^4.1.4", 10 10 "@urql/exchange-retry": "^1.2.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
examples/with-subscriptions-via-fetch/package.json
··· 8 8 "start": "run-p client server" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.1.3", 11 + "@urql/core": "^4.1.4", 12 12 "@urql/exchange-graphcache": "^6.3.3", 13 13 "graphql": "^16.6.0", 14 14 "react": "^18.2.0",
+1 -1
examples/with-svelte/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.1.3", 11 + "@urql/core": "^4.1.4", 12 12 "@urql/svelte": "^4.0.4", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^4.0.5"
+1 -1
examples/with-vue3/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.1.3", 11 + "@urql/core": "^4.1.4", 12 12 "@urql/vue": "^1.1.2", 13 13 "graphql": "^16.6.0", 14 14 "vue": "^3.2.47"
+12
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 4.1.4 4 + 5 + ### Patch Changes 6 + 7 + - Implement new `@defer` / `@stream` transport protocol spec changes 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3389](https://github.com/urql-graphql/urql/pull/3389)) 9 + - Support non spec-compliant error bodies, i.e. the Shopify API does return `errors` but as an object. Adding 10 + a check whether we are really dealing with an Array of errors enables this 11 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3395](https://github.com/urql-graphql/urql/pull/3395)) 12 + - ⚠️ Fix `preferGetMethod: 'force' | 'within-url-limit'` not being applied correctly by the `Client` 13 + Submitted by [@Burbenog](https://github.com/Burbenog) (See [#3403](https://github.com/urql-graphql/urql/pull/3403)) 14 + 3 15 ## 4.1.3 4 16 5 17 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "4.1.3", 3 + "version": "4.1.4", 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/",
+12
packages/next-urql/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.0 4 + 5 + ### Minor Changes 6 + 7 + - Support a `nonce` prop on `DataHydrationContextProvider` that passes it onto its script tags' attributes 8 + Submitted by [@Enalmada](https://github.com/Enalmada) (See [#3398](https://github.com/urql-graphql/urql/pull/3398)) 9 + 10 + ### Patch Changes 11 + 12 + - ⚠️ Fix invalid CJS by importing react with import-all semantics 13 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3405](https://github.com/urql-graphql/urql/pull/3405)) 14 + 3 15 ## 1.0.0 4 16 5 17 ### Major Changes
+1 -1
packages/next-urql/package.json
··· 1 1 { 2 2 "name": "@urql/next", 3 - "version": "1.0.0", 3 + "version": "1.1.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/",