Skip to content

Commit e3364e0

Browse files
committed
Publish v0.17.0
1 parent ad1633a commit e3364e0

File tree

4 files changed

+126
-97
lines changed

4 files changed

+126
-97
lines changed

CHANGELOG.adoc

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,39 @@
33
:eslint-angular-rules: https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules
44
:eslint-angular-template-rules: https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules
55

6-
== v0.17.0-beta.1 (next)
6+
== v0.17.0
7+
8+
* Updated `link:https://github.com/perfective/eslint-config[@perfective/eslint-config]` to `link:{eslint-config-tags}/v0.22.0[0.22.0]`.
9+
** Supports TypeScript v5.2.
10+
** Marked `eslint-plugin-cypress` as an optional peer dependency.
11+
** Marked `eslint-plugin-jest` as an optional peer dependency.
12+
** Marked `eslint-plugin-jest-formatting` as a conditionally optional peer dependency:
13+
*** `eslint-plugin-jest-formatting` must be installed when `eslint-plugin-jest` is installed.
14+
** Marked `eslint-plugin-jest-dom` as an optional peer dependency.
15+
** Marked `eslint-plugin-testing-library` as an optional peer dependency.
16+
+
17+
* Upgraded `@angular-eslint` to `16.1.2`
18+
** Replaced `@angular-eslint/template/accessibility-alt-text` with `link:{eslint-angular-template-rules}/alt-text.md[@angular-eslint/template/alt-text]`.
19+
** Replaced `@angular-eslint/template/accessibility-elements-content` with `link:{eslint-angular-template-rules}/elements-content.md[@angular-eslint/template/elements-content]`.
20+
** Replaced `@angular-eslint/template/accessibility-interactive-supports-focus` with `link:{eslint-angular-template-rules}/interactive-supports-focus.md[@angular-eslint/template/interactive-supports-focus]`.
21+
** Replaced `@angular-eslint/template/accessibility-label-has-associated-control` with `link:{eslint-angular-template-rules}/label-has-associated-control.md[@angular-eslint/template/label-has-associated-control]`.
22+
** Replaced `@angular-eslint/template/accessibility-role-has-required-aria` with `link:{eslint-angular-template-rules}/role-has-required-aria.md[@angular-eslint/template/role-has-required-aria]`.
23+
** Replaced `@angular-eslint/template/accessibility-table-scope` with `link:{eslint-angular-template-rules}/table-scope.md[@angular-eslint/template/table-scope]`.
24+
** Replaced `@angular-eslint/template/accessibility-valid-aria` with `link:{eslint-angular-template-rules}/valid-aria.md[@angular-eslint/template/valid-aria]`.
25+
** Removed `@angular-eslint/template/accessibility-label-for` as deprecated and removed from `@angular-eslint`.
26+
** Enabled the `link:{eslint-angular-template-rules}/prefer-self-closing-tags.md[@angular-eslint/template/prefer-self-closing-tags]` rule as a warning.
27+
** Re-enabled `@angular-eslint/require-localize-metadata` as an error.
28+
+
29+
* Patched `eslint-plugin-rxjs-angular` to `2.0.1`.
30+
31+
To update see the https://github.com/perfective/eslint-config-angular/blob/main/MIGRATION_GUIDE.adoc[Migration guide].
32+
33+
34+
== v0.17.0-beta.1
735

836
* Updated `link:https://github.com/perfective/eslint-config[@perfective/eslint-config]` to `link:{eslint-config-tags}/v0.22.0-beta[0.22.0-beta]`.
937
* Patched `@angular-eslint` to `16.1.1`
10-
*** Re-enabled `@angular-eslint/require-localize-metadata` as an error.
38+
** Re-enabled `@angular-eslint/require-localize-metadata` as an error.
1139

1240
== v0.17.0-beta
1341

MIGRATION_GUIDE.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Migration between minor versions follows the same steps:
99
** fix errors or check auto-fixes of warnings;
1010
** check for the regressions.
1111

12-
== From `v0.16.0` to `v0.17.0-beta.1` (next)
12+
== From `v0.16.0` to `v0.17.0`
1313

1414
* If you do not use `jest`,
1515
remove `eslint-plugin-jest`, `eslint-plugin-jest-formatting`, `eslint-plugin-jest-dom`,

0 commit comments

Comments
 (0)