From 0e74d85aa05fd08f2d245c89b8a8f04e8f6ed661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:59:52 +0000 Subject: [PATCH] [skip ci]: Bump urql from 3.0.4 to 4.0.6 Bumps [urql](https://github.com/urql-graphql/urql/tree/HEAD/packages/react-urql) from 3.0.4 to 4.0.6. - [Release notes](https://github.com/urql-graphql/urql/releases) - [Changelog](https://github.com/urql-graphql/urql/blob/main/packages/react-urql/CHANGELOG.md) - [Commits](https://github.com/urql-graphql/urql/commits/urql@4.0.6/packages/react-urql) --- updated-dependencies: - dependency-name: urql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 34 +++++++++++++++++++++++++++------- 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a4cfcbe..a38e3aa 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "semver": "7.5.4", "tsx": "3.12.10", "url-join": "5.0.0", - "urql": "3.0.4", + "urql": "4.0.6", "uuidv7": "0.6.2", "vite": "4.4.9", "webpack": "5.88.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2e4440f..9ed7fa0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -132,8 +132,8 @@ dependencies: specifier: 5.0.0 version: 5.0.0 urql: - specifier: 3.0.4 - version: 3.0.4(graphql@16.8.0)(react@18.2.0) + specifier: 4.0.6 + version: 4.0.6(graphql@16.8.0)(react@18.2.0) uuidv7: specifier: 0.6.2 version: 0.6.2 @@ -307,6 +307,17 @@ devDependencies: packages: + /@0no-co/graphql.web@1.0.4(graphql@16.8.0): + resolution: {integrity: sha512-W3ezhHGfO0MS1PtGloaTpg0PbaT8aZSmmaerL7idtU5F7oCI+uu25k+MsMS31BVFlp4aMkHSrNRxiD72IlK8TA==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + peerDependenciesMeta: + graphql: + optional: true + dependencies: + graphql: 16.8.0 + dev: false + /@aashutoshrathi/word-wrap@1.2.6: resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} engines: {node: '>=0.10.0'} @@ -4286,6 +4297,15 @@ packages: wonka: 6.3.4 dev: false + /@urql/core@4.2.0(graphql@16.8.0): + resolution: {integrity: sha512-GRkZ4kECR9UohWAjiSk2UYUetco6/PqSrvyC4AH6g16tyqEShA63M232cfbE1J9XJPaGNjia14Gi+oOqzp144w==} + dependencies: + '@0no-co/graphql.web': 1.0.4(graphql@16.8.0) + wonka: 6.3.4 + transitivePeerDependencies: + - graphql + dev: false + /@urql/exchange-auth@1.0.0(graphql@16.8.0): resolution: {integrity: sha512-79hqPQab+ifeINOxvQykvqub4ixWHBEIagN4U67ijcHGMfp3c4yEWRk4IJMPwF+OMT7LrRFuv+jRIZTQn/9VwQ==} peerDependencies: @@ -10919,16 +10939,16 @@ packages: resolution: {integrity: sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g==} dev: true - /urql@3.0.4(graphql@16.8.0)(react@18.2.0): - resolution: {integrity: sha512-okmQKQ9pF4t8O8iCC5gH9acqfFji5lkhW3nLBjx8WKDd2zZG7PXoUpUK19VQEMK87L6VFBOO/XZ52MMKFEI0AA==} + /urql@4.0.6(graphql@16.8.0)(react@18.2.0): + resolution: {integrity: sha512-meXJ2puOd64uCGKh7Fse2R7gPa8+ZpBOoA62jN7CPXXUt7SVZSdeXWSpB3HvlfzLUkEqsWbvshwrgeWRYNNGaQ==} peerDependencies: - graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 react: '>= 16.8.0' dependencies: - '@urql/core': 3.2.2(graphql@16.8.0) - graphql: 16.8.0 + '@urql/core': 4.2.0(graphql@16.8.0) react: 18.2.0 wonka: 6.3.4 + transitivePeerDependencies: + - graphql dev: false /use-callback-ref@1.3.0(@types/react@18.2.21)(react@18.2.0):