Conversation
…tChalk() from @contentstack/cli-utilities for consistent color handling across multiple packages.
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
Summary
Upgrades chalk from
^4.1.2to^5.6.2in all CLI-plugins packages that use chalk. Chalk 5 is ESM-only; plugins usegetChalk()from@contentstack/cli-utilities(preloaded by the core CLI). No helper or init hook in this repo.Depends on: CLI repo PR that adds
loadChalk/getChalkto@contentstack/cli-utilities.Changes
chalkto^5.6.2in 7 packages: contentstack-audit, contentstack-branches, contentstack-clone, contentstack-export, contentstack-import, contentstack-import-setup, contentstack-migration.import chalk from 'chalk'andchalk.usage withgetChalk()from@contentstack/cli-utilitiesin the listed packages (audit, branches, clone, export, import, import-setup, migration). See table in full description for file list.src/types/utils.ts— deprecatedForegroundColor→ForegroundColorNamefrom chalk.src/utils/error-helper.ts—chalk`...`→(getChalk())`...`.