Skip to content

Commit

Permalink
chore(deps): update dependency react-error-boundary to v4.0.11 (#9181)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

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

[`v4.0.11`](https://togithub.com/bvaughn/react-error-boundary/releases/tag/4.0.11)

[Compare
Source](https://togithub.com/bvaughn/react-error-boundary/compare/4.0.10...4.0.11)

- Re-throw original error in the event that no fallback is specified
([#&#8203;160](https://togithub.com/bvaughn/react-error-boundary/issues/160))
- Improved exported prop types def
([#&#8203;152](https://togithub.com/bvaughn/react-error-boundary/issues/152))
- Bundle built with Preconstruct
([#&#8203;144](https://togithub.com/bvaughn/react-error-boundary/issues/144),
[#&#8203;149](https://togithub.com/bvaughn/react-error-boundary/issues/149),
[`9b7b15b`](https://togithub.com/bvaughn/react-error-boundary/commit/9b7b15bc29829b2a145c047ef188fecb90c9894e))

</details>

---

📅 **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi <[email protected]>
  • Loading branch information
renovate[bot] and jtoar committed Sep 19, 2023
1 parent 4e4172f commit 5b5695f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"pretty-ms": "7.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.10",
"react-error-boundary": "4.0.11",
"react-grid-layout": "1.3.4",
"react-router-dom": "6.8.1",
"react-split-pane": "0.1.92",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9098,7 +9098,7 @@ __metadata:
qs: 6.11.2
react: 18.2.0
react-dom: 18.2.0
react-error-boundary: 4.0.10
react-error-boundary: 4.0.11
react-grid-layout: 1.3.4
react-router-dom: 6.8.1
react-split-pane: 0.1.92
Expand Down Expand Up @@ -30067,14 +30067,14 @@ __metadata:
languageName: node
linkType: hard

"react-error-boundary@npm:4.0.10":
version: 4.0.10
resolution: "react-error-boundary@npm:4.0.10"
"react-error-boundary@npm:4.0.11":
version: 4.0.11
resolution: "react-error-boundary@npm:4.0.11"
dependencies:
"@babel/runtime": ^7.12.5
peerDependencies:
react: ">=16.13.1"
checksum: d61cc2f4770459e03b8d58c971ee626b6ec95fd6fdf168a001ea028fd7b429013007d5084a99367b0d0effc823862eea3c49a3b22c64f6376aaba2da51c8773a
checksum: 33dad3df7687971e65c7182d97f44bd618cb5d77d1c338e0a7c17c5cf7706a07b9055fffb771ff19bad750d40dd3cfd18d661a60b0518e73197e294dc185f18c
languageName: node
linkType: hard

Expand Down

0 comments on commit 5b5695f

Please sign in to comment.