Skip to content

Commit c538080

Browse files
authored
Merge pull request #62 from altive/release
chore(release): publish packages
2 parents cd146c8 + 1de48f8 commit c538080

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/altive_lints/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.14.0
2+
3+
- **FEAT**: Update all lint rules ([#61](https://github.com/altive/altive_lints/issues/61)). ([cd146c86](https://github.com/altive/altive_lints/commit/cd146c864b6b1ecf243e30a56a5cda7bdb265397))
4+
- add new rules to `all_lint_rules.yaml` that are available from Dart 3.5.
5+
- [document_ignores](https://dart.dev/tools/linter-rules/document_ignores)
6+
- [invalid_runtime_check_with_js_interop_types](https://dart.dev/tools/linter-rules/invalid_runtime_check_with_js_interop_types)
7+
- The altive_lints enable these rules.
8+
19
## 1.13.0
210

311
- **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))

packages/altive_lints/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: altive_lints
22
description: >-
33
Provides `all_lint_rules.yaml` that activates all rules and
44
`altive_lints.yaml` with Altive recommended rule selection.
5-
version: 1.13.0
5+
version: 1.14.0
66
homepage: https://altive.dev
77
repository: https://github.com/altive/altive_lints
88
issue_tracker: https://github.com/altive/altive_lints/issues

packages/diffscrape/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies:
1313
http: ^1.2.1
1414

1515
dev_dependencies:
16-
altive_lints: ^1.13.0
16+
altive_lints: ^1.14.0
1717
test: ^1.25.7

0 commit comments

Comments
 (0)