From 22e3c95a5d63a8dbda1c3c1fdb39ceddee66d912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJamesHenry=E2=80=9D?= Date: Wed, 3 May 2023 21:37:16 +0100 Subject: [PATCH] chore: publish v16.0.1 --- CHANGELOG.md | 6 ++++++ 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 | 6 ++++++ 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, 56 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 956b7d023..dca67fee3 100644 --- a/CHANGELOG.md +++ b/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. +## [16.0.1](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0...v16.0.1) (2023-05-03) + +### Bug Fixes + +- **schematics:** ensure placeholder schema for convert-tslint-to-eslint is copied to dist ([3c6f377](https://github.com/angular-eslint/angular-eslint/commit/3c6f3775fa305a6826584bc11fe3df5f45d07136)) + # [16.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0-alpha.1...v16.0.0) (2023-05-03) 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 1a95e3dbf..a3e83e40b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "16.0.0", + "version": "16.0.1", "npmClient": "yarn", "useWorkspaces": true, "stream": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 3f41497cc..a7e904f0e 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. +## [16.0.1](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0...v16.0.1) (2023-05-03) + +**Note:** Version bump only for package @angular-eslint/builder + # [16.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0-alpha.1...v16.0.0) (2023-05-03) **Note:** Version bump only for package @angular-eslint/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 48e6bd525..dce70ffca 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/builder", - "version": "16.0.0", + "version": "16.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 992254d0d..2c600bc46 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. +## [16.0.1](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0...v16.0.1) (2023-05-03) + +**Note:** Version bump only for package @angular-eslint/bundled-angular-compiler + # [16.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0-alpha.1...v16.0.0) (2023-05-03) **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 c267d191a..8645dc5a4 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": "16.0.0", + "version": "16.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 b16b9d207..90f520c4b 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. +## [16.0.1](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0...v16.0.1) (2023-05-03) + +**Note:** Version bump only for package @angular-eslint/eslint-plugin-template + # [16.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0-alpha.1...v16.0.0) (2023-05-03) **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 b26349d52..b97417119 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": "16.0.0", + "version": "16.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": "16.0.0", - "@angular-eslint/utils": "16.0.0", + "@angular-eslint/bundled-angular-compiler": "16.0.1", + "@angular-eslint/utils": "16.0.1", "@typescript-eslint/type-utils": "5.59.2", "@typescript-eslint/utils": "5.59.2", "aria-query": "5.1.3", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index af3b080f2..ada0c3747 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. +## [16.0.1](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0...v16.0.1) (2023-05-03) + +**Note:** Version bump only for package @angular-eslint/eslint-plugin + # [16.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0-alpha.1...v16.0.0) (2023-05-03) **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 28b4b27cc..5b2a928d9 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/eslint-plugin", - "version": "16.0.0", + "version": "16.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": "16.0.0", + "@angular-eslint/utils": "16.0.1", "@typescript-eslint/utils": "5.59.2" }, "peerDependencies": { diff --git a/packages/integration-tests/CHANGELOG.md b/packages/integration-tests/CHANGELOG.md index 5bdf25331..061bd89b5 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. +## [16.0.1](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0...v16.0.1) (2023-05-03) + +**Note:** Version bump only for package @angular-eslint/integration-tests + # [16.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0-alpha.1...v16.0.0) (2023-05-03) ### Features diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index bd4a2cce0..574fcc8ee 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/integration-tests", - "version": "16.0.0", + "version": "16.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 488aa4455..d06e415bc 100644 --- a/packages/schematics/CHANGELOG.md +++ b/packages/schematics/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. +## [16.0.1](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0...v16.0.1) (2023-05-03) + +### Bug Fixes + +- **schematics:** ensure placeholder schema for convert-tslint-to-eslint is copied to dist ([3c6f377](https://github.com/angular-eslint/angular-eslint/commit/3c6f3775fa305a6826584bc11fe3df5f45d07136)) + # [16.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0-alpha.1...v16.0.0) (2023-05-03) ### Features diff --git a/packages/schematics/package.json b/packages/schematics/package.json index 8af9d3e6a..f5f845c8e 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/schematics", - "version": "16.0.0", + "version": "16.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": "16.0.0", - "@angular-eslint/eslint-plugin-template": "16.0.0", + "@angular-eslint/eslint-plugin": "16.0.1", + "@angular-eslint/eslint-plugin-template": "16.0.1", "@nx/devkit": "16.0.2", "ignore": "5.2.4", "nx": "16.0.2", diff --git a/packages/template-parser/CHANGELOG.md b/packages/template-parser/CHANGELOG.md index fa0dbe49e..6f1834d46 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. +## [16.0.1](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0...v16.0.1) (2023-05-03) + +**Note:** Version bump only for package @angular-eslint/template-parser + # [16.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0-alpha.1...v16.0.0) (2023-05-03) **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 1b1544ac0..8444fd7f2 100644 --- a/packages/template-parser/package.json +++ b/packages/template-parser/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/template-parser", - "version": "16.0.0", + "version": "16.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": "16.0.0", + "@angular-eslint/bundled-angular-compiler": "16.0.1", "eslint-scope": "^7.0.0" }, "peerDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index f3657e2e8..157fdd299 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. +## [16.0.1](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0...v16.0.1) (2023-05-03) + +**Note:** Version bump only for package @angular-eslint/utils + # [16.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.0.0-alpha.1...v16.0.0) (2023-05-03) **Note:** Version bump only for package @angular-eslint/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 137035943..c24cb36bd 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@angular-eslint/utils", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,7 +15,7 @@ "typescript": "*" }, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.0.0", + "@angular-eslint/bundled-angular-compiler": "16.0.1", "@typescript-eslint/utils": "5.59.2" }, "gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"