Skip to content

Upgraded Node version to 22 for plugins and Readme Update#2616

Open
cs-raj wants to merge 2 commits into
developmentfrom
fix/DX-9334
Open

Upgraded Node version to 22 for plugins and Readme Update#2616
cs-raj wants to merge 2 commits into
developmentfrom
fix/DX-9334

Conversation

@cs-raj

@cs-raj cs-raj commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@cs-raj cs-raj requested a review from a team as a code owner June 25, 2026 13:09
@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 1 25 ✅ Passed
🟡 Medium Severity 59 13 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ 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:

  • Critical without fixes: 0
  • High without fixes: 1
  • Medium without fixes: 13
  • Low without fixes: 0

✅ BUILD PASSED - All security checks passed

@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 1 25 ✅ Passed
🟡 Medium Severity 59 13 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ 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:

  • Critical without fixes: 0
  • High without fixes: 1
  • Medium without fixes: 13
  • Low without fixes: 0

✅ BUILD PASSED - All security checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.node to >=22.0.0 in 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.

Comment on lines 38 to 44
@@ -39,13 +44,6 @@ USAGE
* [`csdx auth:whoami`](#csdx-authwhoami)
Comment on lines 77 to 79
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},
Comment on lines 44 to 46
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},
Comment on lines 38 to 40
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},
Comment on lines 47 to 49
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},

@aniket-shikhare-cstk aniket-shikhare-cstk left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants