Skip to content

Commit

Permalink
chore(release): publish 17.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 30, 2023
1 parent b4953d5 commit a1a2bd7
Show file tree
Hide file tree
Showing 15 changed files with 194 additions and 14 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
## 17.1.1

### 🩹 Fixes

- update nrwl monorepo to v17.1.3 ([#1632](https://github.com/angular-eslint/angular-eslint/pull/1632))
- update typescript-eslint packages to v6.12.0 ([#1631](https://github.com/angular-eslint/angular-eslint/pull/1631))
- update dependency ignore to v5.3.0 ([#1622](https://github.com/angular-eslint/angular-eslint/pull/1622))
- update dependency eslint to v8.54.0 ([#1625](https://github.com/angular-eslint/angular-eslint/pull/1625))
- update typescript-eslint packages to v6.13.0 ([#1644](https://github.com/angular-eslint/angular-eslint/pull/1644))
- update typescript-eslint packages to v6.13.1 ([#1649](https://github.com/angular-eslint/angular-eslint/pull/1649))
- **eslint-plugin:** fix max inline declarations rule for styles string ([#1630](https://github.com/angular-eslint/angular-eslint/pull/1630))
- **eslint-plugin-template:** [prefer-ngsrc] Do not prefer ngsrc for base64-encoded strings ([#1628](https://github.com/angular-eslint/angular-eslint/pull/1628))
- **eslint-plugin-template:** [prefer-control-flow] prevent error when… ([#1634](https://github.com/angular-eslint/angular-eslint/pull/1634))

### ❤️ Thank You

- Christian Svensson
- Daniel Kimmich @json-derulo
- Luis Estevez @estevezluis

## 17.1.0

### 🚀 Features
Expand Down
22 changes: 22 additions & 0 deletions packages/builder/CHANGELOG.md
@@ -1,3 +1,25 @@
## 17.1.1

### 🩹 Fixes

- update nrwl monorepo to v17.1.3

- update typescript-eslint packages to v6.12.0

- update dependency ignore to v5.3.0

- update dependency eslint to v8.54.0

- update typescript-eslint packages to v6.13.0

- update typescript-eslint packages to v6.13.1

### ❤️ Thank You

- Christian Svensson
- Daniel Kimmich
- Luis Estevez

## 17.1.0

This was a version bump only for builder to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/builder",
"version": "17.1.0",
"version": "17.1.1",
"description": "Angular CLI builder for ESLint",
"license": "MIT",
"main": "dist/index.js",
Expand Down
22 changes: 22 additions & 0 deletions packages/bundled-angular-compiler/CHANGELOG.md
@@ -1,3 +1,25 @@
## 17.1.1

### 🩹 Fixes

- update nrwl monorepo to v17.1.3

- update typescript-eslint packages to v6.12.0

- update dependency ignore to v5.3.0

- update dependency eslint to v8.54.0

- update typescript-eslint packages to v6.13.0

- update typescript-eslint packages to v6.13.1

### ❤️ Thank You

- Christian Svensson
- Daniel Kimmich
- Luis Estevez

## 17.1.0

This was a version bump only for bundled-angular-compiler to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/bundled-angular-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/bundled-angular-compiler",
"version": "17.1.0",
"version": "17.1.1",
"description": "A CJS bundled version of @angular/compiler",
"license": "MIT",
"main": "dist/index.js",
Expand Down
26 changes: 26 additions & 0 deletions packages/eslint-plugin-template/CHANGELOG.md
@@ -1,3 +1,29 @@
## 17.1.1

### 🩹 Fixes

- update nrwl monorepo to v17.1.3

- update typescript-eslint packages to v6.12.0

- update dependency ignore to v5.3.0

- update dependency eslint to v8.54.0

- update typescript-eslint packages to v6.13.0

- update typescript-eslint packages to v6.13.1

- **eslint-plugin-template:** [prefer-ngsrc] Do not prefer ngsrc for base64-encoded strings

- **eslint-plugin-template:** [prefer-control-flow] prevent error when…

### ❤️ Thank You

- Christian Svensson
- Daniel Kimmich
- Luis Estevez

## 17.1.0

### 🚀 Features
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-template/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin-template",
"version": "17.1.0",
"version": "17.1.1",
"description": "ESLint plugin for Angular Templates",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -17,8 +17,8 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "17.1.0",
"@angular-eslint/utils": "17.1.0",
"@angular-eslint/bundled-angular-compiler": "17.1.1",
"@angular-eslint/utils": "17.1.1",
"@typescript-eslint/type-utils": "6.13.1",
"@typescript-eslint/utils": "6.13.1",
"aria-query": "5.3.0",
Expand Down
24 changes: 24 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
@@ -1,3 +1,27 @@
## 17.1.1

### 🩹 Fixes

- update nrwl monorepo to v17.1.3

- update typescript-eslint packages to v6.12.0

- update dependency ignore to v5.3.0

- update dependency eslint to v8.54.0

- update typescript-eslint packages to v6.13.0

- update typescript-eslint packages to v6.13.1

- **eslint-plugin:** fix max inline declarations rule for styles string

### ❤️ Thank You

- Christian Svensson
- Daniel Kimmich
- Luis Estevez

## 17.1.0

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin",
"version": "17.1.0",
"version": "17.1.1",
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/utils": "17.1.0",
"@angular-eslint/utils": "17.1.1",
"@typescript-eslint/utils": "6.13.1"
},
"peerDependencies": {
Expand Down
22 changes: 22 additions & 0 deletions packages/schematics/CHANGELOG.md
@@ -1,3 +1,25 @@
## 17.1.1

### 🩹 Fixes

- update nrwl monorepo to v17.1.3

- update typescript-eslint packages to v6.12.0

- update dependency ignore to v5.3.0

- update dependency eslint to v8.54.0

- update typescript-eslint packages to v6.13.0

- update typescript-eslint packages to v6.13.1

### ❤️ Thank You

- Christian Svensson
- Daniel Kimmich
- Luis Estevez

## 17.1.0

This was a version bump only for schematics to align it with other projects, there were no code changes.
Expand Down
6 changes: 3 additions & 3 deletions packages/schematics/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/schematics",
"version": "17.1.0",
"version": "17.1.1",
"description": "Angular Schematics for angular-eslint",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"save": "devDependencies"
},
"dependencies": {
"@angular-eslint/eslint-plugin": "17.1.0",
"@angular-eslint/eslint-plugin-template": "17.1.0",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@nx/devkit": "17.1.3",
"ignore": "5.3.0",
"nx": "17.1.3",
Expand Down
22 changes: 22 additions & 0 deletions packages/template-parser/CHANGELOG.md
@@ -1,3 +1,25 @@
## 17.1.1

### 🩹 Fixes

- update nrwl monorepo to v17.1.3

- update typescript-eslint packages to v6.12.0

- update dependency ignore to v5.3.0

- update dependency eslint to v8.54.0

- update typescript-eslint packages to v6.13.0

- update typescript-eslint packages to v6.13.1

### ❤️ Thank You

- Christian Svensson
- Daniel Kimmich
- Luis Estevez

## 17.1.0

This was a version bump only for template-parser to align it with other projects, there were no code changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/template-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/template-parser",
"version": "17.1.0",
"version": "17.1.1",
"description": "Angular Template parser for ESLint",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "17.1.0",
"@angular-eslint/bundled-angular-compiler": "17.1.1",
"eslint-scope": "^7.0.0"
},
"peerDependencies": {
Expand Down
22 changes: 22 additions & 0 deletions packages/utils/CHANGELOG.md
@@ -1,3 +1,25 @@
## 17.1.1

### 🩹 Fixes

- update nrwl monorepo to v17.1.3

- update typescript-eslint packages to v6.12.0

- update dependency ignore to v5.3.0

- update dependency eslint to v8.54.0

- update typescript-eslint packages to v6.13.0

- update typescript-eslint packages to v6.13.1

### ❤️ Thank You

- Christian Svensson
- Daniel Kimmich
- Luis Estevez

## 17.1.0

This was a version bump only for utils to align it with other projects, there were no code changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/utils",
"version": "17.1.0",
"version": "17.1.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"typescript": "*"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "17.1.0",
"@angular-eslint/bundled-angular-compiler": "17.1.1",
"@typescript-eslint/utils": "6.13.1"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
Expand Down

0 comments on commit a1a2bd7

Please sign in to comment.