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

Skip to content

Commit af53867

Browse files
committed
chore(release): publish 19.0.0
1 parent 6971819 commit af53867

File tree

19 files changed

+156
-9
lines changed

19 files changed

+156
-9
lines changed

CHANGELOG.md

+51
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
# 19.0.0 (2024-11-29)
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.
4+
5+
However, please note that the `angular-eslint` package itself now supports being referenced as the schematics collection, so...
6+
7+
**IF YOU ARE ALREADY USING `angular-eslint` and ESLint v9 and flat config** you can now do the following:
8+
9+
```sh
10+
ng update @angular/core @angular/cli angular-eslint
11+
```
12+
13+
(Note: If you encounter any issues with this, you may need to update to the latest v18 release of `angular-eslint` first)
14+
15+
**IF YOU ARE STILL USING `@angular-eslint/schematics` and ESLint v8 and `.eslintrc.json` configs** you can still do the following:
16+
17+
```sh
18+
ng update @angular/core @angular/cli @angular-eslint/schematics
19+
```
20+
21+
**NOTE: There will not be any migration of your setup to ESLint v9 or flat configs for existing ESLint v8 workspaces while migrating to angular-eslint v19.**
22+
23+
We will explore landing an opt in migration schematic in a minor release after `19.0.0`.
24+
25+
### 🚀 Features
26+
27+
- update angular packages to the stable v19 ([#2120](https://github.com/angular-eslint/angular-eslint/pull/2120))
28+
- allow referencing angular-eslint as the schematics collection ([2be3107b](https://github.com/angular-eslint/angular-eslint/commit/2be3107b))
29+
- ⚠️ **eslint-plugin:** remove deprecated prefer-standalone-component rule ([#2112](https://github.com/angular-eslint/angular-eslint/pull/2112))
30+
- ⚠️ **eslint-plugin:** prefer-standalone recognizes that standalone is the default ([#2096](https://github.com/angular-eslint/angular-eslint/pull/2096))
31+
- ⚠️ **eslint-plugin:** remove deprecated sort-ngmodule-metadata-arrays rule ([#2114](https://github.com/angular-eslint/angular-eslint/pull/2114))
32+
- ⚠️ **eslint-plugin:** remove deprecated no-host-metadata-property rule ([#2113](https://github.com/angular-eslint/angular-eslint/pull/2113))
33+
- **eslint-plugin:** new rule prefer-signals ([#1872](https://github.com/angular-eslint/angular-eslint/pull/1872))
34+
- ⚠️ **eslint-plugin:** promote prefer-standalone to recommended ([8dfdc4f4](https://github.com/angular-eslint/angular-eslint/commit/8dfdc4f4))
35+
36+
### ⚠️ Breaking Changes
37+
38+
- ⚠️ **eslint-plugin:** promote prefer-standalone to recommended ([8dfdc4f4](https://github.com/angular-eslint/angular-eslint/commit/8dfdc4f4))
39+
- ⚠️ **eslint-plugin:** remove deprecated no-host-metadata-property rule ([#2113](https://github.com/angular-eslint/angular-eslint/pull/2113))
40+
- ⚠️ **eslint-plugin:** remove deprecated sort-ngmodule-metadata-arrays rule ([#2114](https://github.com/angular-eslint/angular-eslint/pull/2114))
41+
- ⚠️ **eslint-plugin:** prefer-standalone recognizes that standalone is the default ([#2096](https://github.com/angular-eslint/angular-eslint/pull/2096))
42+
- ⚠️ **eslint-plugin:** remove deprecated prefer-standalone-component rule ([#2112](https://github.com/angular-eslint/angular-eslint/pull/2112))
43+
44+
### ❤️ Thank You
45+
46+
- Daniel Kimmich @json-derulo
47+
- Dave @reduckted
48+
- James Henry @JamesHenry
49+
- JamesHenry @JamesHenry
50+
- Leosvel Pérez Espinosa @leosvelperez
51+
152
## 18.4.3 (2024-11-29)
253

354
### 🩹 Fixes

packages/angular-eslint/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 19.0.0 (2024-11-29)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ **eslint-plugin:** promote prefer-standalone to recommended ([8dfdc4f4](https://github.com/angular-eslint/angular-eslint/commit/8dfdc4f4))
6+
- ⚠️ **eslint-plugin:** remove deprecated no-host-metadata-property rule ([#2113](https://github.com/angular-eslint/angular-eslint/pull/2113))
7+
- ⚠️ **eslint-plugin:** remove deprecated sort-ngmodule-metadata-arrays rule ([#2114](https://github.com/angular-eslint/angular-eslint/pull/2114))
8+
- ⚠️ **eslint-plugin:** remove deprecated prefer-standalone-component rule ([#2112](https://github.com/angular-eslint/angular-eslint/pull/2112))
9+
10+
### ⚠️ Breaking Changes
11+
12+
- ⚠️ **eslint-plugin:** promote prefer-standalone to recommended ([8dfdc4f4](https://github.com/angular-eslint/angular-eslint/commit/8dfdc4f4))
13+
- ⚠️ **eslint-plugin:** remove deprecated no-host-metadata-property rule ([#2113](https://github.com/angular-eslint/angular-eslint/pull/2113))
14+
- ⚠️ **eslint-plugin:** remove deprecated sort-ngmodule-metadata-arrays rule ([#2114](https://github.com/angular-eslint/angular-eslint/pull/2114))
15+
- ⚠️ **eslint-plugin:** remove deprecated prefer-standalone-component rule ([#2112](https://github.com/angular-eslint/angular-eslint/pull/2112))
16+
17+
### ❤️ Thank You
18+
19+
- Daniel Kimmich @json-derulo
20+
- James Henry @JamesHenry
21+
- JamesHenry @JamesHenry
22+
123
## 18.4.3 (2024-11-29)
224

325
### 🩹 Fixes

packages/angular-eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-eslint",
3-
"version": "18.4.3",
3+
"version": "19.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

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 19.0.0 (2024-11-29)
2+
3+
### 🚀 Features
4+
5+
- update angular packages to the stable v19 ([#2120](https://github.com/angular-eslint/angular-eslint/pull/2120))
6+
7+
### ❤️ Thank You
8+
9+
- Leosvel Pérez Espinosa @leosvelperez
10+
111
## 18.4.3 (2024-11-29)
212

313
### 🩹 Fixes

packages/builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/builder",
3-
"version": "18.4.3",
3+
"version": "19.0.0",
44
"description": "Angular CLI builder for ESLint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/bundled-angular-compiler/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 19.0.0 (2024-11-29)
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
## 18.4.3 (2024-11-29)
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/bundled-angular-compiler",
3-
"version": "18.4.3",
3+
"version": "19.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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 19.0.0 (2024-11-29)
2+
3+
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
4+
15
## 18.4.3 (2024-11-29)
26

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

packages/eslint-plugin-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/eslint-plugin-template",
3-
"version": "18.4.3",
3+
"version": "19.0.0",
44
"description": "ESLint plugin for Angular Templates",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/eslint-plugin/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 19.0.0 (2024-11-29)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ **eslint-plugin:** promote prefer-standalone to recommended ([8dfdc4f4](https://github.com/angular-eslint/angular-eslint/commit/8dfdc4f4))
6+
- **eslint-plugin:** new rule prefer-signals ([#1872](https://github.com/angular-eslint/angular-eslint/pull/1872))
7+
- ⚠️ **eslint-plugin:** remove deprecated no-host-metadata-property rule ([#2113](https://github.com/angular-eslint/angular-eslint/pull/2113))
8+
- ⚠️ **eslint-plugin:** remove deprecated sort-ngmodule-metadata-arrays rule ([#2114](https://github.com/angular-eslint/angular-eslint/pull/2114))
9+
- ⚠️ **eslint-plugin:** prefer-standalone recognizes that standalone is the default ([#2096](https://github.com/angular-eslint/angular-eslint/pull/2096))
10+
- ⚠️ **eslint-plugin:** remove deprecated prefer-standalone-component rule ([#2112](https://github.com/angular-eslint/angular-eslint/pull/2112))
11+
12+
### ⚠️ Breaking Changes
13+
14+
- ⚠️ **eslint-plugin:** promote prefer-standalone to recommended ([8dfdc4f4](https://github.com/angular-eslint/angular-eslint/commit/8dfdc4f4))
15+
- ⚠️ **eslint-plugin:** remove deprecated no-host-metadata-property rule ([#2113](https://github.com/angular-eslint/angular-eslint/pull/2113))
16+
- ⚠️ **eslint-plugin:** remove deprecated sort-ngmodule-metadata-arrays rule ([#2114](https://github.com/angular-eslint/angular-eslint/pull/2114))
17+
- ⚠️ **eslint-plugin:** prefer-standalone recognizes that standalone is the default ([#2096](https://github.com/angular-eslint/angular-eslint/pull/2096))
18+
- ⚠️ **eslint-plugin:** remove deprecated prefer-standalone-component rule ([#2112](https://github.com/angular-eslint/angular-eslint/pull/2112))
19+
20+
### ❤️ Thank You
21+
22+
- Daniel Kimmich @json-derulo
23+
- Dave @reduckted
24+
- James Henry @JamesHenry
25+
- JamesHenry @JamesHenry
26+
127
## 18.4.3 (2024-11-29)
228

329
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/eslint-plugin",
3-
"version": "18.4.3",
3+
"version": "19.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

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 19.0.0 (2024-11-29)
2+
3+
### 🚀 Features
4+
5+
- allow referencing angular-eslint as the schematics collection ([2be3107b](https://github.com/angular-eslint/angular-eslint/commit/2be3107b))
6+
- update angular packages to the stable v19 ([#2120](https://github.com/angular-eslint/angular-eslint/pull/2120))
7+
8+
### ❤️ Thank You
9+
10+
- JamesHenry @JamesHenry
11+
- Leosvel Pérez Espinosa @leosvelperez
12+
113
## 18.4.3 (2024-11-29)
214

315
### 🩹 Fixes

packages/schematics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/schematics",
3-
"version": "18.4.3",
3+
"version": "19.0.0",
44
"description": "Angular Schematics for angular-eslint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/template-parser/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 19.0.0 (2024-11-29)
2+
3+
This was a version bump only for template-parser to align it with other projects, there were no code changes.
4+
15
## 18.4.3 (2024-11-29)
26

37
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/template-parser",
3-
"version": "18.4.3",
3+
"version": "19.0.0",
44
"description": "Angular Template parser for ESLint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/test-utils/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 19.0.0 (2024-11-29)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** new rule prefer-signals ([#1872](https://github.com/angular-eslint/angular-eslint/pull/1872))
6+
7+
### ❤️ Thank You
8+
9+
- Dave @reduckted
10+
111
## 18.4.3 (2024-11-29)
212

313
This was a version bump only for test-utils to align it with other projects, there were no code changes.

packages/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/test-utils",
3-
"version": "18.4.3",
3+
"version": "19.0.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 19.0.0 (2024-11-29)
2+
3+
This was a version bump only for utils to align it with other projects, there were no code changes.
4+
15
## 18.4.3 (2024-11-29)
26

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

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/utils",
3-
"version": "18.4.3",
3+
"version": "19.0.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)