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

Bump @urql/exchange-graphcache from 6.3.3 to 7.0.2 #2356

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2024

Bumps @urql/exchange-graphcache from 6.3.3 to 7.0.2.

Release notes

Sourced from @​urql/exchange-graphcache's releases.

@​urql/exchange-graphcache@​7.0.2

Patch Changes

  • Only record dependencies that are changing data, this will reduce the amount of operations we re-invoke due to network-only/cache-and-network queries and mutations Submitted by @​JoviDeCroock (See #3564)

@​urql/exchange-graphcache@​7.0.1

Patch Changes

  • When invoking the automatic creation updater ignore the entity we are currently on in the mutation Submitted by @​JoviDeCroock (See #3560)

@​urql/exchange-graphcache@​7.0.0

Major Changes

  • Add a default updater for mutation fields who are lacking an updater and where the returned entity is not present in the cache Submitted by @​JoviDeCroock (See #3518)
  • Remove deprecated resolveFieldByKey, use cache.resolve instead Submitted by @​JoviDeCroock (See #3520)

Minor Changes

  • Track abstract types being written so that we have a more reliable way of matching abstract fragments Submitted by @​JoviDeCroock (See #3548)

Patch Changes

@​urql/exchange-graphcache@​6.5.1

Patch Changes

  • ⚠️ Fix invalidate not applying when using a string to invalidate an entity Submitted by @​JoviDeCroock (See #3544)

@​urql/exchange-graphcache@​6.5.0

Minor Changes

  • Allow @_optional and @_required to be placed on fragment definitions and inline fragments Submitted by @​JoviDeCroock (See #3502)
  • Track list of entity keys for a given type name. This enables enumerating and invalidating all entities of a given type within the normalized cache Submitted by @​JoviDeCroock (See #3501)

Patch Changes

... (truncated)

Changelog

Sourced from @​urql/exchange-graphcache's changelog.

7.0.2

Patch Changes

  • Only record dependencies that are changing data, this will reduce the amount of operations we re-invoke due to network-only/cache-and-network queries and mutations Submitted by @​JoviDeCroock (See #3564)

7.0.1

Patch Changes

  • When invoking the automatic creation updater ignore the entity we are currently on in the mutation Submitted by @​JoviDeCroock (See #3560)

7.0.0

Major Changes

  • Add a default updater for mutation fields who are lacking an updater and where the returned entity is not present in the cache Submitted by @​JoviDeCroock (See #3518)
  • Remove deprecated resolveFieldByKey, use cache.resolve instead Submitted by @​JoviDeCroock (See #3520)

Minor Changes

  • Track abstract types being written so that we have a more reliable way of matching abstract fragments Submitted by @​JoviDeCroock (See #3548)

Patch Changes

6.5.0

Minor Changes

  • Allow @_optional and @_required to be placed on fragment definitions and inline fragments Submitted by @​JoviDeCroock (See #3502)
  • Track list of entity keys for a given type name. This enables enumerating and invalidating all entities of a given type within the normalized cache Submitted by @​JoviDeCroock (See #3501)

Patch Changes

  • Prevent @defer from being applied in child field selections. Previously, a child field (i.e. a nested field) under a @defer-ed fragment would also become optional, which was based on a prior version of the DeferStream spec which didn't require deferred fields to be delivered as a group Submitted by @​kitten (See #3517)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link

cloudflare-workers-and-pages bot commented Apr 25, 2024

Deploying kitsu-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5cb120e
Status: ✅  Deploy successful!
Preview URL: https://b910be56.kitsu-web.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-reac-48w9.kitsu-web.pages.dev

View logs

Bumps [@urql/exchange-graphcache](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/graphcache) from 6.3.3 to 7.0.2.
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/exchanges/graphcache/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/@urql/[email protected]/exchanges/graphcache)

---
updated-dependencies:
- dependency-name: "@urql/exchange-graphcache"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react/urql/exchange-graphcache-7.0.2 branch from b21fdc3 to 5cb120e Compare May 4, 2024 09:49
Copy link
Contributor Author

dependabot bot commented on behalf of github May 11, 2024

Superseded by #2369.

@dependabot dependabot bot closed this May 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react/urql/exchange-graphcache-7.0.2 branch May 11, 2024 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant