File tree Expand file tree Collapse file tree 16 files changed +48
-12
lines changed Expand file tree Collapse file tree 16 files changed +48
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.2.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0 ) (2021-04-28)
7
+
8
+ ### Features
9
+
10
+ - ** schematics:** add add-eslint-to-project schematic ([ #426 ] ( https://github.com/angular-eslint/angular-eslint/issues/426 ) ) ([ 7ae557d] ( https://github.com/angular-eslint/angular-eslint/commit/7ae557d94f53833fbfbf5128d39f64c7bb1c3c5f ) )
11
+
6
12
# [ 4.1.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0 ) (2021-04-28)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.1 .0" ,
2
+ "version" : " 4.2 .0" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"stream" : true
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.2.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0 ) (2021-04-28)
7
+
8
+ ** Note:** Version bump only for package @angular-eslint/builder
9
+
6
10
# [ 4.1.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0 ) (2021-04-28)
7
11
8
12
** Note:** Version bump only for package @angular-eslint/builder
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-eslint/builder" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"description" : " Angular CLI builder for ESLint" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.2.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0 ) (2021-04-28)
7
+
8
+ ** Note:** Version bump only for package @angular-eslint/eslint-plugin-template
9
+
6
10
# [ 4.1.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0 ) (2021-04-28)
7
11
8
12
** Note:** Version bump only for package @angular-eslint/eslint-plugin-template
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-eslint/eslint-plugin-template" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"description" : " ESLint plugin for Angular Templates" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
29
29
"axobject-query" : " ^2.2.0"
30
30
},
31
31
"devDependencies" : {
32
- "@angular-eslint/utils" : " 4.1 .0" ,
32
+ "@angular-eslint/utils" : " 4.2 .0" ,
33
33
"@types/aria-query" : " ^4.2.0"
34
34
},
35
35
"peerDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.2.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0 ) (2021-04-28)
7
+
8
+ ** Note:** Version bump only for package @angular-eslint/eslint-plugin
9
+
6
10
# [ 4.1.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0 ) (2021-04-28)
7
11
8
12
** Note:** Version bump only for package @angular-eslint/eslint-plugin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-eslint/eslint-plugin" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"description" : " ESLint plugin for Angular applications, following angular.io/styleguide" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
27
27
"@typescript-eslint/experimental-utils" : " 4.16.1"
28
28
},
29
29
"devDependencies" : {
30
- "@angular-eslint/utils" : " 4.1 .0"
30
+ "@angular-eslint/utils" : " 4.2 .0"
31
31
},
32
32
"peerDependencies" : {
33
33
"@angular/compiler" : " >= 11.2.0 < 12.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.2.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0 ) (2021-04-28)
7
+
8
+ ** Note:** Version bump only for package @angular-eslint/integration-tests
9
+
6
10
# [ 4.1.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0 ) (2021-04-28)
7
11
8
12
** Note:** Version bump only for package @angular-eslint/integration-tests
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-eslint/integration-tests" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"kill-existing-verdaccio" : " kill $(lsof -t -i:4872) || true" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.2.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0 ) (2021-04-28)
7
+
8
+ ### Features
9
+
10
+ - ** schematics:** add add-eslint-to-project schematic ([ #426 ] ( https://github.com/angular-eslint/angular-eslint/issues/426 ) ) ([ 7ae557d] ( https://github.com/angular-eslint/angular-eslint/commit/7ae557d94f53833fbfbf5128d39f64c7bb1c3c5f ) )
11
+
6
12
# [ 4.1.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0 ) (2021-04-28)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-eslint/schematics" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"description" : " Angular Schematics for angular-eslint" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
31
31
"save" : " devDependencies"
32
32
},
33
33
"dependencies" : {
34
- "@angular-eslint/eslint-plugin" : " 4.1 .0" ,
35
- "@angular-eslint/eslint-plugin-template" : " 4.1 .0" ,
34
+ "@angular-eslint/eslint-plugin" : " 4.2 .0" ,
35
+ "@angular-eslint/eslint-plugin-template" : " 4.2 .0" ,
36
36
"ignore" : " 5.1.8" ,
37
37
"strip-json-comments" : " 3.1.1" ,
38
38
"tmp" : " 0.2.1"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.2.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0 ) (2021-04-28)
7
+
8
+ ** Note:** Version bump only for package @angular-eslint/template-parser
9
+
6
10
# [ 4.1.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0 ) (2021-04-28)
7
11
8
12
** Note:** Version bump only for package @angular-eslint/template-parser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-eslint/template-parser" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"description" : " Angular Template parser for ESLint" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.2.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0 ) (2021-04-28)
7
+
8
+ ** Note:** Version bump only for package @angular-eslint/utils
9
+
6
10
# [ 4.1.0] ( https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0 ) (2021-04-28)
7
11
8
12
** Note:** Version bump only for package @angular-eslint/utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-eslint/utils" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments