Skip to content

Commit

Permalink
fix(deps): update dependency react-error-boundary to v5 (#3428)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-error-boundary](https://redirect.github.com/bvaughn/react-error-boundary)
| [`^4.0.13` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/react-error-boundary/4.0.13/5.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-error-boundary/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-error-boundary/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-error-boundary/4.0.13/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-error-boundary/4.0.13/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>bvaughn/react-error-boundary (react-error-boundary)</summary>

###
[`v5.0.0`](https://redirect.github.com/bvaughn/react-error-boundary/releases/tag/5.0.0)

[Compare
Source](https://redirect.github.com/bvaughn/react-error-boundary/compare/4.1.2...5.0.0)

##### Update `withErrorBoundary` types to be compatible with the latest
`forwardRef` types

For more background see PR
[#&#8203;211](https://redirect.github.com/bvaughn/react-error-boundary/issues/211)

###
[`v4.1.2`](https://redirect.github.com/bvaughn/react-error-boundary/compare/4.1.1...4.1.2)

[Compare
Source](https://redirect.github.com/bvaughn/react-error-boundary/compare/4.1.1...4.1.2)

###
[`v4.1.1`](https://redirect.github.com/bvaughn/react-error-boundary/compare/4.1.0...4.1.1)

[Compare
Source](https://redirect.github.com/bvaughn/react-error-boundary/compare/4.1.0...4.1.1)

###
[`v4.1.0`](https://redirect.github.com/bvaughn/react-error-boundary/compare/4.0.13...4.1.0)

[Compare
Source](https://redirect.github.com/bvaughn/react-error-boundary/compare/4.0.13...4.1.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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/marimo-team/marimo).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent b1563e4 commit c6c232a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"react-aria-components": "^1.5.0",
"react-codemirror-merge": "^4.23.5",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-error-boundary": "^5.0.0",
"react-grid-layout": "^1.4.4",
"react-hook-form": "^7.52.2",
"react-markdown": "^9.0.1",
Expand Down
10 changes: 5 additions & 5 deletions frontend/pnpm-lock.yaml

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

0 comments on commit c6c232a

Please sign in to comment.