Bicrypto 6.2.6

6 March 2026

This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.

COMPATIBILITYDEPENDENCIESMAINTENANCE

Core v6.2.6

Release Date: March 6, 2026 Tags: COMPATIBILITY, DEPENDENCIES, MAINTENANCE

Overview

Version 6.2.6 is a compatibility maintenance release that updates all addon dependencies to their latest versions. No new features or breaking changes are introduced.

Update Instructions

Step 1: Stop Your Application

pnpm stop

Step 2: Regenerate the Lockfile

Due to dependency version changes, the lockfile must be regenerated:

pnpm install --no-frozen-lockfile

Step 3: Run the Updator

pnpm updator

Upgrade Notes

No breaking changes. This is a compatibility-only update. No API changes, database migrations, or configuration changes are required.

Support


Changed

  • Changed all addon package dependencies to their latest compatible versions.
  • Fixed peer dependency conflicts across workspace packages.
  • Changed the lockfile to reflect the updated dependency resolutions.