diff --git a/packages/altive_lints/CHANGELOG.md b/packages/altive_lints/CHANGELOG.md index 7d8ad9a..e8bc50f 100644 --- a/packages/altive_lints/CHANGELOG.md +++ b/packages/altive_lints/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.14.0 + + - **FEAT**: Update all lint rules ([#61](https://github.com/altive/altive_lints/issues/61)). ([cd146c86](https://github.com/altive/altive_lints/commit/cd146c864b6b1ecf243e30a56a5cda7bdb265397)) + - add new rules to `all_lint_rules.yaml` that are available from Dart 3.5. + - [document_ignores](https://dart.dev/tools/linter-rules/document_ignores) + - [invalid_runtime_check_with_js_interop_types](https://dart.dev/tools/linter-rules/invalid_runtime_check_with_js_interop_types) + - The altive_lints enable these rules. + ## 1.13.0 - **FIX**: Add stack to avoid_single_child ([#57](https://github.com/altive/altive_lints/issues/57)). ([c2e3ccb9](https://github.com/altive/altive_lints/commit/c2e3ccb9c62d2ddaa53196ca55adac00a6f45cd8)) diff --git a/packages/altive_lints/pubspec.yaml b/packages/altive_lints/pubspec.yaml index a86a8bd..f6ad0e3 100644 --- a/packages/altive_lints/pubspec.yaml +++ b/packages/altive_lints/pubspec.yaml @@ -2,7 +2,7 @@ name: altive_lints description: >- Provides `all_lint_rules.yaml` that activates all rules and `altive_lints.yaml` with Altive recommended rule selection. -version: 1.13.0 +version: 1.14.0 homepage: https://altive.dev repository: https://github.com/altive/altive_lints issue_tracker: https://github.com/altive/altive_lints/issues diff --git a/packages/diffscrape/pubspec.yaml b/packages/diffscrape/pubspec.yaml index d49efc0..ca44e02 100644 --- a/packages/diffscrape/pubspec.yaml +++ b/packages/diffscrape/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: http: ^1.2.1 dev_dependencies: - altive_lints: ^1.13.0 + altive_lints: ^1.14.0 test: ^1.25.7