Skip to content

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

Open
Sourav-kashyap wants to merge 2 commits into
masterfrom
GH-17
Open

refactor(chore): remove Node js 20 support#18
Sourav-kashyap wants to merge 2 commits into
masterfrom
GH-17

Conversation

@Sourav-kashyap

Copy link
Copy Markdown
Contributor

remove Node js 20 support

BREAKING CHANGE:
yes

GH-17

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-11 at 3 15 46 PM

Test:

Screenshot 2026-06-11 at 3 16 18 PM

remove Node js 20 support

BREAKING CHANGE:
yes

GH-17
@Sourav-kashyap Sourav-kashyap self-assigned this Jun 11, 2026
@Sourav-kashyap Sourav-kashyap linked an issue Jun 11, 2026 that may be closed by this pull request
remove Node js 20 support

BREAKING CHANGE:
yes

GH-17
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Drops support for Node.js 20, upgrading minimum Node version to 22 and updating dependencies to newer versions (1.0.2 → 1.0.3).

Review Focus: Examine the Node.js version constraint change from >=20 to 22 || 24 and verify all updated dependencies (particularly Babel, LoopBack packages, and commitlint changes) are compatible. Pay close attention to the removal of lodash utility functions in favor of es-toolkit in commitlint and breaking changes in package versions like type-is (now requires Node >=18).

Start review at: package.json. This is the primary configuration file where the Node.js engine constraint change occurs, and it serves as the source of truth for all dependency version changes. Verifying compatibility here first will inform whether deeper investigation into specific package updates is necessary.

💬 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

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.

remove Node.js 20 support

1 participant