Upgraded Node version to 22 for plugins and Readme Update#2616
Conversation
🔒 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 |
There was a problem hiding this comment.
Pull request overview
This PR updates the Contentstack CLI monorepo to require Node.js 22+ and refreshes package/readme metadata to reflect updated plugin and CLI versions.
Changes:
- Raised
engines.nodeto>=22.0.0in the root and multiple packages. - Bumped several
@contentstack/*dependency versions in the CLI aggregator package. - Updated READMEs (notably
packages/contentstack/README.md) with new Node requirements and regenerated command/help output.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/contentstack/README.md | Adds Node 22+ requirements and updates generated CLI docs/command listings. |
| packages/contentstack/package.json | Updates plugin dependency versions and raises Node engine requirement to 22+. |
| packages/contentstack-config/README.md | Updates generated usage/version output and corrects license badge target. |
| packages/contentstack-config/package.json | Bumps internal dependency version and raises Node engine requirement to 22+. |
| packages/contentstack-command/package.json | Bumps package version and raises Node engine requirement to 22+. |
| packages/contentstack-auth/README.md | Updates generated usage/version output and corrects license badge target. |
| packages/contentstack-auth/package.json | Bumps internal dependency version and raises Node engine requirement to 22+. |
| package.json | Raises workspace Node engine requirement to 22+. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -39,13 +44,6 @@ USAGE | |||
| * [`csdx auth:whoami`](#csdx-authwhoami) | |||
| "engines": { | ||
| "node": ">=14.0.0" | ||
| "node": ">=22.0.0" | ||
| }, |
| "engines": { | ||
| "node": ">=14.0.0" | ||
| "node": ">=22.0.0" | ||
| }, |
| "engines": { | ||
| "node": ">=14.0.0" | ||
| "node": ">=22.0.0" | ||
| }, |
| "engines": { | ||
| "node": ">=14.0.0" | ||
| "node": ">=22.0.0" | ||
| }, |
No description provided.