Skip to content

Bump react-error-boundary from 5.0.0 to 6.1.0#1246

Merged
Rajesh-Nagarajan-11 merged 3 commits intomasterfrom
dependabot/npm_and_yarn/react-error-boundary-6.1.0
Jan 30, 2026
Merged

Bump react-error-boundary from 5.0.0 to 6.1.0#1246
Rajesh-Nagarajan-11 merged 3 commits intomasterfrom
dependabot/npm_and_yarn/react-error-boundary-6.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2026

Bumps react-error-boundary from 5.0.0 to 6.1.0.

Release notes

Sourced from react-error-boundary's releases.

6.1.0

  • #235: Fix error type (Error -> unknown)
  • Export getErrorMessage helper method

6.0.3

  • Removed react-dom from peer dependencies list; it was accidentally added during a previous internal refactor

6.0.2

Updated README and generated TS docs

6.0.1

Updated README and generated docs

6.0.0

Module is ESM-only in order to better work with modern tooling.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 5.0.0 to 6.1.0.
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](bvaughn/react-error-boundary@5.0.0...6.1.0)

---
updated-dependencies:
- dependency-name: react-error-boundary
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the react-error-boundary dependency from version 5.0.0 to 6.1.0, a major version upgrade that introduces breaking changes. The update includes the transition to ESM-only module format, removal of the @babel/runtime dependency, and critically, a change in error type handling from Error to unknown.

Changes:

  • Bump react-error-boundary from ^5.0.0 to ^6.1.0
  • Update package-lock.json with new version metadata and peer dependency requirements
  • Remove @babel/runtime as a transitive dependency

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates react-error-boundary version from ^5.0.0 to ^6.1.0 in devDependencies
package-lock.json Updates package metadata, integrity hashes, removes @babel/runtime dependency, and changes peer dependency requirement to React ^18.0.0 or ^19.0.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Rajesh-Nagarajan-11 Rajesh-Nagarajan-11 merged commit 88c465c into master Jan 30, 2026
11 checks passed
@Rajesh-Nagarajan-11 Rajesh-Nagarajan-11 deleted the dependabot/npm_and_yarn/react-error-boundary-6.1.0 branch January 30, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant