Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency urql to v4 #9256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
urql (source) ^3.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

urql-graphql/urql (urql)

v4.0.6

Compare Source

Patch Changes

v4.0.5

Compare Source

Patch Changes
  • ⚠️ Fix edge case that causes execute functions from useQuery and useSubscription to fail when they’re called in their state after a render that changes pause. This would previously cause internal dependencies to be outdated and the source to be discarded immediately in some cases
    Submitted by @​kitten (See #​3323)
  • Updated dependencies (See #​3317 and #​3308)

v4.0.4

Compare Source

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 (See #​3251)

v4.0.3

Compare Source

Patch Changes
  • Update build process to generate correct source maps
    Submitted by @​kitten (See #​3201)

v4.0.2

Compare Source

Patch Changes
  • Avoid unnecessary re-render when two components use the same query but receive unchanging results, due to differing operations
    Submitted by @​nathan-knight (See #​3195)

v4.0.1

Compare Source

Patch Changes

v4.0.0

Compare Source

Major Changes
  • Remove the default Client from Context. Previously, urql kept a legacy default client in its context, with default exchanges and calling an API at /graphql. This has now been removed and you will have to create your own Client if you were relying on this behaviour
    Submitted by @​JoviDeCroock (See #​3033)
Minor Changes
  • Allow mutations to update their results in bindings when hasNext: true is set, which indicates deferred or streamed results
    Submitted by @​kitten (See #​3103)
Patch Changes

v3.0.4

Compare Source

Patch Changes
  • ⚠️ Fix type utilities turning the variables properties optional when a type from TypedDocumentNode has no Variables or all optional Variables. Previously this would break for wrappers, e.g. in code generators, or when the type didn't quite match what we'd expect
    Submitted by @​kitten (See #​3022)
  • Updated dependencies (See #​3007, #​2962, #​3007, #​3015, and #​3022)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Mar 31, 2023

⚠️ No Changeset found

Latest commit: 71b0b83

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Mar 31, 2023

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/visitor-plugin-common 5.1.1-alpha-20240508134651-71b0b8393cdc3fda4008b3245e92e7b80a7b89f1 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-document-nodes 4.0.7-alpha-20240508134651-71b0b8393cdc3fda4008b3245e92e7b80a7b89f1 npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations 4.0.7-alpha-20240508134651-71b0b8393cdc3fda4008b3245e92e7b80a7b89f1 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 4.2.1-alpha-20240508134651-71b0b8393cdc3fda4008b3245e92e7b80a7b89f1 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 4.0.7-alpha-20240508134651-71b0b8393cdc3fda4008b3245e92e7b80a7b89f1 npm ↗︎ unpkg ↗︎
@graphql-codegen/typed-document-node 5.0.7-alpha-20240508134651-71b0b8393cdc3fda4008b3245e92e7b80a7b89f1 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript 4.0.7-alpha-20240508134651-71b0b8393cdc3fda4008b3245e92e7b80a7b89f1 npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 4.2.6-alpha-20240508134651-71b0b8393cdc3fda4008b3245e92e7b80a7b89f1 npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 4.0.7-alpha-20240508134651-71b0b8393cdc3fda4008b3245e92e7b80a7b89f1 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Mar 31, 2023

💻 Website Preview

The latest changes are available as preview in: https://c1e9dcbe.graphql-code-generator.pages.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant