Lokalise Upgrade Migration Current State ! ! ! ! Overview Upgrade the SDK between major versions with full breaking change detection, automated code transformation, and verification. The most significant migration is v8 (CommonJS) to v9+ (ESM-only), which requires changes to imports, module configuration, and potentially your build pipeline. Prerequisites - Existing project using (any version 6.x through 9.x) - Node.js 18+ for SDK v9 (Node.js 14+ for v8 and below) - Git repository with clean working tree (for safe rollback) - Test suite that exercises Lokalise API calls Instructions Step 1: A…