From 50a190abedac6e6fa5ec6ddec1025d4a8c41e9b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 00:04:34 +0100 Subject: [PATCH] Version Packages (#3252) Co-authored-by: github-actions[bot] --- .changeset/five-icons-agree.md | 5 ----- .changeset/mean-tips-fetch.md | 7 ------- .changeset/serious-dots-sit.md | 5 ----- .changeset/yellow-shrimps-admire.md | 5 ----- examples/with-apq/package.json | 2 +- examples/with-defer-stream-directives/package.json | 4 ++-- examples/with-graphcache-pagination/package.json | 4 ++-- examples/with-graphcache-updates/package.json | 4 ++-- examples/with-infinite-pagination/package.json | 2 +- examples/with-multipart/package.json | 2 +- examples/with-next/package.json | 4 ++-- examples/with-pagination/package.json | 2 +- examples/with-react-native/package.json | 2 +- examples/with-react/package.json | 2 +- examples/with-refresh-auth/package.json | 2 +- examples/with-retry/package.json | 2 +- examples/with-subscriptions-via-fetch/package.json | 4 ++-- exchanges/graphcache/CHANGELOG.md | 9 +++++++++ exchanges/graphcache/package.json | 2 +- packages/next-urql/CHANGELOG.md | 7 +++++++ packages/next-urql/package.json | 2 +- packages/preact-urql/CHANGELOG.md | 7 +++++++ packages/preact-urql/package.json | 2 +- packages/react-urql/CHANGELOG.md | 7 +++++++ packages/react-urql/package.json | 2 +- packages/storage-rn/CHANGELOG.md | 7 +++++++ packages/storage-rn/package.json | 2 +- 27 files changed, 60 insertions(+), 45 deletions(-) delete mode 100644 .changeset/five-icons-agree.md delete mode 100644 .changeset/mean-tips-fetch.md delete mode 100644 .changeset/serious-dots-sit.md delete mode 100644 .changeset/yellow-shrimps-admire.md diff --git a/.changeset/five-icons-agree.md b/.changeset/five-icons-agree.md deleted file mode 100644 index 78eb832e19..0000000000 --- a/.changeset/five-icons-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-graphcache': patch ---- - -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. diff --git a/.changeset/mean-tips-fetch.md b/.changeset/mean-tips-fetch.md deleted file mode 100644 index 471235ac08..0000000000 --- a/.changeset/mean-tips-fetch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'urql': patch -'next-urql': patch -'@urql/storage-rn': patch ---- - -Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again. diff --git a/.changeset/serious-dots-sit.md b/.changeset/serious-dots-sit.md deleted file mode 100644 index aebeb00097..0000000000 --- a/.changeset/serious-dots-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-graphcache': patch ---- - -Optimistic mutation results should never result in dependent operations being blocked. diff --git a/.changeset/yellow-shrimps-admire.md b/.changeset/yellow-shrimps-admire.md deleted file mode 100644 index f3314fda85..0000000000 --- a/.changeset/yellow-shrimps-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/preact': patch ---- - -Apply shallow difference patch from React bindings to `@urql/preact` (See: #3195) diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index e0fc91216d..4f2a7e8e29 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -11,7 +11,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index bc8a6cb8a7..bc32d60235 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -18,11 +18,11 @@ "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", "@urql/core": "^4.0.10", - "@urql/exchange-graphcache": "^6.1.1", + "@urql/exchange-graphcache": "^6.1.2", "graphql": "17.0.0-alpha.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@apollo/server": "^4.4.1", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index 973bdde221..7a0a84b9d4 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -7,11 +7,11 @@ }, "dependencies": { "@urql/core": "^4.0.10", - "@urql/exchange-graphcache": "^6.1.1", + "@urql/exchange-graphcache": "^6.1.2", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index dfa51021a2..eaf3cc8682 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -8,11 +8,11 @@ "dependencies": { "@urql/core": "^4.0.10", "@urql/exchange-auth": "^2.1.4", - "@urql/exchange-graphcache": "^6.1.1", + "@urql/exchange-graphcache": "^6.1.2", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index 23d49360cf..fc715ebc17 100644 --- a/examples/with-infinite-pagination/package.json +++ b/examples/with-infinite-pagination/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-multipart/package.json b/examples/with-multipart/package.json index 23665d5e40..7094096b99 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 4a2cca267f..883f59a585 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -6,10 +6,10 @@ "@urql/core": "^4.0.10", "graphql": "^16.6.0", "next": "13.2.4", - "next-urql": "^5.0.1", + "next-urql": "^5.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "scripts": { "dev": "next dev", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index 23d49360cf..fc715ebc17 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index 8f32f63a6c..b6676e3e45 100644 --- a/examples/with-react-native/package.json +++ b/examples/with-react-native/package.json @@ -12,7 +12,7 @@ "graphql": "^16.6.0", "react": "18.2.0", "react-native": "0.71.4", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/examples/with-react/package.json b/examples/with-react/package.json index 02c60fb124..456419bc8a 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-refresh-auth/package.json b/examples/with-refresh-auth/package.json index 052e4eed00..9d6ff1a121 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -11,7 +11,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 09ae7e520e..099b215f8b 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -11,7 +11,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-subscriptions-via-fetch/package.json b/examples/with-subscriptions-via-fetch/package.json index 2054181cc6..1dbae542cd 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -9,11 +9,11 @@ }, "dependencies": { "@urql/core": "^4.0.10", - "@urql/exchange-graphcache": "^6.1.1", + "@urql/exchange-graphcache": "^6.1.2", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.3" + "urql": "^4.0.4" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/exchanges/graphcache/CHANGELOG.md b/exchanges/graphcache/CHANGELOG.md index c744222c8e..38a9da26a1 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,14 @@ # @urql/exchange-graphcache +## 6.1.2 + +### Patch Changes + +- 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 + Submitted by [@kitten](https://github.com/kitten) (See [#3264](https://github.com/urql-graphql/urql/pull/3264)) +- Optimistic mutation results should never result in dependent operations being blocked + Submitted by [@kitten](https://github.com/kitten) (See [#3265](https://github.com/urql-graphql/urql/pull/3265)) + ## 6.1.1 ### Patch Changes diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 77520c3fbb..5e74e00f9f 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "6.1.1", + "version": "6.1.2", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache", diff --git a/packages/next-urql/CHANGELOG.md b/packages/next-urql/CHANGELOG.md index 718028dc2d..f1a09c11d6 100644 --- a/packages/next-urql/CHANGELOG.md +++ b/packages/next-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 5.0.2 + +### Patch Changes + +- Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again + Submitted by [@kitten](https://github.com/kitten) (See [#3251](https://github.com/urql-graphql/urql/pull/3251)) + ## 5.0.1 ### Patch Changes diff --git a/packages/next-urql/package.json b/packages/next-urql/package.json index 0ffbb56023..1872ed3f08 100644 --- a/packages/next-urql/package.json +++ b/packages/next-urql/package.json @@ -1,6 +1,6 @@ { "name": "next-urql", - "version": "5.0.1", + "version": "5.0.2", "description": "Convenience wrappers for using urql with NextJS.", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/preact-urql/CHANGELOG.md b/packages/preact-urql/CHANGELOG.md index e368ddebc7..e876c6ebb4 100644 --- a/packages/preact-urql/CHANGELOG.md +++ b/packages/preact-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/preact +## 4.0.3 + +### Patch Changes + +- Apply shallow difference patch from React bindings to `@urql/preact` (See: #3195) + Submitted by [@kitten](https://github.com/kitten) (See [#3266](https://github.com/urql-graphql/urql/pull/3266)) + ## 4.0.2 ### Patch Changes diff --git a/packages/preact-urql/package.json b/packages/preact-urql/package.json index e5fc77cccb..24f86fc068 100644 --- a/packages/preact-urql/package.json +++ b/packages/preact-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/preact", - "version": "4.0.2", + "version": "4.0.3", "description": "A highly customizable and versatile GraphQL client for Preact", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/react-urql/CHANGELOG.md b/packages/react-urql/CHANGELOG.md index 246d014e0e..9427987aff 100644 --- a/packages/react-urql/CHANGELOG.md +++ b/packages/react-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # urql +## 4.0.4 + +### Patch Changes + +- Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again + Submitted by [@kitten](https://github.com/kitten) (See [#3251](https://github.com/urql-graphql/urql/pull/3251)) + ## 4.0.3 ### Patch Changes diff --git a/packages/react-urql/package.json b/packages/react-urql/package.json index 421ba6f053..f67bd8ad6c 100644 --- a/packages/react-urql/package.json +++ b/packages/react-urql/package.json @@ -1,6 +1,6 @@ { "name": "urql", - "version": "4.0.3", + "version": "4.0.4", "description": "A highly customizable and versatile GraphQL client for React", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/storage-rn/CHANGELOG.md b/packages/storage-rn/CHANGELOG.md index b101939be8..44c5ad3114 100644 --- a/packages/storage-rn/CHANGELOG.md +++ b/packages/storage-rn/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.3 + +### Patch Changes + +- Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again + Submitted by [@kitten](https://github.com/kitten) (See [#3251](https://github.com/urql-graphql/urql/pull/3251)) + ## 1.0.2 ### Patch Changes diff --git a/packages/storage-rn/package.json b/packages/storage-rn/package.json index ef2b1b8ad0..05e2c7416e 100644 --- a/packages/storage-rn/package.json +++ b/packages/storage-rn/package.json @@ -1,6 +1,6 @@ { "name": "@urql/storage-rn", - "version": "1.0.2", + "version": "1.0.3", "sideEffects": false, "description": "Graphcache offline storage for React Native", "homepage": "https://formidable.com/open-source/urql/docs/",