From 8dde579d9331a3ff830f719348f9ba9c3f5da587 Mon Sep 17 00:00:00 2001 From: Eunjae Lee Date: Wed, 4 Feb 2026 15:37:33 +0100 Subject: [PATCH] chore: add deprecated comment to FeaturesRepository (#27611) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- packages/features/flags/features.repository.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/features/flags/features.repository.ts b/packages/features/flags/features.repository.ts index 2cca3aa4ba..651b979a24 100644 --- a/packages/features/flags/features.repository.ts +++ b/packages/features/flags/features.repository.ts @@ -14,6 +14,8 @@ interface CacheOptions { * Repository class for managing feature flags and feature access control. * Implements the IFeaturesRepository interface to provide feature flag functionality * for users, teams, and global application features. + * + * @deprecated */ export class FeaturesRepository implements IFeaturesRepository { // eslint-disable-next-line @typescript-eslint/no-explicit-any