TASK: Update dependency serialize-error to v11 #817
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.0
->11.0.0
Release Notes
sindresorhus/serialize-error (serialize-error)
v11.0.0
Compare Source
Breaking
message
property at a minimum to be interpreted as an Error (#77)0720121
Improvements
0af9fe8
v10.0.0
Compare Source
Breaking
22b9bd4
49db63a
TypeError
might have been deserialized as aError
before, but is now deserialized as aTypeError
.Improvements
bdf7ad4
useToJSON
option (#71)e9e8666
isErrorLike()
method (#68)bb6d9d6
cause
property (#65)7e8be51
v9.1.1
Compare Source
4eefe15
v9.1.0
Compare Source
'[object Stream]'
(#57)b589f8e
v9.0.0
Compare Source
Breaking
f698ea0
v8.1.0
Compare Source
maxDepth
option (#43)f15af7d
v8.0.1
Compare Source
8b1cc94
v8.0.0
Compare Source
Breaking
Object#toJSON()
method to serialize properties if the method is defined (#38)34655eb
Error
properties are not serialized and instead replaced with'[object Buffer]'
(#39)d58ce16
v7.0.1
Compare Source
3235f50
v7.0.0
Compare Source
Breaking
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
5add55c
728be12
Because of this, non-errors might be serialized slightly differently. It now uses
JSON.stringify()
instead ofutil.inspect()
.v5.0.0
Compare Source
Breaking
The default export is now a named export
9da0ddb
Enhancements
deserializeError
method (#24)9da0ddb
Fixes
5ed49e4
v4.1.0
Compare Source
9212299
v4.0.0
Compare Source
Breaking:
955c617
Enhancements:
955c617
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.
This PR has been generated by Mend Renovate. View repository job log here.