chore(deps): remove 4 dead remark packages — nothing invokes them - #2376
Merged
Conversation
remark-cli, remark-lint-list-item-indent, remark-preset-lint-consistent and remark-preset-lint-recommended are declared but never used. Verified dead on four counts, not a manifest grep alone: npm scripts referencing remark NONE .remarkrc* config files NONE "remarkConfig" key in package.json absent workflows referencing remark NONE The absence checks are positive-controlled: the same repository listing that returns nothing for remark does return .babelrc, eslint.config.js and webpack.config.js, so "no config" is a real absence rather than a broken lookup. Removing them also drops their transitive tree (unified/mdast/micromark), which is most of the lockfile delta. That delta was controlled for npm-version skew: regenerating the lockfile against the UNMODIFIED base with the same npm 10.8.2 produces zero change, so the deletions are genuinely the remark tree and not a reformat. Lockfile regenerated with npx npm@10.8.2, never --legacy-peer-deps (that strips every `peer: true` entry — 529 of them in a sibling repo).
Contributor
Quality Report — ConductionNL/openregister @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-specs | ✅ | ||||
| test-l10n | ✅ | ||||
| composer | ✅ | ✅ 173/173 | |||
| npm | ✅ | ✅ 549/549 | |||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ✅ | ||||
| Hydra gates | ✅ |
Quality workflow — 2026-08-07 06:40 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
remark-cli,remark-lint-list-item-indent,remark-preset-lint-consistentandremark-preset-lint-recommendedare declared but never used.Verified dead on four counts
.remarkrc*config filesremarkConfigkey inpackage.jsonThe absence checks are positive-controlled: the same repository listing that returns nothing for remark does return
.babelrc,eslint.config.jsandwebpack.config.js. So "no config" is a real absence rather than a broken lookup — which is the failure mode that has manufactured false findings elsewhere in this programme.The lockfile delta is the transitive tree, not a reformat
Removing these drops the
unified/mdast/micromarktree with them, which is most of the diff. That was controlled for npm-version skew: regenerating the lockfile against the unmodified base with the samenpm 10.8.2produces zero change. So the deletions are genuinely the remark tree.Lockfile regenerated with
npx npm@10.8.2, never--legacy-peer-deps— that strips everypeer: trueentry (529 of them in a sibling repo, a 12,573-line deletion).openregister was additionally verified locally:
npm circ 0 andnpm run buildrc 0.