Chore/dependency updates 2026 04 24#128
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #128 +/- ##
===========================================
- Coverage 56.30% 56.29% -0.01%
===========================================
Files 254 254
Lines 5422 5421 -1
Branches 1051 1052 +1
===========================================
- Hits 3053 3052 -1
+ Misses 2171 2170 -1
- Partials 198 199 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bundle ReportChanges will decrease total bundle size by 8.51kB (-0.52%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: shades-showcase-app-esmAssets Changed:
Files in
Files in
Files in
Files in
|
📦 Summary
Routine dependency-maintenance sweep plus the code migrations required by the majors in the FuryStack stack.
⬆️ Dependency Highlights
@furystack/rest8 → 9,@furystack/rest-service12 → 13@furystack/shades13 → 14,@furystack/shades-common-components15 → 16@furystack/shades-lottie9 → 10,@furystack/shades-mfe3 → 4@codecov/vite-plugin1 → 2🔧 Migration Changes
setupIdentityRestApireplaces the removedLoginActionwithcreatePasswordLoginAction(createCookieLoginStrategy(injector)).routes/index.tsnow usesdefineNestedRoutesplus the upstreamcreateNestedRouteLink<typeof appRoutes & typeof authRoutes>()andcreateAppBarLink<...>()factories; the legacyas unknown aswrappers and locally-duplicatedExtractRoutePathsare gone.<AppLink href="…" />,<AppBarAppLink href="…" />, and<NestedRouteLink href="…" />renamed topathper the shades 14 / shades-common-components 16 breaking change.typescript-eslint8.59 removed 17 redundant casts across the repo; the two cases that then trippedprefer-promise-reject-errors(execFileAsync, drivesUploadAction) now always reject with anErrorinstance.