File tree Expand file tree Collapse file tree 7 files changed +15
-10
lines changed
Expand file tree Collapse file tree 7 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased patch
1+ ## 0.6.10 - 2024-10-10
22
33- Support installing custom_lint plugins in ` dependencies: ` instead of ` dev_dependencies ` (thanks to @dickermoshe ).
44
Original file line number Diff line number Diff line change 11name : custom_lint
2- version : 0.6.9
2+ version : 0.6.10
33description : Lint rules are a powerful way to improve the maintainability of a project. Custom Lint allows package authors and developers to easily write custom lint rules.
44repository : https://github.com/invertase/dart_custom_lint
55issue_tracker : https://github.com/invertase/dart_custom_lint/issues
@@ -15,7 +15,7 @@ dependencies:
1515 ci : ^0.1.0
1616 cli_util : ^0.4.0
1717 collection : ^1.16.0
18- custom_lint_core : ^0.6.9
18+ custom_lint_core : ^0.6.10
1919 freezed_annotation : ^2.2.0
2020 json_annotation : ^4.7.0
2121 meta : ^1.7.0
Original file line number Diff line number Diff line change 11name : custom_lint_analyzer_plugin_loader
22description : This pubspec determines the version of the analyzer plugin to load.
3- version : 0.6.9
3+ version : 0.6.10
44publish_to : none
55
66environment :
77 sdk : " >=3.0.0 <4.0.0"
88
99dependencies :
10- custom_lint : 0.6.9
10+ custom_lint : 0.6.10
1111
1212# TODO: If you want to contribute to custom_lint, add a pubspec_overrides.yaml file
1313# in this folder, containing the following:
Original file line number Diff line number Diff line change 1+ ## 0.6.10 - 2024-10-10
2+
3+ - ` custom_lint ` upgraded to ` 0.6.10 `
4+ - ` custom_lint_core ` upgraded to ` 0.6.10 `
5+
16## 0.6.9 - 2024-10-09
27
38- ` custom_lint ` upgraded to ` 0.6.9 `
Original file line number Diff line number Diff line change 11name : custom_lint_builder
2- version : 0.6.9
2+ version : 0.6.10
33description : A package to help writing custom linters
44repository : https://github.com/invertase/dart_custom_lint
55
@@ -12,10 +12,10 @@ dependencies:
1212 collection : ^1.16.0
1313 # Using tight constraints as custom_lint_builder communicate with each-other
1414 # using a specific contract
15- custom_lint : 0.6.9
15+ custom_lint : 0.6.10
1616 # Using tight constraints as custom_lint_builder communicate with each-other
1717 # using a specific contract
18- custom_lint_core : ^0.6.9
18+ custom_lint_core : ^0.6.10
1919 glob : ^2.1.1
2020 hotreloader : " >=3.0.5 <5.0.0"
2121 meta : ^1.7.0
Original file line number Diff line number Diff line change 1- ## Unreleased patch
1+ ## 0.6.10 - 2024-10-10
22
33- Added support for ` dart:io ` imports when using ` TypeChecker.fromPackage ` (thanks to @oskar-zeinomahmalat-sonarsource )
44
Original file line number Diff line number Diff line change 11name : custom_lint_core
2- version : 0.6.9
2+ version : 0.6.10
33description : A package to help writing custom linters
44repository : https://github.com/invertase/dart_custom_lint
55
You can’t perform that action at this time.
0 commit comments