From 90e3612fd395733da63962324e9a353796f91388 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 25 Mar 2026 15:17:02 +0000 Subject: [PATCH] storkit: create 395_refactor_fix_npm_deprecated_module_warnings --- ...ctor_fix_npm_deprecated_module_warnings.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .storkit/work/1_backlog/395_refactor_fix_npm_deprecated_module_warnings.md diff --git a/.storkit/work/1_backlog/395_refactor_fix_npm_deprecated_module_warnings.md b/.storkit/work/1_backlog/395_refactor_fix_npm_deprecated_module_warnings.md new file mode 100644 index 00000000..717feb4b --- /dev/null +++ b/.storkit/work/1_backlog/395_refactor_fix_npm_deprecated_module_warnings.md @@ -0,0 +1,24 @@ +--- +name: "Fix npm deprecated module warnings" +--- + +# Refactor 395: Fix npm deprecated module warnings + +## Current State + +- TBD + +## Desired State + +Address npm warnings about deprecated modules in the frontend dependencies. Update or replace deprecated packages to eliminate warnings during npm install. + +## Acceptance Criteria + +- [ ] npm install runs with zero deprecation warnings +- [ ] All existing frontend tests (npm test) still pass +- [ ] npm run build succeeds without errors +- [ ] No functional regressions in the frontend + +## Out of Scope + +- TBD