From 5a6bd1671594494cecf82b5157396b0f18c5bb37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJamesHenry=E2=80=9D?= Date: Tue, 15 Nov 2022 14:51:57 +0400 Subject: [PATCH] chore: publish v14.2.0 --- CHANGELOG.md | 22 +++++++++++++++++++ lerna.json | 2 +- packages/builder/CHANGELOG.md | 4 ++++ packages/builder/package.json | 2 +- .../bundled-angular-compiler/CHANGELOG.md | 4 ++++ .../bundled-angular-compiler/package.json | 2 +- packages/eslint-plugin-template/CHANGELOG.md | 17 ++++++++++++++ packages/eslint-plugin-template/package.json | 6 ++--- packages/eslint-plugin/CHANGELOG.md | 11 ++++++++++ packages/eslint-plugin/package.json | 4 ++-- packages/integration-tests/CHANGELOG.md | 13 +++++++++++ packages/integration-tests/package.json | 2 +- packages/nx-plugin/CHANGELOG.md | 8 +++++++ packages/nx-plugin/package.json | 2 +- packages/schematics/CHANGELOG.md | 13 +++++++++++ packages/schematics/package.json | 6 ++--- packages/template-parser/CHANGELOG.md | 6 +++++ packages/template-parser/package.json | 4 ++-- packages/utils/CHANGELOG.md | 11 ++++++++++ packages/utils/package.json | 4 ++-- 20 files changed, 126 insertions(+), 17 deletions(-) create mode 100644 packages/nx-plugin/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 450039399e..1dd8580f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [14.2.0](https://github.com/angular-eslint/angular-eslint/compare/v14.1.2...v14.2.0) (2022-11-15) + +### Bug Fixes + +- update dependency @angular/compiler to v14.2.10 ([#1165](https://github.com/angular-eslint/angular-eslint/issues/1165)) ([bb4bfe5](https://github.com/angular-eslint/angular-eslint/commit/bb4bfe5482f775be41d93e9ae0b130ee372ad413)) +- update dependency @angular/compiler to v14.2.3 ([#1143](https://github.com/angular-eslint/angular-eslint/issues/1143)) ([4eb3e74](https://github.com/angular-eslint/angular-eslint/commit/4eb3e74a85bfa3e8beb9e7ee85c2b3340613375c)) +- update dependency aria-query to v5.1.3 ([#1183](https://github.com/angular-eslint/angular-eslint/issues/1183)) ([7c5b299](https://github.com/angular-eslint/angular-eslint/commit/7c5b2993dc9fcc235b869bab63d28766637b3147)) +- update dependency axobject-query to v3.1.1 ([#1184](https://github.com/angular-eslint/angular-eslint/issues/1184)) ([dcfd43d](https://github.com/angular-eslint/angular-eslint/commit/dcfd43dfc9ffb4acbe127911ae8e9b1de6210839)) +- update dependency eslint to v8.27.0 ([#1189](https://github.com/angular-eslint/angular-eslint/issues/1189)) ([d2ae95a](https://github.com/angular-eslint/angular-eslint/commit/d2ae95a4597ac09103103d7783d4e840d521be3c)) +- update dependency eslint-scope to v7 ([#1156](https://github.com/angular-eslint/angular-eslint/issues/1156)) ([05bd9e6](https://github.com/angular-eslint/angular-eslint/commit/05bd9e65f1db3488edb4a359d70307884822ffad)) +- update typescript-eslint packages to v5.38.1 ([#1152](https://github.com/angular-eslint/angular-eslint/issues/1152)) ([8f6d0ef](https://github.com/angular-eslint/angular-eslint/commit/8f6d0ef1048eac4113cb3efe53ed466b50aff056)) +- update typescript-eslint packages to v5.43.0 ([#1190](https://github.com/angular-eslint/angular-eslint/issues/1190)) ([2a4716a](https://github.com/angular-eslint/angular-eslint/commit/2a4716abd83230c2fe4c3ba377fc4fbe527d7b12)) + +### Features + +- **eslint-plugin-template:** [accessibility-interactive-supports-focus] add rule ([#1134](https://github.com/angular-eslint/angular-eslint/issues/1134)) ([d99d8c1](https://github.com/angular-eslint/angular-eslint/commit/d99d8c1c23ece85c5ee37c3515912e90a335be46)) +- **eslint-plugin-template:** [accessibility-role-has-required-aria] add rule ([#1100](https://github.com/angular-eslint/angular-eslint/issues/1100)) ([f684df0](https://github.com/angular-eslint/angular-eslint/commit/f684df040ebdf96b695f07f2e3fa6bfe2310c20e)) +- **eslint-plugin-template:** [attributes-order] add rule with fixer ([#1066](https://github.com/angular-eslint/angular-eslint/issues/1066)) ([4c789c7](https://github.com/angular-eslint/angular-eslint/commit/4c789c7546c7306c1a010f78fac4582b0c6efdc0)) +- **eslint-plugin-template:** [no-duplicate-attributes] Add option to ignore properties ([#1104](https://github.com/angular-eslint/angular-eslint/issues/1104)) ([018d390](https://github.com/angular-eslint/angular-eslint/commit/018d3906c2569df7dda01fd205e1138aec3f1d0c)) +- update dependency eslint to v8.24.0 ([#1148](https://github.com/angular-eslint/angular-eslint/issues/1148)) ([5f30b2d](https://github.com/angular-eslint/angular-eslint/commit/5f30b2d1d930660a5b823e012737c280a668d308)) +- update typescript-eslint packages to v5.38.0 ([#1140](https://github.com/angular-eslint/angular-eslint/issues/1140)) ([85b4b47](https://github.com/angular-eslint/angular-eslint/commit/85b4b47acea84ae8f633f348805e22aea36de113)) + ## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b998983fa0..295c418eff 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "14.1.2", + "version": "14.2.0", "npmClient": "yarn", "useWorkspaces": true, "stream": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index e50cf32384..9db3432d50 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. +# [14.2.0](https://github.com/angular-eslint/angular-eslint/compare/v14.1.2...v14.2.0) (2022-11-15) + +**Note:** Version bump only for package @angular-eslint/builder + ## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21) ### Bug Fixes diff --git a/packages/builder/package.json b/packages/builder/package.json index f43ee27f9f..3465e161c7 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/builder", - "version": "14.1.2", + "version": "14.2.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 ef34f857cb..a79fa9d4bb 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. +# [14.2.0](https://github.com/angular-eslint/angular-eslint/compare/v14.1.2...v14.2.0) (2022-11-15) + +**Note:** Version bump only for package @angular-eslint/bundled-angular-compiler + ## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21) **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 0a3f3ff742..80462fe674 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": "14.1.2", + "version": "14.2.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 a09d613434..09d58e2e8c 100644 --- a/packages/eslint-plugin-template/CHANGELOG.md +++ b/packages/eslint-plugin-template/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [14.2.0](https://github.com/angular-eslint/angular-eslint/compare/v14.1.2...v14.2.0) (2022-11-15) + +### Bug Fixes + +- update dependency aria-query to v5.1.3 ([#1183](https://github.com/angular-eslint/angular-eslint/issues/1183)) ([7c5b299](https://github.com/angular-eslint/angular-eslint/commit/7c5b2993dc9fcc235b869bab63d28766637b3147)) +- update dependency axobject-query to v3.1.1 ([#1184](https://github.com/angular-eslint/angular-eslint/issues/1184)) ([dcfd43d](https://github.com/angular-eslint/angular-eslint/commit/dcfd43dfc9ffb4acbe127911ae8e9b1de6210839)) +- update typescript-eslint packages to v5.38.1 ([#1152](https://github.com/angular-eslint/angular-eslint/issues/1152)) ([8f6d0ef](https://github.com/angular-eslint/angular-eslint/commit/8f6d0ef1048eac4113cb3efe53ed466b50aff056)) +- update typescript-eslint packages to v5.43.0 ([#1190](https://github.com/angular-eslint/angular-eslint/issues/1190)) ([2a4716a](https://github.com/angular-eslint/angular-eslint/commit/2a4716abd83230c2fe4c3ba377fc4fbe527d7b12)) + +### Features + +- **eslint-plugin-template:** [accessibility-interactive-supports-focus] add rule ([#1134](https://github.com/angular-eslint/angular-eslint/issues/1134)) ([d99d8c1](https://github.com/angular-eslint/angular-eslint/commit/d99d8c1c23ece85c5ee37c3515912e90a335be46)) +- **eslint-plugin-template:** [accessibility-role-has-required-aria] add rule ([#1100](https://github.com/angular-eslint/angular-eslint/issues/1100)) ([f684df0](https://github.com/angular-eslint/angular-eslint/commit/f684df040ebdf96b695f07f2e3fa6bfe2310c20e)) +- **eslint-plugin-template:** [attributes-order] add rule with fixer ([#1066](https://github.com/angular-eslint/angular-eslint/issues/1066)) ([4c789c7](https://github.com/angular-eslint/angular-eslint/commit/4c789c7546c7306c1a010f78fac4582b0c6efdc0)) +- **eslint-plugin-template:** [no-duplicate-attributes] Add option to ignore properties ([#1104](https://github.com/angular-eslint/angular-eslint/issues/1104)) ([018d390](https://github.com/angular-eslint/angular-eslint/commit/018d3906c2569df7dda01fd205e1138aec3f1d0c)) +- update typescript-eslint packages to v5.38.0 ([#1140](https://github.com/angular-eslint/angular-eslint/issues/1140)) ([85b4b47](https://github.com/angular-eslint/angular-eslint/commit/85b4b47acea84ae8f633f348805e22aea36de113)) + ## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21) **Note:** Version bump only for package @angular-eslint/eslint-plugin-template diff --git a/packages/eslint-plugin-template/package.json b/packages/eslint-plugin-template/package.json index 30e0176c5a..64f2509b15 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": "14.1.2", + "version": "14.2.0", "description": "ESLint plugin for Angular Templates", "license": "MIT", "main": "dist/index.js", @@ -17,14 +17,14 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "14.1.2", + "@angular-eslint/bundled-angular-compiler": "14.2.0", "@typescript-eslint/type-utils": "5.43.0", "@typescript-eslint/utils": "5.43.0", "aria-query": "5.1.3", "axobject-query": "3.1.1" }, "devDependencies": { - "@angular-eslint/utils": "14.1.2", + "@angular-eslint/utils": "14.2.0", "@types/aria-query": "5.0.1" }, "peerDependencies": { diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index ab758cb9ec..f04f643dba 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [14.2.0](https://github.com/angular-eslint/angular-eslint/compare/v14.1.2...v14.2.0) (2022-11-15) + +### Bug Fixes + +- update typescript-eslint packages to v5.38.1 ([#1152](https://github.com/angular-eslint/angular-eslint/issues/1152)) ([8f6d0ef](https://github.com/angular-eslint/angular-eslint/commit/8f6d0ef1048eac4113cb3efe53ed466b50aff056)) +- update typescript-eslint packages to v5.43.0 ([#1190](https://github.com/angular-eslint/angular-eslint/issues/1190)) ([2a4716a](https://github.com/angular-eslint/angular-eslint/commit/2a4716abd83230c2fe4c3ba377fc4fbe527d7b12)) + +### Features + +- update typescript-eslint packages to v5.38.0 ([#1140](https://github.com/angular-eslint/angular-eslint/issues/1140)) ([85b4b47](https://github.com/angular-eslint/angular-eslint/commit/85b4b47acea84ae8f633f348805e22aea36de113)) + ## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21) **Note:** Version bump only for package @angular-eslint/eslint-plugin diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 395a13cdaa..8960439caf 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/eslint-plugin", - "version": "14.1.2", + "version": "14.2.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": "14.1.2", + "@angular-eslint/utils": "14.2.0", "@typescript-eslint/utils": "5.43.0" }, "peerDependencies": { diff --git a/packages/integration-tests/CHANGELOG.md b/packages/integration-tests/CHANGELOG.md index 620f23c8bd..6849db1dbf 100644 --- a/packages/integration-tests/CHANGELOG.md +++ b/packages/integration-tests/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [14.2.0](https://github.com/angular-eslint/angular-eslint/compare/v14.1.2...v14.2.0) (2022-11-15) + +### Bug Fixes + +- update dependency eslint to v8.27.0 ([#1189](https://github.com/angular-eslint/angular-eslint/issues/1189)) ([d2ae95a](https://github.com/angular-eslint/angular-eslint/commit/d2ae95a4597ac09103103d7783d4e840d521be3c)) +- update typescript-eslint packages to v5.38.1 ([#1152](https://github.com/angular-eslint/angular-eslint/issues/1152)) ([8f6d0ef](https://github.com/angular-eslint/angular-eslint/commit/8f6d0ef1048eac4113cb3efe53ed466b50aff056)) +- update typescript-eslint packages to v5.43.0 ([#1190](https://github.com/angular-eslint/angular-eslint/issues/1190)) ([2a4716a](https://github.com/angular-eslint/angular-eslint/commit/2a4716abd83230c2fe4c3ba377fc4fbe527d7b12)) + +### Features + +- update dependency eslint to v8.24.0 ([#1148](https://github.com/angular-eslint/angular-eslint/issues/1148)) ([5f30b2d](https://github.com/angular-eslint/angular-eslint/commit/5f30b2d1d930660a5b823e012737c280a668d308)) +- update typescript-eslint packages to v5.38.0 ([#1140](https://github.com/angular-eslint/angular-eslint/issues/1140)) ([85b4b47](https://github.com/angular-eslint/angular-eslint/commit/85b4b47acea84ae8f633f348805e22aea36de113)) + ## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21) **Note:** Version bump only for package @angular-eslint/integration-tests diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 2b69b0cfd7..d4c675b077 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/integration-tests", - "version": "14.1.2", + "version": "14.2.0", "private": true, "peerDependencies": { "eslint": "^7.0.0 || ^8.0.0", diff --git a/packages/nx-plugin/CHANGELOG.md b/packages/nx-plugin/CHANGELOG.md new file mode 100644 index 0000000000..6563c076be --- /dev/null +++ b/packages/nx-plugin/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [14.2.0](https://github.com/angular-eslint/angular-eslint/compare/v14.1.2...v14.2.0) (2022-11-15) + +**Note:** Version bump only for package @angular-eslint/nx-plugin diff --git a/packages/nx-plugin/package.json b/packages/nx-plugin/package.json index 1e9b571eac..2a3f1c022f 100644 --- a/packages/nx-plugin/package.json +++ b/packages/nx-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/nx-plugin", - "version": "14.1.2", + "version": "14.2.0", "private": true, "main": "src/index.js", "generators": "./generators.json", diff --git a/packages/schematics/CHANGELOG.md b/packages/schematics/CHANGELOG.md index 17566bc024..370a7d1338 100644 --- a/packages/schematics/CHANGELOG.md +++ b/packages/schematics/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [14.2.0](https://github.com/angular-eslint/angular-eslint/compare/v14.1.2...v14.2.0) (2022-11-15) + +### Bug Fixes + +- update dependency eslint to v8.27.0 ([#1189](https://github.com/angular-eslint/angular-eslint/issues/1189)) ([d2ae95a](https://github.com/angular-eslint/angular-eslint/commit/d2ae95a4597ac09103103d7783d4e840d521be3c)) +- update typescript-eslint packages to v5.38.1 ([#1152](https://github.com/angular-eslint/angular-eslint/issues/1152)) ([8f6d0ef](https://github.com/angular-eslint/angular-eslint/commit/8f6d0ef1048eac4113cb3efe53ed466b50aff056)) +- update typescript-eslint packages to v5.43.0 ([#1190](https://github.com/angular-eslint/angular-eslint/issues/1190)) ([2a4716a](https://github.com/angular-eslint/angular-eslint/commit/2a4716abd83230c2fe4c3ba377fc4fbe527d7b12)) + +### Features + +- update dependency eslint to v8.24.0 ([#1148](https://github.com/angular-eslint/angular-eslint/issues/1148)) ([5f30b2d](https://github.com/angular-eslint/angular-eslint/commit/5f30b2d1d930660a5b823e012737c280a668d308)) +- update typescript-eslint packages to v5.38.0 ([#1140](https://github.com/angular-eslint/angular-eslint/issues/1140)) ([85b4b47](https://github.com/angular-eslint/angular-eslint/commit/85b4b47acea84ae8f633f348805e22aea36de113)) + ## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21) **Note:** Version bump only for package @angular-eslint/schematics diff --git a/packages/schematics/package.json b/packages/schematics/package.json index 24e04a1043..16b463c8c5 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/schematics", - "version": "14.1.2", + "version": "14.2.0", "description": "Angular Schematics for angular-eslint", "license": "MIT", "main": "dist/index.js", @@ -33,8 +33,8 @@ "save": "devDependencies" }, "dependencies": { - "@angular-eslint/eslint-plugin": "14.1.2", - "@angular-eslint/eslint-plugin-template": "14.1.2", + "@angular-eslint/eslint-plugin": "14.2.0", + "@angular-eslint/eslint-plugin-template": "14.2.0", "ignore": "5.2.0", "strip-json-comments": "3.1.1", "tmp": "0.2.1" diff --git a/packages/template-parser/CHANGELOG.md b/packages/template-parser/CHANGELOG.md index ab7f5027a2..95dc6a3d41 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. +# [14.2.0](https://github.com/angular-eslint/angular-eslint/compare/v14.1.2...v14.2.0) (2022-11-15) + +### Bug Fixes + +- update dependency eslint-scope to v7 ([#1156](https://github.com/angular-eslint/angular-eslint/issues/1156)) ([05bd9e6](https://github.com/angular-eslint/angular-eslint/commit/05bd9e65f1db3488edb4a359d70307884822ffad)) + ## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21) **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 5542ca061d..7e3b79583c 100644 --- a/packages/template-parser/package.json +++ b/packages/template-parser/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/template-parser", - "version": "14.1.2", + "version": "14.2.0", "description": "Angular Template parser for ESLint", "license": "MIT", "main": "dist/index.js", @@ -17,7 +17,7 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "14.1.2", + "@angular-eslint/bundled-angular-compiler": "14.2.0", "eslint-scope": "^7.0.0" }, "peerDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 53c66fe00d..4ad7fcab40 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [14.2.0](https://github.com/angular-eslint/angular-eslint/compare/v14.1.2...v14.2.0) (2022-11-15) + +### Bug Fixes + +- update typescript-eslint packages to v5.38.1 ([#1152](https://github.com/angular-eslint/angular-eslint/issues/1152)) ([8f6d0ef](https://github.com/angular-eslint/angular-eslint/commit/8f6d0ef1048eac4113cb3efe53ed466b50aff056)) +- update typescript-eslint packages to v5.43.0 ([#1190](https://github.com/angular-eslint/angular-eslint/issues/1190)) ([2a4716a](https://github.com/angular-eslint/angular-eslint/commit/2a4716abd83230c2fe4c3ba377fc4fbe527d7b12)) + +### Features + +- update typescript-eslint packages to v5.38.0 ([#1140](https://github.com/angular-eslint/angular-eslint/issues/1140)) ([85b4b47](https://github.com/angular-eslint/angular-eslint/commit/85b4b47acea84ae8f633f348805e22aea36de113)) + ## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21) **Note:** Version bump only for package @angular-eslint/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 1b1cad2f06..eda939950f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/utils", - "version": "14.1.2", + "version": "14.2.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,7 +15,7 @@ "typescript": "*" }, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "14.1.2", + "@angular-eslint/bundled-angular-compiler": "14.2.0", "@typescript-eslint/utils": "5.43.0" }, "gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"