Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd42d41

Browse filesBrowse files
committed
chore(release): publish 20.0.0
1 parent c08eb54 commit dd42d41
Copy full SHA for dd42d41

File tree

Expand file treeCollapse file tree

19 files changed

+173
-9
lines changed
Filter options
Expand file treeCollapse file tree

19 files changed

+173
-9
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+34Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# 20.0.0 (2025-06-06)
2+
3+
As always we recommend that you update your existing workspaces by using `ng update` as we provide some helpful schematics to help migrate your workspaces to the latest and greatest. Running the following will update Angular, the Angular CLI and angular-eslint together:
4+
5+
```sh
6+
ng update @angular/core @angular/cli angular-eslint
7+
```
8+
9+
### 🚀 Features
10+
11+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
12+
- ⚠️ **eslint-lint:** add prefer-inject to recommended ([c8367d3b](https://github.com/angular-eslint/angular-eslint/commit/c8367d3b))
13+
- ⚠️ **eslint-plugin:** switch prefer-standalone fix to suggestion, reference guide ([4583034f](https://github.com/angular-eslint/angular-eslint/commit/4583034f))
14+
- ⚠️ **eslint-plugin:** remove (component|directive)-class-suffix from recommended ([c1022ee6](https://github.com/angular-eslint/angular-eslint/commit/c1022ee6))
15+
- ⚠️ **template-parser:** do not suppress parse errors by default ([#2255](https://github.com/angular-eslint/angular-eslint/pull/2255))
16+
17+
### 🩹 Fixes
18+
19+
- ⚠️ **eslint-plugin:** [sort-keys-in-type-decorator] default orders now include all known keys ([9183385d](https://github.com/angular-eslint/angular-eslint/commit/9183385d))
20+
21+
### ⚠️ Breaking Changes
22+
23+
- ⚠️ **eslint-plugin:** [sort-keys-in-type-decorator] default orders now include all known keys ([9183385d](https://github.com/angular-eslint/angular-eslint/commit/9183385d))
24+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
25+
- ⚠️ **eslint-lint:** add prefer-inject to recommended ([c8367d3b](https://github.com/angular-eslint/angular-eslint/commit/c8367d3b))
26+
- ⚠️ **eslint-plugin:** remove (component|directive)-class-suffix from recommended ([c1022ee6](https://github.com/angular-eslint/angular-eslint/commit/c1022ee6))
27+
- ⚠️ **eslint-plugin:** switch prefer-standalone fix to suggestion, reference guide ([4583034f](https://github.com/angular-eslint/angular-eslint/commit/4583034f))
28+
- ⚠️ **template-parser:** do not suppress parse errors by default ([#2255](https://github.com/angular-eslint/angular-eslint/pull/2255))
29+
30+
### ❤️ Thank You
31+
32+
- Dave @reduckted
33+
- JamesHenry @JamesHenry
34+
135
## 19.8.0 (2025-06-06)
236

337
### 🚀 Features

‎packages/angular-eslint/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/angular-eslint/CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 20.0.0 (2025-06-06)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
6+
- ⚠️ **eslint-lint:** add prefer-inject to recommended ([c8367d3b](https://github.com/angular-eslint/angular-eslint/commit/c8367d3b))
7+
- ⚠️ **eslint-plugin:** remove (component|directive)-class-suffix from recommended ([c1022ee6](https://github.com/angular-eslint/angular-eslint/commit/c1022ee6))
8+
9+
### ⚠️ Breaking Changes
10+
11+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
12+
- ⚠️ **eslint-lint:** add prefer-inject to recommended ([c8367d3b](https://github.com/angular-eslint/angular-eslint/commit/c8367d3b))
13+
- ⚠️ **eslint-plugin:** remove (component|directive)-class-suffix from recommended ([c1022ee6](https://github.com/angular-eslint/angular-eslint/commit/c1022ee6))
14+
15+
### ❤️ Thank You
16+
17+
- JamesHenry @JamesHenry
18+
119
## 19.8.0 (2025-06-06)
220

321
This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

‎packages/angular-eslint/package.json

Copy file name to clipboardExpand all lines: packages/angular-eslint/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-eslint",
3-
"version": "19.8.0",
3+
"version": "20.0.0",
44
"description": "The tooling which enables ESLint to work with Angular projects",
55
"license": "MIT",
66
"main": "dist/index.js",

‎packages/builder/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/builder/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 20.0.0 (2025-06-06)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
10+
11+
### ❤️ Thank You
12+
13+
- JamesHenry @JamesHenry
14+
115
## 19.8.0 (2025-06-06)
216

317
This was a version bump only for builder to align it with other projects, there were no code changes.

‎packages/builder/package.json

Copy file name to clipboardExpand all lines: packages/builder/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/builder",
3-
"version": "19.8.0",
3+
"version": "20.0.0",
44
"description": "Angular CLI builder for ESLint",
55
"license": "MIT",
66
"main": "dist/index.js",

‎packages/bundled-angular-compiler/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/bundled-angular-compiler/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 20.0.0 (2025-06-06)
2+
3+
This was a version bump only for bundled-angular-compiler to align it with other projects, there were no code changes.
4+
15
## 19.8.0 (2025-06-06)
26

37
This was a version bump only for bundled-angular-compiler to align it with other projects, there were no code changes.

‎packages/bundled-angular-compiler/package.json

Copy file name to clipboardExpand all lines: packages/bundled-angular-compiler/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/bundled-angular-compiler",
3-
"version": "19.8.0",
3+
"version": "20.0.0",
44
"description": "A CJS bundled version of @angular/compiler",
55
"license": "MIT",
66
"main": "dist/index.js",

‎packages/eslint-plugin-template/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/eslint-plugin-template/CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 20.0.0 (2025-06-06)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
6+
- ⚠️ **template-parser:** do not suppress parse errors by default ([#2255](https://github.com/angular-eslint/angular-eslint/pull/2255))
7+
8+
### 🩹 Fixes
9+
10+
- ⚠️ **eslint-plugin:** [sort-keys-in-type-decorator] default orders now include all known keys ([9183385d](https://github.com/angular-eslint/angular-eslint/commit/9183385d))
11+
12+
### ⚠️ Breaking Changes
13+
14+
- ⚠️ **eslint-plugin:** [sort-keys-in-type-decorator] default orders now include all known keys ([9183385d](https://github.com/angular-eslint/angular-eslint/commit/9183385d))
15+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
16+
- ⚠️ **template-parser:** do not suppress parse errors by default ([#2255](https://github.com/angular-eslint/angular-eslint/pull/2255))
17+
18+
### ❤️ Thank You
19+
20+
- Dave @reduckted
21+
- JamesHenry @JamesHenry
22+
123
## 19.8.0 (2025-06-06)
224

325
### 🚀 Features

‎packages/eslint-plugin-template/package.json

Copy file name to clipboardExpand all lines: packages/eslint-plugin-template/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/eslint-plugin-template",
3-
"version": "19.8.0",
3+
"version": "20.0.0",
44
"description": "ESLint plugin for Angular Templates",
55
"license": "MIT",
66
"main": "dist/index.js",

‎packages/eslint-plugin/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/eslint-plugin/CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 20.0.0 (2025-06-06)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ **eslint-lint:** add prefer-inject to recommended ([c8367d3b](https://github.com/angular-eslint/angular-eslint/commit/c8367d3b))
6+
- ⚠️ **eslint-plugin:** remove (component|directive)-class-suffix from recommended ([c1022ee6](https://github.com/angular-eslint/angular-eslint/commit/c1022ee6))
7+
- ⚠️ **eslint-plugin:** switch prefer-standalone fix to suggestion, reference guide ([4583034f](https://github.com/angular-eslint/angular-eslint/commit/4583034f))
8+
9+
### 🩹 Fixes
10+
11+
- ⚠️ **eslint-plugin:** [sort-keys-in-type-decorator] default orders now include all known keys ([9183385d](https://github.com/angular-eslint/angular-eslint/commit/9183385d))
12+
13+
### ⚠️ Breaking Changes
14+
15+
- ⚠️ **eslint-plugin:** [sort-keys-in-type-decorator] default orders now include all known keys ([9183385d](https://github.com/angular-eslint/angular-eslint/commit/9183385d))
16+
- ⚠️ **eslint-lint:** add prefer-inject to recommended ([c8367d3b](https://github.com/angular-eslint/angular-eslint/commit/c8367d3b))
17+
- ⚠️ **eslint-plugin:** remove (component|directive)-class-suffix from recommended ([c1022ee6](https://github.com/angular-eslint/angular-eslint/commit/c1022ee6))
18+
- ⚠️ **eslint-plugin:** switch prefer-standalone fix to suggestion, reference guide ([4583034f](https://github.com/angular-eslint/angular-eslint/commit/4583034f))
19+
20+
### ❤️ Thank You
21+
22+
- JamesHenry @JamesHenry
23+
124
## 19.8.0 (2025-06-06)
225

326
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

‎packages/eslint-plugin/package.json

Copy file name to clipboardExpand all lines: packages/eslint-plugin/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/eslint-plugin",
3-
"version": "19.8.0",
3+
"version": "20.0.0",
44
"description": "ESLint plugin for Angular applications, following https://angular.dev/style-guide",
55
"license": "MIT",
66
"main": "dist/index.js",

‎packages/schematics/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/schematics/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 20.0.0 (2025-06-06)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
10+
11+
### ❤️ Thank You
12+
13+
- JamesHenry @JamesHenry
14+
115
## 19.8.0 (2025-06-06)
216

317
This was a version bump only for schematics to align it with other projects, there were no code changes.

‎packages/schematics/package.json

Copy file name to clipboardExpand all lines: packages/schematics/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/schematics",
3-
"version": "19.8.0",
3+
"version": "20.0.0",
44
"description": "Angular Schematics for angular-eslint",
55
"license": "MIT",
66
"main": "dist/index.js",

‎packages/template-parser/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/template-parser/CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 20.0.0 (2025-06-06)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
6+
- ⚠️ **template-parser:** do not suppress parse errors by default ([#2255](https://github.com/angular-eslint/angular-eslint/pull/2255))
7+
8+
### ⚠️ Breaking Changes
9+
10+
- ⚠️ switch to angular v20 ([e2b46ef4](https://github.com/angular-eslint/angular-eslint/commit/e2b46ef4))
11+
- ⚠️ **template-parser:** do not suppress parse errors by default ([#2255](https://github.com/angular-eslint/angular-eslint/pull/2255))
12+
13+
### ❤️ Thank You
14+
15+
- Dave @reduckted
16+
- JamesHenry @JamesHenry
17+
118
## 19.8.0 (2025-06-06)
219

320
This was a version bump only for template-parser to align it with other projects, there were no code changes.

‎packages/template-parser/package.json

Copy file name to clipboardExpand all lines: packages/template-parser/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/template-parser",
3-
"version": "19.8.0",
3+
"version": "20.0.0",
44
"description": "Angular Template parser for ESLint",
55
"license": "MIT",
66
"main": "dist/index.js",

‎packages/test-utils/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/test-utils/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 20.0.0 (2025-06-06)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ **template-parser:** do not suppress parse errors by default ([#2255](https://github.com/angular-eslint/angular-eslint/pull/2255))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- ⚠️ **template-parser:** do not suppress parse errors by default ([#2255](https://github.com/angular-eslint/angular-eslint/pull/2255))
10+
11+
### ❤️ Thank You
12+
13+
- Dave @reduckted
14+
115
## 19.8.0 (2025-06-06)
216

317
This was a version bump only for @angular-eslint/test-utils to align it with other projects, there were no code changes.

‎packages/test-utils/package.json

Copy file name to clipboardExpand all lines: packages/test-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/test-utils",
3-
"version": "19.8.0",
3+
"version": "20.0.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

‎packages/utils/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/utils/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 20.0.0 (2025-06-06)
2+
3+
This was a version bump only for @angular-eslint/utils to align it with other projects, there were no code changes.
4+
15
## 19.8.0 (2025-06-06)
26

37
This was a version bump only for @angular-eslint/utils to align it with other projects, there were no code changes.

‎packages/utils/package.json

Copy file name to clipboardExpand all lines: packages/utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/utils",
3-
"version": "19.8.0",
3+
"version": "20.0.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.