From c6287b72c183678ea4fc08dd65e338fd72e84afb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:07:39 +0000 Subject: [PATCH] chore(deps): update dependency custom_lint to ^0.6.7 --- 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/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 +- pubspec.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/neon_framework/example/pubspec.yaml b/packages/neon_framework/example/pubspec.yaml index dd68670eac8..17cbda7ab64 100644 --- a/packages/neon_framework/example/pubspec.yaml +++ b/packages/neon_framework/example/pubspec.yaml @@ -41,7 +41,7 @@ dependencies: vector_graphics: any dev_dependencies: - custom_lint: ^0.6.5 + custom_lint: ^0.6.7 neon_lints: git: url: https://github.com/nextcloud/neon diff --git a/packages/neon_framework/packages/dashboard_app/pubspec.yaml b/packages/neon_framework/packages/dashboard_app/pubspec.yaml index ce2b15af1ee..0f250ff77b8 100644 --- a/packages/neon_framework/packages/dashboard_app/pubspec.yaml +++ b/packages/neon_framework/packages/dashboard_app/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.12 - custom_lint: ^0.6.5 + custom_lint: ^0.6.7 flutter_test: sdk: flutter go_router_builder: ^2.7.1 diff --git a/packages/neon_framework/packages/files_app/pubspec.yaml b/packages/neon_framework/packages/files_app/pubspec.yaml index e68d5d02c77..4dc905a08a0 100644 --- a/packages/neon_framework/packages/files_app/pubspec.yaml +++ b/packages/neon_framework/packages/files_app/pubspec.yaml @@ -38,7 +38,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.12 - custom_lint: ^0.6.5 + custom_lint: ^0.6.7 go_router_builder: ^2.7.1 neon_lints: git: diff --git a/packages/neon_framework/packages/news_app/pubspec.yaml b/packages/neon_framework/packages/news_app/pubspec.yaml index ad04c3e13d9..5e9c416f567 100644 --- a/packages/neon_framework/packages/news_app/pubspec.yaml +++ b/packages/neon_framework/packages/news_app/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.12 - custom_lint: ^0.6.5 + custom_lint: ^0.6.7 go_router_builder: ^2.7.1 neon_lints: git: diff --git a/packages/neon_framework/packages/notes_app/pubspec.yaml b/packages/neon_framework/packages/notes_app/pubspec.yaml index 4c045d0169b..e654159f865 100644 --- a/packages/neon_framework/packages/notes_app/pubspec.yaml +++ b/packages/neon_framework/packages/notes_app/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.12 - custom_lint: ^0.6.5 + custom_lint: ^0.6.7 go_router_builder: ^2.7.1 neon_lints: git: diff --git a/packages/neon_framework/packages/notifications_app/pubspec.yaml b/packages/neon_framework/packages/notifications_app/pubspec.yaml index 231ec8b1a14..f2e73b8fa75 100644 --- a/packages/neon_framework/packages/notifications_app/pubspec.yaml +++ b/packages/neon_framework/packages/notifications_app/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.12 - custom_lint: ^0.6.5 + custom_lint: ^0.6.7 flutter_test: sdk: flutter go_router_builder: ^2.7.1 diff --git a/packages/neon_framework/packages/talk_app/pubspec.yaml b/packages/neon_framework/packages/talk_app/pubspec.yaml index c6ec1796f68..a9805ed40b0 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.4.12 built_value: ^8.9.2 - custom_lint: ^0.6.5 + custom_lint: ^0.6.7 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 a06c793f4da..7f32fd181cb 100644 --- a/packages/neon_framework/pubspec.yaml +++ b/packages/neon_framework/pubspec.yaml @@ -86,7 +86,7 @@ dev_dependencies: git: url: https://github.com/nextcloud/neon path: packages/cookie_store_conformance_tests - custom_lint: ^0.6.5 + custom_lint: ^0.6.7 flutter_test: sdk: flutter go_router_builder: ^2.7.1 diff --git a/packages/neon_lints/example/pubspec.yaml b/packages/neon_lints/example/pubspec.yaml index 75ba3fc9da1..07377d1237e 100644 --- a/packages/neon_lints/example/pubspec.yaml +++ b/packages/neon_lints/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: nextcloud: ^7.0.0 dev_dependencies: - custom_lint: ^0.6.5 + custom_lint: ^0.6.7 flutter_test: sdk: flutter meta: ^1.11.0 diff --git a/pubspec.yaml b/pubspec.yaml index 1b6f25b1154..604908f9d13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,5 +9,5 @@ dev_dependencies: fvm: ^3.2.1 husky: ^0.1.7 melos: ^6.0.0 - custom_lint: ^0.6.5 + custom_lint: ^0.6.7 coverage: ^1.9.2