Skip to content

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

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

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

Conversation

@Sourav-kashyap

Copy link
Copy Markdown
Contributor
Screenshot 2026-06-11 at 6 08 19 PM remove Node js 20 support

BREAKING CHANGE:
yes

GH-192

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 08 07 PM

Test:

remove Node js 20 support

BREAKING CHANGE:
yes

GH-192
@sonarqubecloud

Copy link
Copy Markdown

SonarQube reviewer guide

Summary: Bump Node.js minimum version from 20.19.0 to 22.13.0 and update package version to 8.1.0 with associated dependency updates.

Review Focus:

  • Node.js engine requirement changed from 20.19.0 to 22.13.0, which removes support for Node 20 entirely
  • Large-scale dependency updates including Babel, LoopBack packages, and development tools
  • Removal of several lodash utility functions in favor of es-toolkit dependency (in commitlint packages)
  • Breaking changes in content-type and type-is packages that now require Node >=18 and >=18 respectively

Start review at: package.json. This file is critical as it establishes the new minimum Node.js version requirement (22.13.0) and version bump (8.1.0), which cascades through all other changes in the lockfile and workflow configuration.

💬 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

@Sourav-kashyap Sourav-kashyap linked an issue Jun 11, 2026 that may be closed by this pull request
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