create-react-microservice
create-react-microservice copied to clipboard
TASK: Update dependency serialize-error to v11
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
serialize-error | 3.0.0 -> 11.0.0 |
Release Notes
sindresorhus/serialize-error (serialize-error)
v11.0.0
Breaking
Improvements
v10.0.0
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 aError
before, but is now deserialized as aTypeError
.
- Previously it did not preserve built-in errors. It does now. So a
Improvements
- Deserialize nested errors (#​69)
bdf7ad4
- Add
useToJSON
option (#​71)e9e8666
- Add
isErrorLike()
method (#​68)bb6d9d6
- Add support for
cause
property (#​65)7e8be51
v9.1.1
v9.1.0
v9.0.0
Breaking
v8.1.0
v8.0.1
v8.0.0
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
v7.0.0
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
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 usesJSON.stringify()
instead ofutil.inspect()
.
v5.0.0
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
v4.0.0
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.