Skip to content

fix(deps): bump @urql/core from 2.6.0 to 5.0.0#2194

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/urql/core-5.0.0
Closed

fix(deps): bump @urql/core from 2.6.0 to 5.0.0#2194
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/urql/core-5.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2024

Bumps @urql/core from 2.6.0 to 5.0.0.

Release notes

Sourced from @​urql/core's releases.

@​urql/core@​5.0.0

Major Changes

Patch Changes

@​urql/core@​4.3.0

Minor Changes

  • Support Apollo Federation's format for subscription results in multipart/mixed responses (result properties essentially are namespaced on a payload key) Submitted by @​JoviDeCroock (See #3499)
  • Add support for sending persisted documents. Any DocumentNode with no/empty definitions and a documentId property is considered a persisted document. When this is detected a documentId parameter rather than a query string is sent to the GraphQL API, similar to Automatic Persisted Queries (APQs). However, APQs are only supported via @urql/exchange-persisted, while support for documentId is now built-in Submitted by @​kitten (See #3515)

Patch Changes

  • Allow url to be a plain, non-URL pathname (i.e. /api/graphql) to be used with preferGetMethod Submitted by @​akrantz01 (See #3514)
  • Correctly support the Headers class being used in fetchOptions Submitted by @​JoviDeCroock (See #3505)

@​urql/core@​4.2.3

Patch Changes

  • Add back our cache-outcome on the document-cache, this was behind a development flag however in our normalized cache we always add it already Submitted by @​JoviDeCroock (See #3464)

@​urql/core@​4.2.2

Patch Changes

  • ⚠️ Fix the default cacheExchange crashing on cache-only request policies with cache misses due to undefined results Submitted by @​JoviDeCroock (See #3459)

@​urql/core@​4.2.1

Patch Changes

  • ⚠️ Fix incorrect JSON stringification of objects from different JS contexts. This could lead to invalid variables being generated in the Vercel Edge runtime specifically Submitted by @​SoraKumo001 (See #3453)

@​urql/core@​4.2.0

Minor Changes

  • Try to parse text/plain content-type as JSON before bailing out with an error

... (truncated)

Changelog

Sourced from @​urql/core's changelog.

5.0.0

Major Changes

Patch Changes

4.3.0

Minor Changes

  • Support Apollo Federation's format for subscription results in multipart/mixed responses (result properties essentially are namespaced on a payload key) Submitted by @​JoviDeCroock (See #3499)
  • Add support for sending persisted documents. Any DocumentNode with no/empty definitions and a documentId property is considered a persisted document. When this is detected a documentId parameter rather than a query string is sent to the GraphQL API, similar to Automatic Persisted Queries (APQs). However, APQs are only supported via @urql/exchange-persisted, while support for documentId is now built-in Submitted by @​kitten (See #3515)

Patch Changes

  • Allow url to be a plain, non-URL pathname (i.e. /api/graphql) to be used with preferGetMethod Submitted by @​akrantz01 (See #3514)
  • Correctly support the Headers class being used in fetchOptions Submitted by @​JoviDeCroock (See #3505)

4.2.3

Patch Changes

  • Add back our cache-outcome on the document-cache, this was behind a development flag however in our normalized cache we always add it already Submitted by @​JoviDeCroock (See #3464)

4.2.2

Patch Changes

  • ⚠️ Fix the default cacheExchange crashing on cache-only request policies with cache misses due to undefined results Submitted by @​JoviDeCroock (See #3459)

4.2.1

Patch Changes

  • ⚠️ Fix incorrect JSON stringification of objects from different JS contexts. This could lead to invalid variables being generated in the Vercel Edge runtime specifically Submitted by @​SoraKumo001 (See #3453)

... (truncated)

Commits
  • 747113b Version Packages (#3536)
  • fe47189 chore: Upgrade @0no-co/graphql.web to 1.0.5 (#3553)
  • be9c72a major(core|graphcache): remove deprected options/methods (#3520)
  • 2a12141 Version Packages (#3500)
  • eb1286c fix(core): Allow path-only URLs to be used with GET requests (#3514)
  • 973da7f fix(core): support Headers being passed in fetchOptions (#3505)
  • 614c732 feat: Add support for persisted documents via the documentId property (#3515)
  • e8e16bb feat(core): Support Apollo Federation subscriptions multipart payloads (#3499)
  • 3261622 Revert "support Headers being passed in fetchOptions"
  • dc509cc support Headers being passed in fetchOptions
  • Additional commits viewable in compare view

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/core](https://github.com/urql-graphql/urql/tree/HEAD/packages/core) from 2.6.0 to 5.0.0.
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/@urql/core@5.0.0/packages/core)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner April 2, 2024 20:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 2, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 18, 2024

Superseded by #2226.

@dependabot dependabot Bot closed this Apr 18, 2024
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/urql/core-5.0.0 branch April 18, 2024 21:26
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.

0 participants