From 19967e7724c64143aa5a2c77f73006e7541c1fea Mon Sep 17 00:00:00 2001 From: James Henry Date: Thu, 9 Nov 2023 13:30:57 +0400 Subject: [PATCH] chore: publish v17.0.1 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- packages/builder/CHANGELOG.md | 4 ++++ packages/builder/package.json | 2 +- packages/bundled-angular-compiler/CHANGELOG.md | 4 ++++ packages/bundled-angular-compiler/package.json | 2 +- packages/eslint-plugin-template/CHANGELOG.md | 4 ++++ packages/eslint-plugin-template/package.json | 6 +++--- packages/eslint-plugin/CHANGELOG.md | 4 ++++ packages/eslint-plugin/package.json | 4 ++-- packages/integration-tests/CHANGELOG.md | 4 ++++ packages/integration-tests/package.json | 2 +- packages/schematics/CHANGELOG.md | 4 ++++ packages/schematics/package.json | 6 +++--- packages/template-parser/CHANGELOG.md | 6 ++++++ packages/template-parser/package.json | 4 ++-- packages/utils/CHANGELOG.md | 4 ++++ packages/utils/package.json | 4 ++-- 18 files changed, 57 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19b184c7..db804109f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.0.1](https://github.com/angular-eslint/angular-eslint/compare/v17.0.0...v17.0.1) (2023-11-09) + +### Bug Fixes + +- **parser:** do not error on [@defer](https://github.com/defer) usage in Angular 17 ([#1604](https://github.com/angular-eslint/angular-eslint/issues/1604)) ([df5419f](https://github.com/angular-eslint/angular-eslint/commit/df5419faf10dcf2ecd8e70a19349a1ca9859fb2b)) +- update dependency @angular/compiler to v17.0.1 ([#1601](https://github.com/angular-eslint/angular-eslint/issues/1601)) ([237a969](https://github.com/angular-eslint/angular-eslint/commit/237a96905d586a25c7b51c03253ef7d8ab932959)) + # [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08) 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. Running the following will update Angular, the Angular CLI and angular-eslint together: diff --git a/lerna.json b/lerna.json index 268aa6683..b8c851228 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "17.0.0", + "version": "17.0.1", "npmClient": "yarn", "stream": true } diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 3632e076c..d140fcc39 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.0.1](https://github.com/angular-eslint/angular-eslint/compare/v17.0.0...v17.0.1) (2023-11-09) + +**Note:** Version bump only for package @angular-eslint/builder + # [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08) **Note:** Version bump only for package @angular-eslint/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 54fad8ce6..a4e496166 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/builder", - "version": "17.0.0", + "version": "17.0.1", "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 6255e08dd..0c8a46d29 100644 --- a/packages/bundled-angular-compiler/CHANGELOG.md +++ b/packages/bundled-angular-compiler/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.0.1](https://github.com/angular-eslint/angular-eslint/compare/v17.0.0...v17.0.1) (2023-11-09) + +**Note:** Version bump only for package @angular-eslint/bundled-angular-compiler + # [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08) **Note:** Version bump only for package @angular-eslint/bundled-angular-compiler diff --git a/packages/bundled-angular-compiler/package.json b/packages/bundled-angular-compiler/package.json index 4fbdb5659..8219a371c 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.0.0", + "version": "17.0.1", "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 2670af504..44c3bfeeb 100644 --- a/packages/eslint-plugin-template/CHANGELOG.md +++ b/packages/eslint-plugin-template/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.0.1](https://github.com/angular-eslint/angular-eslint/compare/v17.0.0...v17.0.1) (2023-11-09) + +**Note:** Version bump only for package @angular-eslint/eslint-plugin-template + # [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08) ### Bug Fixes diff --git a/packages/eslint-plugin-template/package.json b/packages/eslint-plugin-template/package.json index 0c0a36577..86fb127b9 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.0.0", + "version": "17.0.1", "description": "ESLint plugin for Angular Templates", "license": "MIT", "main": "dist/index.js", @@ -17,8 +17,8 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "17.0.0", - "@angular-eslint/utils": "17.0.0", + "@angular-eslint/bundled-angular-compiler": "17.0.1", + "@angular-eslint/utils": "17.0.1", "@typescript-eslint/type-utils": "6.10.0", "@typescript-eslint/utils": "6.10.0", "aria-query": "5.3.0", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 6237f296b..476ead808 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.0.1](https://github.com/angular-eslint/angular-eslint/compare/v17.0.0...v17.0.1) (2023-11-09) + +**Note:** Version bump only for package @angular-eslint/eslint-plugin + # [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08) ### Bug Fixes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 8c094fdf8..2fc598111 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/eslint-plugin", - "version": "17.0.0", + "version": "17.0.1", "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.0.0", + "@angular-eslint/utils": "17.0.1", "@typescript-eslint/utils": "6.10.0" }, "peerDependencies": { diff --git a/packages/integration-tests/CHANGELOG.md b/packages/integration-tests/CHANGELOG.md index b8f019281..4463dae5f 100644 --- a/packages/integration-tests/CHANGELOG.md +++ b/packages/integration-tests/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.0.1](https://github.com/angular-eslint/angular-eslint/compare/v17.0.0...v17.0.1) (2023-11-09) + +**Note:** Version bump only for package @angular-eslint/integration-tests + # [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08) # [17.0.0-alpha.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v17.0.0-alpha.0) (2023-11-06) diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index c5591925f..9265c3be2 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/integration-tests", - "version": "17.0.0", + "version": "17.0.1", "private": true, "peerDependencies": { "eslint": "^7.20.0 || ^8.0.0", diff --git a/packages/schematics/CHANGELOG.md b/packages/schematics/CHANGELOG.md index e31c15934..f4b09dedd 100644 --- a/packages/schematics/CHANGELOG.md +++ b/packages/schematics/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.0.1](https://github.com/angular-eslint/angular-eslint/compare/v17.0.0...v17.0.1) (2023-11-09) + +**Note:** Version bump only for package @angular-eslint/schematics + # [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08) **Note:** Version bump only for package @angular-eslint/schematics diff --git a/packages/schematics/package.json b/packages/schematics/package.json index 361a91ff0..2b00de3e7 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/schematics", - "version": "17.0.0", + "version": "17.0.1", "description": "Angular Schematics for angular-eslint", "license": "MIT", "main": "dist/index.js", @@ -33,8 +33,8 @@ "save": "devDependencies" }, "dependencies": { - "@angular-eslint/eslint-plugin": "17.0.0", - "@angular-eslint/eslint-plugin-template": "17.0.0", + "@angular-eslint/eslint-plugin": "17.0.1", + "@angular-eslint/eslint-plugin-template": "17.0.1", "@nx/devkit": "17.0.3", "ignore": "5.2.4", "nx": "17.0.3", diff --git a/packages/template-parser/CHANGELOG.md b/packages/template-parser/CHANGELOG.md index 07b1bb0b6..fc8159ff8 100644 --- a/packages/template-parser/CHANGELOG.md +++ b/packages/template-parser/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.0.1](https://github.com/angular-eslint/angular-eslint/compare/v17.0.0...v17.0.1) (2023-11-09) + +### Bug Fixes + +- **parser:** do not error on [@defer](https://github.com/defer) usage in Angular 17 ([#1604](https://github.com/angular-eslint/angular-eslint/issues/1604)) ([df5419f](https://github.com/angular-eslint/angular-eslint/commit/df5419faf10dcf2ecd8e70a19349a1ca9859fb2b)) + # [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08) **Note:** Version bump only for package @angular-eslint/template-parser diff --git a/packages/template-parser/package.json b/packages/template-parser/package.json index ac97b317a..a93ec726c 100644 --- a/packages/template-parser/package.json +++ b/packages/template-parser/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/template-parser", - "version": "17.0.0", + "version": "17.0.1", "description": "Angular Template parser for ESLint", "license": "MIT", "main": "dist/index.js", @@ -17,7 +17,7 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "17.0.0", + "@angular-eslint/bundled-angular-compiler": "17.0.1", "eslint-scope": "^7.0.0" }, "peerDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 9fa6a96b5..66c8d24a0 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.0.1](https://github.com/angular-eslint/angular-eslint/compare/v17.0.0...v17.0.1) (2023-11-09) + +**Note:** Version bump only for package @angular-eslint/utils + # [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08) **Note:** Version bump only for package @angular-eslint/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index a4b1b1bc5..cd91118ea 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/utils", - "version": "17.0.0", + "version": "17.0.1", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,7 +15,7 @@ "typescript": "*" }, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "17.0.0", + "@angular-eslint/bundled-angular-compiler": "17.0.1", "@typescript-eslint/utils": "6.10.0" }, "gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"