Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Change Age Confidence
serialize-error 7.0.1 -> 10.0.0 age confidence

Release Notes

sindresorhus/serialize-error (serialize-error)

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

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from prabhu as a code owner November 17, 2025 08:22
@renovate renovate bot added the dependency Dependency updates label Nov 17, 2025
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

Output of pnpm why serialize-error:

Legend: production dependency, optional only, dev only

@cyclonedx/[email protected] /home/runner/work/cdxgen/cdxgen

dependencies:
global-agent 3.0.0
└── serialize-error 10.0.0

Output of jq on components:

{
  "authors": [
    {
      "name": "Sindre Sorhus <[email protected]> (https://sindresorhus.com)"
    }
  ],
  "group": "",
  "name": "serialize-error",
  "version": "10.0.0",
  "description": "Serialize/deserialize an error into a plain object",
  "scope": "optional",
  "hashes": [
    {
      "alg": "SHA-512",
      "content": "be84dc9a0832cfc3aedf993b957702f139f4da5ce3f21de96b71ed45da353cb1a3e7007b072a1b7f8bcb6a4324428841e99cfa9cc1b92146d5052812002aeeae"
    }
  ],
  "licenses": [
    {
      "license": {
        "id": "MIT",
        "url": "https://opensource.org/licenses/MIT"
      }
    }
  ],
  "purl": "pkg:npm/[email protected]",
  "externalReferences": [
    {
      "type": "vcs",
      "url": "https://github.com/sindresorhus/serialize-error#readme"
    },
    {
      "type": "vcs",
      "url": "git+https://github.com/sindresorhus/serialize-error.git"
    }
  ],
  "type": "library",
  "bom-ref": "pkg:npm/[email protected]",
  "properties": [
    {
      "name": "SrcFile",
      "value": "pnpm-lock.yaml"
    }
  ],
  "evidence": {
    "identity": [
      {
        "field": "purl",
        "confidence": 1,
        "methods": [
          {
            "technique": "manifest-analysis",
            "confidence": 1,
            "value": "pnpm-lock.yaml"
          }
        ],
        "concludedValue": "pnpm-lock.yaml"
      }
    ]
  }
}

Output of jq on dependencies:

{
  "ref": "pkg:npm/[email protected]",
  "dependsOn": [
    "pkg:npm/[email protected]"
  ]
}
{
  "ref": "pkg:npm/[email protected]",
  "dependsOn": [
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]",
    "pkg:npm/[email protected]"
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant