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

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
16b9023f 24754437

+24 -19
-5
.changeset/friendly-flies-smile.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Fix format of `map` form data field on multipart upload requests. This was erroneously set to a string rather than a string tuple.
+1 -1
examples/with-apq/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.0", 9 + "@urql/core": "^4.0.1", 10 10 "@urql/exchange-persisted-fetch": "^1.3.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.0.0", 20 + "@urql/core": "^4.0.1", 21 21 "@urql/exchange-graphcache": "^6.0.1", 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.0.0", 9 + "@urql/core": "^4.0.1", 10 10 "@urql/exchange-graphcache": "^6.0.1", 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.0.0", 9 + "@urql/core": "^4.0.1", 10 10 "@urql/exchange-auth": "^2.1.0", 11 11 "@urql/exchange-graphcache": "^6.0.1", 12 12 "graphql": "^16.6.0",
+1 -1
examples/with-multipart/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.0", 9 + "@urql/core": "^4.0.1", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+1 -1
examples/with-next/package.json
··· 3 3 "version": "0.0.0", 4 4 "private": true, 5 5 "dependencies": { 6 - "@urql/core": "^4.0.0", 6 + "@urql/core": "^4.0.1", 7 7 "graphql": "^16.6.0", 8 8 "next": "13.2.4", 9 9 "next-urql": "^5.0.0",
+1 -1
examples/with-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.0.0", 9 + "@urql/core": "^4.0.1", 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.0.0", 11 + "@urql/core": "^4.0.1", 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.0.0", 9 + "@urql/core": "^4.0.1", 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.0.0", 9 + "@urql/core": "^4.0.1", 10 10 "@urql/exchange-auth": "^2.1.0", 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.0.0", 9 + "@urql/core": "^4.0.1", 10 10 "@urql/exchange-retry": "^1.1.0", 11 11 "graphql": "^16.6.0", 12 12 "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.0.0", 11 + "@urql/core": "^4.0.1", 12 12 "@urql/svelte": "^4.0.0", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^3.57.0"
+1 -1
examples/with-vue3/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.0.0", 11 + "@urql/core": "^4.0.1", 12 12 "@urql/vue": "^1.1.0", 13 13 "graphql": "^16.6.0", 14 14 "vue": "^3.2.47"
+10
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 4.0.1 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix format of `map` form data field on multipart upload requests. This was erroneously set to a string rather than a string tuple 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3118](https://github.com/urql-graphql/urql/pull/3118)) 9 + 3 10 ## 4.0.0 4 11 5 12 ### Major Changes ··· 8 15 In doing so we make the `urql` package more tree-shakeable as the three default exchanges are in no code paths 9 16 meaning they can be removed if not used. 10 17 A migration would look as follows if you are currently creating a client without exchanges 18 + 11 19 ```js 12 20 import { createClient, cacheExchange, fetchExchange } from '@urql/core'; 13 21 ··· 16 24 exchanges: [cacheExchange, fetchExchange], 17 25 }); 18 26 ``` 27 + 19 28 Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3033](https://github.com/urql-graphql/urql/pull/3033)) 29 + 20 30 - Update `subscriptionExchange` to receive `FetchBody` instead. In the usual usage of `subscriptionExchange` (for instance with `graphql-ws`) you can expect no breaking changes. However, the `key` and `extensions` field has been removed and instead the `forwardSubscription` function receives the full `Operation` as a second argument 21 31 Submitted by [@kitten](https://github.com/kitten) (See [#3054](https://github.com/urql-graphql/urql/pull/3054)) 22 32 - Remove dependence on `graphql` package and replace it with `@0no-co/graphql.web`, which reduces the default bundlesize impact of `urql` packages to a minimum. All types should remain compatible, even if you use `graphql` elsewhere in your app, and if other dependencies are using `graphql` you may alias it to `graphql-web-lite`
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "4.0.0", 3 + "version": "4.0.1", 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/",