Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Update dependency serialize-error to v11 #817

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2022

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

  • Refactor TypeScript definition to CommonJS compatible export (#​15) 9212299

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 renovate bot changed the title TASK: Update dependency serialize-error to v11 TASK: update dependency serialize-error to v11 Jun 27, 2022
@renovate renovate bot changed the title TASK: update dependency serialize-error to v11 TASK: Update dependency serialize-error to v11 Jun 28, 2022
@renovate renovate bot force-pushed the renovate/serialize-error-11.x branch from 1454ff7 to 2b1dfb9 Compare January 29, 2023 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants