From 4e9a96644cce1f5b093d0b3c19e6811562300235 Mon Sep 17 00:00:00 2001 From: Bas van Rossem Date: Wed, 17 Jun 2026 14:46:45 +0200 Subject: [PATCH] chore: trim obsolete logFilters from .yarnrc.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The suppressed peer-dep warnings (YN0060/YN0002/YN0068/YN0086) and their comment referenced @lshay/ui, expo-three and @expo/cli — all removed in the cleanup. Dropping the filters surfaces the remaining warnings, which are now legitimate signals about the apps/api stack (drizzle vs better-auth peer ranges), not noise. --- .yarnrc.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index e317132..eb0c4f6 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,16 +1,2 @@ nodeLinker: node-modules nmMode: hardlinks-global - -# These peer dep warnings are from upstream packages with stale ranges that -# work fine with our versions. @lshay/ui declares react 18 / tailwindcss 3 -# but works with 19 / 4; expo-three uses old expo SDK ranges; -# @expo/cli still requests the deprecated @types/react-native. -logFilters: - - code: YN0060 - level: discard - - code: YN0002 - level: discard - - code: YN0068 - level: discard - - code: YN0086 - level: discard