From 5da2cdde2825942c58c752da6badbb7568c09073 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 06:20:46 +0000 Subject: [PATCH] chore(deps): update dependency custom_lint to ^0.6.5 --- 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 06e22338684..dd68670eac8 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.4 + custom_lint: ^0.6.5 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 702e89d9d52..bbbceecf89b 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.11 - custom_lint: ^0.6.4 + custom_lint: ^0.6.5 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 2549ca277d2..7c1591880d8 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.11 - custom_lint: ^0.6.4 + custom_lint: ^0.6.5 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 2fb2ad9cdc3..d027141daf5 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.11 - custom_lint: ^0.6.4 + custom_lint: ^0.6.5 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 38e1fe16687..822caca1a97 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.11 - custom_lint: ^0.6.4 + custom_lint: ^0.6.5 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 4ecc46ec0f2..6fe487efd03 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.11 - custom_lint: ^0.6.4 + custom_lint: ^0.6.5 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 725ef574494..1b19e4eea8b 100644 --- a/packages/neon_framework/packages/talk_app/pubspec.yaml +++ b/packages/neon_framework/packages/talk_app/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: dev_dependencies: build_runner: ^2.4.11 - custom_lint: ^0.6.4 + custom_lint: ^0.6.5 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 dfe6daef271..e3bf1d73dfe 100644 --- a/packages/neon_framework/pubspec.yaml +++ b/packages/neon_framework/pubspec.yaml @@ -77,7 +77,7 @@ dev_dependencies: git: url: https://github.com/nextcloud/neon path: packages/cookie_store_conformance_tests - custom_lint: ^0.6.4 + custom_lint: ^0.6.5 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 f888109048c..75ba3fc9da1 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.4 + custom_lint: ^0.6.5 flutter_test: sdk: flutter meta: ^1.11.0 diff --git a/pubspec.yaml b/pubspec.yaml index a0fb9a6c3a1..1b6f25b1154 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.4 + custom_lint: ^0.6.5 coverage: ^1.9.2