Skip to content

Update dependency openpgpjs/openpgpjs to v5.0.1

Botaniker (Bot) requested to merge renovate/openpgpjs-openpgpjs-5.x into deploy

This MR contains the following updates:

Package Update Change
openpgpjs/openpgpjs patch v5.0.0 -> v5.0.1

Release Notes

openpgpjs/openpgpjs

v5.0.1

Compare Source

  • Remove stream from type definitions (#​1413) It was removed in v5.0.0; the type definition was left behind.
  • Try to use process.env.NODE_ENV directly (#​1402) Properly detect development / production mode when using tools like webpack or Vite, but don't throw an error if it's not available.
  • CI: Add performance and memory usage regression monitoring for pull requests (#​1411)
  • Add config.allowInsecureVerificationWithReformattedKeys (#​1231) Allows verifying signatures using keys that have been reformatted after the signature was created. To avoid this issue entirely, we recommend passing the key creation date to reformatKey.
  • Do not include checksum values in error messages when armor integrity check fails (#​1428)
  • Update web stream tools and improve performance (#​1439)
  • Remove line terminators from randomly generated test messages (#​1440)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

Merge request reports

Loading