Skip to content

chore(deps): bump openpgp and renovate#4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-b270129d33
Closed

chore(deps): bump openpgp and renovate#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-b270129d33

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 25, 2026

Bumps openpgp to 6.3.0 and updates ancestor dependency renovate. These dependencies need to be updated together.

Updates openpgp from 5.11.2 to 6.3.0

Release notes

Sourced from openpgp's releases.

v6.3.0

What's Changed

  • Support Node.js v24 (openpgpjs/openpgpjs#1896)
  • Add config option to limit decompressed message size (openpgpjs/openpgpjs#1933) Since decompression can increase the memory usage non-linearly, add a config.maxDecompressedMessageSize option to limit the decompressed message size. By default it's set to Infinity, i.e. no limit. Set the config option to a number of bytes to limit the size of data that gets decompressed.
  • Switch from seek-bzip to unbzip2-stream (openpgpjs/openpgpjs#1887) To facilitate the above.
  • Use native CompressionStream/DecompressionStream when not streaming (openpgpjs/openpgpjs#1935) For improved compression/decompression performance when not streaming.
  • Use bufferless transforms (openpgpjs/openpgpjs#1893) For lower memory usage, especially when streaming.
  • JSDoc: make sure only user-facing entities are included in the docs, and add TS support (openpgpjs/openpgpjs#1923)
  • Various dependency version bumps
  • Various improvements to CI

Full Changelog: openpgpjs/openpgpjs@v6.2.2...v6.3.0

v6.2.2

What's Changed

  • Fix zlib compression for data larger than 65KB (openpgpjs/openpgpjs#1894): Affected versions: v6.2.0 and v6.2.1 . As compression is disabled by default in openpgpjs, the issue only affects users who enabled zlib compression via e.g. config.preferredCompressionAlgorithm = openpgp.enums.compression.zlib and encrypted or signed data larger than 65KB.

Full Changelog: openpgpjs/openpgpjs@v6.2.1...v6.2.2

v6.2.1

What's Changed

  • Lightweight build: lazy load tweetnacl dependency module (openpgpjs/openpgpjs#1877)
    • Key validation: use WebCrypto API when available for curve25519
  • Internal dependency updates

Full Changelog: openpgpjs/openpgpjs@v6.2.0...v6.2.1

v6.2.0

What's Changed

  • Implement OpenPGP message grammar validation (add config.enforceGrammar, enabled by default) (#1853)
  • Enable using WebCrypto for X25519 when available (#1829)
  • Prefer subkeys with higher algorithm IDs (in case of equal creation timestamps), on the assumption that that's the most modern/secure algorithm (#1854)
  • Improve packet stream & error handling (#1856):
    • Packet parsing errors in not-yet-authenticated streams (i.e. SEIPDv1 with allowUnauthenticatedStream: true) get delayed until the decrypted data stream is authenticated
    • Non-critical unknown packets get turned into UnparseablePacket` objects on the packet stream instead of being ignored
  • Make Issuer Key ID signature subpacket non-critical (#1828)
  • Improve type definition for the User class (#1857)

New Contributors

... (truncated)

Commits
  • e1cab74 6.3.0
  • fccbc3e Use native Compression Streams API when not streaming (#1935)
  • a61cf1f Add config option to limit decompressed message size (#1933)
  • 6ab6b9c Tests: use native web streams when TransformStream is available (#1934)
  • 1b2c842 [npm audit fix] bump glob and js-yaml (#1939)
  • 341354f Tests: Stub navigator.hardwareConcurrency in Node v21+
  • db9531d Tests: Bump mocha timeout for browser tests (#1941)
  • d00821b CI: add workflow permissions (#1937)
  • d27ef92 Bump playwright from 1.56.0 to 1.57.0 (#1936)
  • 1af590a Switch from seek-bzip to unbzip2-stream (#1887)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by twiss, a new releaser for openpgp since your current version.


Updates renovate from 37.440.7 to 42.92.4

Release notes

Sourced from renovate's releases.

42.92.4

42.92.4 (2026-01-24)

Miscellaneous Chores

  • deps: update dependency @​types/cacache to v20 (main) (#40652) (2bb4cbe)
  • deps: update dependency vite to v8.0.0-beta.8 (main) (#40649) (394c1f8)

Build System

42.92.3

42.92.3 (2026-01-24)

Tests

Build System

  • deps: update dependency better-sqlite3 to v12.6.2 (main) (#40648) (da9b543)

42.92.2

42.92.2 (2026-01-23)

Bug Fixes

  • deps: update ghcr.io/renovatebot/base-image docker tag to v12.30.1 (main) (#40644) (9a81b2c)

Documentation

  • bot-comparison: drop the "monthly" qualifier for the GitHub Pulse (#40265) (7063c1a)
  • config-validation: clarify reconfigure branch works only on base repo (#40452) (89db243)

Miscellaneous Chores

  • deps: update dependency @​containerbase/istanbul-reports-html to v1.1.25 (main) (#40640) (2ffd3fc)
  • types: document ProcessStatus (#40637) (e799a4c)

Code Refactoring

  • manager/gradle: rewrite reorderFiles() for performance (#40318) (7440131)

Build System

  • deps: update dependency @​opentelemetry/semantic-conventions to v1.39.0 (main) (#40645) (0f863b0)

Continuous Integration

... (truncated)

Commits
  • 4b28934 build(deps): update dependency glob to v13 (main) (#40651)
  • 2bb4cbe chore(deps): update dependency @​types/cacache to v20 (main) (#40652)
  • 394c1f8 chore(deps): update dependency vite to v8.0.0-beta.8 (main) (#40649)
  • da9b543 build(deps): update dependency better-sqlite3 to v12.6.2 (main) (#40648)
  • 0785d0b test: add coverage (part2) (#40643)
  • 7063c1a docs(bot-comparison): drop the "monthly" qualifier for the GitHub Pulse (#40265)
  • 7440131 refactor(manager/gradle): rewrite reorderFiles() for performance (#40318)
  • 89db243 docs(config-validation): clarify reconfigure branch works only on base repo (...
  • e799a4c chore(types): document ProcessStatus (#40637)
  • 166e870 ci: use GitHub Actions annotations to log released version (#40639)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for renovate since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) to 6.3.0 and updates ancestor dependency [renovate](https://github.com/renovatebot/renovate). These dependencies need to be updated together.


Updates `openpgp` from 5.11.2 to 6.3.0
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](openpgpjs/openpgpjs@v5.11.2...v6.3.0)

Updates `renovate` from 37.440.7 to 42.92.4
- [Release notes](https://github.com/renovatebot/renovate/releases)
- [Commits](renovatebot/renovate@37.440.7...42.92.4)

---
updated-dependencies:
- dependency-name: openpgp
  dependency-version: 6.3.0
  dependency-type: indirect
- dependency-name: renovate
  dependency-version: 42.92.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 25, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
coding-drills Ready Ready Preview, Comment Jan 25, 2026 11:38pm

Request Review

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 27, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jan 27, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-b270129d33 branch January 27, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants