Skip to content

Build/Test Tools: Remove the unused check-node-version dependency - #74

Draft
mukeshpanchal27 wants to merge 1 commit into
trunkfrom
deps/remove-dead-check-node-version
Draft

Build/Test Tools: Remove the unused check-node-version dependency#74
mukeshpanchal27 wants to merge 1 commit into
trunkfrom
deps/remove-dead-check-node-version

Conversation

@mukeshpanchal27

Copy link
Copy Markdown
Owner

Problem

check-node-version is declared in devDependencies, but a grep across the entire repo —
excluding node_modules and package-lock.json — returns exactly one hit: its own
declaration line in package.json.

It is not referenced by any npm script, Gruntfile task, tool under tools/, or GitHub
Actions workflow.

Change

Removes the dependency. package-lock.json will need regenerating with npm install;
that is intentionally left out of this draft so the dependency change is reviewable on
its own.


Draft proposal from a review of composer.json / package.json. Opened as a draft for discussion — not intended to merge as-is.

See the PR description for the full rationale and evidence.
@mukeshpanchal27
mukeshpanchal27 force-pushed the deps/remove-dead-check-node-version branch from 3e3f220 to 802d520 Compare August 14, 2026 05:13
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.

1 participant