From f1e7704b7c0f57d7743fef8cd7500bc3103b9b5b Mon Sep 17 00:00:00 2001 From: James Henry Date: Thu, 18 Nov 2021 21:20:21 +0000 Subject: [PATCH] chore: publish v12.7.0 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/builder/CHANGELOG.md | 6 ++++++ 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 | 6 ++++++ 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 | 10 ++++++++++ packages/schematics/package.json | 6 +++--- packages/template-parser/CHANGELOG.md | 4 ++++ packages/template-parser/package.json | 4 ++-- packages/utils/CHANGELOG.md | 4 ++++ packages/utils/package.json | 4 ++-- 18 files changed, 70 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4633aaabe..c0838cd6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.7.0](https://github.com/angular-eslint/angular-eslint/compare/v12.6.1...v12.7.0) (2021-11-18) + +### Bug Fixes + +- update dependency ignore to v5.1.9 ([#784](https://github.com/angular-eslint/angular-eslint/issues/784)) ([e4574ce](https://github.com/angular-eslint/angular-eslint/commit/e4574ce21d9175f6fc5f27e03a0ca6f81b466a96)) + +### Features + +- **builder:** expose nx executor without ng-compat layer ([#808](https://github.com/angular-eslint/angular-eslint/issues/808)) ([b2cd5d1](https://github.com/angular-eslint/angular-eslint/commit/b2cd5d1756ac466882b953b641fed59a3403421a)) +- **i18n:** option to require description for i18n metadata ([#804](https://github.com/angular-eslint/angular-eslint/issues/804)) ([7d072e2](https://github.com/angular-eslint/angular-eslint/commit/7d072e2ec053f388adce00be54c75d8c76373699)) +- **schematics:** add package group for ng update ([#807](https://github.com/angular-eslint/angular-eslint/issues/807)) ([ce2e47d](https://github.com/angular-eslint/angular-eslint/commit/ce2e47d50a4814f5cea3e075a0c5a3e8dbbfd44e)) + ## [12.6.1](https://github.com/angular-eslint/angular-eslint/compare/v12.6.0...v12.6.1) (2021-10-26) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 80640a32c..c7d7d7513 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "12.6.1", + "version": "12.7.0", "npmClient": "yarn", "useWorkspaces": true, "stream": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index a7c88e35f..852a30dbf 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/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. +# [12.7.0](https://github.com/angular-eslint/angular-eslint/compare/v12.6.1...v12.7.0) (2021-11-18) + +### Features + +- **builder:** expose nx executor without ng-compat layer ([#808](https://github.com/angular-eslint/angular-eslint/issues/808)) ([b2cd5d1](https://github.com/angular-eslint/angular-eslint/commit/b2cd5d1756ac466882b953b641fed59a3403421a)) + ## [12.6.1](https://github.com/angular-eslint/angular-eslint/compare/v12.6.0...v12.6.1) (2021-10-26) **Note:** Version bump only for package @angular-eslint/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index a2b1b8f7c..c65916b20 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/builder", - "version": "12.6.1", + "version": "12.7.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 0469d144e..bdf782b56 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. +# [12.7.0](https://github.com/angular-eslint/angular-eslint/compare/v12.6.1...v12.7.0) (2021-11-18) + +**Note:** Version bump only for package @angular-eslint/bundled-angular-compiler + ## [12.6.1](https://github.com/angular-eslint/angular-eslint/compare/v12.6.0...v12.6.1) (2021-10-26) **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 b396365b6..41b905025 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": "12.6.1", + "version": "12.7.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 6b10d7f4d..b3863e161 100644 --- a/packages/eslint-plugin-template/CHANGELOG.md +++ b/packages/eslint-plugin-template/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. +# [12.7.0](https://github.com/angular-eslint/angular-eslint/compare/v12.6.1...v12.7.0) (2021-11-18) + +### Features + +- **i18n:** option to require description for i18n metadata ([#804](https://github.com/angular-eslint/angular-eslint/issues/804)) ([7d072e2](https://github.com/angular-eslint/angular-eslint/commit/7d072e2ec053f388adce00be54c75d8c76373699)) + ## [12.6.1](https://github.com/angular-eslint/angular-eslint/compare/v12.6.0...v12.6.1) (2021-10-26) ### Bug Fixes diff --git a/packages/eslint-plugin-template/package.json b/packages/eslint-plugin-template/package.json index cfead0179..8954e8c96 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": "12.6.1", + "version": "12.7.0", "description": "ESLint plugin for Angular Templates", "license": "MIT", "main": "dist/index.js", @@ -17,13 +17,13 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "12.6.1", + "@angular-eslint/bundled-angular-compiler": "12.7.0", "@typescript-eslint/experimental-utils": "4.28.2", "aria-query": "^4.2.2", "axobject-query": "^2.2.0" }, "devDependencies": { - "@angular-eslint/utils": "12.6.1", + "@angular-eslint/utils": "12.7.0", "@types/aria-query": "4.2.2" }, "peerDependencies": { diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 6d765d49c..d778be3a1 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. +# [12.7.0](https://github.com/angular-eslint/angular-eslint/compare/v12.6.1...v12.7.0) (2021-11-18) + +**Note:** Version bump only for package @angular-eslint/eslint-plugin + ## [12.6.1](https://github.com/angular-eslint/angular-eslint/compare/v12.6.0...v12.6.1) (2021-10-26) **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 b79228aec..adc0eef67 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/eslint-plugin", - "version": "12.6.1", + "version": "12.7.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": "12.6.1", + "@angular-eslint/utils": "12.7.0", "@typescript-eslint/experimental-utils": "4.28.2" }, "peerDependencies": { diff --git a/packages/integration-tests/CHANGELOG.md b/packages/integration-tests/CHANGELOG.md index dc701ef66..57042fed0 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. +# [12.7.0](https://github.com/angular-eslint/angular-eslint/compare/v12.6.1...v12.7.0) (2021-11-18) + +**Note:** Version bump only for package @angular-eslint/integration-tests + ## [12.6.1](https://github.com/angular-eslint/angular-eslint/compare/v12.6.0...v12.6.1) (2021-10-26) ### Bug Fixes diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index f9e902b1e..62dfa150b 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/integration-tests", - "version": "12.6.1", + "version": "12.7.0", "private": true, "dependencies": { "@angular/cli": "12.1.1" diff --git a/packages/schematics/CHANGELOG.md b/packages/schematics/CHANGELOG.md index 81bb167fb..fa1d2596a 100644 --- a/packages/schematics/CHANGELOG.md +++ b/packages/schematics/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.7.0](https://github.com/angular-eslint/angular-eslint/compare/v12.6.1...v12.7.0) (2021-11-18) + +### Bug Fixes + +- update dependency ignore to v5.1.9 ([#784](https://github.com/angular-eslint/angular-eslint/issues/784)) ([e4574ce](https://github.com/angular-eslint/angular-eslint/commit/e4574ce21d9175f6fc5f27e03a0ca6f81b466a96)) + +### Features + +- **schematics:** add package group for ng update ([#807](https://github.com/angular-eslint/angular-eslint/issues/807)) ([ce2e47d](https://github.com/angular-eslint/angular-eslint/commit/ce2e47d50a4814f5cea3e075a0c5a3e8dbbfd44e)) + ## [12.6.1](https://github.com/angular-eslint/angular-eslint/compare/v12.6.0...v12.6.1) (2021-10-26) ### Bug Fixes diff --git a/packages/schematics/package.json b/packages/schematics/package.json index 4029dac8a..2c3a40b87 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/schematics", - "version": "12.6.1", + "version": "12.7.0", "description": "Angular Schematics for angular-eslint", "license": "MIT", "main": "dist/index.js", @@ -32,8 +32,8 @@ "save": "devDependencies" }, "dependencies": { - "@angular-eslint/eslint-plugin": "12.6.1", - "@angular-eslint/eslint-plugin-template": "12.6.1", + "@angular-eslint/eslint-plugin": "12.7.0", + "@angular-eslint/eslint-plugin-template": "12.7.0", "ignore": "5.1.9", "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 1736d4565..332b558c7 100644 --- a/packages/template-parser/CHANGELOG.md +++ b/packages/template-parser/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. +# [12.7.0](https://github.com/angular-eslint/angular-eslint/compare/v12.6.1...v12.7.0) (2021-11-18) + +**Note:** Version bump only for package @angular-eslint/template-parser + ## [12.6.1](https://github.com/angular-eslint/angular-eslint/compare/v12.6.0...v12.6.1) (2021-10-26) **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 ff74f5985..c69ecbff0 100644 --- a/packages/template-parser/package.json +++ b/packages/template-parser/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/template-parser", - "version": "12.6.1", + "version": "12.7.0", "description": "Angular Template parser for ESLint", "license": "MIT", "main": "dist/index.js", @@ -17,7 +17,7 @@ "LICENSE" ], "dependencies": { - "@angular-eslint/bundled-angular-compiler": "12.6.1", + "@angular-eslint/bundled-angular-compiler": "12.7.0", "eslint-scope": "^5.1.0" }, "peerDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 46bc7051b..88309b9be 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. +# [12.7.0](https://github.com/angular-eslint/angular-eslint/compare/v12.6.1...v12.7.0) (2021-11-18) + +**Note:** Version bump only for package @angular-eslint/utils + ## [12.6.1](https://github.com/angular-eslint/angular-eslint/compare/v12.6.0...v12.6.1) (2021-10-26) **Note:** Version bump only for package @angular-eslint/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 752a488c6..49a1abb2d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/utils", - "version": "12.6.1", + "version": "12.7.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,7 +15,7 @@ "typescript": "*" }, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "12.6.1", + "@angular-eslint/bundled-angular-compiler": "12.7.0", "@typescript-eslint/experimental-utils": "4.28.2" } }