create-react-microservice icon indicating copy to clipboard operation
create-react-microservice copied to clipboard

TASK: Update dependency serialize-error to v11

Open renovate[bot] opened this issue 2 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
serialize-error 3.0.0 -> 11.0.0 age adoption passing confidence

Release Notes

sindresorhus/serialize-error (serialize-error)

v11.0.0

Compare Source

Breaking
  • Expect a message property at a minimum to be interpreted as an Error (#​77) 0720121
Improvements

v10.0.0

Compare Source

Breaking
  • Require Node.js 14 22b9bd4
  • Preserve error constructor (#​70) 49db63a
    • Previously it did not preserve built-in errors. It does now. So a TypeError might have been deserialized as a Error before, but is now deserialized as a TypeError.
Improvements

v9.1.1

Compare Source

v9.1.0

Compare Source

  • Handle streams attached to an error by replacing them with '[object Stream]' (#​57) b589f8e

v9.0.0

Compare Source

Breaking

v8.1.0

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

Breaking
  • Use Object#toJSON() method to serialize properties if the method is defined (#​38) 34655eb
  • Buffer values in Error properties are not serialized and instead replaced with '[object Buffer]'(#​39) d58ce16

v7.0.1

Compare Source

v7.0.0

Compare Source

Breaking
  • Make error properties non-enumerable (#​30) cea59fc This is really just a bug fix, but since it can cause subtle bugs if you actually iterate over the properties, I wanted to be safe and make it a major release.

v6.0.0

Compare Source

Breaking
  • Require Node.js 10 5add55c
  • Make it work better in the browser (#​27) 728be12 Because of this, non-errors might be serialized slightly differently. It now uses JSON.stringify() instead of util.inspect().

v5.0.0

Compare Source

Breaking

The default export is now a named export 9da0ddb

- const serializeError = require('serialize-error');
+ const {serializeError} = require('serialize-error');
Enhancements
Fixes
  • Handle top-level null values 5ed49e4

v4.1.0

Compare Source

v4.0.0

Compare Source

Breaking:

Enhancements:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar May 13 '22 11:05 renovate[bot]