diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dddd0843..a8bc4546b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 17.4.0 (2024-05-07) + +### 🚀 Features + +- **eslint-plugin:** [no-duplicates-in-metadata-arrays] new rule ([#1779](https://github.com/angular-eslint/angular-eslint/pull/1779)) + +### 🩹 Fixes + +- update dependency @angular/compiler to v17.3.4 ([#1750](https://github.com/angular-eslint/angular-eslint/pull/1750)) +- update dependency eslint-scope to v8.0.1 ([#1762](https://github.com/angular-eslint/angular-eslint/pull/1762)) +- update dependency @angular/compiler to v17.3.6 ([#1775](https://github.com/angular-eslint/angular-eslint/pull/1775)) +- update typescript-eslint packages to v7.8.0 ([#1786](https://github.com/angular-eslint/angular-eslint/pull/1786)) +- **eslint-plugin:** [sort-ngmodule-metadata-arrays] deprecate rule ([#1781](https://github.com/angular-eslint/angular-eslint/pull/1781)) +- **eslint-plugin-template:** [attributes-order] calculate valueless structural directive start/end positions correctly ([#1726](https://github.com/angular-eslint/angular-eslint/pull/1726)) +- **schematics:** update schema.json with latest from Angular ([a5adbfc](https://github.com/angular-eslint/angular-eslint/commit/a5adbfc)) + +### ❤️ Thank You + +- “JamesHenry” @JamesHenry +- Adrian Baran @abaran30 +- Brad Kovach @bradkovach + ## 17.3.0 (2024-03-15) ### 🚀 Features diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 33c7bb8ed..217ca18f0 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -1,3 +1,25 @@ +## 17.4.0 (2024-05-07) + +### 🩹 Fixes + +- update dependency @angular/compiler to v17.3.4 + +- update dependency eslint-scope to v8.0.1 + +- update typescript-eslint packages to v7.6.0 + +- update typescript-eslint packages to v7.7.0 + +- update dependency @angular/compiler to v17.3.6 + +- update typescript-eslint packages to v7.8.0 + +### ❤️ Thank You + +- “JamesHenry” +- Adrian Baran +- Brad Kovach + ## 17.3.0 (2024-03-15) ### 🚀 Features diff --git a/packages/builder/package.json b/packages/builder/package.json index 3911dace4..ba816100e 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/builder", - "version": "0.0.0-e2e", + "version": "17.4.0", "description": "Angular CLI builder for ESLint", "license": "MIT", "main": "dist/index.js", diff --git a/packages/bundled-angular-compiler/CHANGELOG.md b/packages/bundled-angular-compiler/CHANGELOG.md index f86f1efaf..bcac1bacc 100644 --- a/packages/bundled-angular-compiler/CHANGELOG.md +++ b/packages/bundled-angular-compiler/CHANGELOG.md @@ -1,3 +1,25 @@ +## 17.4.0 (2024-05-07) + +### 🩹 Fixes + +- update dependency @angular/compiler to v17.3.4 + +- update dependency eslint-scope to v8.0.1 + +- update typescript-eslint packages to v7.6.0 + +- update typescript-eslint packages to v7.7.0 + +- update dependency @angular/compiler to v17.3.6 + +- update typescript-eslint packages to v7.8.0 + +### ❤️ Thank You + +- “JamesHenry” +- Adrian Baran +- Brad Kovach + ## 17.3.0 (2024-03-15) ### 🩹 Fixes diff --git a/packages/bundled-angular-compiler/package.json b/packages/bundled-angular-compiler/package.json index bffcd331d..d976a04e0 100644 --- a/packages/bundled-angular-compiler/package.json +++ b/packages/bundled-angular-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/bundled-angular-compiler", - "version": "0.0.0-e2e", + "version": "17.4.0", "description": "A CJS bundled version of @angular/compiler", "license": "MIT", "main": "dist/index.js", diff --git a/packages/eslint-plugin-template/CHANGELOG.md b/packages/eslint-plugin-template/CHANGELOG.md index 831cbf930..aab408914 100644 --- a/packages/eslint-plugin-template/CHANGELOG.md +++ b/packages/eslint-plugin-template/CHANGELOG.md @@ -1,3 +1,27 @@ +## 17.4.0 (2024-05-07) + +### 🩹 Fixes + +- update dependency @angular/compiler to v17.3.4 + +- update dependency eslint-scope to v8.0.1 + +- update typescript-eslint packages to v7.6.0 + +- update typescript-eslint packages to v7.7.0 + +- update dependency @angular/compiler to v17.3.6 + +- update typescript-eslint packages to v7.8.0 + +- **eslint-plugin-template:** [attributes-order] calculate valueless structural directive start/end positions correctly + +### ❤️ Thank You + +- “JamesHenry” +- Adrian Baran +- Brad Kovach + ## 17.3.0 (2024-03-15) ### 🩹 Fixes diff --git a/packages/eslint-plugin-template/package.json b/packages/eslint-plugin-template/package.json index 7315ab098..7a4999f9f 100644 --- a/packages/eslint-plugin-template/package.json +++ b/packages/eslint-plugin-template/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/eslint-plugin-template", - "version": "0.0.0-e2e", + "version": "17.4.0", "description": "ESLint plugin for Angular Templates", "license": "MIT", "main": "dist/index.js", @@ -18,8 +18,8 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "0.0.0-e2e", - "@angular-eslint/utils": "0.0.0-e2e", + "@angular-eslint/bundled-angular-compiler": "17.4.0", + "@angular-eslint/utils": "17.4.0", "@typescript-eslint/type-utils": "7.8.0", "@typescript-eslint/utils": "7.8.0", "aria-query": "5.3.0", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index e2b740466..e75200897 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,3 +1,31 @@ +## 17.4.0 (2024-05-07) + +### 🚀 Features + +- **eslint-plugin:** [no-duplicates-in-metadata-arrays] new rule + +### 🩹 Fixes + +- update dependency @angular/compiler to v17.3.4 + +- update dependency eslint-scope to v8.0.1 + +- update typescript-eslint packages to v7.6.0 + +- update typescript-eslint packages to v7.7.0 + +- update dependency @angular/compiler to v17.3.6 + +- update typescript-eslint packages to v7.8.0 + +- **eslint-plugin:** [sort-ngmodule-metadata-arrays] deprecate rule + +### ❤️ Thank You + +- “JamesHenry” +- Adrian Baran +- Brad Kovach + ## 17.3.0 (2024-03-15) ### 🚀 Features diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index d73d34132..b73df9335 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/eslint-plugin", - "version": "0.0.0-e2e", + "version": "17.4.0", "description": "ESLint plugin for Angular applications, following angular.io/styleguide", "license": "MIT", "main": "dist/index.js", @@ -18,8 +18,8 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "0.0.0-e2e", - "@angular-eslint/utils": "0.0.0-e2e", + "@angular-eslint/bundled-angular-compiler": "17.4.0", + "@angular-eslint/utils": "17.4.0", "@typescript-eslint/utils": "7.8.0" }, "peerDependencies": { diff --git a/packages/schematics/CHANGELOG.md b/packages/schematics/CHANGELOG.md index 5364c4f73..746dfefe9 100644 --- a/packages/schematics/CHANGELOG.md +++ b/packages/schematics/CHANGELOG.md @@ -1,3 +1,27 @@ +## 17.4.0 (2024-05-07) + +### 🩹 Fixes + +- update dependency @angular/compiler to v17.3.4 + +- update dependency eslint-scope to v8.0.1 + +- update typescript-eslint packages to v7.6.0 + +- update typescript-eslint packages to v7.7.0 + +- update dependency @angular/compiler to v17.3.6 + +- update typescript-eslint packages to v7.8.0 + +- **schematics:** update schema.json with latest from Angular + +### ❤️ Thank You + +- “JamesHenry” +- Adrian Baran +- Brad Kovach + ## 17.3.0 (2024-03-15) ### 🩹 Fixes diff --git a/packages/schematics/package.json b/packages/schematics/package.json index cb7ea7ffb..335a9c548 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/schematics", - "version": "0.0.0-e2e", + "version": "17.4.0", "description": "Angular Schematics for angular-eslint", "license": "MIT", "main": "dist/index.js", @@ -34,8 +34,8 @@ "save": "devDependencies" }, "dependencies": { - "@angular-eslint/eslint-plugin": "0.0.0-e2e", - "@angular-eslint/eslint-plugin-template": "0.0.0-e2e", + "@angular-eslint/eslint-plugin": "17.4.0", + "@angular-eslint/eslint-plugin-template": "17.4.0", "@nx/devkit": "^17.2.8 || ^18.0.0", "ignore": "5.3.1", "nx": "^17.2.8 || ^18.0.0", diff --git a/packages/template-parser/CHANGELOG.md b/packages/template-parser/CHANGELOG.md index 3197a9dce..adad5c887 100644 --- a/packages/template-parser/CHANGELOG.md +++ b/packages/template-parser/CHANGELOG.md @@ -1,3 +1,25 @@ +## 17.4.0 (2024-05-07) + +### 🩹 Fixes + +- update dependency @angular/compiler to v17.3.4 + +- update dependency eslint-scope to v8.0.1 + +- update typescript-eslint packages to v7.6.0 + +- update typescript-eslint packages to v7.7.0 + +- update dependency @angular/compiler to v17.3.6 + +- update typescript-eslint packages to v7.8.0 + +### ❤️ Thank You + +- “JamesHenry” +- Adrian Baran +- Brad Kovach + ## 17.3.0 (2024-03-15) ### 🩹 Fixes diff --git a/packages/template-parser/package.json b/packages/template-parser/package.json index 02965a2af..6afc00262 100644 --- a/packages/template-parser/package.json +++ b/packages/template-parser/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/template-parser", - "version": "0.0.0-e2e", + "version": "17.4.0", "description": "Angular Template parser for ESLint", "license": "MIT", "main": "dist/index.js", @@ -18,7 +18,7 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "0.0.0-e2e", + "@angular-eslint/bundled-angular-compiler": "17.4.0", "eslint-scope": "^8.0.0" }, "peerDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 525cc5b0d..46e8410a9 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,3 +1,25 @@ +## 17.4.0 (2024-05-07) + +### 🩹 Fixes + +- update dependency @angular/compiler to v17.3.4 + +- update dependency eslint-scope to v8.0.1 + +- update typescript-eslint packages to v7.6.0 + +- update typescript-eslint packages to v7.7.0 + +- update dependency @angular/compiler to v17.3.6 + +- update typescript-eslint packages to v7.8.0 + +### ❤️ Thank You + +- “JamesHenry” +- Adrian Baran +- Brad Kovach + ## 17.3.0 (2024-03-15) ### 🩹 Fixes diff --git a/packages/utils/package.json b/packages/utils/package.json index 5e9c08e8e..b359dae46 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/utils", - "version": "0.0.0-e2e", + "version": "17.4.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -21,7 +21,7 @@ "typescript": "*" }, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "0.0.0-e2e", + "@angular-eslint/bundled-angular-compiler": "17.4.0", "@typescript-eslint/utils": "7.8.0" }, "gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"