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

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
50a190ab 3526e2a4

+60 -45
-5
.changeset/five-icons-agree.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - --- 4 - 5 - Make "Invalid undefined" warning heuristic smarter and allow for partial optimistic results. Previously, when a partial optimistic result would be passed, a warning would be issued, and in production, fields would be deleted from the cache. Instead, we now only issue a warning if these fields aren't cached already.
-7
.changeset/mean-tips-fetch.md
··· 1 - --- 2 - 'urql': patch 3 - 'next-urql': patch 4 - '@urql/storage-rn': patch 5 - --- 6 - 7 - Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again.
-5
.changeset/serious-dots-sit.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - --- 4 - 5 - Optimistic mutation results should never result in dependent operations being blocked.
-5
.changeset/yellow-shrimps-admire.md
··· 1 - --- 2 - '@urql/preact': patch 3 - --- 4 - 5 - Apply shallow difference patch from React bindings to `@urql/preact` (See: #3195)
+1 -1
examples/with-apq/package.json
··· 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.3" 14 + "urql": "^4.0.4" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-defer-stream-directives/package.json
··· 18 18 "dependencies": { 19 19 "@graphql-yoga/plugin-defer-stream": "^1.7.1", 20 20 "@urql/core": "^4.0.10", 21 - "@urql/exchange-graphcache": "^6.1.1", 21 + "@urql/exchange-graphcache": "^6.1.2", 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0", 25 - "urql": "^4.0.3" 25 + "urql": "^4.0.4" 26 26 }, 27 27 "devDependencies": { 28 28 "@apollo/server": "^4.4.1",
+2 -2
examples/with-graphcache-pagination/package.json
··· 7 7 }, 8 8 "dependencies": { 9 9 "@urql/core": "^4.0.10", 10 - "@urql/exchange-graphcache": "^6.1.1", 10 + "@urql/exchange-graphcache": "^6.1.2", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.3" 14 + "urql": "^4.0.4" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-graphcache-updates/package.json
··· 8 8 "dependencies": { 9 9 "@urql/core": "^4.0.10", 10 10 "@urql/exchange-auth": "^2.1.4", 11 - "@urql/exchange-graphcache": "^6.1.1", 11 + "@urql/exchange-graphcache": "^6.1.2", 12 12 "graphql": "^16.6.0", 13 13 "react": "^18.2.0", 14 14 "react-dom": "^18.2.0", 15 - "urql": "^4.0.3" 15 + "urql": "^4.0.4" 16 16 }, 17 17 "devDependencies": { 18 18 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-infinite-pagination/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.3" 13 + "urql": "^4.0.4" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-multipart/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.3" 13 + "urql": "^4.0.4" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-next/package.json
··· 6 6 "@urql/core": "^4.0.10", 7 7 "graphql": "^16.6.0", 8 8 "next": "13.2.4", 9 - "next-urql": "^5.0.1", 9 + "next-urql": "^5.0.2", 10 10 "react": "^18.2.0", 11 11 "react-dom": "^18.2.0", 12 - "urql": "^4.0.3" 12 + "urql": "^4.0.4" 13 13 }, 14 14 "scripts": { 15 15 "dev": "next dev",
+1 -1
examples/with-pagination/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.3" 13 + "urql": "^4.0.4" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-react-native/package.json
··· 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4", 15 - "urql": "^4.0.3" 15 + "urql": "^4.0.4" 16 16 }, 17 17 "devDependencies": { 18 18 "@babel/core": "^7.12.9",
+1 -1
examples/with-react/package.json
··· 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.3" 13 + "urql": "^4.0.4" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-refresh-auth/package.json
··· 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.3" 14 + "urql": "^4.0.4" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-retry/package.json
··· 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.3" 14 + "urql": "^4.0.4" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-subscriptions-via-fetch/package.json
··· 9 9 }, 10 10 "dependencies": { 11 11 "@urql/core": "^4.0.10", 12 - "@urql/exchange-graphcache": "^6.1.1", 12 + "@urql/exchange-graphcache": "^6.1.2", 13 13 "graphql": "^16.6.0", 14 14 "react": "^18.2.0", 15 15 "react-dom": "^18.2.0", 16 - "urql": "^4.0.3" 16 + "urql": "^4.0.4" 17 17 }, 18 18 "devDependencies": { 19 19 "@vitejs/plugin-react": "^3.1.0",
+9
exchanges/graphcache/CHANGELOG.md
··· 1 1 # @urql/exchange-graphcache 2 2 3 + ## 6.1.2 4 + 5 + ### Patch Changes 6 + 7 + - Make "Invalid undefined" warning heuristic smarter and allow for partial optimistic results. Previously, when a partial optimistic result would be passed, a warning would be issued, and in production, fields would be deleted from the cache. Instead, we now only issue a warning if these fields aren't cached already 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3264](https://github.com/urql-graphql/urql/pull/3264)) 9 + - Optimistic mutation results should never result in dependent operations being blocked 10 + Submitted by [@kitten](https://github.com/kitten) (See [#3265](https://github.com/urql-graphql/urql/pull/3265)) 11 + 3 12 ## 6.1.1 4 13 5 14 ### Patch Changes
+1 -1
exchanges/graphcache/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "6.1.1", 3 + "version": "6.1.2", 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",
+7
packages/next-urql/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 5.0.2 4 + 5 + ### Patch Changes 6 + 7 + - Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3251](https://github.com/urql-graphql/urql/pull/3251)) 9 + 3 10 ## 5.0.1 4 11 5 12 ### Patch Changes
+1 -1
packages/next-urql/package.json
··· 1 1 { 2 2 "name": "next-urql", 3 - "version": "5.0.1", 3 + "version": "5.0.2", 4 4 "description": "Convenience wrappers for using urql with NextJS.", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/preact-urql/CHANGELOG.md
··· 1 1 # @urql/preact 2 2 3 + ## 4.0.3 4 + 5 + ### Patch Changes 6 + 7 + - Apply shallow difference patch from React bindings to `@urql/preact` (See: #3195) 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3266](https://github.com/urql-graphql/urql/pull/3266)) 9 + 3 10 ## 4.0.2 4 11 5 12 ### Patch Changes
+1 -1
packages/preact-urql/package.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.0.2", 3 + "version": "4.0.3", 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/",
+7
packages/react-urql/CHANGELOG.md
··· 1 1 # urql 2 2 3 + ## 4.0.4 4 + 5 + ### Patch Changes 6 + 7 + - Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3251](https://github.com/urql-graphql/urql/pull/3251)) 9 + 3 10 ## 4.0.3 4 11 5 12 ### Patch Changes
+1 -1
packages/react-urql/package.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.0.3", 3 + "version": "4.0.4", 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/",
+7
packages/storage-rn/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.0.3 4 + 5 + ### Patch Changes 6 + 7 + - Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3251](https://github.com/urql-graphql/urql/pull/3251)) 9 + 3 10 ## 1.0.2 4 11 5 12 ### Patch Changes
+1 -1
packages/storage-rn/package.json
··· 1 1 { 2 2 "name": "@urql/storage-rn", 3 - "version": "1.0.2", 3 + "version": "1.0.3", 4 4 "sideEffects": false, 5 5 "description": "Graphcache offline storage for React Native", 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",