Skip to content

Commit

Permalink
fix(deps): update dependency urql to v4.2.0 (#1031)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [urql](https://formidable.com/open-source/urql/docs/)
([source](https://redirect.github.com/urql-graphql/urql/tree/HEAD/packages/react-urql))
| [`4.1.0` ->
`4.2.0`](https://renovatebot.com/diffs/npm/urql/4.1.0/4.2.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/urql/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/urql/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/urql/4.1.0/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/urql/4.1.0/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>urql-graphql/urql (urql)</summary>

###
[`v4.2.0`](https://redirect.github.com/urql-graphql/urql/blob/HEAD/packages/react-urql/CHANGELOG.md#420)

[Compare
Source](https://redirect.github.com/urql-graphql/urql/compare/[email protected]@4.2.0)

##### Minor Changes

-   Support use of defer with suspense
Submitted by
[@&#8203;AndrewIngram](https://redirect.github.com/AndrewIngram) (See
[#&#8203;3687](https://redirect.github.com/urql-graphql/urql/pull/3687))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/crea-orkest/crea-public).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 84813b9 commit 7d6ff88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react": "18.3.1",
"react-datocms": "7.0.3",
"react-dom": "18.3.1",
"urql": "4.1.0"
"urql": "4.2.0"
},
"devDependencies": {
"@apollo/rover": "0.26.2",
Expand Down

0 comments on commit 7d6ff88

Please sign in to comment.