From efc1344ec31c79e193d1b1f4f057e69e52e9e8a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 13:04:59 +0000 Subject: [PATCH] fix(deps): update custom_lint to ^0.8.1 --- packages/neon_framework/example/pubspec.yaml | 2 +- packages/neon_framework/packages/dashboard_app/pubspec.yaml | 2 +- packages/neon_framework/packages/files_app/pubspec.yaml | 2 +- packages/neon_framework/packages/neon_rich_text/pubspec.yaml | 2 +- packages/neon_framework/packages/news_app/pubspec.yaml | 2 +- packages/neon_framework/packages/notes_app/pubspec.yaml | 2 +- packages/neon_framework/packages/notifications_app/pubspec.yaml | 2 +- packages/neon_framework/packages/talk_app/pubspec.yaml | 2 +- packages/neon_framework/pubspec.yaml | 2 +- packages/neon_lints/example/pubspec.yaml | 2 +- packages/neon_lints/pubspec.yaml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/neon_framework/example/pubspec.yaml b/packages/neon_framework/example/pubspec.yaml index 0612d35bb2d..53c958394b0 100644 --- a/packages/neon_framework/example/pubspec.yaml +++ b/packages/neon_framework/example/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: vector_graphics: any dev_dependencies: - custom_lint: ^0.7.6 + custom_lint: ^0.8.1 neon_lints: path: ../../neon_lints vector_graphics_compiler: any diff --git a/packages/neon_framework/packages/dashboard_app/pubspec.yaml b/packages/neon_framework/packages/dashboard_app/pubspec.yaml index e0524d64838..10693f577ec 100644 --- a/packages/neon_framework/packages/dashboard_app/pubspec.yaml +++ b/packages/neon_framework/packages/dashboard_app/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: dev_dependencies: build_runner: ^2.5.4 - custom_lint: ^0.7.6 + custom_lint: ^0.8.1 flutter_test: sdk: flutter go_router_builder: ^3.0.0 diff --git a/packages/neon_framework/packages/files_app/pubspec.yaml b/packages/neon_framework/packages/files_app/pubspec.yaml index 91f5e4627a4..5598d870e64 100644 --- a/packages/neon_framework/packages/files_app/pubspec.yaml +++ b/packages/neon_framework/packages/files_app/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: dev_dependencies: build_runner: ^2.5.4 - custom_lint: ^0.7.6 + custom_lint: ^0.8.1 go_router_builder: ^3.0.0 neon_lints: path: ../../../neon_lints diff --git a/packages/neon_framework/packages/neon_rich_text/pubspec.yaml b/packages/neon_framework/packages/neon_rich_text/pubspec.yaml index df2a134fec3..af9ed973cc4 100644 --- a/packages/neon_framework/packages/neon_rich_text/pubspec.yaml +++ b/packages/neon_framework/packages/neon_rich_text/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: nextcloud: ^9.0.0 dev_dependencies: - custom_lint: ^0.7.6 + custom_lint: ^0.8.1 flutter_test: sdk: flutter mocktail: ^1.0.4 diff --git a/packages/neon_framework/packages/news_app/pubspec.yaml b/packages/neon_framework/packages/news_app/pubspec.yaml index 198acedf3a0..158914565b1 100644 --- a/packages/neon_framework/packages/news_app/pubspec.yaml +++ b/packages/neon_framework/packages/news_app/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: dev_dependencies: build_runner: ^2.5.4 - custom_lint: ^0.7.6 + custom_lint: ^0.8.1 go_router_builder: ^3.0.0 neon_lints: path: ../../../neon_lints diff --git a/packages/neon_framework/packages/notes_app/pubspec.yaml b/packages/neon_framework/packages/notes_app/pubspec.yaml index 85596a3c678..c724a7f37f1 100644 --- a/packages/neon_framework/packages/notes_app/pubspec.yaml +++ b/packages/neon_framework/packages/notes_app/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: dev_dependencies: build_runner: ^2.5.4 - custom_lint: ^0.7.6 + custom_lint: ^0.8.1 go_router_builder: ^3.0.0 neon_lints: path: ../../../neon_lints diff --git a/packages/neon_framework/packages/notifications_app/pubspec.yaml b/packages/neon_framework/packages/notifications_app/pubspec.yaml index 19d379f8277..3ac720a21fb 100644 --- a/packages/neon_framework/packages/notifications_app/pubspec.yaml +++ b/packages/neon_framework/packages/notifications_app/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: dev_dependencies: build_runner: ^2.5.4 built_value: ^8.10.1 - custom_lint: ^0.7.6 + custom_lint: ^0.8.1 flutter_test: sdk: flutter go_router_builder: ^3.0.0 diff --git a/packages/neon_framework/packages/talk_app/pubspec.yaml b/packages/neon_framework/packages/talk_app/pubspec.yaml index a1b69faef5a..de8371c2f81 100644 --- a/packages/neon_framework/packages/talk_app/pubspec.yaml +++ b/packages/neon_framework/packages/talk_app/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: dev_dependencies: build_runner: ^2.5.4 built_value: ^8.10.1 - custom_lint: ^0.7.6 + custom_lint: ^0.8.1 flutter_keyboard_visibility: ^6.0.0 flutter_test: sdk: flutter diff --git a/packages/neon_framework/pubspec.yaml b/packages/neon_framework/pubspec.yaml index d2b931b89f2..cc39121a9dc 100644 --- a/packages/neon_framework/pubspec.yaml +++ b/packages/neon_framework/pubspec.yaml @@ -82,7 +82,7 @@ dev_dependencies: cookie_store_conformance_tests: path: ../cookie_store/packages/cookie_store_conformance_tests crypton: ^2.2.1 - custom_lint: ^0.7.6 + custom_lint: ^0.8.1 dart_style: ^3.1.0 flutter_test: sdk: flutter diff --git a/packages/neon_lints/example/pubspec.yaml b/packages/neon_lints/example/pubspec.yaml index cf991889c80..8c2cac38709 100644 --- a/packages/neon_lints/example/pubspec.yaml +++ b/packages/neon_lints/example/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: nextcloud: ^9.0.0 dev_dependencies: - custom_lint: ^0.7.6 + custom_lint: ^0.8.1 flutter_test: sdk: flutter meta: ^1.11.0 diff --git a/packages/neon_lints/pubspec.yaml b/packages/neon_lints/pubspec.yaml index 536c4786aaf..141b779857b 100644 --- a/packages/neon_lints/pubspec.yaml +++ b/packages/neon_lints/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: analyzer: ^7.3.0 analyzer_plugin: ^0.13.0 - custom_lint_builder: ^0.7.0 + custom_lint_builder: ^0.8.1 dev_dependencies: lint_maker: ^0.3.2