Skip to content

chore(deps): update dependency @urql/core to v3.2.2 (master) #1127

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

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@urql/core (source) 3.1.1 -> 3.2.2 age adoption passing confidence

Release Notes

urql-graphql/urql

v3.2.2

Compare Source

Patch Changes
  • ⚠️ Fix generated empty Variables type as passed to generics, that outputs a type of { [var: string]: never; }.
    A legacy/unsupported version of typescript-urql, which wraps urql's React hooks, generates
    empty variables types as the following code snippet, which is not detected:
    type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
    type Variables = Exact<{ [key: string]: never }>;
    Submitted by @​kitten (See #​3029)

v3.2.1

Patch Changes

v3.2.0

Minor Changes
  • Update support for the "Incremental Delivery" payload specification, accepting the new incremental property on execution results, as per the specification. This will expand support for newer APIs implementing the more up-to-date specification
    Submitted by @​kitten (See #​3007)
  • Update default Accept header to include multipart/mixed and application/graphql-response+json. The former seems to now be a defactor standard-accepted indication for support of the "Incremental Delivery" GraphQL over HTTP spec addition/RFC, and the latter is an updated form of the older Content-Type of GraphQL responses, so both the old and new one should now be included
    Submitted by @​kitten (See #​3007)
Patch Changes
  • Add TSDoc annotations to all external @urql/core APIs
    Submitted by @​kitten (See #​2962)
  • ⚠️ Fix subscriptions not being duplicated when hasNext isn't set. The hasNext field is an upcoming "Incremental Delivery" field. When a subscription result doesn't set it we now set it to true manually. This indicates to the dedupExchange that no duplicate subscription operations should be started
    Submitted by @​kitten (See #​3015)
  • Expose consistent GraphQLRequestParams utility type from which GraphQLRequests are created in all bindings
    Submitted by @​kitten (See #​3022)

Configuration

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

🚦 Automerge: Enabled.

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.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 10, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/master-urql-core-3.x branch 2 times, most recently from 25957df to cf93e99 Compare March 10, 2023 15:14
@renovate renovate bot changed the title chore(deps): update dependency @urql/core to v3.2.1 (master) chore(deps): update dependency @urql/core to v3.2.2 (master) Mar 10, 2023
@renovate renovate bot force-pushed the renovate/master-urql-core-3.x branch 5 times, most recently from c4f92a8 to ab9bb25 Compare March 11, 2023 17:56
@dargmuesli
Copy link
Member

@dargmuesli dargmuesli added the waiting This depends on something label Mar 12, 2023
@renovate renovate bot force-pushed the renovate/master-urql-core-3.x branch 19 times, most recently from f5f9d79 to 5b8f0b4 Compare March 16, 2023 04:54
@renovate renovate bot force-pushed the renovate/master-urql-core-3.x branch 13 times, most recently from f697fb9 to f4508ca Compare April 2, 2023 20:29
@dargmuesli dargmuesli added the waiting This depends on something label Apr 2, 2023
@dargmuesli
Copy link
Member

See #1160.

@renovate renovate bot force-pushed the renovate/master-urql-core-3.x branch 9 times, most recently from ab8ddd7 to 90f02b4 Compare April 5, 2023 09:18
@renovate renovate bot force-pushed the renovate/master-urql-core-3.x branch from 90f02b4 to 9020578 Compare April 5, 2023 09:37
@dargmuesli dargmuesli merged commit eadab81 into master Apr 5, 2023
@dargmuesli dargmuesli deleted the renovate/master-urql-core-3.x branch April 5, 2023 10:59
@maevsi-bot
Copy link

🎉 This PR is included in version 1.10.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released waiting This depends on something
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants