Skip to content

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

Open
Sourav-kashyap wants to merge 1 commit into
masterfrom
GH-281
Open

refactor(chore): remove Node js 20 support#282
Sourav-kashyap wants to merge 1 commit into
masterfrom
GH-281

Conversation

@Sourav-kashyap

Copy link
Copy Markdown
Contributor

remove Node js 20 support

BREAKING CHANGE:
yes

GH-281

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 6 12 12 PM

Test:

Screenshot 2026-06-11 at 6 12 30 PM

@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-281
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Drop support for Node.js 20 and update project version from 13.0.4 to 13.1.0, with comprehensive dependency updates.

Review Focus:

  • The Node.js version change from ">=20" to "22 || 24" is a breaking change that should be clearly communicated in release notes
  • Verify that all package.json dependencies are compatible with Node.js 22 and 24
  • Examine the large number of transitive dependency updates (Babel, LoopBack, and various tooling packages) for any potential breaking changes or security fixes
  • Pay special attention to dependencies with major version bumps (e.g., express@4.22.2, type-is@2.1.0) that might introduce incompatibilities

Start review at: package.json (engines section and root dependencies). This is critical because it establishes the minimum Node.js version requirement and affects compatibility for all users. Review the major version updates to key packages like @loopback/* (now 13.x+), express, and build tools to ensure they're compatible with the narrower Node.js range and won't introduce regressions.

💬 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