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

chore(deps): bump urql from 3.0.4 to 4.0.4 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 23, 2023

Bumps urql from 3.0.4 to 4.0.4.

Release notes

Sourced from urql's releases.

@​urql/core@​4.0.4

Patch Changes

  • ⚠️ Fix hasNext being defaulted to false when a new subscription event is received on the subscriptionExchange that doesn't have hasNext set Submitted by @​kitten (See #3137)

[email protected]

Patch Changes

  • Switch react imports to namespace imports, and update build process for CommonJS outputs to interoperate with __esModule marked modules again Submitted by @​kitten (See #3251)

[email protected]

Patch Changes

@​urql/core@​4.0.3

Patch Changes

  • Handle fetch rejections in makeFetchSource and properly hand them over to CombinedErrors Submitted by @​kitten (See #3131)

[email protected]

Patch Changes

  • Update build process to generate correct source maps Submitted by @​kitten (See #3201)

@​urql/preact@​4.0.3

Patch Changes

  • Apply shallow difference patch from React bindings to @urql/preact (See: #3195) Submitted by @​kitten (See #3266)

[email protected]

Patch Changes

  • ⚠️ Fix type-generation, with a change in TS/Rollup the type generation took the paths as src and resolved them into the types dir, by @​JoviDeCroock (See #2870)

@​urql/core@​4.0.2

Patch Changes

  • ⚠️ Fix incremental delivery payloads not merging data correctly, or not handling patches on root results Submitted by @​kitten (See #3124)

[email protected]

Patch Changes

... (truncated)

Changelog

Sourced from urql's changelog.

4.0.4

Patch Changes

  • Switch react imports to namespace imports, and update build process for CommonJS outputs to interoperate with __esModule marked modules again Submitted by @​kitten (See #3251)

4.0.3

Patch Changes

  • Update build process to generate correct source maps Submitted by @​kitten (See #3201)

4.0.2

Patch Changes

  • Avoid unnecessary re-render when two components use the same query but receive unchanging results, due to differing operations Submitted by @​nathan-knight (See #3195)

4.0.1

Patch Changes

4.0.0

Major Changes

  • Remove the default Client from Context. Previously, urql kept a legacy default client in its context, with default exchanges and calling an API at /graphql. This has now been removed and you will have to create your own Client if you were relying on this behaviour Submitted by @​JoviDeCroock (See #3033)

Minor Changes

  • Allow mutations to update their results in bindings when hasNext: true is set, which indicates deferred or streamed results Submitted by @​kitten (See #3103)

Patch Changes

  • ⚠️ Fix source maps included with recently published packages, which lost their sourcesContent, including additional source files, and had incorrect paths in some of them Submitted by @​kitten (See #3053)
  • Upgrade to wonka@^6.3.0 Submitted by @​kitten (See #3104)
  • Silence "Cannot update a component (%s) while rendering a different component (%s)." warning forcefully Submitted by @​kitten (See #3095)
  • Add TSDocs to all urql bindings packages Submitted by @​kitten (See #3079)

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

@vercel
Copy link

vercel bot commented Jun 23, 2023

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

Name Status Preview Comments Updated (UTC)
portal-fmdm 🛑 Canceled (Inspect) Jul 10, 2023 5:04pm

Bumps [urql](https://github.com/urql-graphql/urql/tree/HEAD/packages/react-urql) from 3.0.4 to 4.0.4.
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/packages/react-urql/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/[email protected]/packages/react-urql)

---
updated-dependencies:
- dependency-name: urql
  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/urql-4.0.4 branch from 2544fa2 to 7b8c884 Compare July 10, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependency Updating dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants