Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps @urql/exchange-graphcache from 4.4.3 to 7.2.1.

Release notes

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

@​urql/exchange-graphcache@​7.2.1

Patch Changes

  • Update selection iterator implementation for JSC memory reduction Submitted by @​kitten (See #3693)

@​urql/exchange-graphcache@​7.2.0

Minor Changes

  • Allow @_required directive to be used in combination with configured schemas Submitted by @​AndrewIngram (See #3685)

@​urql/exchange-graphcache@​7.1.3

Patch Changes

  • ⚠️ fix bug that mutation would cause dependent operations and reexecuting operations to become the same set Submitted by @​xuanduc987 (See #3665)

@​urql/exchange-graphcache@​7.1.2

Patch Changes

  • Disregard write-only operation when fragment-matching with schema awareness Submitted by @​JoviDeCroock (See #3621)

@​urql/exchange-graphcache@​7.1.1

Patch Changes

  • ⚠️ Fix where we would incorrectly match all fragment concrete types because they belong to the abstract type Submitted by @​JoviDeCroock (See #3603)

@​urql/exchange-graphcache@​7.1.0

Minor Changes

  • Mark @urql/core as a peer dependency as well as a regular dependency Submitted by @​kitten (See #3579)

@​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

... (truncated)

Changelog

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

7.2.1

Patch Changes

  • Update selection iterator implementation for JSC memory reduction Submitted by @​kitten (See #3693)

7.2.0

Minor Changes

  • Allow @_required directive to be used in combination with configured schemas Submitted by @​AndrewIngram (See #3685)

7.1.3

Patch Changes

  • ⚠️ fix bug that mutation would cause dependent operations and reexecuting operations to become the same set Submitted by @​xuanduc987 (See #3665)

7.1.2

Patch Changes

  • Disregard write-only operation when fragment-matching with schema awareness Submitted by @​JoviDeCroock (See #3621)

7.1.1

Patch Changes

  • ⚠️ Fix where we would incorrectly match all fragment concrete types because they belong to the abstract type Submitted by @​JoviDeCroock (See #3603)

7.1.0

Minor Changes

  • Mark @urql/core as a peer dependency as well as a regular dependency Submitted by @​kitten (See #3579)

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

... (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)

Bumps [@urql/exchange-graphcache](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/graphcache) from 4.4.3 to 7.2.1.
- [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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 21, 2024
@dependabot dependabot bot requested a review from a team as a code owner October 21, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

1 participant