From 46a0e524d30aaa2fb2407ad222728dc17617a623 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:05:32 +0000 Subject: [PATCH] chore(deps): update custom_lint to ^0.7.0 --- packages/neon_framework/example/pubspec.lock | 20 +++++++++++++------ packages/neon_framework/example/pubspec.yaml | 2 +- .../packages/dashboard_app/pubspec.yaml | 2 +- .../packages/files_app/pubspec.yaml | 2 +- .../packages/news_app/pubspec.yaml | 2 +- .../packages/notes_app/pubspec.yaml | 2 +- .../packages/notifications_app/pubspec.yaml | 2 +- .../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 +- pubspec.yaml | 2 +- 12 files changed, 25 insertions(+), 17 deletions(-) diff --git a/packages/neon_framework/example/pubspec.lock b/packages/neon_framework/example/pubspec.lock index c4379f822cf..beeeb44959c 100644 --- a/packages/neon_framework/example/pubspec.lock +++ b/packages/neon_framework/example/pubspec.lock @@ -264,26 +264,34 @@ packages: dependency: "direct dev" description: name: custom_lint - sha256: "832fcdc676171205201c9cffafd6b5add19393962f6598af8472b48b413026e6" + sha256: "3486c470bb93313a9417f926c7dd694a2e349220992d7b9d14534dc49c15bba9" url: "https://pub.dev" source: hosted - version: "0.6.8" + version: "0.7.0" custom_lint_builder: dependency: transitive description: name: custom_lint_builder - sha256: c3d82779026f91b8e00c9ac18934595cbc9b490094ea682052beeafdb2bd50ac + sha256: "42cdc41994eeeddab0d7a722c7093ec52bd0761921eeb2cbdbf33d192a234759" url: "https://pub.dev" source: hosted - version: "0.6.8" + version: "0.7.0" custom_lint_core: dependency: transitive description: name: custom_lint_core - sha256: "4ddbbdaa774265de44c97054dcec058a83d9081d071785ece601e348c18c267d" + sha256: "02450c3e45e2a6e8b26c4d16687596ab3c4644dd5792e3313aa9ceba5a49b7f5" url: "https://pub.dev" source: hosted - version: "0.6.5" + version: "0.7.0" + custom_lint_visitor: + dependency: transitive + description: + name: custom_lint_visitor + sha256: "8aeb3b6ae2bb765e7716b93d1d10e8356d04e0ff6d7592de6ee04e0dd7d6587d" + url: "https://pub.dev" + source: hosted + version: "1.0.0+6.7.0" dart_style: dependency: transitive description: diff --git a/packages/neon_framework/example/pubspec.yaml b/packages/neon_framework/example/pubspec.yaml index 937800683a6..6602e621d88 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.8 + custom_lint: ^0.7.0 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 d994a8016f7..da63d572d54 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.13 - custom_lint: ^0.6.8 + custom_lint: ^0.7.0 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 531e851eb33..5a957f10680 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.13 - custom_lint: ^0.6.8 + custom_lint: ^0.7.0 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 a2a3711f596..56b0a60e7ea 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.13 - custom_lint: ^0.6.8 + custom_lint: ^0.7.0 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 3d71e273dd2..b96c6fb82ba 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.13 - custom_lint: ^0.6.8 + custom_lint: ^0.7.0 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 ba73dff8c23..23039058791 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.4.13 built_value: ^8.9.2 - custom_lint: ^0.6.8 + custom_lint: ^0.7.0 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 80b5783fb23..f394ff746ab 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.13 built_value: ^8.9.2 - custom_lint: ^0.6.8 + custom_lint: ^0.7.0 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 425a8fdf95d..20df0f93c60 100644 --- a/packages/neon_framework/pubspec.yaml +++ b/packages/neon_framework/pubspec.yaml @@ -93,7 +93,7 @@ dev_dependencies: url: https://github.com/nextcloud/neon path: packages/cookie_store_conformance_tests crypton: ^2.2.1 - custom_lint: ^0.6.8 + custom_lint: ^0.7.0 flutter_local_notifications_platform_interface: ^7.2.0 flutter_test: sdk: flutter diff --git a/packages/neon_lints/example/pubspec.yaml b/packages/neon_lints/example/pubspec.yaml index 55bfc26961f..a80bbcf5d6d 100644 --- a/packages/neon_lints/example/pubspec.yaml +++ b/packages/neon_lints/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: nextcloud: ^8.1.0 dev_dependencies: - custom_lint: ^0.6.8 + custom_lint: ^0.7.0 flutter_test: sdk: flutter meta: ^1.11.0 diff --git a/packages/neon_lints/pubspec.yaml b/packages/neon_lints/pubspec.yaml index 1ec5b47c967..8cfb60ae9ab 100644 --- a/packages/neon_lints/pubspec.yaml +++ b/packages/neon_lints/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: analyzer: ^6.4.1 analyzer_plugin: ^0.11.3 - custom_lint_builder: ^0.6.5 + custom_lint_builder: ^0.7.0 dev_dependencies: lint_maker: ^0.2.2 diff --git a/pubspec.yaml b/pubspec.yaml index e0b72ec3338..60f1cbc7a44 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,5 +8,5 @@ dev_dependencies: commitlint_cli: ^0.7.2 fvm: ^3.2.1 melos: ^6.0.0 - custom_lint: ^0.6.8 + custom_lint: ^0.7.0 coverage: ^1.10.0