Skip to content

Commit

Permalink
Bump leancode_lint version in all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed May 14, 2024
1 parent 0890c9a commit 499a6b8
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion dev/cli_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
path: ^1.8.3

dev_dependencies:
leancode_lint: ^7.0.0+1
leancode_lint: ^12.1.0
2 changes: 1 addition & 1 deletion dev/e2e_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ packages:
sha256: "1e99cba16e084a18ce966a7df270d6da6a11ab236caac716aa1fb2359eb277eb"
url: "https://pub.dev"
source: hosted
version: "7.0.0+1"
version: "12.0.1"
logging:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion dev/e2e_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
leancode_lint: ^7.0.0+1
leancode_lint: ^12.1.0
patrol:
path: ../../packages/patrol

Expand Down
4 changes: 2 additions & 2 deletions packages/adb/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:
sdk: '>=3.2.0 <4.0.0'

dev_dependencies:
custom_lint: ^0.5.7
leancode_lint: ^7.0.0+1
custom_lint: ^0.6.4
leancode_lint: ^12.1.0
mocktail: ^1.0.1
test: ^1.24.9

Expand Down
2 changes: 1 addition & 1 deletion packages/patrol/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev_dependencies:
flutter_native_splash: ^2.3.6
flutter_test:
sdk: flutter
leancode_lint: ^7.0.0+1
leancode_lint: ^12.1.0
patrol:
path: ..

Expand Down
4 changes: 2 additions & 2 deletions packages/patrol/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.6
custom_lint: ^0.5.7
custom_lint: ^0.6.4
json_serializable: ^6.7.1
leancode_lint: ^7.0.0+1
leancode_lint: ^12.1.0

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol/test/internals_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void main() {
// given
final topLevelGroup = Group.root([
LocalTest('patrol_test_explorer', Metadata.empty, () {}),
LocalTest('some_test', Metadata.empty, () => null),
LocalTest('some_test', Metadata.empty, () {}),
Group('example_test', [
LocalTest('example_test some example test', Metadata.empty, () {}),
]),
Expand Down
4 changes: 2 additions & 2 deletions packages/patrol_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ dependencies:
yaml: ^3.1.2
dev_dependencies:
build_runner: ^2.4.6
custom_lint: ^0.5.7
custom_lint: ^0.6.4
fake_async: ^1.3.1
leancode_lint: ^7.0.0+1
leancode_lint: ^12.1.0
mocktail: ^1.0.1
test: ^1.24.9

Expand Down
24 changes: 12 additions & 12 deletions packages/patrol_devtools_extension/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: eb376e9acf6938204f90eb3b1f00b578640d3188b4c8a8ec054f9f479af8d051
sha256: "0b2f2bd91ba804e53a61d757b986f89f1f9eaed5b11e4b2f5a2468d86d6c9fc7"
url: "https://pub.dev"
source: hosted
version: "64.0.0"
version: "67.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: "69f54f967773f6c26c7dcb13e93d7ccee8b17a641689da39e878d5cf13b06893"
sha256: "37577842a27e4338429a1cbc32679d508836510b056f1eedf0c8d20e39c1383d"
url: "https://pub.dev"
source: hosted
version: "6.2.0"
version: "6.4.1"
analyzer_plugin:
dependency: transitive
description:
Expand Down Expand Up @@ -125,26 +125,26 @@ packages:
dependency: "direct dev"
description:
name: custom_lint
sha256: "198ec6b8e084d22f508a76556c9afcfb71706ad3f42b083fe0ee923351a96d90"
sha256: "7c0aec12df22f9082146c354692056677f1e70bc43471644d1fdb36c6fdda799"
url: "https://pub.dev"
source: hosted
version: "0.5.7"
version: "0.6.4"
custom_lint_builder:
dependency: transitive
description:
name: custom_lint_builder
sha256: dfcfa987d2bd9d0ba751ef4bdef0f6c1aa0062f2a67fe716fd5f3f8b709d6418
sha256: d7dc41e709dde223806660268678be7993559e523eb3164e2a1425fd6f7615a9
url: "https://pub.dev"
source: hosted
version: "0.5.7"
version: "0.6.4"
custom_lint_core:
dependency: transitive
description:
name: custom_lint_core
sha256: f84c3fe2f27ef3b8831953e477e59d4a29c2952623f9eac450d7b40d9cdd94cc
sha256: a85e8f78f4c52f6c63cdaf8c872eb573db0231dcdf3c3a5906d493c1f8bc20e6
url: "https://pub.dev"
source: hosted
version: "0.5.7"
version: "0.6.3"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -343,10 +343,10 @@ packages:
dependency: "direct dev"
description:
name: leancode_lint
sha256: "1e99cba16e084a18ce966a7df270d6da6a11ab236caac716aa1fb2359eb277eb"
sha256: "24c7380d0d46b3927614ca86c82ba8b7373e3906e5227b9aceb748a78fd2c387"
url: "https://pub.dev"
source: hosted
version: "7.0.0+1"
version: "12.1.0"
logging:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/patrol_devtools_extension/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ dependencies:
vm_service: ^14.2.1

dev_dependencies:
custom_lint: ^0.5.7
custom_lint: ^0.6.4
flutter_test:
sdk: flutter
leancode_lint: ^7.0.0+1
leancode_lint: ^12.1.0

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion packages/patrol_finders/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
leancode_lint: ^7.0.0+1
leancode_lint: ^12.1.0
patrol_finders:
path: ../

Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_finders/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
meta: ^1.10.0

dev_dependencies:
leancode_lint: ^7.0.0+1
leancode_lint: ^12.1.0
26 changes: 13 additions & 13 deletions packages/patrol_gen/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "36a321c3d2cbe01cbcb3540a87b8843846e0206df3e691fa7b23e19e78de6d49"
sha256: "0b2f2bd91ba804e53a61d757b986f89f1f9eaed5b11e4b2f5a2468d86d6c9fc7"
url: "https://pub.dev"
source: hosted
version: "65.0.0"
version: "67.0.0"
analyzer:
dependency: "direct main"
description:
name: analyzer
sha256: dfe03b90ec022450e22513b5e5ca1f01c0c01de9c3fba2f7fd233cb57a6b9a07
sha256: "37577842a27e4338429a1cbc32679d508836510b056f1eedf0c8d20e39c1383d"
url: "https://pub.dev"
source: hosted
version: "6.3.0"
version: "6.4.1"
analyzer_plugin:
dependency: transitive
description:
Expand Down Expand Up @@ -101,26 +101,26 @@ packages:
dependency: "direct dev"
description:
name: custom_lint
sha256: "198ec6b8e084d22f508a76556c9afcfb71706ad3f42b083fe0ee923351a96d90"
sha256: "7c0aec12df22f9082146c354692056677f1e70bc43471644d1fdb36c6fdda799"
url: "https://pub.dev"
source: hosted
version: "0.5.7"
version: "0.6.4"
custom_lint_builder:
dependency: transitive
description:
name: custom_lint_builder
sha256: dfcfa987d2bd9d0ba751ef4bdef0f6c1aa0062f2a67fe716fd5f3f8b709d6418
sha256: d7dc41e709dde223806660268678be7993559e523eb3164e2a1425fd6f7615a9
url: "https://pub.dev"
source: hosted
version: "0.5.7"
version: "0.6.4"
custom_lint_core:
dependency: transitive
description:
name: custom_lint_core
sha256: f84c3fe2f27ef3b8831953e477e59d4a29c2952623f9eac450d7b40d9cdd94cc
sha256: a85e8f78f4c52f6c63cdaf8c872eb573db0231dcdf3c3a5906d493c1f8bc20e6
url: "https://pub.dev"
source: hosted
version: "0.5.7"
version: "0.6.3"
dart_style:
dependency: "direct main"
description:
Expand Down Expand Up @@ -173,10 +173,10 @@ packages:
dependency: "direct dev"
description:
name: leancode_lint
sha256: "1e99cba16e084a18ce966a7df270d6da6a11ab236caac716aa1fb2359eb277eb"
sha256: "24c7380d0d46b3927614ca86c82ba8b7373e3906e5227b9aceb748a78fd2c387"
url: "https://pub.dev"
source: hosted
version: "7.0.0+1"
version: "12.1.0"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -346,4 +346,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.0 <4.0.0"
dart: ">=3.3.0 <4.0.0"
4 changes: 2 additions & 2 deletions packages/patrol_gen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies:
path: ^1.8.3

dev_dependencies:
custom_lint: ^0.5.7
leancode_lint: ^7.0.0+1
custom_lint: ^0.6.4
leancode_lint: ^12.1.0

0 comments on commit 499a6b8

Please sign in to comment.