From c6c232a15fbe39d6f45ed9a864ec50ec46ffe9d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:05:58 -0500 Subject: [PATCH] fix(deps): update dependency react-error-boundary to v5 (#3428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
bvaughn/react-error-boundary (react-error-boundary) ### [`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 [#​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)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f6bf34d64a2..5d3b8d9ed20 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 6f797021224..b7514161ae0 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -331,8 +331,8 @@ importers: specifier: ^14.2.3 version: 14.2.3(react@18.3.1) react-error-boundary: - specifier: ^4.0.13 - version: 4.0.13(react@18.3.1) + specifier: ^5.0.0 + version: 5.0.0(react@18.3.1) react-grid-layout: specifier: ^1.4.4 version: 1.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -7294,8 +7294,8 @@ packages: peerDependencies: react: '>=16.13.1' - react-error-boundary@4.0.13: - resolution: {integrity: sha512-b6PwbdSv8XeOSYvjt8LpgpKrZ0yGdtZokYwkwV2wlcZbxgopHX/hgPl5VgpnoVOWd868n1hktM8Qm4b+02MiLQ==} + react-error-boundary@5.0.0: + resolution: {integrity: sha512-tnjAxG+IkpLephNcePNA7v6F/QpWLH8He65+DmedchDwg162JZqx4NmbXj0mlAYVVEd81OW7aFhmbsScYfiAFQ==} peerDependencies: react: '>=16.13.1' @@ -17248,7 +17248,7 @@ snapshots: '@babel/runtime': 7.25.6 react: 18.3.1 - react-error-boundary@4.0.13(react@18.3.1): + react-error-boundary@5.0.0(react@18.3.1): dependencies: '@babel/runtime': 7.25.6 react: 18.3.1