Skip to content

Commit

Permalink
Merge branch 'main' into next-major-release/v17
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 8, 2023
2 parents 55c83e2 + d1dadeb commit d743d51
Show file tree
Hide file tree
Showing 10 changed files with 104 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/angular-eslint

# [16.3.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v16.3.0) (2023-11-08)

### Bug Fixes

- generate type declarations for published packages ([#1586](https://github.com/angular-eslint/angular-eslint/issues/1586)) ([ba5740b](https://github.com/angular-eslint/angular-eslint/commit/ba5740bc76c994d1fe35be7c1c7fee3ced647aff))
- update dependency @angular/compiler to v16.2.12 ([#1571](https://github.com/angular-eslint/angular-eslint/issues/1571)) ([1e0704f](https://github.com/angular-eslint/angular-eslint/commit/1e0704f995138badeb32f80709a783420c3873be))
- update dependency @angular/compiler to v16.2.9 ([#1535](https://github.com/angular-eslint/angular-eslint/issues/1535)) ([4532eec](https://github.com/angular-eslint/angular-eslint/commit/4532eecfa05abc984d7cd5d727ab89e540d85276))
- update dependency axobject-query to v4 ([#1581](https://github.com/angular-eslint/angular-eslint/issues/1581)) ([0b6cd1a](https://github.com/angular-eslint/angular-eslint/commit/0b6cd1a2f05e4407e7422e337cc45234dd1d6209))
- update dependency eslint to v8.50.0 ([#1538](https://github.com/angular-eslint/angular-eslint/issues/1538)) ([edfb9f7](https://github.com/angular-eslint/angular-eslint/commit/edfb9f76cde41a955fbe0a7ca40ec64b18303a62))
- update dependency eslint to v8.51.0 ([#1556](https://github.com/angular-eslint/angular-eslint/issues/1556)) ([dca9e5f](https://github.com/angular-eslint/angular-eslint/commit/dca9e5fd8293517f3a3ab667df2260e58e128d87))
- update to @angular/cli v16.2.10 ([#1593](https://github.com/angular-eslint/angular-eslint/issues/1593)) ([a49fc81](https://github.com/angular-eslint/angular-eslint/commit/a49fc81b7e21bd2f6500041e7b6a639b6240d8a3))

### Features

- **eslint-plugin-template:** allow `alias` option in [use-track-by-function] ([#1497](https://github.com/angular-eslint/angular-eslint/issues/1497)) ([354d394](https://github.com/angular-eslint/angular-eslint/commit/354d394d2ea866b4f21cbbad84d84b2e102066f5))

# [16.2.0](https://github.com/angular-eslint/angular-eslint/compare/v16.1.2...v16.2.0) (2023-09-17)

### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/builder

# [16.3.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v16.3.0) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/builder

# [16.2.0](https://github.com/angular-eslint/angular-eslint/compare/v16.1.2...v16.2.0) (2023-09-17)

**Note:** Version bump only for package @angular-eslint/builder
Expand Down
8 changes: 8 additions & 0 deletions packages/bundled-angular-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/bundled-angular-compiler

# [16.3.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v16.3.0) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/bundled-angular-compiler

# [16.2.0](https://github.com/angular-eslint/angular-eslint/compare/v16.1.2...v16.2.0) (2023-09-17)

**Note:** Version bump only for package @angular-eslint/bundled-angular-compiler
Expand Down
15 changes: 15 additions & 0 deletions packages/eslint-plugin-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/eslint-plugin-template

# [16.3.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v16.3.0) (2023-11-08)

### Bug Fixes

- generate type declarations for published packages ([#1586](https://github.com/angular-eslint/angular-eslint/issues/1586)) ([ba5740b](https://github.com/angular-eslint/angular-eslint/commit/ba5740bc76c994d1fe35be7c1c7fee3ced647aff))
- update dependency axobject-query to v4 ([#1581](https://github.com/angular-eslint/angular-eslint/issues/1581)) ([0b6cd1a](https://github.com/angular-eslint/angular-eslint/commit/0b6cd1a2f05e4407e7422e337cc45234dd1d6209))

### Features

- **eslint-plugin-template:** allow `alias` option in [use-track-by-function] ([#1497](https://github.com/angular-eslint/angular-eslint/issues/1497)) ([354d394](https://github.com/angular-eslint/angular-eslint/commit/354d394d2ea866b4f21cbbad84d84b2e102066f5))

# [16.2.0](https://github.com/angular-eslint/angular-eslint/compare/v16.1.2...v16.2.0) (2023-09-17)

### Bug Fixes
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/eslint-plugin

# [16.3.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v16.3.0) (2023-11-08)

### Bug Fixes

- generate type declarations for published packages ([#1586](https://github.com/angular-eslint/angular-eslint/issues/1586)) ([ba5740b](https://github.com/angular-eslint/angular-eslint/commit/ba5740bc76c994d1fe35be7c1c7fee3ced647aff))

# [16.2.0](https://github.com/angular-eslint/angular-eslint/compare/v16.1.2...v16.2.0) (2023-09-17)

### Bug Fixes
Expand Down
12 changes: 12 additions & 0 deletions packages/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/integration-tests

# [16.3.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v16.3.0) (2023-11-08)

### Bug Fixes

- update dependency eslint to v8.50.0 ([#1538](https://github.com/angular-eslint/angular-eslint/issues/1538)) ([edfb9f7](https://github.com/angular-eslint/angular-eslint/commit/edfb9f76cde41a955fbe0a7ca40ec64b18303a62))
- update dependency eslint to v8.51.0 ([#1556](https://github.com/angular-eslint/angular-eslint/issues/1556)) ([dca9e5f](https://github.com/angular-eslint/angular-eslint/commit/dca9e5fd8293517f3a3ab667df2260e58e128d87))
- update to @angular/cli v16.2.10 ([#1593](https://github.com/angular-eslint/angular-eslint/issues/1593)) ([a49fc81](https://github.com/angular-eslint/angular-eslint/commit/a49fc81b7e21bd2f6500041e7b6a639b6240d8a3))

# [16.2.0](https://github.com/angular-eslint/angular-eslint/compare/v16.1.2...v16.2.0) (2023-09-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/utils/snapshot-serializers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function escapeRegExp(str: string) {

function normalizeVersionOfPackage(str: string, pkg: string) {
const regex = new RegExp(
`("${escapeRegExp(pkg)}": "[~|^]\\d\\d?\\.)(\\d.\\d)"`,
`("${escapeRegExp(pkg)}": "[~|^]\\d+\\.)(\\d+\\.\\d+)"`,
);
return str.replace(regex, '$1X.X"');
}
Expand Down
12 changes: 12 additions & 0 deletions packages/schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/schematics

# [16.3.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v16.3.0) (2023-11-08)

### Bug Fixes

- generate type declarations for published packages ([#1586](https://github.com/angular-eslint/angular-eslint/issues/1586)) ([ba5740b](https://github.com/angular-eslint/angular-eslint/commit/ba5740bc76c994d1fe35be7c1c7fee3ced647aff))
- update dependency eslint to v8.50.0 ([#1538](https://github.com/angular-eslint/angular-eslint/issues/1538)) ([edfb9f7](https://github.com/angular-eslint/angular-eslint/commit/edfb9f76cde41a955fbe0a7ca40ec64b18303a62))
- update dependency eslint to v8.51.0 ([#1556](https://github.com/angular-eslint/angular-eslint/issues/1556)) ([dca9e5f](https://github.com/angular-eslint/angular-eslint/commit/dca9e5fd8293517f3a3ab667df2260e58e128d87))

# [16.2.0](https://github.com/angular-eslint/angular-eslint/compare/v16.1.2...v16.2.0) (2023-09-17)

### Bug Fixes
Expand Down
10 changes: 10 additions & 0 deletions packages/template-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/template-parser

# [16.3.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v16.3.0) (2023-11-08)

### Bug Fixes

- generate type declarations for published packages ([#1586](https://github.com/angular-eslint/angular-eslint/issues/1586)) ([ba5740b](https://github.com/angular-eslint/angular-eslint/commit/ba5740bc76c994d1fe35be7c1c7fee3ced647aff))

# [16.2.0](https://github.com/angular-eslint/angular-eslint/compare/v16.1.2...v16.2.0) (2023-09-17)

**Note:** Version bump only for package @angular-eslint/template-parser
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/utils

# [16.3.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v16.3.0) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/utils

# [16.2.0](https://github.com/angular-eslint/angular-eslint/compare/v16.1.2...v16.2.0) (2023-09-17)

### Features
Expand Down

0 comments on commit d743d51

Please sign in to comment.