Skip to content

Commit

Permalink
Merge pull request #2550 from nextcloud/renovate/custom_lint-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Oct 8, 2024
2 parents 34df473 + 24a217e commit 4e7913c
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions packages/neon_framework/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,18 +264,18 @@ packages:
dependency: "direct dev"
description:
name: custom_lint
sha256: "6e1ec47427ca968f22bce734d00028ae7084361999b41673291138945c5baca0"
sha256: "832fcdc676171205201c9cffafd6b5add19393962f6598af8472b48b413026e6"
url: "https://pub.dev"
source: hosted
version: "0.6.7"
version: "0.6.8"
custom_lint_builder:
dependency: transitive
description:
name: custom_lint_builder
sha256: ba2f90fff4eff71d202d097eb14b14f87087eaaef742e956208c0eb9d3a40a21
sha256: c3d82779026f91b8e00c9ac18934595cbc9b490094ea682052beeafdb2bd50ac
url: "https://pub.dev"
source: hosted
version: "0.6.7"
version: "0.6.8"
custom_lint_core:
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.7
custom_lint: ^0.6.8
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.7
custom_lint: ^0.6.8
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.7
custom_lint: ^0.6.8
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.7
custom_lint: ^0.6.8
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.7
custom_lint: ^0.6.8
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.7
custom_lint: ^0.6.8
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.7
custom_lint: ^0.6.8
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 @@ -86,7 +86,7 @@ dev_dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/cookie_store_conformance_tests
custom_lint: ^0.6.7
custom_lint: ^0.6.8
flutter_test:
sdk: flutter
go_router_builder: ^2.7.1
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.0.1

dev_dependencies:
custom_lint: ^0.6.7
custom_lint: ^0.6.8
flutter_test:
sdk: flutter
meta: ^1.11.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dev_dependencies:
fvm: ^3.2.1
husky: ^0.1.7
melos: ^6.0.0
custom_lint: ^0.6.7
custom_lint: ^0.6.8
coverage: ^1.9.2

0 comments on commit 4e7913c

Please sign in to comment.