Uh oh!
There was an error while loading. Please reload this page.
Standardises the minimum supported Node.js version to >=22.0.0 across the root workspace and all packages. - #2612
Conversation
… the root workspace and all 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
ℹ️ 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 |
Uh oh!
There was an error while loading. Please reload this page.
chore: upgrade Node.js engine requirement to >=22.0.0
Summary
Standardises the minimum supported Node.js version to
>=22.0.0across the root workspace and all packages. Shipped as part of the major release alongside thecli-pluginschange.Why Now
The companion
cli-pluginsrepo already requires Node 22 in practice (due to theuuid@14ESM-only Snyk fix). Aligningclikeeps the requirement consistent across the full CLI surface.Changes
package.json(root)>=18.0.0>=22.0.0packages/contentstack/package.json>=14.0.0>=22.0.0packages/contentstack-auth/package.json>=14.0.0>=22.0.0packages/contentstack-command/package.json>=14.0.0>=22.0.0packages/contentstack-config/package.json>=14.0.0>=22.0.0Test Plan
csdx --versionreports correctly on Node 22enginesmismatch warnings duringpnpm install