Skip to content

Upgraded Node version to 22 for plugins and Readme Update - #245

Merged
harshitha-cstk merged 2 commits into
developmentfrom
fix/DX-9334
Jun 26, 2026
Merged

Upgraded Node version to 22 for plugins and Readme Update#245
harshitha-cstk merged 2 commits into
developmentfrom
fix/DX-9334

Conversation

@cs-raj

Copy link
Copy Markdown
Contributor

No description provided.

@cs-raj
cs-raj requested a review from a team as a code ownerJune 25, 2026 13:07
@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

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

Check TypeCount (with fixes)Without fixesThresholdResult
🔴 Critical Severity0010✅ Passed
🟠 High Severity0025✅ Passed
🟡 Medium Severity17500✅ Passed
🔵 Low Severity001000✅ Passed

⏱️ SLA Breach Summary

⚠️ Warning: The following vulnerabilities have exceeded their SLA thresholds (days since publication).

SeverityBreaches (with fixes)Breaches (no fixes)SLA Threshold (with/no fixes)Status
🔴 Critical0015 / 30 days✅ Passed
🟠 High0030 / 120 days✅ Passed
🟡 Medium0290 / 365 days⚠️ Warning
🔵 Low00180 / 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: 0
  • Medium without fixes: 7
  • Low without fixes: 0

⚠️ BUILD PASSED WITH WARNINGS - SLA breaches detected for issues without available fixes

Consider reviewing these vulnerabilities when fixes become available.

@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

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

Check TypeCount (with fixes)Without fixesThresholdResult
🔴 Critical Severity0010✅ Passed
🟠 High Severity0025✅ Passed
🟡 Medium Severity15500✅ Passed
🔵 Low Severity001000✅ Passed

⏱️ SLA Breach Summary

⚠️ Warning: The following vulnerabilities have exceeded their SLA thresholds (days since publication).

SeverityBreaches (with fixes)Breaches (no fixes)SLA Threshold (with/no fixes)Status
🔴 Critical0015 / 30 days✅ Passed
🟠 High0030 / 120 days✅ Passed
🟡 Medium0190 / 365 days⚠️ Warning
🔵 Low00180 / 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: 0
  • Medium without fixes: 5
  • Low without fixes: 0

⚠️ BUILD PASSED WITH WARNINGS - SLA breaches detected for issues without available fixes

Consider reviewing these vulnerabilities when fixes become available.

CopilotAI 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 multiple Contentstack CLI plugin packages in this monorepo to require Node.js 22+, bumps package versions/dependencies accordingly, and refreshes several plugin READMEs (usage blocks, install guidance, links).

Changes:

  • Raised engines.node to >=22.0.0 across the root workspace and many plugin packages; bumped package versions and aligned @contentstack/cli-command-family dependencies.
  • Regenerated/edited README content across plugins (usage/commands sections, region-switching guidance, license/npm links).
  • Added packages/contentstack-clone/PR_DESCRIPTION.md (but it currently does not match the code in this PR).

Reviewed changes

Copilot reviewed 40 out of 40 changed files in this pull request and generated 9 comments.

Show a summary per file
FileDescription
packages/contentstack-seed/README.mdREADME refresh (usage block + wording updates).
packages/contentstack-seed/package.jsonVersion bump, dependency bumps, Node engine raised to >=22.
packages/contentstack-query-export/README.mdREADME rewrite (toc/options/examples + commands section).
packages/contentstack-query-export/package.jsonVersion bump, dependency bumps, Node engine raised to >=22.
packages/contentstack-migration/README.mdLicense link + usage/version snippet updates; removed “Points to remember” section.
packages/contentstack-migration/package.jsonVersion bump, dependency bump, Node engine raised to >=22.
packages/contentstack-migrate-rte/README.mdREADME cleanup + license badge + usage snippet updates.
packages/contentstack-migrate-rte/package.jsonVersion bump, Node engine raised to >=22.
packages/contentstack-import/README.mdREADME updated (region switching guidance + usage snippet).
packages/contentstack-import/package.jsonVersion bump, dependency bumps, Node engine raised to >=22.
packages/contentstack-import-setup/README.mdREADME updated (region switching guidance + usage snippet).
packages/contentstack-import-setup/package.jsonVersion bump, dependency bump, Node engine raised to >=22.
packages/contentstack-external-migrate/README.mdREADME header/npm badge updates; removed redundant section header.
packages/contentstack-external-migrate/package.jsonVersion bump, dependency bump, Node engine raised to >=22.
packages/contentstack-export/README.mdREADME updated (license link + region switching guidance + usage snippet).
packages/contentstack-export/package.jsonVersion bump, dependency bumps, Node engine raised to >=22.
packages/contentstack-export-to-csv/README.mdREADME expanded with toc/usage/commands content and updated “See code” link.
packages/contentstack-export-to-csv/package.jsonVersion bump, dependency bump, Node engine raised to >=22.
packages/contentstack-content-type/README.mdREADME header/npm link + usage block updates.
packages/contentstack-content-type/package.jsonVersion bump, Node engine raised to >=22.
packages/contentstack-clone/README.mdUsage snippet update + removed duplicated usage block.
packages/contentstack-clone/PR_DESCRIPTION.mdAdded PR description document for clone behavior fix.
packages/contentstack-clone/package.jsonVersion bump, dependency bumps, Node engine raised to >=22.
packages/contentstack-cli-tsgen/README.mdREADME header/npm link + commands section updates.
packages/contentstack-cli-tsgen/package.jsonVersion bump, dependency bump, Node engine raised to >=22.
packages/contentstack-cli-cm-regex-validate/README.mdREADME badge/link + usage snippet updates; “See code” link updated.
packages/contentstack-cli-cm-regex-validate/package.jsonVersion bump, Node engine raised to >=22, dev dependency updates.
packages/contentstack-bulk-publish/README.mdREADME license link + usage snippet update.
packages/contentstack-bulk-publish/package.jsonVersion bump, dependency bumps, Node engine raised to >=22.
packages/contentstack-bulk-operations/README.mdREADME refresh (toc/usage text cleanup + requirements line update).
packages/contentstack-bulk-operations/package.jsonVersion bump, dependency bump, Node engine raised to >=22.
packages/contentstack-branches/README.mdREADME license link + region switching guidance + usage snippet update.
packages/contentstack-branches/package.jsonVersion bump, dependency bump, Node engine raised to >=22.
packages/contentstack-bootstrap/README.mdREADME header + usage snippet update; removed duplicated usage block.
packages/contentstack-bootstrap/package.jsonVersion bump, dependency bumps, Node engine raised to >=22.
packages/contentstack-audit/README.mdREADME cleanup + usage snippet update.
packages/contentstack-audit/package.jsonVersion bump, dependency bump, Node engine raised to >=22.
packages/contentstack-apps-cli/README.mdREADME cleanup + “See code” links updated to this monorepo; usage snippet updated.
packages/contentstack-apps-cli/package.jsonVersion bump, dependency bump, Node engine raised to >=22.
package.jsonRoot Node engine raised to >=22.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment threadpackages/contentstack-content-type/README.md
Comment threadpackages/contentstack-cli-tsgen/README.md
Comment threadpackages/contentstack-seed/README.md
Comment threadpackages/contentstack-seed/README.md
Comment threadpackages/contentstack-seed/README.md
Comment threadpackages/contentstack-query-export/README.md
Comment threadpackages/contentstack-query-export/README.md
Comment threadpackages/contentstack-bulk-operations/README.md
Comment threadpackages/contentstack-clone/PR_DESCRIPTION.md

@aniket-shikhare-cstkaniket-shikhare-cstk 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.

LGTM

@harshitha-cstk
harshitha-cstk merged commit da5c9ea into developmentJun 26, 2026
9 of 11 checks passed
@harshitha-cstk
harshitha-cstk deleted the fix/DX-9334 branch June 26, 2026 05:37
Sign up for freeto 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.

5 participants

@cs-raj@netrajpatel@aniket-shikhare-cstk@harshitha-cstk