@angular-eslint/template-parser 14.0.4-alpha.2 → 14.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/CHANGELOG.md +0 -201
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/template-parser",
|
|
3
|
-
"version": "14.0.4
|
|
3
|
+
"version": "14.0.4",
|
|
4
4
|
"description": "Angular Template parser for ESLint",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"LICENSE"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@angular-eslint/bundled-angular-compiler": "14.0.4
|
|
20
|
+
"@angular-eslint/bundled-angular-compiler": "14.0.4",
|
|
21
21
|
"eslint-scope": "^5.1.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"eslint": "^7.0.0 || ^8.0.0",
|
|
25
25
|
"typescript": "*"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "95a06756d2118ae548798f56d3f759bf157b4933"
|
|
28
28
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [14.0.3](https://github.com/angular-eslint/angular-eslint/compare/v14.0.2...v14.0.3) (2022-08-23)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
9
|
-
|
|
10
|
-
## [14.0.2](https://github.com/angular-eslint/angular-eslint/compare/v14.0.1...v14.0.2) (2022-07-09)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
13
|
-
|
|
14
|
-
## [14.0.1](https://github.com/angular-eslint/angular-eslint/compare/v14.0.0...v14.0.1) (2022-07-08)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
17
|
-
|
|
18
|
-
# [14.0.0](https://github.com/angular-eslint/angular-eslint/compare/v13.5.0...v14.0.0) (2022-06-23)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
21
|
-
|
|
22
|
-
# [13.5.0](https://github.com/angular-eslint/angular-eslint/compare/v13.4.0...v13.5.0) (2022-06-12)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
25
|
-
|
|
26
|
-
# [13.4.0](https://github.com/angular-eslint/angular-eslint/compare/v13.3.0...v13.4.0) (2022-06-11)
|
|
27
|
-
|
|
28
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
29
|
-
|
|
30
|
-
# [13.3.0](https://github.com/angular-eslint/angular-eslint/compare/v13.2.1...v13.3.0) (2022-06-10)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
33
|
-
|
|
34
|
-
## [13.2.1](https://github.com/angular-eslint/angular-eslint/compare/v13.2.0...v13.2.1) (2022-04-14)
|
|
35
|
-
|
|
36
|
-
### Bug Fixes
|
|
37
|
-
|
|
38
|
-
- **template-parser:** suppress parse errors by default, add suppressParseErrors parserOption ([#987](https://github.com/angular-eslint/angular-eslint/issues/987)) ([417bee6](https://github.com/angular-eslint/angular-eslint/commit/417bee66dbae5c55d29966de5ca6e86b52075cb8))
|
|
39
|
-
|
|
40
|
-
# [13.2.0](https://github.com/angular-eslint/angular-eslint/compare/v13.1.0...v13.2.0) (2022-04-03)
|
|
41
|
-
|
|
42
|
-
### Features
|
|
43
|
-
|
|
44
|
-
- **parser:** propagate parse errors from angular compiler ([#969](https://github.com/angular-eslint/angular-eslint/issues/969)) ([ab9b496](https://github.com/angular-eslint/angular-eslint/commit/ab9b496095c7194d614394c04548f6848c0d6aff))
|
|
45
|
-
|
|
46
|
-
# [13.1.0](https://github.com/angular-eslint/angular-eslint/compare/v13.0.1...v13.1.0) (2022-02-13)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
49
|
-
|
|
50
|
-
## [13.0.1](https://github.com/angular-eslint/angular-eslint/compare/v13.0.0...v13.0.1) (2021-11-19)
|
|
51
|
-
|
|
52
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
53
|
-
|
|
54
|
-
# [13.0.0](https://github.com/angular-eslint/angular-eslint/compare/v12.7.0...v13.0.0) (2021-11-18)
|
|
55
|
-
|
|
56
|
-
### Features
|
|
57
|
-
|
|
58
|
-
- angular-eslint v13 ([#780](https://github.com/angular-eslint/angular-eslint/issues/780)) ([f7ce631](https://github.com/angular-eslint/angular-eslint/commit/f7ce631524dd7834a422a5ac93a4c0534f9f23fa))
|
|
59
|
-
|
|
60
|
-
# [12.7.0](https://github.com/angular-eslint/angular-eslint/compare/v12.6.1...v12.7.0) (2021-11-18)
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
63
|
-
|
|
64
|
-
## [12.6.1](https://github.com/angular-eslint/angular-eslint/compare/v12.6.0...v12.6.1) (2021-10-26)
|
|
65
|
-
|
|
66
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
67
|
-
|
|
68
|
-
# [12.6.0](https://github.com/angular-eslint/angular-eslint/compare/v12.5.0...v12.6.0) (2021-10-25)
|
|
69
|
-
|
|
70
|
-
### Features
|
|
71
|
-
|
|
72
|
-
- **bundled-angular-compiler:** create own bundle for `@angular/compiler` ([#720](https://github.com/angular-eslint/angular-eslint/issues/720)) ([0c42299](https://github.com/angular-eslint/angular-eslint/commit/0c422993496bb2670fbd31f55a5fe829704f5112))
|
|
73
|
-
|
|
74
|
-
# [12.5.0](https://github.com/angular-eslint/angular-eslint/compare/v12.4.1...v12.5.0) (2021-09-20)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
77
|
-
|
|
78
|
-
## [12.4.1](https://github.com/angular-eslint/angular-eslint/compare/v12.4.0...v12.4.1) (2021-09-09)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
81
|
-
|
|
82
|
-
# [12.4.0](https://github.com/angular-eslint/angular-eslint/compare/v12.3.1...v12.4.0) (2021-09-09)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
85
|
-
|
|
86
|
-
## [12.3.1](https://github.com/angular-eslint/angular-eslint/compare/v12.3.0...v12.3.1) (2021-07-15)
|
|
87
|
-
|
|
88
|
-
### Bug Fixes
|
|
89
|
-
|
|
90
|
-
- **template-parser:** correct typings for cjs ([#597](https://github.com/angular-eslint/angular-eslint/issues/597)) ([bb60224](https://github.com/angular-eslint/angular-eslint/commit/bb6022410139801dfee062b845c3a2d3f7b8a019))
|
|
91
|
-
|
|
92
|
-
# [12.3.0](https://github.com/angular-eslint/angular-eslint/compare/v12.2.2...v12.3.0) (2021-07-13)
|
|
93
|
-
|
|
94
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
95
|
-
|
|
96
|
-
## [12.2.2](https://github.com/angular-eslint/angular-eslint/compare/v12.2.1...v12.2.2) (2021-07-10)
|
|
97
|
-
|
|
98
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
99
|
-
|
|
100
|
-
## [12.2.1](https://github.com/angular-eslint/angular-eslint/compare/v12.2.0...v12.2.1) (2021-07-10)
|
|
101
|
-
|
|
102
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
103
|
-
|
|
104
|
-
# [12.2.0](https://github.com/angular-eslint/angular-eslint/compare/v12.1.0...v12.2.0) (2021-06-20)
|
|
105
|
-
|
|
106
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
107
|
-
|
|
108
|
-
# [12.1.0](https://github.com/angular-eslint/angular-eslint/compare/v12.0.0...v12.1.0) (2021-05-30)
|
|
109
|
-
|
|
110
|
-
### Bug Fixes
|
|
111
|
-
|
|
112
|
-
- **template-parser:** generate correct index.d.ts when building ([#480](https://github.com/angular-eslint/angular-eslint/issues/480)) ([e150044](https://github.com/angular-eslint/angular-eslint/commit/e150044b23496a5af42c335e7635429cb122532d))
|
|
113
|
-
|
|
114
|
-
# [12.0.0](https://github.com/angular-eslint/angular-eslint/compare/v4.3.0...v12.0.0) (2021-05-13)
|
|
115
|
-
|
|
116
|
-
### Bug Fixes
|
|
117
|
-
|
|
118
|
-
- **template-parser:** add missing `Conditional` and its keys to `VisitorKeys` ([#445](https://github.com/angular-eslint/angular-eslint/issues/445)) ([5ad0f1a](https://github.com/angular-eslint/angular-eslint/commit/5ad0f1aeca244dbd27496e5a2d8c569994a24dcf))
|
|
119
|
-
|
|
120
|
-
### Features
|
|
121
|
-
|
|
122
|
-
- update to angular v12 ([c80008d](https://github.com/angular-eslint/angular-eslint/commit/c80008df8f6b9d08daf3043dffc1be45f8cfbe81))
|
|
123
|
-
|
|
124
|
-
# [4.3.0](https://github.com/angular-eslint/angular-eslint/compare/v4.2.1...v4.3.0) (2021-05-12)
|
|
125
|
-
|
|
126
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
127
|
-
|
|
128
|
-
## [4.2.1](https://github.com/angular-eslint/angular-eslint/compare/v4.2.0...v4.2.1) (2021-05-12)
|
|
129
|
-
|
|
130
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
131
|
-
|
|
132
|
-
# [4.2.0](https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0) (2021-04-28)
|
|
133
|
-
|
|
134
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
135
|
-
|
|
136
|
-
# [4.1.0](https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0) (2021-04-28)
|
|
137
|
-
|
|
138
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
139
|
-
|
|
140
|
-
# [4.0.0](https://github.com/angular-eslint/angular-eslint/compare/v3.0.1...v4.0.0) (2021-04-18)
|
|
141
|
-
|
|
142
|
-
### Features
|
|
143
|
-
|
|
144
|
-
- **schematics:** options for convert-tslint-to-eslint ([#419](https://github.com/angular-eslint/angular-eslint/issues/419)) ([18fd863](https://github.com/angular-eslint/angular-eslint/commit/18fd863d6948578db96252da57702338a8ea5ea0))
|
|
145
|
-
|
|
146
|
-
## [3.0.1](https://github.com/angular-eslint/angular-eslint/compare/v3.0.0...v3.0.1) (2021-04-18)
|
|
147
|
-
|
|
148
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
149
|
-
|
|
150
|
-
# [3.0.0](https://github.com/angular-eslint/angular-eslint/compare/v2.1.1...v3.0.0) (2021-04-17)
|
|
151
|
-
|
|
152
|
-
### Features
|
|
153
|
-
|
|
154
|
-
- v3.0.0 ([#388](https://github.com/angular-eslint/angular-eslint/issues/388)) ([f92b184](https://github.com/angular-eslint/angular-eslint/commit/f92b184c5b0b57328d0a323ac8c89f1b3017b8d4))
|
|
155
|
-
|
|
156
|
-
## [2.1.1](https://github.com/angular-eslint/angular-eslint/compare/v2.1.0...v2.1.1) (2021-04-17)
|
|
157
|
-
|
|
158
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
159
|
-
|
|
160
|
-
# [2.1.0](https://github.com/angular-eslint/angular-eslint/compare/v2.0.2...v2.1.0) (2021-04-11)
|
|
161
|
-
|
|
162
|
-
### Features
|
|
163
|
-
|
|
164
|
-
- **template-parser:** support eslint-disable comments in HTML templates ([#405](https://github.com/angular-eslint/angular-eslint/issues/405)) ([5dd9578](https://github.com/angular-eslint/angular-eslint/commit/5dd9578d7c212cdead04c2142b920af6f654f2de))
|
|
165
|
-
|
|
166
|
-
## [2.0.2](https://github.com/angular-eslint/angular-eslint/compare/v2.0.1...v2.0.2) (2021-03-16)
|
|
167
|
-
|
|
168
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
169
|
-
|
|
170
|
-
## [2.0.1](https://github.com/angular-eslint/angular-eslint/compare/v2.0.0...v2.0.1) (2021-03-14)
|
|
171
|
-
|
|
172
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
173
|
-
|
|
174
|
-
# [2.0.0](https://github.com/angular-eslint/angular-eslint/compare/v1.2.0...v2.0.0) (2021-03-13)
|
|
175
|
-
|
|
176
|
-
### Bug Fixes
|
|
177
|
-
|
|
178
|
-
- **template-parser:** add BindingPipe exp to VisitorKeys ([#337](https://github.com/angular-eslint/angular-eslint/issues/337)) ([#338](https://github.com/angular-eslint/angular-eslint/issues/338)) ([75c406f](https://github.com/angular-eslint/angular-eslint/commit/75c406f9f496740a694681916b8b4cd7b438d574))
|
|
179
|
-
|
|
180
|
-
### Features
|
|
181
|
-
|
|
182
|
-
- v2.0.0 ([#358](https://github.com/angular-eslint/angular-eslint/issues/358)) ([737fd04](https://github.com/angular-eslint/angular-eslint/commit/737fd04946a9533698c04665c771d944ffbe430c)), closes [#328](https://github.com/angular-eslint/angular-eslint/issues/328) [#245](https://github.com/angular-eslint/angular-eslint/issues/245)
|
|
183
|
-
|
|
184
|
-
### BREAKING CHANGES
|
|
185
|
-
|
|
186
|
-
- The format of results output has changed
|
|
187
|
-
- The rule no longer exists for use
|
|
188
|
-
|
|
189
|
-
- feat(template-parser): updated use of parseTemplate to improve loc data
|
|
190
|
-
- Requires @angular/compiler 11.2.0 and above
|
|
191
|
-
|
|
192
|
-
- feat(schematics): change way indent and quotes are handled by conversion schematics
|
|
193
|
-
- The conversion schematic handle these rules differently
|
|
194
|
-
|
|
195
|
-
# [1.2.0](https://github.com/angular-eslint/angular-eslint/compare/v1.1.0...v1.2.0) (2021-02-06)
|
|
196
|
-
|
|
197
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|
|
198
|
-
|
|
199
|
-
# [1.1.0](https://github.com/angular-eslint/angular-eslint/compare/v1.0.0...v1.1.0) (2021-01-14)
|
|
200
|
-
|
|
201
|
-
**Note:** Version bump only for package @angular-eslint/template-parser
|