From 70419a3a6dec573b470300b38ec3ff5503c23e62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 19:51:02 +0000 Subject: [PATCH] Update dependency lints to v6 --- apps/app/pubspec.yaml | 2 +- packages/config/pubspec.yaml | 2 +- supabase/rls/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/app/pubspec.yaml b/apps/app/pubspec.yaml index 2c8b833..766e3d4 100644 --- a/apps/app/pubspec.yaml +++ b/apps/app/pubspec.yaml @@ -69,7 +69,7 @@ dev_dependencies: go_router_builder: 2.8.2 injectable_generator: 2.7.0 json_serializable: 6.9.4 - lints: 5.1.1 + lints: 6.0.0 mock_supabase_http_client: 0.0.3+2 mockito: 5.4.5 pedantic_mono: any diff --git a/packages/config/pubspec.yaml b/packages/config/pubspec.yaml index d5d664f..5ff2917 100644 --- a/packages/config/pubspec.yaml +++ b/packages/config/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: dev_dependencies: build_runner: 2.4.15 envied_generator: 1.1.1 - lints: 5.1.1 + lints: 6.0.0 pedantic_mono: any test: 1.25.15 resolution: workspace diff --git a/supabase/rls/pubspec.yaml b/supabase/rls/pubspec.yaml index f86188e..44d9188 100644 --- a/supabase/rls/pubspec.yaml +++ b/supabase/rls/pubspec.yaml @@ -7,7 +7,7 @@ dev_dependencies: config: path: ../../packages/config faker: 2.2.0 - lints: 5.1.1 + lints: 6.0.0 pedantic_mono: any supabase: 2.6.3 test: 1.25.15