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/exchange-graphcache to v6 - autoclosed #18

Closed
wants to merge 1 commit into from

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/exchange-graphcache (source) ^5.0.8 -> ^6.0.0 age adoption passing confidence

Release Notes

urql-graphql/urql

v6.0.1

Compare Source

Patch Changes
  • Remove inclusion and usage of optional chaining operator
    Submitted by @​kitten (See #​3116)

v6.0.0

Compare Source

Major Changes
  • Remove dependence on graphql package and replace it with @0no-co/graphql.web, which reduces the default bundlesize impact of urql packages to a minimum. All types should remain compatible, even if you use graphql elsewhere in your app, and if other dependencies are using graphql you may alias it to graphql-web-lite
    Submitted by @​kitten (See #​3097)
  • Update OperationResult.hasNext and OperationResult.stale to be required fields. If you have a custom exchange creating results, you'll have to add these fields or use the makeResult, mergeResultPatch, or makeErrorResult helpers
    Submitted by @​kitten (See #​3061)
Minor Changes
  • Update exchanges to drop redundant share calls, since @urql/core’s composeExchanges utility now automatically does so for us
    Submitted by @​kitten (See #​3082)
Patch Changes

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.

@vercel
Copy link

vercel bot commented Mar 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nuxt-urql-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2023 9:35am
nuxt-urql-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2023 9:35am

@renovate renovate bot force-pushed the renovate/urql-exchange-graphcache-6.x branch from 77f679b to f7ae1b1 Compare April 3, 2023 09:29
@renovate renovate bot changed the title fix(deps): update dependency @urql/exchange-graphcache to v6 fix(deps): update dependency @urql/exchange-graphcache to v6 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/urql-exchange-graphcache-6.x branch April 3, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants