Skip to content

Commit

Permalink
chore(release): publish 17.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed May 22, 2024
1 parent bb8470d commit 4efe5e9
Show file tree
Hide file tree
Showing 15 changed files with 153 additions and 15 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 17.5.0 (2024-05-22)

### 🚀 Features

- **eslint-plugin:** [use-lifecycle-interface] add fixer for the rule ([#1691](https://github.com/angular-eslint/angular-eslint/pull/1691))
- **eslint-plugin-template:** [i18n] add allowMarkupInContent option ([#1795](https://github.com/angular-eslint/angular-eslint/pull/1795))

### 🩹 Fixes

- update dependency @angular/compiler to v17.3.9 ([#1821](https://github.com/angular-eslint/angular-eslint/pull/1821))
- update typescript-eslint packages to v7.10.0 ([#1822](https://github.com/angular-eslint/angular-eslint/pull/1822))
- **eslint-plugin:** [no-input-rename] incorrectly triggers on input transforms ([#1809](https://github.com/angular-eslint/angular-eslint/pull/1809))
- **eslint-plugin-template:** [label-has-associated-control] check id's in the for attribute of a label for existence ([#1761](https://github.com/angular-eslint/angular-eslint/pull/1761))

### ❤️ Thank You

- Auke Bruinsma
- Jonathan Kolberg @bulldog98
- m-akinc @m-akinc
- Mateusz

## 17.4.1 (2024-05-15)

### 🩹 Fixes
Expand Down
15 changes: 15 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 17.5.0 (2024-05-22)

### 🩹 Fixes

- update dependency @angular/compiler to v17.3.9

- update typescript-eslint packages to v7.10.0

### ❤️ Thank You

- Auke Bruinsma
- Jonathan Kolberg
- m-akinc
- Mateusz

## 17.4.1 (2024-05-15)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/builder",
"version": "0.0.0-e2e",
"version": "17.5.0",
"description": "Angular CLI builder for ESLint",
"license": "MIT",
"main": "dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/bundled-angular-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 17.5.0 (2024-05-22)

### 🩹 Fixes

- update dependency @angular/compiler to v17.3.9

- update typescript-eslint packages to v7.10.0

### ❤️ Thank You

- Auke Bruinsma
- Jonathan Kolberg
- m-akinc
- Mateusz

## 17.4.1 (2024-05-15)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/bundled-angular-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/bundled-angular-compiler",
"version": "0.0.0-e2e",
"version": "17.5.0",
"description": "A CJS bundled version of @angular/compiler",
"license": "MIT",
"main": "dist/index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/eslint-plugin-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 17.5.0 (2024-05-22)

### 🚀 Features

- **eslint-plugin-template:** [i18n] add allowMarkupInContent option

### 🩹 Fixes

- update dependency @angular/compiler to v17.3.9

- update typescript-eslint packages to v7.10.0

- **eslint-plugin-template:** [label-has-associated-control] check id's in the for attribute of a label for existence

### ❤️ Thank You

- Auke Bruinsma
- Jonathan Kolberg
- m-akinc
- Mateusz

## 17.4.1 (2024-05-15)

### 🩹 Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin-template",
"version": "0.0.0-e2e",
"version": "17.5.0",
"description": "ESLint plugin for Angular Templates",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -18,8 +18,8 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "0.0.0-e2e",
"@angular-eslint/utils": "0.0.0-e2e",
"@angular-eslint/bundled-angular-compiler": "17.5.0",
"@angular-eslint/utils": "17.5.0",
"@typescript-eslint/type-utils": "7.10.0",
"@typescript-eslint/utils": "7.10.0",
"aria-query": "5.3.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 17.5.0 (2024-05-22)

### 🚀 Features

- **eslint-plugin:** [use-lifecycle-interface] add fixer for the rule

### 🩹 Fixes

- update dependency @angular/compiler to v17.3.9

- update typescript-eslint packages to v7.10.0

- **eslint-plugin:** [no-input-rename] incorrectly triggers on input transforms

### ❤️ Thank You

- Auke Bruinsma
- Jonathan Kolberg
- m-akinc
- Mateusz

## 17.4.1 (2024-05-15)

### 🩹 Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin",
"version": "0.0.0-e2e",
"version": "17.5.0",
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -18,8 +18,8 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "0.0.0-e2e",
"@angular-eslint/utils": "0.0.0-e2e",
"@angular-eslint/bundled-angular-compiler": "17.5.0",
"@angular-eslint/utils": "17.5.0",
"@typescript-eslint/utils": "7.10.0"
},
"peerDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 17.5.0 (2024-05-22)

### 🩹 Fixes

- update dependency @angular/compiler to v17.3.9

- update typescript-eslint packages to v7.10.0

### ❤️ Thank You

- Auke Bruinsma
- Jonathan Kolberg
- m-akinc
- Mateusz

## 17.4.1 (2024-05-15)

### 🩹 Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/schematics",
"version": "0.0.0-e2e",
"version": "17.5.0",
"description": "Angular Schematics for angular-eslint",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"save": "devDependencies"
},
"dependencies": {
"@angular-eslint/eslint-plugin": "0.0.0-e2e",
"@angular-eslint/eslint-plugin-template": "0.0.0-e2e",
"@angular-eslint/eslint-plugin": "17.5.0",
"@angular-eslint/eslint-plugin-template": "17.5.0",
"@nx/devkit": "^17.2.8 || ^18.0.0 || ^19.0.0",
"ignore": "5.3.1",
"nx": "^17.2.8 || ^18.0.0 || ^19.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/template-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 17.5.0 (2024-05-22)

### 🩹 Fixes

- update dependency @angular/compiler to v17.3.9

- update typescript-eslint packages to v7.10.0

### ❤️ Thank You

- Auke Bruinsma
- Jonathan Kolberg
- m-akinc
- Mateusz

## 17.4.1 (2024-05-15)

### 🩹 Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/template-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/template-parser",
"version": "0.0.0-e2e",
"version": "17.5.0",
"description": "Angular Template parser for ESLint",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "0.0.0-e2e",
"@angular-eslint/bundled-angular-compiler": "17.5.0",
"eslint-scope": "^8.0.0"
},
"peerDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 17.5.0 (2024-05-22)

### 🩹 Fixes

- update dependency @angular/compiler to v17.3.9

- update typescript-eslint packages to v7.10.0

### ❤️ Thank You

- Auke Bruinsma
- Jonathan Kolberg
- m-akinc
- Mateusz

## 17.4.1 (2024-05-15)

### 🩹 Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/utils",
"version": "0.0.0-e2e",
"version": "17.5.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"typescript": "*"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "0.0.0-e2e",
"@angular-eslint/bundled-angular-compiler": "17.5.0",
"@typescript-eslint/utils": "7.10.0"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
Expand Down

0 comments on commit 4efe5e9

Please sign in to comment.