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>

authored by github-actions[bot] github-actions[bot] and committed by GitHub e8a26b43 0e20aad0

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
··· 1 - --- 2 - 'urql': patch 3 - --- 4 - 5 - Upgrade false-positive circumvention for internal React warning to support React 19
···
+1 -1
examples/with-apq/package.json
··· 11 "graphql": "^16.6.0", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 - "urql": "^5.0.0" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-react": "^3.1.0",
··· 11 "graphql": "^16.6.0", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 + "urql": "^5.0.1" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-defer-stream-directives/package.json
··· 22 "graphql": "17.0.0-alpha.2", 23 "react": "^18.2.0", 24 "react-dom": "^18.2.0", 25 - "urql": "^5.0.0" 26 }, 27 "devDependencies": { 28 "@apollo/server": "^4.4.1",
··· 22 "graphql": "17.0.0-alpha.2", 23 "react": "^18.2.0", 24 "react-dom": "^18.2.0", 25 + "urql": "^5.0.1" 26 }, 27 "devDependencies": { 28 "@apollo/server": "^4.4.1",
+1 -1
examples/with-graphcache-pagination/package.json
··· 11 "graphql": "^16.6.0", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 - "urql": "^5.0.0" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-react": "^3.1.0",
··· 11 "graphql": "^16.6.0", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 + "urql": "^5.0.1" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-graphcache-updates/package.json
··· 12 "graphql": "^16.6.0", 13 "react": "^18.2.0", 14 "react-dom": "^18.2.0", 15 - "urql": "^5.0.0" 16 }, 17 "devDependencies": { 18 "@vitejs/plugin-react": "^3.1.0",
··· 12 "graphql": "^16.6.0", 13 "react": "^18.2.0", 14 "react-dom": "^18.2.0", 15 + "urql": "^5.0.1" 16 }, 17 "devDependencies": { 18 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-infinite-pagination/package.json
··· 10 "graphql": "^16.6.0", 11 "react": "^18.2.0", 12 "react-dom": "^18.2.0", 13 - "urql": "^5.0.0" 14 }, 15 "devDependencies": { 16 "@vitejs/plugin-react": "^3.1.0",
··· 10 "graphql": "^16.6.0", 11 "react": "^18.2.0", 12 "react-dom": "^18.2.0", 13 + "urql": "^5.0.1" 14 }, 15 "devDependencies": { 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-multipart/package.json
··· 10 "graphql": "^16.6.0", 11 "react": "^18.2.0", 12 "react-dom": "^18.2.0", 13 - "urql": "^5.0.0" 14 }, 15 "devDependencies": { 16 "@vitejs/plugin-react": "^3.1.0",
··· 10 "graphql": "^16.6.0", 11 "react": "^18.2.0", 12 "react-dom": "^18.2.0", 13 + "urql": "^5.0.1" 14 }, 15 "devDependencies": { 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-next/package.json
··· 9 "next": "13.4.2", 10 "react": "^18.2.0", 11 "react-dom": "^18.2.0", 12 - "urql": "^5.0.0" 13 }, 14 "scripts": { 15 "dev": "next dev",
··· 9 "next": "13.4.2", 10 "react": "^18.2.0", 11 "react-dom": "^18.2.0", 12 + "urql": "^5.0.1" 13 }, 14 "scripts": { 15 "dev": "next dev",
+1 -1
examples/with-pagination/package.json
··· 10 "graphql": "^16.6.0", 11 "react": "^18.2.0", 12 "react-dom": "^18.2.0", 13 - "urql": "^5.0.0" 14 }, 15 "devDependencies": { 16 "@vitejs/plugin-react": "^3.1.0",
··· 10 "graphql": "^16.6.0", 11 "react": "^18.2.0", 12 "react-dom": "^18.2.0", 13 + "urql": "^5.0.1" 14 }, 15 "devDependencies": { 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-react-native/package.json
··· 12 "graphql": "^16.6.0", 13 "react": "18.2.0", 14 "react-native": "0.71.4", 15 - "urql": "^5.0.0" 16 }, 17 "devDependencies": { 18 "@babel/core": "^7.12.9",
··· 12 "graphql": "^16.6.0", 13 "react": "18.2.0", 14 "react-native": "0.71.4", 15 + "urql": "^5.0.1" 16 }, 17 "devDependencies": { 18 "@babel/core": "^7.12.9",
+1 -1
examples/with-react/package.json
··· 10 "graphql": "^16.6.0", 11 "react": "^18.2.0", 12 "react-dom": "^18.2.0", 13 - "urql": "^5.0.0" 14 }, 15 "devDependencies": { 16 "@vitejs/plugin-react": "^3.1.0",
··· 10 "graphql": "^16.6.0", 11 "react": "^18.2.0", 12 "react-dom": "^18.2.0", 13 + "urql": "^5.0.1" 14 }, 15 "devDependencies": { 16 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-refresh-auth/package.json
··· 11 "graphql": "^16.6.0", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 - "urql": "^5.0.0" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-react": "^3.1.0",
··· 11 "graphql": "^16.6.0", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 + "urql": "^5.0.1" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-retry/package.json
··· 11 "graphql": "^16.6.0", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 - "urql": "^5.0.0" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-react": "^3.1.0",
··· 11 "graphql": "^16.6.0", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 + "urql": "^5.0.1" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-subscriptions-via-fetch/package.json
··· 13 "graphql": "^16.6.0", 14 "react": "^18.2.0", 15 "react-dom": "^18.2.0", 16 - "urql": "^5.0.0" 17 }, 18 "devDependencies": { 19 "@vitejs/plugin-react": "^3.1.0",
··· 13 "graphql": "^16.6.0", 14 "react": "^18.2.0", 15 "react-dom": "^18.2.0", 16 + "urql": "^5.0.1" 17 }, 18 "devDependencies": { 19 "@vitejs/plugin-react": "^3.1.0",
+7
packages/react-urql/CHANGELOG.md
··· 1 # urql 2 3 ## 5.0.0 4 5 ### Patch Changes
··· 1 # urql 2 3 + ## 5.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Upgrade false-positive circumvention for internal React warning to support React 19 8 + Submitted by [@kitten](https://github.com/kitten) (See [#3769](https://github.com/urql-graphql/urql/pull/3769)) 9 + 10 ## 5.0.0 11 12 ### Patch Changes
+1 -1
packages/react-urql/jsr.json
··· 1 { 2 "name": "urql", 3 - "version": "5.0.0", 4 "exports": "src/index.ts", 5 "exclude": [ 6 "node_modules",
··· 1 { 2 "name": "urql", 3 + "version": "5.0.1", 4 "exports": "src/index.ts", 5 "exclude": [ 6 "node_modules",
+1 -1
packages/react-urql/package.json
··· 1 { 2 "name": "urql", 3 - "version": "5.0.0", 4 "description": "A highly customizable and versatile GraphQL client for React", 5 "sideEffects": false, 6 "homepage": "https://formidable.com/open-source/urql/docs/",
··· 1 { 2 "name": "urql", 3 + "version": "5.0.1", 4 "description": "A highly customizable and versatile GraphQL client for React", 5 "sideEffects": false, 6 "homepage": "https://formidable.com/open-source/urql/docs/",