Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps serialize-error from 12.0.0 to 13.0.1.

Release notes

Sourced from serialize-error's releases.

v13.0.1

  • Fix plain objects in error properties not being recursively processed 667d958
  • Fix circular reference detection performance 30bb730
  • Fix NonError deserialization round-trip 4b56cb5

sindresorhus/serialize-error@v13.0.0...v13.0.1

v13.0.0

Breaking

  • Require Node.js 20 4d32b0a

Improvements

  • Add factory function support for incompatible error constructors (#114) d196952
  • Make addKnownErrorConstructor work with minified code (#113) adbdd79
  • Serialize non-error values to NonError error (#112) fda78b8
  • Preserve complex values during deserialization (#111) 6fd0ad0

sindresorhus/serialize-error@v12.0.0...v13.0.0

Commits
  • 99459b2 13.0.1
  • 667d958 Fix plain objects in error properties not being recursively processed
  • 30bb730 Fix circular reference detection performance
  • 4b56cb5 Fix NonError deserialization round-trip
  • a0bf4cd 13.0.0
  • 6fcfea6 Tweaks
  • d196952 Add factory function support for incompatible error constructors (#114)
  • 4d32b0a Require Node.js 20
  • adbdd79 Make addKnownErrorConstructor work with minified code (#113)
  • fda78b8 Serialize non-error values to NonError error (#112)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2026
Bumps [serialize-error](https://github.com/sindresorhus/serialize-error) from 12.0.0 to 13.0.1.
- [Release notes](https://github.com/sindresorhus/serialize-error/releases)
- [Commits](sindresorhus/serialize-error@v12.0.0...v13.0.1)

---
updated-dependencies:
- dependency-name: serialize-error
  dependency-version: 13.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/serialize-error-13.0.1 branch from ce53721 to 4fb64ca Compare February 2, 2026 15:27
@grahamlangford grahamlangford merged commit 41ab69b into main Feb 2, 2026
5 checks passed
@grahamlangford grahamlangford deleted the dependabot/npm_and_yarn/serialize-error-13.0.1 branch February 2, 2026 15:29
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

Development

Successfully merging this pull request may close these issues.

1 participant