Skip to main content

1.0 dependency abandonment audit

Source: Dependency Dashboard #709, audited 2026-08-30. The dashboard displayed 18 identifiable package rows; all are covered below.

Renovate's abandonment threshold measures release cadence; it does not establish deprecation or a vulnerability. Dispositions consider direct use, upstream maintenance, security exposure, and maintained platform or ecosystem replacements.

FindingDispositionEvidence and rationale
appleboy/scp-actionRetain as mature and stableUpstream remains active; the workflow pins a full SHA as required by GitHub's immutable-action guidance.
@dnd-kit/core, @dnd-kit/modifiers, @dnd-kit/sortable, @dnd-kit/utilitiesRetain as mature and stableThe sortable tree uses the family for keyboard sensors, collision handling, modifiers, and transforms. Upstream releases continue.
@mdx-js/reactRetain as mature and stableDocusaurus declares it as a direct peer of @docusaurus/core; keeping the peer explicit makes the runtime contract deterministic. The MDX project remains maintained.
@testing-library/domRetain as mature and stable@testing-library/react declares it as a direct peer, and @testing-library/user-event consumes it. Keeping the peer explicit avoids relying on an incidental transitive install. Testing Library remains maintained.
ajv-formatsRetain as mature and stableDirectly supplies standards-defined formats to the repository's Ajv validator; maintained by the Ajv organization.
class-variance-authorityRetain as mature and stableDirectly provides the component layer's typed variant API.
clsxRetain as mature and stableDirectly used by the SPA's shared class-composition utility and Docusaurus.
fast-deep-equalRetain as mature and stableDirectly used for structural dirty-state comparisons in complex forms.
huskyRetain as mature and stableOwns Git-hook installation and remains maintained in the typicode repository.
mdast-util-mdx, micromark-extension-mdxjsRetain as mature and stableDirect parser dependencies of repository MDX validation, maintained in the unified syntax ecosystem.
prism-react-rendererRetain as mature and stableDocusaurus theme configuration imports its supported Prism themes. It is part of the framework's documented integration rather than application-owned syntax-highlighting code.
raw-loaderRemoveUpstream is archived and recommends webpack 5 asset modules. The documentation now imports Mermaid text through the bundler-native asset/source module type.
tailwindcss-animateReplaceReplaced by maintained tw-animate-css, which provides the same Tailwind 4 CSS-first utility contract.
usehooks-tsRetain as mature and stableDirectly supplies useWindowSize to the responsive mentor input; upstream remains active.