diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d737d08..3dddd0843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 17.3.0 (2024-03-15) + +### 🚀 Features + +- **eslint-plugin:** add consistent-component-styles rule ([#1710](https://github.com/angular-eslint/angular-eslint/pull/1710)) +- **eslint-plugin:** add prefer-standalone rule for checking all components, directives and pipes ([#1627](https://github.com/angular-eslint/angular-eslint/pull/1627)) + +### 🩹 Fixes + +- update dependency tmp to v0.2.3 ([#1734](https://github.com/angular-eslint/angular-eslint/pull/1734)) +- migrate to nx 18 ([#1732](https://github.com/angular-eslint/angular-eslint/pull/1732)) +- update dependency ignore to v5.3.1 ([#1733](https://github.com/angular-eslint/angular-eslint/pull/1733)) +- update dependency eslint to v8.57.0 ([#1739](https://github.com/angular-eslint/angular-eslint/pull/1739)) +- update typescript-eslint packages to v7 (major) ([#1742](https://github.com/angular-eslint/angular-eslint/pull/1742)) +- update dependency @angular/compiler to v17.3.0 ([#1713](https://github.com/angular-eslint/angular-eslint/pull/1713)) +- output declaration files in all packages ([#1724](https://github.com/angular-eslint/angular-eslint/pull/1724)) +- **eslint-plugin-template:** [eqeqeq] calculate offset to find true absolute source span ([#1709](https://github.com/angular-eslint/angular-eslint/pull/1709)) + +### ❤️ Thank You + +- Christian Svensson +- Dave @reduckted +- James Henry @JamesHenry +- Joey Jacobs @joeyj +- Luis Estevez @estevezluis + ## 17.2.1 (2024-01-20) ### 🩹 Fixes diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index d41c37728..33c7bb8ed 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -1,3 +1,33 @@ +## 17.3.0 (2024-03-15) + +### 🚀 Features + +- **eslint-plugin:** add prefer-standalone rule for checking all directives + +### 🩹 Fixes + +- update dependency tmp to v0.2.3 + +- migrate to nx 18 + +- update dependency ignore to v5.3.1 + +- update dependency eslint to v8.57.0 + +- update typescript-eslint packages to v7 (major) + +- update dependency @angular/compiler to v17.3.0 + +- output declaration files in all packages + +### ❤️ Thank You + +- Christian Svensson +- Dave +- James Henry +- Joey Jacobs +- Luis Estevez + ## 17.2.1 (2024-01-20) ### 🩹 Fixes diff --git a/packages/builder/package.json b/packages/builder/package.json index e5142d115..b8dc2bd34 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/builder", - "version": "17.2.1", + "version": "17.3.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 3b415ce16..f86f1efaf 100644 --- a/packages/bundled-angular-compiler/CHANGELOG.md +++ b/packages/bundled-angular-compiler/CHANGELOG.md @@ -1,3 +1,29 @@ +## 17.3.0 (2024-03-15) + +### 🩹 Fixes + +- update dependency tmp to v0.2.3 + +- migrate to nx 18 + +- update dependency ignore to v5.3.1 + +- update dependency eslint to v8.57.0 + +- update typescript-eslint packages to v7 (major) + +- update dependency @angular/compiler to v17.3.0 + +- output declaration files in all packages + +### ❤️ Thank You + +- Christian Svensson +- Dave +- James Henry +- Joey Jacobs +- Luis Estevez + ## 17.2.1 (2024-01-20) ### 🩹 Fixes diff --git a/packages/bundled-angular-compiler/package.json b/packages/bundled-angular-compiler/package.json index 4f6c474a6..327b1b834 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": "17.2.1", + "version": "17.3.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 c7c7e52b0..831cbf930 100644 --- a/packages/eslint-plugin-template/CHANGELOG.md +++ b/packages/eslint-plugin-template/CHANGELOG.md @@ -1,3 +1,31 @@ +## 17.3.0 (2024-03-15) + +### 🩹 Fixes + +- update dependency tmp to v0.2.3 + +- migrate to nx 18 + +- update dependency ignore to v5.3.1 + +- update dependency eslint to v8.57.0 + +- update typescript-eslint packages to v7 (major) + +- update dependency @angular/compiler to v17.3.0 + +- output declaration files in all packages + +- **eslint-plugin-template:** [eqeqeq] calculate offset to find true absolute source span + +### ❤️ Thank You + +- Christian Svensson +- Dave +- James Henry +- Joey Jacobs +- Luis Estevez + ## 17.2.1 (2024-01-20) ### 🩹 Fixes diff --git a/packages/eslint-plugin-template/package.json b/packages/eslint-plugin-template/package.json index 74d83373e..eabf0a53c 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": "17.2.1", + "version": "17.3.0", "description": "ESLint plugin for Angular Templates", "license": "MIT", "main": "dist/index.js", @@ -17,8 +17,8 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "17.2.1", - "@angular-eslint/utils": "17.2.1", + "@angular-eslint/bundled-angular-compiler": "17.3.0", + "@angular-eslint/utils": "17.3.0", "@typescript-eslint/type-utils": "7.2.0", "@typescript-eslint/utils": "7.2.0", "aria-query": "5.3.0", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 5fcbb6df1..e2b740466 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,3 +1,35 @@ +## 17.3.0 (2024-03-15) + +### 🚀 Features + +- **eslint-plugin:** consistent-component-styles + +- **eslint-plugin:** add prefer-standalone rule for checking all directives + +### 🩹 Fixes + +- update dependency tmp to v0.2.3 + +- migrate to nx 18 + +- update dependency ignore to v5.3.1 + +- update dependency eslint to v8.57.0 + +- update typescript-eslint packages to v7 (major) + +- update dependency @angular/compiler to v17.3.0 + +- output declaration files in all packages + +### ❤️ Thank You + +- Christian Svensson +- Dave +- James Henry +- Joey Jacobs +- Luis Estevez + ## 17.2.1 (2024-01-20) ### 🩹 Fixes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 3e9b7a475..2daf6cf62 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/eslint-plugin", - "version": "17.2.1", + "version": "17.3.0", "description": "ESLint plugin for Angular applications, following angular.io/styleguide", "license": "MIT", "main": "dist/index.js", @@ -17,7 +17,7 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/utils": "17.2.1", + "@angular-eslint/utils": "17.3.0", "@typescript-eslint/utils": "7.2.0" }, "peerDependencies": { diff --git a/packages/schematics/CHANGELOG.md b/packages/schematics/CHANGELOG.md index 3ccc50ec3..5364c4f73 100644 --- a/packages/schematics/CHANGELOG.md +++ b/packages/schematics/CHANGELOG.md @@ -1,3 +1,29 @@ +## 17.3.0 (2024-03-15) + +### 🩹 Fixes + +- update dependency tmp to v0.2.3 + +- migrate to nx 18 + +- update dependency ignore to v5.3.1 + +- update dependency eslint to v8.57.0 + +- update typescript-eslint packages to v7 (major) + +- update dependency @angular/compiler to v17.3.0 + +- output declaration files in all packages + +### ❤️ Thank You + +- Christian Svensson +- Dave +- James Henry +- Joey Jacobs +- Luis Estevez + ## 17.2.1 (2024-01-20) ### 🩹 Fixes diff --git a/packages/schematics/package.json b/packages/schematics/package.json index 6a1f3d30a..ea62beaa6 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/schematics", - "version": "17.2.1", + "version": "17.3.0", "description": "Angular Schematics for angular-eslint", "license": "MIT", "main": "dist/index.js", @@ -33,8 +33,8 @@ "save": "devDependencies" }, "dependencies": { - "@angular-eslint/eslint-plugin": "17.2.1", - "@angular-eslint/eslint-plugin-template": "17.2.1", + "@angular-eslint/eslint-plugin": "17.3.0", + "@angular-eslint/eslint-plugin-template": "17.3.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 926c780e3..3197a9dce 100644 --- a/packages/template-parser/CHANGELOG.md +++ b/packages/template-parser/CHANGELOG.md @@ -1,3 +1,29 @@ +## 17.3.0 (2024-03-15) + +### 🩹 Fixes + +- update dependency tmp to v0.2.3 + +- migrate to nx 18 + +- update dependency ignore to v5.3.1 + +- update dependency eslint to v8.57.0 + +- update typescript-eslint packages to v7 (major) + +- update dependency @angular/compiler to v17.3.0 + +- output declaration files in all packages + +### ❤️ Thank You + +- Christian Svensson +- Dave +- James Henry +- Joey Jacobs +- Luis Estevez + ## 17.2.1 (2024-01-20) ### 🩹 Fixes diff --git a/packages/template-parser/package.json b/packages/template-parser/package.json index 0bf990254..e4b9da4d8 100644 --- a/packages/template-parser/package.json +++ b/packages/template-parser/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/template-parser", - "version": "17.2.1", + "version": "17.3.0", "description": "Angular Template parser for ESLint", "license": "MIT", "main": "dist/index.js", @@ -17,7 +17,7 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "17.2.1", + "@angular-eslint/bundled-angular-compiler": "17.3.0", "eslint-scope": "^8.0.0" }, "peerDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index ed6dafcc0..525cc5b0d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,3 +1,29 @@ +## 17.3.0 (2024-03-15) + +### 🩹 Fixes + +- update dependency tmp to v0.2.3 + +- migrate to nx 18 + +- update dependency ignore to v5.3.1 + +- update dependency eslint to v8.57.0 + +- update typescript-eslint packages to v7 (major) + +- update dependency @angular/compiler to v17.3.0 + +- output declaration files in all packages + +### ❤️ Thank You + +- Christian Svensson +- Dave +- James Henry +- Joey Jacobs +- Luis Estevez + ## 17.2.1 (2024-01-20) ### 🩹 Fixes diff --git a/packages/utils/package.json b/packages/utils/package.json index bc2e42ed1..39d76ff6c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/utils", - "version": "17.2.1", + "version": "17.3.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -20,7 +20,7 @@ "typescript": "*" }, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "17.2.1", + "@angular-eslint/bundled-angular-compiler": "17.3.0", "@typescript-eslint/utils": "7.2.0" }, "gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"