Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit adea723

Browse files
committed
chore(release): publish 19.6.0
1 parent 749d17f commit adea723

File tree

19 files changed

+102
-9
lines changed

19 files changed

+102
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 19.6.0 (2025-05-27)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [prefer-inject] add new rule ([#2461](https://github.com/angular-eslint/angular-eslint/pull/2461))
6+
7+
### 🩹 Fixes
8+
9+
- respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files ([#2458](https://github.com/angular-eslint/angular-eslint/pull/2458))
10+
- **eslint-plugin:** [sort-keys-in-type-decorator] preserve unconfigured properties during autofix ([#2456](https://github.com/angular-eslint/angular-eslint/pull/2456))
11+
- **eslint-plugin:** [use-lifecycle-interface] do not report if the method uses override ([#2463](https://github.com/angular-eslint/angular-eslint/pull/2463))
12+
13+
### ❤️ Thank You
14+
15+
- James Henry @JamesHenry
16+
117
## 19.5.0 (2025-05-25)
218

319
### 🚀 Features

packages/angular-eslint/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 19.6.0 (2025-05-27)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [prefer-inject] add new rule ([#2461](https://github.com/angular-eslint/angular-eslint/pull/2461))
6+
7+
### ❤️ Thank You
8+
9+
- James Henry @JamesHenry
10+
111
## 19.5.0 (2025-05-25)
212

313
### 🚀 Features

packages/angular-eslint/package.json

Lines 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.5.0",
3+
"version": "19.6.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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 19.6.0 (2025-05-27)
2+
3+
### 🩹 Fixes
4+
5+
- respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files ([#2458](https://github.com/angular-eslint/angular-eslint/pull/2458))
6+
7+
### ❤️ Thank You
8+
9+
- James Henry @JamesHenry
10+
111
## 19.5.0 (2025-05-25)
212

313
### 🚀 Features

packages/builder/package.json

Lines 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.5.0",
3+
"version": "19.6.0",
44
"description": "Angular CLI builder for ESLint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/bundled-angular-compiler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 19.6.0 (2025-05-27)
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.5.0 (2025-05-25)
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

Lines 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.5.0",
3+
"version": "19.6.0",
44
"description": "A CJS bundled version of @angular/compiler",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/eslint-plugin-template/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 19.6.0 (2025-05-27)
2+
3+
### 🩹 Fixes
4+
5+
- respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files ([#2458](https://github.com/angular-eslint/angular-eslint/pull/2458))
6+
7+
### ❤️ Thank You
8+
9+
- James Henry @JamesHenry
10+
111
## 19.5.0 (2025-05-25)
212

313
### 🚀 Features

packages/eslint-plugin-template/package.json

Lines 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.5.0",
3+
"version": "19.6.0",
44
"description": "ESLint plugin for Angular Templates",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 19.6.0 (2025-05-27)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [prefer-inject] add new rule ([#2461](https://github.com/angular-eslint/angular-eslint/pull/2461))
6+
7+
### 🩹 Fixes
8+
9+
- **eslint-plugin:** [use-lifecycle-interface] do not report if the method uses override ([#2463](https://github.com/angular-eslint/angular-eslint/pull/2463))
10+
- **eslint-plugin:** [sort-keys-in-type-decorator] preserve unconfigured properties during autofix ([#2456](https://github.com/angular-eslint/angular-eslint/pull/2456))
11+
12+
### ❤️ Thank You
13+
14+
- James Henry @JamesHenry
15+
116
## 19.5.0 (2025-05-25)
217

318
### 🚀 Features

packages/eslint-plugin/package.json

Lines 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.5.0",
3+
"version": "19.6.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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 19.6.0 (2025-05-27)
2+
3+
### 🩹 Fixes
4+
5+
- respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files ([#2458](https://github.com/angular-eslint/angular-eslint/pull/2458))
6+
7+
### ❤️ Thank You
8+
9+
- James Henry @JamesHenry
10+
111
## 19.5.0 (2025-05-25)
212

313
### 🚀 Features

packages/schematics/package.json

Lines 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.5.0",
3+
"version": "19.6.0",
44
"description": "Angular Schematics for angular-eslint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/template-parser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 19.6.0 (2025-05-27)
2+
3+
### 🩹 Fixes
4+
5+
- respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files ([#2458](https://github.com/angular-eslint/angular-eslint/pull/2458))
6+
7+
### ❤️ Thank You
8+
9+
- James Henry @JamesHenry
10+
111
## 19.5.0 (2025-05-25)
212

313
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

Lines 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.5.0",
3+
"version": "19.6.0",
44
"description": "Angular Template parser for ESLint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/test-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 19.6.0 (2025-05-27)
2+
3+
This was a version bump only for @angular-eslint/test-utils to align it with other projects, there were no code changes.
4+
15
## 19.5.0 (2025-05-25)
26

37
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

Lines 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.5.0",
3+
"version": "19.6.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 19.6.0 (2025-05-27)
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.5.0 (2025-05-25)
26

37
### 🚀 Features

packages/utils/package.json

Lines 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.5.0",
3+
"version": "19.6.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)