Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Version Packages (#3818)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Changed files
+22 -20
.changeset
examples
with-apq
with-defer-stream-directives
with-graphcache-pagination
with-graphcache-updates
with-infinite-pagination
with-multipart
with-next
with-pagination
with-react
with-react-native
with-refresh-auth
with-retry
with-subscriptions-via-fetch
packages
-5
.changeset/rich-melons-play.md
···
-
---
-
'urql': patch
-
---
-
-
Upgrade false-positive circumvention for internal React warning to support React 19
+1 -1
examples/with-apq/package.json
···
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-defer-stream-directives/package.json
···
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@apollo/server": "^4.4.1",
+1 -1
examples/with-graphcache-pagination/package.json
···
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-graphcache-updates/package.json
···
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-infinite-pagination/package.json
···
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-multipart/package.json
···
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-next/package.json
···
"next": "13.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"scripts": {
"dev": "next dev",
+1 -1
examples/with-pagination/package.json
···
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-react-native/package.json
···
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
+1 -1
examples/with-react/package.json
···
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-refresh-auth/package.json
···
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-retry/package.json
···
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-subscriptions-via-fetch/package.json
···
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
-
"urql": "^5.0.0"
+
"urql": "^5.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
+7
packages/react-urql/CHANGELOG.md
···
# urql
+
## 5.0.1
+
+
### Patch Changes
+
+
- Upgrade false-positive circumvention for internal React warning to support React 19
+
Submitted by [@kitten](https://github.com/kitten) (See [#3769](https://github.com/urql-graphql/urql/pull/3769))
+
## 5.0.0
### Patch Changes
+1 -1
packages/react-urql/jsr.json
···
{
"name": "urql",
-
"version": "5.0.0",
+
"version": "5.0.1",
"exports": "src/index.ts",
"exclude": [
"node_modules",
+1 -1
packages/react-urql/package.json
···
{
"name": "urql",
-
"version": "5.0.0",
+
"version": "5.0.1",
"description": "A highly customizable and versatile GraphQL client for React",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",