Skip to content

refactor(chore): remove Node js 20 support#24

Merged
yeshamavani merged 3 commits into
mainfrom
GH-23
Jun 18, 2026
Merged

refactor(chore): remove Node js 20 support#24
yeshamavani merged 3 commits into
mainfrom
GH-23

Conversation

@Sourav-kashyap

@Sourav-kashyap Sourav-kashyap commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

BREAKING CHANGE:
yes

GH-23

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine

Build:

Screenshot 2026-06-12 at 4 45 44 PM

Test:

Screenshot 2026-06-12 at 4 46 09 PM

@Sourav-kashyap Sourav-kashyap linked an issue Jun 12, 2026 that may be closed by this pull request
@Sourav-kashyap Sourav-kashyap self-assigned this Jun 12, 2026
BREAKING CHANGE:
yes

GH-23
@Sourav-kashyap Sourav-kashyap force-pushed the GH-23 branch 2 times, most recently from 5de2f26 to f85f3e6 Compare June 16, 2026 09:05
BREAKING CHANGE:
yes

GH-23
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Upgrade Node.js engine support from >=10.16 to 22 || 24, update dependencies (Babel, axios, AWS SDK packages), and bump project version to 3.0.0.

Review Focus:

  • The breaking engine change from Node.js >=10.16 to "22 || 24" is significant and restricts compatibility to only LTS versions 22 and 24. Verify this aligns with project requirements.
  • Large-scale dependency updates including major AWS SDK package versions and Babel compiler chain. Ensure all functionality has been tested against the updated dependencies.
  • Type casting additions in TypeScript code should be verified for correctness and necessity.

Start review at: package.json. This file is critical as it documents the major version bump to 3.0.0 and the restrictive Node.js engine constraint that forms the foundation of all dependency compatibility requirements.

💬 Please send your feedback

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@yeshamavani yeshamavani merged commit 1e3271d into main Jun 18, 2026
3 checks passed
@yeshamavani

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove Node.js 20 support

2 participants