Skip to content

Commit 350b2da

Browse files
committed
chore(release): publish 17.4.0
1 parent 20bbfb2 commit 350b2da

15 files changed

Lines changed: 201 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 17.4.0 (2024-05-07)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [no-duplicates-in-metadata-arrays] new rule ([#1779](https://github.com/angular-eslint/angular-eslint/pull/1779))
6+
7+
### 🩹 Fixes
8+
9+
- update dependency @angular/compiler to v17.3.4 ([#1750](https://github.com/angular-eslint/angular-eslint/pull/1750))
10+
- update dependency eslint-scope to v8.0.1 ([#1762](https://github.com/angular-eslint/angular-eslint/pull/1762))
11+
- update dependency @angular/compiler to v17.3.6 ([#1775](https://github.com/angular-eslint/angular-eslint/pull/1775))
12+
- update typescript-eslint packages to v7.8.0 ([#1786](https://github.com/angular-eslint/angular-eslint/pull/1786))
13+
- **eslint-plugin:** [sort-ngmodule-metadata-arrays] deprecate rule ([#1781](https://github.com/angular-eslint/angular-eslint/pull/1781))
14+
- **eslint-plugin-template:** [attributes-order] calculate valueless structural directive start/end positions correctly ([#1726](https://github.com/angular-eslint/angular-eslint/pull/1726))
15+
- **schematics:** update schema.json with latest from Angular ([a5adbfc](https://github.com/angular-eslint/angular-eslint/commit/a5adbfc))
16+
17+
### ❤️ Thank You
18+
19+
- “JamesHenry” @JamesHenry
20+
- Adrian Baran @abaran30
21+
- Brad Kovach @bradkovach
22+
123
## 17.3.0 (2024-03-15)
224

325
### 🚀 Features

packages/builder/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 17.4.0 (2024-05-07)
2+
3+
### 🩹 Fixes
4+
5+
- update dependency @angular/compiler to v17.3.4
6+
7+
- update dependency eslint-scope to v8.0.1
8+
9+
- update typescript-eslint packages to v7.6.0
10+
11+
- update typescript-eslint packages to v7.7.0
12+
13+
- update dependency @angular/compiler to v17.3.6
14+
15+
- update typescript-eslint packages to v7.8.0
16+
17+
### ❤️ Thank You
18+
19+
- “JamesHenry”
20+
- Adrian Baran
21+
- Brad Kovach
22+
123
## 17.3.0 (2024-03-15)
224

325
### 🚀 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": "0.0.0-e2e",
3+
"version": "17.4.0",
44
"description": "Angular CLI builder for ESLint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/bundled-angular-compiler/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 17.4.0 (2024-05-07)
2+
3+
### 🩹 Fixes
4+
5+
- update dependency @angular/compiler to v17.3.4
6+
7+
- update dependency eslint-scope to v8.0.1
8+
9+
- update typescript-eslint packages to v7.6.0
10+
11+
- update typescript-eslint packages to v7.7.0
12+
13+
- update dependency @angular/compiler to v17.3.6
14+
15+
- update typescript-eslint packages to v7.8.0
16+
17+
### ❤️ Thank You
18+
19+
- “JamesHenry”
20+
- Adrian Baran
21+
- Brad Kovach
22+
123
## 17.3.0 (2024-03-15)
224

325
### 🩹 Fixes

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": "0.0.0-e2e",
3+
"version": "17.4.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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 17.4.0 (2024-05-07)
2+
3+
### 🩹 Fixes
4+
5+
- update dependency @angular/compiler to v17.3.4
6+
7+
- update dependency eslint-scope to v8.0.1
8+
9+
- update typescript-eslint packages to v7.6.0
10+
11+
- update typescript-eslint packages to v7.7.0
12+
13+
- update dependency @angular/compiler to v17.3.6
14+
15+
- update typescript-eslint packages to v7.8.0
16+
17+
- **eslint-plugin-template:** [attributes-order] calculate valueless structural directive start/end positions correctly
18+
19+
### ❤️ Thank You
20+
21+
- “JamesHenry”
22+
- Adrian Baran
23+
- Brad Kovach
24+
125
## 17.3.0 (2024-03-15)
226

327
### 🩹 Fixes

packages/eslint-plugin-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/eslint-plugin-template",
3-
"version": "0.0.0-e2e",
3+
"version": "17.4.0",
44
"description": "ESLint plugin for Angular Templates",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -18,8 +18,8 @@
1818
"LICENSE"
1919
],
2020
"dependencies": {
21-
"@angular-eslint/bundled-angular-compiler": "0.0.0-e2e",
22-
"@angular-eslint/utils": "0.0.0-e2e",
21+
"@angular-eslint/bundled-angular-compiler": "17.4.0",
22+
"@angular-eslint/utils": "17.4.0",
2323
"@typescript-eslint/type-utils": "7.8.0",
2424
"@typescript-eslint/utils": "7.8.0",
2525
"aria-query": "5.3.0",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 17.4.0 (2024-05-07)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** [no-duplicates-in-metadata-arrays] new rule
6+
7+
### 🩹 Fixes
8+
9+
- update dependency @angular/compiler to v17.3.4
10+
11+
- update dependency eslint-scope to v8.0.1
12+
13+
- update typescript-eslint packages to v7.6.0
14+
15+
- update typescript-eslint packages to v7.7.0
16+
17+
- update dependency @angular/compiler to v17.3.6
18+
19+
- update typescript-eslint packages to v7.8.0
20+
21+
- **eslint-plugin:** [sort-ngmodule-metadata-arrays] deprecate rule
22+
23+
### ❤️ Thank You
24+
25+
- “JamesHenry”
26+
- Adrian Baran
27+
- Brad Kovach
28+
129
## 17.3.0 (2024-03-15)
230

331
### 🚀 Features

packages/eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/eslint-plugin",
3-
"version": "0.0.0-e2e",
3+
"version": "17.4.0",
44
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -18,8 +18,8 @@
1818
"LICENSE"
1919
],
2020
"dependencies": {
21-
"@angular-eslint/bundled-angular-compiler": "0.0.0-e2e",
22-
"@angular-eslint/utils": "0.0.0-e2e",
21+
"@angular-eslint/bundled-angular-compiler": "17.4.0",
22+
"@angular-eslint/utils": "17.4.0",
2323
"@typescript-eslint/utils": "7.8.0"
2424
},
2525
"peerDependencies": {

packages/schematics/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 17.4.0 (2024-05-07)
2+
3+
### 🩹 Fixes
4+
5+
- update dependency @angular/compiler to v17.3.4
6+
7+
- update dependency eslint-scope to v8.0.1
8+
9+
- update typescript-eslint packages to v7.6.0
10+
11+
- update typescript-eslint packages to v7.7.0
12+
13+
- update dependency @angular/compiler to v17.3.6
14+
15+
- update typescript-eslint packages to v7.8.0
16+
17+
- **schematics:** update schema.json with latest from Angular
18+
19+
### ❤️ Thank You
20+
21+
- “JamesHenry”
22+
- Adrian Baran
23+
- Brad Kovach
24+
125
## 17.3.0 (2024-03-15)
226

327
### 🩹 Fixes

0 commit comments

Comments
 (0)