Skip to content

Commit

Permalink
chore(deps): update custom_lint to ^0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 556e5c0 commit 46a0e52
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 17 deletions.
20 changes: 14 additions & 6 deletions packages/neon_framework/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/files_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/news_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/notes_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/talk_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_lints/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 46a0e52

Please sign in to comment.